darin%netscape.com
0b676b7222
fixes bug 51907 "crashes on redirect Trunk [@nsHttpChannel::ProcessResponse]"
...
r=gagan, sr=mscott, a=dbaron
2001-10-03 22:19:13 +00:00
dbaron%fas.harvard.edu
74c34ddcbf
Fix bustage.
2001-10-03 21:48:47 +00:00
vidur%netscape.com
829ccfe649
Got rid of DOS-style returns. This is not yet part of the build
2001-10-03 21:41:38 +00:00
vidur%netscape.com
2f900bc6ea
Adding WSDL to XMLExtras if MOZ_WSDL is defined. Also added REQUIRES macros to schema and wsdl makefiles (thanks to jonsmirl@mediaone.net). This not yet part of the build. r=heikki, rs=jst.
2001-10-03 21:03:02 +00:00
waldemar%netscape.com
9b65975763
Reformatted actions to merge procedures from multiple expansions of a nonterminal. Removed U_equiv form of functions.
2001-10-03 21:01:38 +00:00
vidur%netscape.com
3562031b1b
Adding WSDL specific interface info implementation. This not yet part of the build.
2001-10-03 21:00:14 +00:00
bernd.mielke%snafu.de
0171603939
adding the renamed files again bug 102894 r=karnaze a=asa
2001-10-03 20:33:58 +00:00
bernd.mielke%snafu.de
82a36b0dfc
renaming xml testfiles in order to avois name clashes with html files
...
bug 102894 r=karnaze a=asa not part of the build
2001-10-03 20:29:53 +00:00
sonja.mirtitsch%sun.com
36d776ca44
changes for the NT tinderbox
2001-10-03 19:24:44 +00:00
dsirnapalli%netscape.com
ba83585ba6
Test Case for nsIWebBrowserPersist interface.
2001-10-03 19:19:27 +00:00
gerv%gerv.net
da2c7d7481
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
blizzard%redhat.com
f4d448c8e5
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
86ed097036
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
269e730bae
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
bd9d39178b
fix build error
2001-10-03 14:07:29 +00:00
timeless%mac.com
83766ede10
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
2d5eda33b3
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
ec9fe99d2a
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
b784bee4d7
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
a5425c5f8f
fixes bug 102221 "SetCacheKey(key, TRUE) not implemented correctly"
...
r=gordon, sr=rpotts
2001-10-03 06:53:02 +00:00
rpotts%netscape.com
d0b0a31361
bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests...
2001-10-03 06:41:17 +00:00
waterson%netscape.com
3cde1fa091
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
9324b81dee
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
09dd3294e0
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
778bf75c30
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
1929e56a99
Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last!
2001-10-03 05:08:20 +00:00
rbs%maths.uq.edu.au
55988c75cc
[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
412a6398cd
blow away corrupt history dbs r=naving sr=sspitzer 102319
2001-10-03 03:47:54 +00:00
bstell%netscape.com
1eb9604025
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
d1f43e0eb6
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
6448d3a303
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
aa050fb3a4
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
9bb2766908
Bug 102294 - printf has an extra parameter. r=jband
2001-10-03 02:48:40 +00:00
shaver%mozilla.org
3c7deaae58
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
152a47efdc
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
a55509d390
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
0f56e90e06
Fix typo to fix Ports bustage after b=83651 checkin.
...
r=peterv
2001-10-03 02:08:02 +00:00
bbaetz%cs.mcgill.ca
4b4f4d08b9
Make fieldType be public - HPUX build bustage fix.
2001-10-03 01:55:10 +00:00
alecf%netscape.com
bddb78b7cb
- 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
a39ca07673
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
1414a72b84
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
81f2bc6e6e
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
6db41368ef
Warning fixes. r=sicking, rs=jst.
2001-10-03 01:27:04 +00:00
bbaetz%cs.mcgill.ca
dc4cb6ecf9
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
9f5f237872
Bustage fix - how did this build for someone else on windows?
2001-10-03 01:18:58 +00:00
bienvenu%netscape.com
ff775f6d6a
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
4d776da5c7
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
e51952d42b
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
f7b29a552d
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
1d7fa1672a
Fixed comment spelling as suggested by kin for bug 93475, r/s=kin
2001-10-03 00:42:38 +00:00