scott%scott-macgregor.org
1abd354a95
fix comment in assert, as temporary filters are not just for mdn any more.
...
rs=bienvenu
2004-04-18 19:19:17 +00:00
scott%scott-macgregor.org
71c0f09bc2
minor code clean up, guard against crasher by checking rv.
...
rs=bienvenu
2004-04-18 19:18:17 +00:00
varga%nixcorp.com
76433fc6be
Possible fix for regression bug 240872.
2004-04-18 18:52:24 +00:00
tor%cs.brown.edu
991738fffb
Bug 240273 - use pool allocation in {Push,Pop}State. r=blizzard, sr=bryner
2004-04-18 18:17:53 +00:00
bmlk%gmx.de
05b675f299
remove table background quirk use standards painting instead bug 237078 patch by fantasai@escape.com r=bernd sr=dbaron
...
crash prevention when colframes return bogus colindices bug 240854 r/sr=bzbarsky
2004-04-18 18:17:00 +00:00
bzbarsky%mit.edu
a59c28f736
Don't store "no such component" entries in the hashtable when a contractid
...
lookup fails. Now that we preload the registry, that serves no purpose. Bug
230776, patch by Malcolm Rowe <malcolm-bmo@farside.org.uk>, r=dougt, sr=alecf
2004-04-18 17:35:29 +00:00
scott%scott-macgregor.org
6d124dd2c2
fix for bug #218774
...
clear filter (and spam) log doesn't appear to work, you have to close and re open the dialog
r/sr=bienvenu
2004-04-18 17:25:25 +00:00
bzbarsky%mit.edu
4cf9a89b54
Clean up nsLegacyCheck. Bug 237001, patch by Andrew Schultz
...
<ajschult@mindspring.com>, r=bsmedberg, sr=dveditz
2004-04-18 17:25:24 +00:00
bzbarsky%mit.edu
5b31654c49
Forgot to commit this file. Bug 232175, patch by Isaac Hwak Han
...
<isaachh@mailc.net>, r=bryner, sr=bzbarsky
2004-04-18 17:15:03 +00:00
igor%mir2.org
8231a39a23
Cleanups:
...
1. Added addObjectToDouble() to replace explicit code generation for object to double convertion.
2. nodeIsDirectCallParameter returns dcp register to avoid double look up of OptVariable
2004-04-18 16:29:12 +00:00
igor%mir2.org
2957c844ca
Layout cosmetics
2004-04-18 16:26:32 +00:00
scott%scott-macgregor.org
ecc9e813d8
remove bad line endings
2004-04-18 15:54:18 +00:00
bzbarsky%mit.edu
ae3abe6305
Make nsNativeThemeWin inherit from nsNativeTheme; remove some redundant code.
...
Bug 232175, patch by Isaac Hwak Han <isaachh@mailc.net>, r=bryner, sr=bzbarsky
2004-04-18 15:53:28 +00:00
igor%mir2.org
97dc2f98e4
Trust JVM to implement "<=" and "<" according to JVM specs and replace code like
...
d1 == d1 && d2 == d2 && d1 < d2
with simple
d1 < d2
That in turn allows to simplify code generation and remove OptRuntime.cmp_ functions.
2004-04-18 14:53:34 +00:00
igor%mir2.org
b9219ca745
Trust JVM to implement "<=" and "<" according to JVM specs and replace code like
...
d1 == d1 && d2 == d2 && d1 < d2
with simple
d1 < d2
2004-04-18 14:52:22 +00:00
igor%mir2.org
d6576c5892
Remove commented out code to treat integer specially: it is not applicable any longer in any case.
2004-04-18 14:49:50 +00:00
gerv%gerv.net
708b56cff4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:30:37 +00:00
gerv%gerv.net
31625ba2b1
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
tor%cs.brown.edu
b07ccf833c
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
2004-04-18 13:55:11 +00:00
gerv%gerv.net
f534a92d25
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 13:54:27 +00:00
cbiesinger%web.de
06c922eb95
addressing reviewer comments
2004-04-18 13:22:31 +00:00
cbiesinger%web.de
6a4a60ba08
Bug 240257 directory listings show wrong sizes for files > 4 GB
...
changes nsIDirIndex to use PRInt64
r=darin sr=bryner
2004-04-18 13:20:54 +00:00
tor%cs.brown.edu
83eb215db9
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
2004-04-18 13:13:35 +00:00
cltbld%netscape.com
f83c1c178c
Automated update from host egg
2004-04-18 13:11:26 +00:00
cls%seawood.org
75ff834028
Only check for wcrtomb & mbrtowc when targetting OSX >= 10.3 or non-OSX builds.
...
Bug #233574 r=bryner
2004-04-18 13:10:03 +00:00
igor%mir2.org
d62ad77af5
Work on bug 238649: no more support for ClassNameHelper and friends
2004-04-18 12:15:07 +00:00
ere%atp.fi
72cb4322da
Fix for bug 197474: Event.altKey && Event.ctrlKey not true together unlike IE
...
r=neil
sr=bryner
2004-04-18 11:03:51 +00:00
igor%mir2.org
b71427a6ae
Worj on bug 238649: removal of NotAFunctionException
2004-04-18 09:30:30 +00:00
mconnor%myrealbox.com
74357ec2e9
Bug 240773 - brand.dtd is poorly formatted, patch by Frank Wein (mcsmurf@gmx.de), r=bryner
2004-04-18 07:36:58 +00:00
mconnor%myrealbox.com
d81c75eff7
bug 214999 - No policy shows up when you view the cookies, remove legacy UI for p3p elements, clean up some cruft, tweak some wording to match dialogs, r=bryner
2004-04-18 07:24:58 +00:00
cls%seawood.org
1d5ddefa3e
Attempting to fix tinderbox bustage.
2004-04-18 02:51:26 +00:00
cbiesinger%web.de
57aee03c45
bug 24867 fallout - access the right variable, r+sr=bz
2004-04-18 01:12:49 +00:00
bryner%brianryner.com
642f7ede36
deCOMtaminate nsIScriptObjectPrincipal (bug 240745). This also fixes some code in nsCrypto.cpp that sems to have been mis-braced (I don't think it was working as intended). r+sr=jst.
2004-04-18 00:28:47 +00:00
bzbarsky%mit.edu
0c6258698a
Switch to nsCOMPtr to fix possible leaks and a possible strict aliasing
...
violation. Bug 240710, r+sr=roc
2004-04-17 23:23:19 +00:00
cls%seawood.org
2275a6ff00
Link order matters.
...
Fixing mingw tinderbox bustage.
2004-04-17 23:05:11 +00:00
gerv%gerv.net
9d2ee4928c
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 21:52:36 +00:00
edburns%acm.org
d45931d8dc
M classes_spec/org/mozilla/webclient/impl/WrapperFactory.java
...
M classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/ImplObjectNative.java
- remove getNativeEventThread(). I've decided to expose the singleton
NativeEventThread instance via a package private class var.
M classes_spec/org/mozilla/webclient/impl/wrapper_native/BookmarksImpl.java
- run the necessary native methods on the event thread to avoid thread
safety assertions.
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeEventThread.java
- rename pushNotifyRunnable() to pushBlockingWCRunnable. Make it block
the caller until the argument WCRunnable has been run on the
NativeEventThread. Implement this by using wait/notify between
pushBlockingWCRunnable() and run().
- add package private NativeEventThread class variable.
- rename runnablesWithNotify ivar to blockingRunnables.
- remove the exception storage mechanism.
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/PreferencesImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/ProfileManagerImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/RDFEnumeration.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java
- levarage NativeEventThread.instance.pushBlockingWCRunnable().
A classes_spec/org/mozilla/webclient/impl/wrapper_native/WCRunnable.java
- Just like runnable, except return Object, not void.
M src_moz/PreferencesImpl.cpp
- remove unused automatic variable.
2004-04-17 21:25:12 +00:00
varga%nixcorp.com
2c3caf6a62
Fixing JS warning. Bug 221619.
2004-04-17 21:23:31 +00:00
neil%parkwaycc.co.uk
0ebcf05509
Die viewString die! (previous checkin for bug 132450 missed some sites) r/sr=bienvenu
2004-04-17 20:50:30 +00:00
neil%parkwaycc.co.uk
9e7936628e
Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner
2004-04-17 19:56:39 +00:00
neil%parkwaycc.co.uk
1dc097d9cb
Bug 210824 Double-clicking biff icon causes JavaScript error in msgMail3PaneWindow.js p=gautheri@noos.fr r=me sr=mscott
2004-04-17 19:38:39 +00:00
neil%parkwaycc.co.uk
307b41dbea
Bug 237210 JavaScript strict warning: GetSelectedCardTypes does not always return a value plus additional cleanup p=gautheri@noos.fr r=me sr=mscott
2004-04-17 19:32:00 +00:00
neil%parkwaycc.co.uk
9e66e5bf65
Bug 237448 JavaScript strict warning: function onAdvanced does not always return a value p=gautheri@noos.fr r=me sr=mscott
2004-04-17 19:22:51 +00:00
neil%parkwaycc.co.uk
9a5d4ea5dc
Bug 221623 remove commented #define and unused #ifdef p=gautheri@noos.fr r=alecf sr=bryner
2004-04-17 19:20:09 +00:00
gerv%gerv.net
dfb29e9236
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
varga%nixcorp.com
26f9165f09
Trying to fix bustage in extensions/sql
2004-04-17 18:06:37 +00:00
mconnor%myrealbox.com
b5a42ef435
Bug 210228 - Make extension list sorted (Tools | Options | Extensions), patch by pike@pikey.me.uk, r=bryner
2004-04-17 17:43:07 +00:00
dbaron%dbaron.org
40f7ce38e7
Fixing gcc 3.4 bustage (not sure why line numbers are off).
2004-04-17 17:32:18 +00:00
gerv%gerv.net
f7f3cb2736
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 16:52:41 +00:00
cltbld%netscape.com
87d5452d27
Automated update from host egg
2004-04-17 16:21:55 +00:00