jj%netscape.com
d5f6f16865
Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser
2000-03-04 01:52:50 +00:00
evaughan%netscape.com
2300c3e8c5
Fix for bug #29900
...
-r hyatt -a jar
2000-03-04 01:50:58 +00:00
jim_nance%yahoo.com
aeff0378f5
Rearanged directories so --enable-jprof works again
...
r=sford3@swbell.net
2000-03-04 01:50:50 +00:00
alecf%netscape.com
f58a6a6df0
add files for pref revamp
...
(not part of seamonkey build)
2000-03-04 01:45:51 +00:00
jj%netscape.com
4dc78e22b8
Changes affecting packaging only, not build.
#29549 : added Plugins folder to [browser] module
#28442 : backed-out morse's changes from 1.40 (inexistant .xpt files)
removed obsolete viewer:res:xpinstall: directory
a=chofmann r=leaf
2000-03-04 01:42:42 +00:00
edburns%acm.org
bb161e49d0
a=edburns
...
r=ashuk
bug=2069
Native code for spec compliant webclient impl.
2000-03-04 01:37:20 +00:00
karnaze%netscape.com
d60593aad0
new regression test not affecting the build.
2000-03-04 01:29:54 +00:00
mccabe%netscape.com
307db9913d
Fix to 30123. Pop up an alert for JavaScript errors rather than printing them to the system console (which results in silent failure on release builds).
...
r=jband, a=jar
2000-03-04 01:28:06 +00:00
edburns%acm.org
c231d6c5d9
a=edburns
...
r=ashuk
bug=2069
Java classes for spec compliant webclient impl.
2000-03-04 01:10:58 +00:00
karnaze%netscape.com
61559aa5d3
PDT+ bug 28933 - check for null pointer. r=attinasi, a=rickg
2000-03-04 01:05:18 +00:00
rjc%netscape.com
6235cbecb7
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
2000-03-04 00:51:28 +00:00
rjc%netscape.com
3cc8c64a60
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
2000-03-04 00:42:04 +00:00
gagan%netscape.com
199934c425
First checkin. Not in the build yet. Moving the HTTP event sink from .h to .idl.
2000-03-04 00:40:35 +00:00
ftang%netscape.com
fe8ff73487
a=bobj, r=matt correct the 1.5 checkin. matt use the wrong case of 'c' in the function name
2000-03-04 00:39:54 +00:00
ftang%netscape.com
1fe64703c6
fix bug 20570. r=harishd a=jar. Compare against PRUnichar instead of the first byte.
2000-03-04 00:38:12 +00:00
edburns%acm.org
c5cf5503c3
a=edburns
...
r=idk
bug=14337
2000-03-04 00:34:55 +00:00
sfraser%netscape.com
fdca7c332f
Fix for the solaris compiler; I need to include nsITimer.h. r=brade
2000-03-04 00:33:15 +00:00
valeski%netscape.com
942c0cbea5
r=gagan. 29870. We weren't handling a malformed http-equiv refresh header.
2000-03-04 00:32:30 +00:00
mjudge%netscape.com
4aa93745ce
a=jar r=ftang 28852
2000-03-04 00:27:16 +00:00
blizzard%redhat.com
a6af9b1075
fix the x/y coords of drag drops, just like drag motion events. part of bug #29578 r=pavlov
2000-03-04 00:24:49 +00:00
matt%netscape.com
94db80804b
adding hemp menu branding for bug 4689 was approved by jar
2000-03-04 00:20:32 +00:00
cls%seawood.org
889b6637e1
Force the install phase to build the subdirs first as dependencies are not properly handled.
2000-03-04 00:07:54 +00:00
waterson%netscape.com
83204d2ccc
Fix compiler warning; remove unused variable. Hyatt meant to do this.
2000-03-03 23:56:32 +00:00
risto%netscape.com
59e13d9772
*** empty log message ***
2000-03-03 23:52:48 +00:00
mcafee%netscape.com
cd52e3400b
Minor HTML correctness change (10980) r=elig, a=jar
2000-03-03 23:45:44 +00:00
hyatt%netscape.com
83044995cc
Fix for bug #29556 , r=waterson, a=jar
2000-03-03 23:35:29 +00:00
sfraser%netscape.com
d86d156a86
Fix for 29737 -- selecting is slow in large files in composer. r=mjudge, akkana, a=jar.
2000-03-03 23:35:11 +00:00
morse%netscape.com
127c8d3906
fix bug 30184, repeated prompts for master password, r=dp, a=jar
2000-03-03 23:24:11 +00:00
waterson%netscape.com
1c955c9ed2
Bug 29148. Put OnStartLoad() on an event, as well as OnStopLoad(). Avoids re-entrancy where re-entrancy should never be. r=rjc, a=jar.
2000-03-03 23:17:10 +00:00
buster%netscape.com
8076fee6b0
fixed bug 27161 by adding interfacs onto nsIPresShell to get/set the "subshell" for an nsIContent
...
this part of the fix is temporary, but sufficient for beta. it calls the pres shell to do the initial association.
after beta, this will be done by the frame construction code.
r=travis
a=jar
2000-03-03 23:16:43 +00:00
waterson%netscape.com
f119fe3159
Bug 29148. Initialize out-params to sane values before returning an error. There are lots of places that don't check return codes on these methods. r=rjc, a=jar.
2000-03-03 23:15:34 +00:00
buster%netscape.com
28ac469ac6
fixed bug 27161 by adding interfacs onto nsIPresShell to get/set the "subshell" for an nsIContent
...
r=travis
a=jar
2000-03-03 23:15:29 +00:00
waterson%netscape.com
3a38a69faa
Bug 29148. Don't abort in the case where an invalid stylesheet reference has somehow made it into the prototype document, but the stylesheet was never put into the cache (an empty CSS file will cause this to happen). Instead, just keep on truckin'. r=rjc, a=jar
2000-03-03 23:14:09 +00:00
joki%netscape.com
4c33e407f9
Fix bug 9140. Prevent window level mouse exit events from accidentally propagating to content. r:rods a:jar
2000-03-03 23:07:31 +00:00
norris%netscape.com
6f23e80fcc
Fix 29541
...
r=travis,a=jar
2000-03-03 22:55:40 +00:00
valeski%netscape.com
55a9cef80b
25775. a=jar, r=rpotts. We now handled the incorrect 'multipart/mixed' type comming from an HTTP reponse for backwards compat.
2000-03-03 22:44:32 +00:00
alecf%netscape.com
dd033ea491
fix for #29304 r=pierre a=jar
...
only register against the browser.* preferences that layout actually cares about, to improve startup performance
2000-03-03 22:39:31 +00:00
slamm%netscape.com
202b76e7e2
Checkin for german@netscape.com. Add styles new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:39:00 +00:00
slamm%netscape.com
6fc341c29f
Checkin for german@netscape.com. Add globalBindings.xml and images for new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:38:42 +00:00
slamm%netscape.com
43e77ef5e0
Checkin for german@netscape.com. Use tab look for panel headers. Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:37:09 +00:00
rginda%netscape.com
88db2bee58
Added bugnumber to uc-003.js and regress-24712.js
...
new testcase regress-28686.js added
2000-03-03 22:14:09 +00:00
norris%netscape.com
140fe5ab49
Clean up debugging interfaces.
2000-03-03 21:46:44 +00:00
rginda%netscape.com
dbdabead7e
Initial add of regress-24712.js
2000-03-03 21:33:08 +00:00
tomk%mitre.org
b4f77e0d76
Misc. fixes for issues found during wrapper testing. The classes affected by
...
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org
604b717a6e
Misc. fixes from wrapper testing. The classes affected by this submission is
...
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
mscott%netscape.com
02e129f887
Bug #30281 --> fix for the regression that's keeping the tree closed. unescape was failing on short strings....argggh.
...
a=granrose
2000-03-03 20:38:59 +00:00
alecf%netscape.com
dca8d028ee
first time adding nsIPrefListener - not part of build
2000-03-03 20:18:17 +00:00
rginda%netscape.com
3aadf08ddb
updated readme, add comments to parse_apidoc.pl, make parse_devedge_doc.pl exit on startup, remove zpidoc.xml (it's in mozilla.org/projects/apidoc)
2000-03-03 19:59:54 +00:00
wtc%netscape.com
a442830fd9
Merged NSPR 4.0 release onto the main trunk.
2000-03-03 19:53:57 +00:00
idk%eng.sun.com
657ce47810
updated README
2000-03-03 19:40:52 +00:00