Commit Graph

87967 Commits

Author SHA1 Message Date
av%netscape.com
39dc1fd90e Fix for bug 98285 -- added a new value to the NPNVariable enum type to enable access to the service manager from plugins, r=beard, sr=vidur 2001-09-08 00:23:07 +00:00
vidur%netscape.com
12c8df1a7a Fix for bug 98597. The event held onto from the document's load handler was bogus by the time we sent it to the XMLHttpRequest's event listeners (DOM events have members that are stack-based and, despite being reference-counted objects, should not be held across a call. Instead we create a new event of our own for the XMLHttpRequest load. r=heikki, sr=jst 2001-09-08 00:18:45 +00:00
vidur%netscape.com
4e8f894ab2 Part of fix for bug 98597. Null checks so that accessing properties on a DOM event without an underlying PresContext doesn't crash. r=heikki, sr=jst 2001-09-08 00:16:04 +00:00
dp%netscape.com
9976710ad3 bug# 96457 Fixing ReInit() to account for the new factory entry type
r=gagan, sr=jband
2001-09-08 00:01:03 +00:00
danm%netscape.com
3fc216b7d0 restoring rev 1.11 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.12) has been fixed elsewhere (bug 98785). 2001-09-07 23:38:06 +00:00
danm%netscape.com
70e14767dc restoring rev 1.159 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.160) has been fixed elsewhere (bug 98785). 2001-09-07 23:37:16 +00:00
danm%netscape.com
6a700a2306 now _blank windows without a parent will actually open in a new window. wow. bugs like that shouldn't still exist. bug 98785 r=hyatt,rpotts 2001-09-07 23:24:34 +00:00
tao%netscape.com
c28c8d47df 71517: Dynamically select platform jar in langxxxx.xpi. (r=jbetak,sr=mscott). Build en-{win,unix}.jar on Mac. 2001-09-07 22:45:31 +00:00
darin%netscape.com
b68e0b4f6e mac project changes for bug 97528 2001-09-07 22:37:38 +00:00
darin%netscape.com
ca77403ab0 fixes bug 97528 "1200 urls created on startup about:blank"
r=dp, sr=dougt
2001-09-07 22:32:50 +00:00
shanjian%netscape.com
b9423a07f4 #90581 Cyrillic is not autodetected by nsIStringCharsetDetector
r= roy, sr=waterson
2001-09-07 22:28:38 +00:00
heikki%netscape.com
4785a81e58 Not part of build. Test more stuff. 2001-09-07 22:09:06 +00:00
radha%netscape.com
1034cb6c92 Fix for bug 79063 r=rpotts sr=darin 2001-09-07 22:06:08 +00:00
cavin%netscape.com
a15e73a710 Bug #98294: In nsImapService::DiscoverChildren(), make sure we have a consistent server hierarchy delimiter. r=sspitzer, sr=mscott.
Bug #98433: In nsImapService::GetListOfFoldersWithPath(), if the folder path contains 'INBOX' of any forms, we need to convert it to uppercase before finding it under the root folder. r=naving, sr=mscott.
2001-09-07 21:55:38 +00:00
rangansen%netscape.com
827743453d b=94026 r=rangansen sr=hewitt a=asa Changing UI string 2001-09-07 21:39:13 +00:00
svn%xmlterm.org
e01d7ca4f7 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Major restructuring of the xmlterm build process. Split lineterm from xmlterm.
IDLified all interfaces (bug 69002). Eliminated printing to console in opt
builds (bug 78641)
2001-09-07 21:33:32 +00:00
rjesup%wgate.com
937298da2f Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC
2001-09-07 21:32:54 +00:00
sonmi%netscape.com
68b4411e9b took some machines out that are not in the commonly used environment now 2001-09-07 21:28:08 +00:00
sonmi%netscape.com
db23f1fcde changes to eliminate the need for tortoise 2001-09-07 21:27:17 +00:00
sonmi%netscape.com
5360816137 changes reflecting the RE build area move 2001-09-07 21:25:16 +00:00
sonmi%netscape.com
51f129e649 added information about OS to the .nssqa file 2001-09-07 21:24:43 +00:00
sonmi%netscape.com
3666714d9e changed masterbuild etc. to reflect RE changes 2001-09-07 21:23:23 +00:00
mitesh%netscape.com
6ae4ef84fb Fix for the regression caused by bug 92447
movinf request for the nsPrefService out of Init()
r=bnesse and sr=alecf
2001-09-07 21:12:41 +00:00
bryner%netscape.com
08fcf7314d Bug 42313 - unable to scroll over iframes with mousewheel. We now
correctly bubble up the scroll to the parent document if the iframe is
unable to scroll (either because it isn't scrollable, or because we're
already at the top/bottom of it).  r=saari, sr=hyatt.
2001-09-07 21:00:57 +00:00
sspitzer%netscape.com
fa95f857ce remove ^Ms for varada. no bug. rs=bienvenu 2001-09-07 20:58:16 +00:00
sspitzer%netscape.com
c840390581 backing out danm's changes for #97514, as they cause the regression bug #98732
a=heikki
2001-09-07 19:29:43 +00:00
wtc%netscape.com
d346727adf Bugzilla bug 98741: replaced NPL by MPL/GPL.
Modified files: prerr.et prmkdir.bat pr/src/md/os2/objs.mk
2001-09-07 18:37:58 +00:00
wtc%netscape.com
f456445e9e Bugzilla bug 98741: removed the extra NPL header. 2001-09-07 18:28:31 +00:00
wtc%netscape.com
95cb233527 Bugzilla bug 98741: changed the license URL to http://www.mozilla.org/MPL/.
Modified Files:
	pr/src/prvrsion.c lib/ds/plvrsion.c lib/libc/src/plvrsion.c
	lib/prstreams/plvrsion.c
2001-09-07 18:27:33 +00:00
locka%iol.ie
ec522635d6 Fix for fallout in embedding from component/service manager merge. b=98721 r=ccarlen@netscape.com sr=blizzard@mozilla.org 2001-09-07 18:05:50 +00:00
beard%netscape.com
683d197368 [not part of build] Mac files for scriptable NPAPI plugin. 2001-09-07 15:54:40 +00:00
jaggernaut%netscape.com
5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
kaie%netscape.com
186c91884c b=87578 r=ssaux sr=blizzard
Changing one word in a user interface string
2001-09-07 14:23:19 +00:00
kaie%netscape.com
493adaa7a0 b=97571 r=ben sr=hyatt
Checking in for jag
2001-09-07 14:19:18 +00:00
mkaply%us.ibm.com
47944f817f #94055
r=saari, sr=blizzard
Make OS/2 go down WIN32 only #ifdef as well to fix tabbing issues
2001-09-07 12:19:55 +00:00
cls%seawood.org
3991d42bef Adding newline to end of file to fix hpux bustage 2001-09-07 11:00:48 +00:00
pavlov%netscape.com
2cdf944fd0 fix for table 64bit lameness. bug 98686. r=gisburnd sr=jst 2001-09-07 09:58:16 +00:00
peterv%netscape.com
5c4d2ffdd3 Implement TreeWalker in DOM2-traversal.
b=82625, r=fabian, sr=jst
2001-09-07 09:32:00 +00:00
sicking%bigfoot.com
28f58d98af Implement TreeWalker in DOM2-traversal.
b=82625, r=fabian, sr=jst
2001-09-07 09:30:03 +00:00
cls%seawood.org
8a012c29ba Update dependencies to handle static libs used by installer 2001-09-07 08:04:13 +00:00
cls%seawood.org
b67ae69035 The AIX compiler cannot handle string literals inside of a triconditional statement so use named literals instead.
Thanks to David Baron <dbaron@fas.harvard.edu> for the patch.
Fixing tinderbox bustage.
2001-09-07 07:33:15 +00:00
leaf%mozilla.org
c52ffbbcef Automated update 2001-09-07 05:13:43 +00:00
cls%seawood.org
9c5fdde016 Remove unused fullcircle build references.
Bug #98293 r=namachi
2001-09-07 04:59:44 +00:00
markh%activestate.com
ebe180d997 Fix bug in makefile when building from Python binaries rather than Python sources
Not part of the build.
2001-09-07 04:52:06 +00:00
jst%netscape.com
f3b151bb69 Fixing bug 98292. Adding support for image.x and image.y for compatibility with NS4.x, r=jrgm@netscape.com, sr=blizzard@mozilla.org 2001-09-07 04:00:37 +00:00
jaggernaut%netscape.com
f7e24bf771 Bug 93071: Incorrect test in UnregisterComponent: we want to unregister if the registry name matches. r=bryner, sr=shaver 2001-09-07 03:48:37 +00:00
rjesup%wgate.com
f0b7d458d4 Bug 96710: (try 2). Right() takes number-of-chars-to-return, not position.
r=jag, sr=jst
2001-09-07 03:44:33 +00:00
shanjian%netscape.com
8942d80d21 #90595 Crash when switch to different Simplified Chinese IME a few times
r=yokoyama, sr=waterson
2001-09-07 03:43:07 +00:00
justdave%syndicomm.com
26ba717886 Fix for bug 98468: sample email regexp for username-only address changed from ^[^@]*$ to ^[^@]+$ and the default emailregexp changed from ^[^@]*@[^@]*\\.[^@]*$ to ^[^@]+@[^@]+\\.[^@]+$
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net x2
2001-09-07 03:25:33 +00:00
dbaron%fas.harvard.edu
06944cc30e Make getComputedStyle remove the extra default font that we add to the end of the font-family list so it returns the original computed value. b=94078 r=hyatt sr=jst 2001-09-07 02:28:10 +00:00