seawood%netscape.com
da2578a055
split xpidl into seperate module
2001-10-29 06:32:18 +00:00
rpotts%netscape.com
32fc0ff6ef
bug #107097 - back/foward do not work!
2001-10-29 06:03:27 +00:00
gerv%gerv.net
dd23aa9173
Fix Hypertext -> HyperText. Bug 91077. Patch by evilbeaver@tekscode.com , r=gerv,dean_tessman. sr=brendan (string-only changes.)
2001-10-29 05:25:03 +00:00
seawood%netscape.com
43754efed6
Do an exact match
2001-10-29 04:48:55 +00:00
bryner%netscape.com
c9c78e694b
Removing dead/obsolete file. r=pavlov, not part of the build.
2001-10-29 04:43:12 +00:00
karnaze%netscape.com
e38dff73f8
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
2001-10-29 01:43:59 +00:00
bbaetz%cs.mcgill.ca
9235d4c53c
bug 92892. Remove DOM Viewer from the debug menu, since its confusing
...
people, and isn't even in the tree any more.
r=bz, sr=darin
2001-10-28 23:46:17 +00:00
brendan%mozilla.org
d27c4cb86f
Followup to bug 56940's big patch, tighten GC-mark case analysis, assume atom strings are immutable.
2001-10-28 22:37:25 +00:00
bryner%netscape.com
c8765945f9
Fixing uninitialized variable. Bug 107262, r=bbaetz, sr=darin.
2001-10-28 22:30:30 +00:00
mkaply%us.ibm.com
3a08b63bf4
More crap
2001-10-28 21:59:04 +00:00
mkaply%us.ibm.com
9fdc8e2e1d
Man I feel silly checking this crap in. Breaks on my machine, not the TB. Same problem
2001-10-28 21:55:32 +00:00
mkaply%us.ibm.com
bd411d0d03
I don't know why this isn't breaking the tb. more reordering
2001-10-28 21:25:46 +00:00
dbaron%fas.harvard.edu
570390110a
Fix -O2 optimization crash with gcc 2.96 or 3.0.{1,2} by not inlining |#ifdef __GNUC__|. b=106891 r=pavlov sr=brendan
2001-10-28 21:02:05 +00:00
brendan%mozilla.org
114a9d244c
Ensure proper pointer alignment in oversized arena footers (105726, r/sr=jband,shaver).
2001-10-28 20:41:53 +00:00
bienvenu%netscape.com
507a096fa9
add support for sorting by label r=bhuvan, sr=sspitzer 106717
2001-10-28 20:26:59 +00:00
bienvenu%netscape.com
b8621ca475
fix for topcrash in morkRowObject::closerow r=naving, sr=sspitzer
2001-10-28 20:25:12 +00:00
mkaply%us.ibm.com
a6ca58ad96
Strange - this one builds on the TB but fails locally, one more ugly link order change
2001-10-28 16:16:38 +00:00
locka%iol.ie
0045e3d964
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
2001-10-28 15:50:09 +00:00
locka%iol.ie
0613088f4f
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
2001-10-28 15:40:45 +00:00
beard%netscape.com
ea71d3cf87
Fixing Carbon bustage: peterv's fix wasn't correct, seawood's checkin shouldn't have turned off opening the resource fork on TARGET_CARBON, only on XP_MACOSX.
2001-10-28 15:15:32 +00:00
jaggernaut%netscape.com
9962aee818
Bug 106622: create profile wizard's first page is blank. Some stuff was accidentily removed recently, putting it back in. sr=hewitt
2001-10-28 10:38:28 +00:00
sspitzer%netscape.com
3d8e34f3ca
fix for #75611 . the Message | Mark menu item is supposed to have a seperator between it and the
...
"Ignore Thread" menu item when reading a news message.
fix by andreas.premstaller@uibk.ac.at , r/sr=sspitzer
2001-10-28 10:00:56 +00:00
andreas.otte%primus-online.de
b2ce2eae99
fix bug 84242 [FTP URL parsing broken] and bug 95277 [ftp: URL w/o path
...
should redirect to home dir] This will change the way we parse ftp
urls, a ftp url like ftp://user@host/path will go to path under
the users home directory not the root directory. With most anonymous
ftp servers there is no change since root is the home, but if you want
to access /path from a users directory you have to use
ftp://user@host//path instead. This will bring us closer to the ftp
urls outlined in rfc 1738. r=bbaetzcs.@mcgill.ca ,
sr=darin@netscape.com
2001-10-28 08:58:18 +00:00
jaggernaut%netscape.com
e2f4401c73
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-28 08:33:51 +00:00
jaggernaut%netscape.com
8f8d8dc7e1
Bug 70083: add nsASingleFragmentString to hierarchy. r=dbaron, sr=scc
2001-10-28 08:24:55 +00:00
jaggernaut%netscape.com
6e63ecf1db
Fix spelling of "isContentPrefered" parameter. sr=hewitt
2001-10-28 07:36:09 +00:00
beard%netscape.com
a9709131ea
fix mach-o bustage: to cope with header skew between Mac OS X headers and Universal headers, use explicit cast to AEEventHandlerProcPtr.
2001-10-28 04:30:35 +00:00
sspitzer%netscape.com
efaadc9d6e
fix for #57756 . when clicking on a link in the addressbook card page, it should
...
open up a new window, or use and existing browser window.
also, the links should look and act like links.
initial patch by jessica blanco (jblanco@us.ibm.com ), r=racham, sr=sspitzer,bienvenu
2001-10-28 04:21:46 +00:00
zach%zachlipton.com
ce040d977a
Fix for bug 96675: checksetup should require admin e-mail address satisfy emailregexp. This fix has
...
checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the
default emailregexp from defparams.pl.
r1=justdave, r2=bbaetz.
2001-10-28 03:40:59 +00:00
mkaply%us.ibm.com
f257d57a1b
Trying to get nsDeviceContext to rebuild to fix test bustage
2001-10-28 02:46:30 +00:00
peterv%netscape.com
28fad5825b
OS X bustage fix. AEEventHandlerProcPtr takes an unsigned long instead of a long.
2001-10-28 01:30:30 +00:00
peterv%netscape.com
879579fb93
Clean up. mozilla/modules/libimg/src got whacked a while back. rs=sfraser.
2001-10-28 00:47:23 +00:00
peterv%netscape.com
9b4a127ffd
Trying to fix OS X bustage by setting the entry points for Carbon targets to __NSInitialize and __NSTerminate as __initializeResources and __terminateResources were made #if !TARGET_CARBON.
2001-10-28 00:45:00 +00:00
sspitzer%netscape.com
1164cc25ac
fix for #45084 . add mnemonics to the mailing list dialog.
...
r=jag, sr=sspitzer. thanks to james green (jg@cyberstorm.demon.co.uk ) for the patch.
2001-10-27 23:01:59 +00:00
brendan%mozilla.org
467cafd25f
Avoid stack overflow in js_EmitTree on long left-associative operator chains (98901, r=jband, sr=shaver).
2001-10-27 18:38:16 +00:00
sspitzer%netscape.com
c96866b2d2
fix for #90754 (return progress meter to inactive state) and #106763 (no items in subscribe tree until you do a search).
...
r/sr=bienvenu
2001-10-27 18:27:56 +00:00
peterv%netscape.com
9b87fad07e
Add DEBUG-only include of "prenv.h". Bustage fix.
2001-10-27 17:27:29 +00:00
gerv%gerv.net
40c2ca81aa
Fix broken comment. Bug 107043. Patch by cbiesinger@web.de, r=pavlov, sr=tor.
2001-10-27 17:24:19 +00:00
peterv%netscape.com
ff7dad091c
Adding back file that I removed by accident. rev 1.4 with patch for bug 83589 applied.
2001-10-27 16:58:43 +00:00
peterv%netscape.com
90b066495c
Clean up. mozilla/rdf/tests/domds got whacked a while back. rs=sfraser.
2001-10-27 16:16:54 +00:00
peterv%netscape.com
70e919ce2d
ix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. Make a MoreFilesDebug.lib. r=peterv,sr=scc -- Removing files that sfraser forgot to remove.
2001-10-27 16:05:50 +00:00
peterv%netscape.com
61198d2388
Fix for bug 83589 -- fix the mac build scripts so that a commercial tree doesn't clobber config files in the mozilla tree. Make a MoreFilesDebug.lib. r=peterv,sr=scc -- Part of patch that sfraser forgot to check in.
2001-10-27 15:54:47 +00:00
jake%acutex.net
c30466ca7c
A few enhancements to the template test:
...
* If there's a compilation error, report what it is
* Don't try to compile a template if it doesn't exist
- We already tested for that and issued an ERROR
* Define the 'url' FILTER
2001-10-27 15:27:31 +00:00
mkaply%us.ibm.com
7df3f08233
More OS/2 bustage
2001-10-27 15:11:44 +00:00
mkaply%us.ibm.com
2f79b2a7ac
Putting these back the way they were in an attempt to fix the bustage
2001-10-27 15:11:07 +00:00
mkaply%us.ibm.com
e59d20cf73
OS/2 bustage - ugly I know - I'm opening a bug with the compiler folk
2001-10-27 14:47:08 +00:00
jaggernaut%netscape.com
fab10e630f
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 14:30:31 +00:00
mkaply%us.ibm.com
b210dad0fd
Fix Os/2 build bustage - I don't know why, but we have seen this before
2001-10-27 13:41:47 +00:00
mkaply%us.ibm.com
52f0f091e4
Reverting cls attempt to fix Os/2 bustage as it busts us more :( - issue is that somehow unicharutil_s.lib is bad on OS/2 - it doesn't have to do with the length of the name - still looking
2001-10-27 11:54:03 +00:00
jaggernaut%netscape.com
a2008a7538
Bug 70083: add nsASingleFragmentString to hierarchy. r=dbaron, sr=scc
2001-10-27 11:40:01 +00:00