sonja.mirtitsch%sun.com
54a342a066
changes for the NT tinderbox
2001-10-03 19:24:44 +00:00
dsirnapalli%netscape.com
2567e9020a
Test Case for nsIWebBrowserPersist interface.
2001-10-03 19:19:27 +00:00
gerv%gerv.net
9b3c659a1b
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
blizzard%redhat.com
ddd37bebb7
Update patches, images and spec file to the current tip. Not part of the build.
2001-10-03 18:40:13 +00:00
gerv%gerv.net
eba89b38ff
Adding missing contributor - Henri Sivonen <henris@clinet.fi>. Bug 87428 again.
...
While I'm here, the credit for the links toolbar in my last checkin comment should have gone to Christopher Hoess <choess@stwing.upenn.edu>, Eric Hodel <drbrain@segment7.net> and Tim Taylor <tim@tool-man.org>, as well as anyone else who contributed ideas and suggestions.
2001-10-03 17:17:13 +00:00
shrutiv%netscape.com
63e954c5b6
Fix for bug 102811: CCK does not check for disk space while creating
...
Linux build (r=tao)
Checking 27x3Mb disk space before creating build
2001-10-03 15:57:53 +00:00
ian.mcgreer%sun.com
67644008cd
fix build error
2001-10-03 14:07:29 +00:00
timeless%mac.com
1e5de70924
Bugzilla Bug 99067 Javascript console has a small unskinned area
...
by neil@parkwaycc.co.uk r=timeless, sr=hewitt
2001-10-03 11:19:05 +00:00
justdave%syndicomm.com
5f7fd584d1
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)
2001-10-03 07:49:19 +00:00
brendan%mozilla.org
83f8bdcc46
Fix to avoid dangling PLDHashTable entry pointers that lead to humongous FastLoad files (95888, r=dbaron, sr=waterson).
2001-10-03 06:57:52 +00:00
heikki%netscape.com
20639d73a5
Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur.
2001-10-03 06:54:31 +00:00
darin%netscape.com
188c447a98
fixes bug 102221 "SetCacheKey(key, TRUE) not implemented correctly"
...
r=gordon, sr=rpotts
2001-10-03 06:53:02 +00:00
rpotts%netscape.com
5465f08d68
bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests...
2001-10-03 06:41:17 +00:00
waterson%netscape.com
e4d173f49c
Bug 96748. Be sure to check for |open| on new rows. r=varga@utcru.sk, sr=hyatt
2001-10-03 06:40:37 +00:00
brendan%mozilla.org
0ba7918e66
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); }
2001-10-03 06:39:30 +00:00
ccarlen%netscape.com
80a454bb32
Bug 100634 - Assertion on startup coming from use of "CurWorkD" directory service key. r=brade/sr=darin
2001-10-03 06:13:00 +00:00
racham%netscape.com
753d443ac0
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
2001-10-03 05:54:30 +00:00
gerv%gerv.net
15e32f4249
Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last!
2001-10-03 05:08:20 +00:00
rbs%maths.uq.edu.au
0701a60928
[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
2001-10-03 05:03:58 +00:00
bienvenu%netscape.com
208dabaf6d
blow away corrupt history dbs r=naving sr=sspitzer 102319
2001-10-03 03:47:54 +00:00
bstell%netscape.com
a845f5ef53
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.
2001-10-03 03:38:43 +00:00
hewitt%netscape.com
b0623b6fb4
63728 - Per-platform behavior of Enter key when a button is focused in a dialog, r=blake, sr=hyatt
2001-10-03 03:29:17 +00:00
hewitt%netscape.com
5adccc5b86
97611 - Autocomplete popup event coordinates miscalculated (from neil@parkwaycc.co.uk), r=jag, sr=hewitt
2001-10-03 02:59:17 +00:00
dbradley%netscape.com
66dc7e949f
bug 100665 - Maybe xpconnect should not init the XPCOutArg JSClass. r=jband, sr=shaver
2001-10-03 02:57:42 +00:00
dbradley%netscape.com
3e85d01bb2
Bug 102294 - printf has an extra parameter. r=jband
2001-10-03 02:48:40 +00:00
shaver%mozilla.org
d819718f2b
Bug 101234: crash when calling focus() or blur() on not-yet-appended XUL
...
Element. r=sicking(!), sr=blizzard
2001-10-03 02:48:00 +00:00
peterv%netscape.com
93494e8e93
Fix for bug 102809 (ABR in nsPlainTextSerializer::AppendText; indexing -1 on array). r=sicking, sr=waterson.
2001-10-03 02:47:08 +00:00
sicking%bigfoot.com
69284e495f
Make ImportFrame a friend of ProcessorState to fix nebiros bustage after b=83651 checkin.
2001-10-03 02:18:08 +00:00
sicking%bigfoot.com
a761db94bc
Fix typo to fix Ports bustage after b=83651 checkin.
...
r=peterv
2001-10-03 02:08:02 +00:00
bbaetz%cs.mcgill.ca
b53dda519c
Make fieldType be public - HPUX build bustage fix.
2001-10-03 01:55:10 +00:00
alecf%netscape.com
b30717ea97
- add some cheesy implementations of FindInReadable
...
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
2001-10-03 01:55:09 +00:00
blizzard%redhat.com
a8373f3c8f
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
2001-10-03 01:48:56 +00:00
bbaetz%cs.mcgill.ca
3b371bdf6c
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.
2001-10-03 01:47:46 +00:00
blizzard%redhat.com
a2d838423f
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
2001-10-03 01:38:12 +00:00
peterv%netscape.com
c9800f457f
Warning fixes. r=sicking, rs=jst.
2001-10-03 01:27:04 +00:00
bbaetz%cs.mcgill.ca
2b004772fc
Oops - left thse out of the diff for bug 78148 & friends. rs=darin
2001-10-03 01:25:19 +00:00
bbaetz%cs.mcgill.ca
6db626aec5
Bustage fix - how did this build for someone else on windows?
2001-10-03 01:18:58 +00:00
bienvenu%netscape.com
e3f5440b54
fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466
2001-10-03 01:02:00 +00:00
akkana%netscape.com
695d293f5b
66345: Update the Makefiles to make REQUIRES work. Not yet part of the build.
2001-10-03 00:54:12 +00:00
akkana%netscape.com
53fd51cd4e
97677: Revised JS to take advantage of the new nsIURILinkChecker. r=cmanske sr=kin.darin
2001-10-03 00:43:33 +00:00
bbaetz%cs.mcgill.ca
0a07e3a5be
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
2001-10-03 00:43:30 +00:00
cmanske%netscape.com
a730dea42d
Fixed comment spelling as suggested by kin for bug 93475, r/s=kin
2001-10-03 00:42:38 +00:00
akkana%netscape.com
1c1d734e7b
97677: Check whether a link exists. r=cmanske,sr=darinf
2001-10-03 00:40:10 +00:00
peterv%netscape.com
66f699c92d
Adding files for fix for bug 78148 and bug 97677.
2001-10-03 00:39:20 +00:00
bbaetz%cs.mcgill.ca
d2e2dd7f23
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.
2001-10-03 00:26:29 +00:00
akkana%netscape.com
a6e2c84e60
97677: Check whether a link exists. r=cmanske,sr=darinf
2001-10-03 00:21:34 +00:00
aaronl%netscape.com
f917df3955
Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson
2001-10-03 00:18:48 +00:00
cmanske%netscape.com
57001ae810
Fixed default TARGET attribute values in Advanced Edit dialog, b=88879, r=brade, sr=kin
2001-10-03 00:15:10 +00:00
cmanske%netscape.com
8c734db636
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
2001-10-03 00:13:00 +00:00
rginda%netscape.com
9740fb4d11
bug 102650, skin name should be Modern, not modern. r=jrgm
2001-10-03 00:11:24 +00:00