justdave%syndicomm.com
972f8cb409
Fix for bug 82809: comments in bugs no longer have 
 where the linefeeds should be.
...
Patch by Dave Miller <justdave@syndicomm.com >
r= timeless@mac.com (no 2nd review needed)
git-svn-id: svn://10.0.0.236/trunk@104532 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 07:49:19 +00:00
brendan%mozilla.org
70be6480f2
Fix to avoid dangling PLDHashTable entry pointers that lead to humongous FastLoad files (95888, r=dbaron, sr=waterson).
...
git-svn-id: svn://10.0.0.236/trunk@104530 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:57:52 +00:00
heikki%netscape.com
38b093fce3
Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur.
...
git-svn-id: svn://10.0.0.236/trunk@104529 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:54:31 +00:00
darin%netscape.com
0392d6f008
fixes bug 102221 "SetCacheKey(key, TRUE) not implemented correctly"
...
r=gordon, sr=rpotts
git-svn-id: svn://10.0.0.236/trunk@104528 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:53:02 +00:00
rpotts%netscape.com
1768d0c8b6
bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests...
...
git-svn-id: svn://10.0.0.236/trunk@104527 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:41:17 +00:00
waterson%netscape.com
9742420e39
Bug 96748. Be sure to check for |open| on new rows. r=varga@utcru.sk, sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@104526 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:40:37 +00:00
brendan%mozilla.org
726006598c
Fix for bug 99663 (for loop resolves properties of the object being enumerated
...
with JSRESOLVE_ASSIGNING, wrongly), plus a few miscellaneous bugfixes.
- Combine the JSStackFrame members constructing, special, overrides, and
reserved into a uint32 flags member.
- Separate JOF_ASSIGNING from the JOF_SET bytecode format flag, and impute
JSRESOLVE_ASSIGNING from the presence of JOF_ASSIGNING among the current
opcode's format flags. To handle the for-in loop opcodes, which do more
than simply assign -- in particular, they do property lookups whose resolve
hook outcalls should not be flagged with JSRESOLVE_ASSIGNING -- a new frame
flag, JSFRAME_ASSIGNING, has been added.
- Fix interpreter version selection to respect JS_SetVersion, whose effect on
cx->version is "sticky".
- Fix js_DecompileValueGenerator to deal with JSOP_ENUMELEM -- it never had,
as this testcase shows (it crashes without this patch):
version(120);
eval("function fe(s) { for (it[s] in this); }");
try { fe('rdonly'); } catch (e) { print(e); }
git-svn-id: svn://10.0.0.236/trunk@104525 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:39:30 +00:00
ccarlen%netscape.com
55b764b37a
Bug 100634 - Assertion on startup coming from use of "CurWorkD" directory service key. r=brade/sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@104524 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 06:13:00 +00:00
racham%netscape.com
b539e6ec56
Fixing bug 97650. Adding improvements to unread count mail count display feature on Win XP. When the mail application starts, as soon as the unread count on Inbox folder changes, registry is updated. This enables us to present the user accurate unread count on the welcome screen, if user quits the app before the 5 minute timer is triggered. r=mscott, sr=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@104523 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 05:54:30 +00:00
gerv%gerv.net
090c3565da
Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last!
...
git-svn-id: svn://10.0.0.236/trunk@104522 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 05:08:20 +00:00
rbs%maths.uq.edu.au
f2d2fb9282
[not part of the build] Follow-up to bug 99010 - Hook GetTextDimensions() in QT and Photon from where platform gurus can take on - bug 96609
...
git-svn-id: svn://10.0.0.236/trunk@104521 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 05:03:58 +00:00
bienvenu%netscape.com
b05eb6115c
blow away corrupt history dbs r=naving sr=sspitzer 102319
...
git-svn-id: svn://10.0.0.236/trunk@104519 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 03:47:54 +00:00
bstell%netscape.com
1e1b9ad195
bug 94327,
...
r=katakai@japan.sun.com , r=Roland.Mainz@informatik.med.uni-giessen.de ,
r=bstell@netscape.com (xlib code), sr=sr=kin@netscape.com
group fonts with the same name but different foundries together
so the best size can be choosen.
git-svn-id: svn://10.0.0.236/trunk@104518 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 03:38:43 +00:00
hewitt%netscape.com
18af00e032
63728 - Per-platform behavior of Enter key when a button is focused in a dialog, r=blake, sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@104517 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 03:29:17 +00:00
hewitt%netscape.com
3f2980d14b
97611 - Autocomplete popup event coordinates miscalculated (from neil@parkwaycc.co.uk), r=jag, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104516 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:59:17 +00:00
dbradley%netscape.com
203af34b05
bug 100665 - Maybe xpconnect should not init the XPCOutArg JSClass. r=jband, sr=shaver
...
git-svn-id: svn://10.0.0.236/trunk@104515 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:57:42 +00:00
dbradley%netscape.com
2cc0fd8b50
Bug 102294 - printf has an extra parameter. r=jband
...
git-svn-id: svn://10.0.0.236/trunk@104514 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:48:40 +00:00
shaver%mozilla.org
ac62853b71
Bug 101234: crash when calling focus() or blur() on not-yet-appended XUL
...
Element. r=sicking(!), sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@104513 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:48:00 +00:00
peterv%netscape.com
6d17c71703
Fix for bug 102809 (ABR in nsPlainTextSerializer::AppendText; indexing -1 on array). r=sicking, sr=waterson.
...
git-svn-id: svn://10.0.0.236/trunk@104512 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:47:08 +00:00
sicking%bigfoot.com
8b36af93d7
Make ImportFrame a friend of ProcessorState to fix nebiros bustage after b=83651 checkin.
...
git-svn-id: svn://10.0.0.236/trunk@104511 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:18:08 +00:00
sicking%bigfoot.com
3bb58cb55a
Fix typo to fix Ports bustage after b=83651 checkin.
...
r=peterv
git-svn-id: svn://10.0.0.236/trunk@104509 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 02:08:02 +00:00
bbaetz%cs.mcgill.ca
dcca81febd
Make fieldType be public - HPUX build bustage fix.
...
git-svn-id: svn://10.0.0.236/trunk@104508 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:55:10 +00:00
alecf%netscape.com
aff7b8f812
- add some cheesy implementations of FindInReadable
...
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
git-svn-id: svn://10.0.0.236/trunk@104507 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:55:09 +00:00
blizzard%redhat.com
9785d131d8
Fix bug #101828 . Sending more than one piece of unsent mail fails when posting to sent mail folder. This patch serializes the posting to the sent mail folder so that we don't try to post more than one message at a time. r=naving,sr=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@104505 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:48:56 +00:00
bbaetz%cs.mcgill.ca
5006c30b06
Why do we have two versions of nsCRT::strncmp, one taking a signed int,
...
the other an unsigned int? And why does the mac code barf on this?
Bustage fix.
git-svn-id: svn://10.0.0.236/trunk@104504 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:47:46 +00:00
blizzard%redhat.com
ae67e0df59
Fix bug #74870 . "Cookie dialog invisible with moz on second screen of Xinerama". Patch from Chris P. Ross <cross@distal.com>. sr=blizzard, r=jwbaker@acm.org
...
git-svn-id: svn://10.0.0.236/trunk@104503 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:38:12 +00:00
peterv%netscape.com
3add11f567
Warning fixes. r=sicking, rs=jst.
...
git-svn-id: svn://10.0.0.236/trunk@104502 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:27:04 +00:00
bbaetz%cs.mcgill.ca
674733dda8
Oops - left thse out of the diff for bug 78148 & friends. rs=darin
...
git-svn-id: svn://10.0.0.236/trunk@104501 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:25:19 +00:00
bbaetz%cs.mcgill.ca
7a46d970fd
Bustage fix - how did this build for someone else on windows?
...
git-svn-id: svn://10.0.0.236/trunk@104500 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:18:58 +00:00
bienvenu%netscape.com
6a9550638a
fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466
...
git-svn-id: svn://10.0.0.236/trunk@104499 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 01:02:00 +00:00
akkana%netscape.com
3efc64b83d
66345: Update the Makefiles to make REQUIRES work. Not yet part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@104498 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:54:12 +00:00
akkana%netscape.com
0a93c4ea9a
97677: Revised JS to take advantage of the new nsIURILinkChecker. r=cmanske sr=kin.darin
...
git-svn-id: svn://10.0.0.236/trunk@104496 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:43:33 +00:00
bbaetz%cs.mcgill.ca
00f048870f
Bug 78148. Reorg directory viewer backend to allow file and gopher to use
...
the html view as well. (This is currently disabled for file because of
i18n issues)
Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
r/sr=darin, dougt
git-svn-id: svn://10.0.0.236/trunk@104495 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:43:30 +00:00
cmanske%netscape.com
8ab1d45495
Fixed comment spelling as suggested by kin for bug 93475, r/s=kin
...
git-svn-id: svn://10.0.0.236/trunk@104494 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:42:38 +00:00
akkana%netscape.com
727fbd6e72
97677: Check whether a link exists. r=cmanske,sr=darinf
...
git-svn-id: svn://10.0.0.236/trunk@104493 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:40:10 +00:00
peterv%netscape.com
500cb0084b
Adding files for fix for bug 78148 and bug 97677.
...
git-svn-id: svn://10.0.0.236/trunk@104492 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:39:20 +00:00
bbaetz%cs.mcgill.ca
aeadd6f8db
Bug 78148. Reorg directory viewer backend to allow file and gopher to use
...
the html view as well. (This is currently disabled for file because of
i18n issues)
Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
git-svn-id: svn://10.0.0.236/trunk@104490 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:26:29 +00:00
akkana%netscape.com
8b05be3419
97677: Check whether a link exists. r=cmanske,sr=darinf
...
git-svn-id: svn://10.0.0.236/trunk@104489 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:21:34 +00:00
aaronl%netscape.com
002395cb27
Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson
...
git-svn-id: svn://10.0.0.236/trunk@104488 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:18:48 +00:00
cmanske%netscape.com
c3cf7f930f
Fixed default TARGET attribute values in Advanced Edit dialog, b=88879, r=brade, sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@104487 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:15:10 +00:00
cmanske%netscape.com
2b7fe0e378
Fixed detecting NS_ERROR_FILE_NOT_FOUND case when loading URL in Composer (b=93475) and setting new document and base URL when saving file (b=101426), r=brade,akkana, sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@104486 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:13:00 +00:00
rginda%netscape.com
297609ab99
bug 102650, skin name should be Modern, not modern. r=jrgm
...
git-svn-id: svn://10.0.0.236/trunk@104485 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:11:24 +00:00
bienvenu%netscape.com
1f1b58874d
fix problem going from threaded to sorted view, deleting a message in a thread, then switching back to threaded view r=naving, sr=sspitzer 102572
...
git-svn-id: svn://10.0.0.236/trunk@104484 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:11:02 +00:00
attinasi%netscape.com
475491b8d1
Outline for links are now 'invert' instead of 'WindowText' color. b=73884 r=kmcclusk sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@104483 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:10:00 +00:00
attinasi%netscape.com
dfc8b82b5a
Improvements for invert outline colors (Mac and Linux work now). b=73884 r=kmcclusk sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@104482 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:08:25 +00:00
shrutiv%netscape.com
86b8d0c36a
Fix for bug 96735: cck.che variables for custom components are confusing
...
Changing variable names for custom components (r=tao)
git-svn-id: svn://10.0.0.236/trunk@104481 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:01:48 +00:00
attinasi%netscape.com
b4a54fc96b
Protection against null param for topcrash bug 100298. r=kmcclusk sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@104480 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:01:04 +00:00
yokoyama%netscape.com
affb92feee
Bug 88425
...
Ending IME Composition when we receive OnChar()
/r=yokoyama/ftang, /sr=shaver, /pdt=jaime
git-svn-id: svn://10.0.0.236/trunk@104479 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-03 00:00:15 +00:00
cmanske%netscape.com
be3a559c00
Backout change to makefile.win checked in accidentally
...
git-svn-id: svn://10.0.0.236/trunk@104478 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-02 23:58:21 +00:00
yokoyama%netscape.com
a9f76e3195
Bug 101885
...
Use WideCharToMultiByte() to convert the titleStr
/r=shanjian; /sr=brendan
git-svn-id: svn://10.0.0.236/trunk@104477 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-02 23:56:47 +00:00