pschwartau%netscape.com
|
8e1d1ab4d9
|
Made this testcase acknowledge that indirect eval is LEGAL; see bug 38512.
|
2001-02-06 07:33:28 +00:00 |
|
pinkerton%netscape.com
|
41357cce17
|
Removing HTML->text sink from the parser. r=akkana/sr=vidur. bug 62432.
|
2001-02-06 07:15:32 +00:00 |
|
ssu%netscape.com
|
8b4b8a8669
|
fixing bug 49456 - installer memory usage too high. r=dveditz, sr=mscott. windows platform only.
|
2001-02-06 07:15:13 +00:00 |
|
pschwartau%netscape.com
|
8ab3095a6c
|
Made this testase acknowledge that indirect eval is LEGAL; see bug 38512.
|
2001-02-06 06:52:59 +00:00 |
|
pchen%netscape.com
|
c289ad5745
|
bug 61079, r=blake, a/sr=ben, fix editing of helper app mappings, by creating a full new mapping (which will actually show up in the list) and deleting the old one (makes old one go away, duh)
|
2001-02-06 06:50:02 +00:00 |
|
pchen%netscape.com
|
ad2ae55415
|
bug 56226, r=blake, sr=mscott, remove about attributes from NC:fileExtensions tags which causes barf (exception thrown) in helper apps pref code and such attributes are written out from prefs code anyways
|
2001-02-06 06:29:53 +00:00 |
|
pschwartau%netscape.com
|
8097b07638
|
Deleting this testcase. It expected indirect eval to throw an exception. Wrong - this is legal: see bug 38512.
|
2001-02-06 06:06:18 +00:00 |
|
blakeross%telocity.com
|
733943b5fb
|
Just moving a variable declaration to declare it only when needed...
|
2001-02-06 05:50:31 +00:00 |
|
pollmann%netscape.com
|
26e414d3ed
|
Bug 42892: Split FlushPendingNotifications in to content and content+frames cases (speed up content list access), r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 05:46:46 +00:00 |
|
pinkerton%netscape.com
|
5947c4f6ed
|
fix for 51053, where we'd throw too early when trying to close popups. added try/catch around each individual QI. r=ben/sr=scc.
|
2001-02-06 05:33:28 +00:00 |
|
mscott%netscape.com
|
c1d77f34a4
|
Don't build this obsolete directory.
|
2001-02-06 05:17:18 +00:00 |
|
kandrot%netscape.com
|
47f98a24fe
|
r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author. It is
compiled switched in via --enable-lea.
|
2001-02-06 04:52:19 +00:00 |
|
rbs%maths.uq.edu.au
|
c2377665ea
|
Fix for shift/jump/overlap in the incremental reflow of tables containing text-inputs and images. Bug 45562 and related dups. sr=waterson@netscape.com
|
2001-02-06 04:42:31 +00:00 |
|
mscott%netscape.com
|
9c7e28ce40
|
don't build this obsolete directory.
|
2001-02-06 04:40:32 +00:00 |
|
cmanske%netscape.com
|
36637accb4
|
Fixed saving over existing file bug 66745. r,m=Makoto Hamanaka (VYA04230@nifty.com), sr=sfraser.'
|
2001-02-06 04:38:08 +00:00 |
|
leaf%mozilla.org
|
c5fd5ae0d3
|
Automated update
|
2001-02-06 04:30:13 +00:00 |
|
kandrot%netscape.com
|
59870281dc
|
r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author. It is
compiled switched in via --enable-lea.
|
2001-02-06 04:28:59 +00:00 |
|
kandrot%netscape.com
|
098f279a10
|
r=waterson sr=cls
Adding a newer version of the libc malloc.c from the author. It is
compiled switched in via --enable-lea.
|
2001-02-06 04:26:58 +00:00 |
|
mscott%netscape.com
|
1435ba674f
|
Bug #67555 --> rewrite OnStart/OnStopMeteors to use timers for performance benefits.
sr=bienvenu
|
2001-02-06 04:13:08 +00:00 |
|
mscott%netscape.com
|
72b7e75b5f
|
Bug #67555 --> remove obsolete timer code
sr=bienvenu
|
2001-02-06 04:11:21 +00:00 |
|
beard%netscape.com
|
31ec0aa149
|
build system changes for Carbon, bug #64484, r=pinkerton, sr=sfraser
|
2001-02-06 04:00:52 +00:00 |
|
hyatt%netscape.com
|
31fc7bd2eb
|
Backing out my checkin of menulistBIndings.xml. That was an accident.
|
2001-02-06 03:07:42 +00:00 |
|
hyatt%netscape.com
|
7c7f965c68
|
Oh to heck with it. It's just a file nobody is using yet. Adding to JAR.
|
2001-02-06 02:59:44 +00:00 |
|
hyatt%netscape.com
|
8e5f0a5ee1
|
Not part of build.
|
2001-02-06 02:57:58 +00:00 |
|
bryner%uiuc.edu
|
1f048b0080
|
Bug 67709 - assertions when typing in editor due to uninitialized return value. r=blake, dbaron. sr=brendan.
|
2001-02-06 02:55:06 +00:00 |
|
ftang%netscape.com
|
7810e9c086
|
rename aReloadPages to aRedrawPages according to erik's review comment
sr=erik
not part of the build yet.
|
2001-02-06 02:50:07 +00:00 |
|
leaf%mozilla.org
|
7781fedd74
|
Automated update
|
2001-02-06 02:45:09 +00:00 |
|
javi%netscape.com
|
455a2e625e
|
Remove references to coreconf from the Makefile for building
pipnss
|
2001-02-06 02:44:15 +00:00 |
|
pollmann%netscape.com
|
856b7f2476
|
Bug 62713: Save strings in SH in UTF8 instead of UCS2 to reduce memory usage plus cleanup (thanks jst), r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 02:41:15 +00:00 |
|
ftang%netscape.com
|
5f0e58f384
|
not part of the build yet
check in support class for "font download" work
sr=erik
|
2001-02-06 02:34:46 +00:00 |
|
ftang%netscape.com
|
0469e26b01
|
not part of the build yet
check in interface for "font download" work.
sr=erik
|
2001-02-06 02:33:52 +00:00 |
|
cls%seawood.org
|
dc35720a61
|
Automatically run config.status if configure changes.
|
2001-02-06 02:33:34 +00:00 |
|
tor%cs.brown.edu
|
677c21eabc
|
libpng update to 1.0.9. sr=brendan
|
2001-02-06 02:32:50 +00:00 |
|
pollmann%netscape.com
|
7efd062521
|
Bug 62713: Only save scroll position in SH if offset from origin, only put entries in state table if state was created, cleanups, r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 02:32:04 +00:00 |
|
jst%netscape.com
|
d6d94da0ff
|
Fixing regression (bug 67713) that I introduced in my content code re-org in the end of december. Adding a missing interface to the QI implementation of nsHTMLButtonElement. r=nisheeth@netscape.com, sr=n/a
|
2001-02-06 02:31:31 +00:00 |
|
hyatt%netscape.com
|
bb7ecff096
|
Not part of build.
|
2001-02-06 02:22:31 +00:00 |
|
bienvenu%netscape.com
|
646c9c334a
|
add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott
|
2001-02-06 02:17:47 +00:00 |
|
blakeross%telocity.com
|
14c214e6ef
|
Caching the browser in navigator.js so we don't keep retrieving it on startup (67262). r=timeless sr=alecf
|
2001-02-06 02:17:27 +00:00 |
|
blakeross%telocity.com
|
6c9d239563
|
Wording in BasicAuth username/password dialog says "Confirm Password" (by bzbarsky@mit.edu, 55111). r=doron sr=alecf
|
2001-02-06 02:13:54 +00:00 |
|
jst%netscape.com
|
f9f8015c1c
|
Fixing bug 67563. Adding null pointer checks to avoid crasing when accessing certain properties on orphan OPTION, TD and TH elements. r=harishd@netscape.com, r=nisheeth@netscape.com, sr=vidur@netscape.com
|
2001-02-06 02:11:30 +00:00 |
|
blakeross%telocity.com
|
fd0cba1673
|
Page info panes should have adjustable and have scrollbars (by db48x@yahoo.com, 63913). r=timeless sr=alecf
|
2001-02-06 02:11:22 +00:00 |
|
bienvenu%netscape.com
|
08646b2ca2
|
add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE fix notification of filtered messages in pop folders 67556 r=naving, sr=mscott
|
2001-02-06 02:10:43 +00:00 |
|
bienvenu%netscape.com
|
d569c61ce0
|
use a constant for offline folder flag r=naving, sr=mscott 67608
|
2001-02-06 02:07:04 +00:00 |
|
bienvenu%netscape.com
|
5db6a0d979
|
add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott
|
2001-02-06 02:05:31 +00:00 |
|
pollmann%netscape.com
|
c9046692ff
|
Bug 62713: Only save form input values in SH if changed plus cleanups (error handling, NS_LITERAL_STRING), r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 01:59:59 +00:00 |
|
disttsc%bart.nl
|
f42e833e2c
|
Fix strict warnings in mailWidgets.xml, clean up a little. bug=58572, patch by Mark Olsen <maolson@earthlink.net>, r=jag, a=alecf
|
2001-02-06 01:43:39 +00:00 |
|
pollmann%netscape.com
|
39034a3146
|
Bug 55988 + 64415: Hidden inputs and buttons save state in session history, r=jst@netscape.com, sr=vidur@netscape.com
|
2001-02-06 01:31:18 +00:00 |
|
brendan%mozilla.org
|
b28624e231
|
Fix compile-statements-as-we-go to work with warn-about-missing-final-return (66928, r=jband, sr=shaver).
|
2001-02-06 01:23:29 +00:00 |
|
relyea%netscape.com
|
0373ca7fe5
|
Bug 67501: Fix suggested by Nelson. Make '-d' option work again in sdrtest.
|
2001-02-06 01:05:21 +00:00 |
|
waterson%netscape.com
|
149d4df3c2
|
Bug 61337. Fix rounded corners on <hr> with NOSHADE. Patch submitted by Dainis Jonitis (Dainis_Jonitis@swh-t.lv), r=waterson, sr=buster.
|
2001-02-06 01:00:35 +00:00 |
|