Граф коммитов

128880 Коммитов

Автор SHA1 Сообщение Дата
cltbld%netscape.com d356430383 Automated update from host egg 2004-04-18 13:11:26 +00:00
cls%seawood.org 6dde9764a7 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 d79eb6342f Work on bug 238649: no more support for ClassNameHelper and friends 2004-04-18 12:15:07 +00:00
ere%atp.fi 9de0d2b1a3 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 aee55ce695 Worj on bug 238649: removal of NotAFunctionException 2004-04-18 09:30:30 +00:00
mconnor%myrealbox.com a6231f5ea3 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 ad7b9a8f7a 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 6d0b0f4b05 Attempting to fix tinderbox bustage. 2004-04-18 02:51:26 +00:00
cbiesinger%web.de a26a693b1c bug 24867 fallout - access the right variable, r+sr=bz 2004-04-18 01:12:49 +00:00
bryner%brianryner.com 4f8b5bf9d4 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 f02693478c 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 e359d0c22a Link order matters.
Fixing mingw tinderbox bustage.
2004-04-17 23:05:11 +00:00
gerv%gerv.net 692411203a Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
edburns%acm.org d16514e53c 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 2db4e18cdf Fixing JS warning. Bug 221619. 2004-04-17 21:23:31 +00:00
neil%parkwaycc.co.uk 3a754bb5f0 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 7ad3e15645 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 358419f5d9 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 9b5d1fac34 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 b2e848e345 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 5de2adfded 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 482dc5fcad Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 18:33:16 +00:00
varga%nixcorp.com 6a042a5ecf Trying to fix bustage in extensions/sql 2004-04-17 18:06:37 +00:00
mconnor%myrealbox.com 4639fb4043 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 7b4ffe698d Fixing gcc 3.4 bustage (not sure why line numbers are off). 2004-04-17 17:32:18 +00:00
gerv%gerv.net aa835b77c5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
cltbld%netscape.com 7f104a5510 Automated update from host egg 2004-04-17 16:21:55 +00:00
varga%nixcorp.com f8c028fdb3 Trying to build sql extension on all platforms. 2004-04-17 16:17:52 +00:00
scott%scott-macgregor.org cdde33da1e fix for bug #240770
spell checker asserts when it has no suggestions

also, only call forgotchar() once.

r/sr=bienvenu
2004-04-17 15:01:31 +00:00
gerv%gerv.net b748dba55c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 14:37:35 +00:00
mvl%exedo.nl a191955736 Hide unneeded tabs in in the image manager to make resizing work better.
bug 89908, r=mconnor, sr=darin
2004-04-17 13:48:35 +00:00
cbiesinger%web.de 46c8734bc0 backing out last patch for bug 240771 - causes crashes on mac. 2004-04-17 12:13:55 +00:00
varga%nixcorp.com 2ed7aa3768 Trying to fix AIX 5.1 bustage. Bug 221619. 2004-04-17 08:08:12 +00:00
varga%nixcorp.com 901e19ad8e Forgot to update some files. Bug 221619. 2004-04-17 07:33:42 +00:00
varga%nixcorp.com 9a8ed6252e Trying to fix gcc-3.4 bustage. 2004-04-17 06:50:11 +00:00
dbaron%dbaron.org ff4fb5ab5e Fix bustage, perhaps. 2004-04-17 06:26:27 +00:00
justdave%syndicomm.com 7e87074114 Bug 155502: focus the summary field when loading the search/query pages
Patch by kiko, r=gerv, a=justdave
2004-04-17 06:06:51 +00:00
justdave%syndicomm.com 82ccb28616 Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in favor of $cgi->cookie)
Patch by kiko, r=vlad, a=justdave
2004-04-17 06:04:14 +00:00
varga%nixcorp.com 5026248834 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
bzbarsky%mit.edu dd7363b6e0 Fix crash on loading files with no extension. Followup to bug 235502, patch by
biesi, r+sr=darin
2004-04-17 04:45:25 +00:00
ben%bengoodger.com b6f34fe5ce 170006 - extension manager update service, ongoing work 2004-04-17 04:41:28 +00:00
justdave%syndicomm.com efc92da8f6 Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param
Patch by kiko, r=vlad, justdave, a=justdave
2004-04-17 04:41:19 +00:00
mkaply%us.ibm.com a8bbffd86f #234688
r=pedemont, sr=blizzard (platform specific)
OS/2 only - handle cases where we are asked for icons for extensions (.zip, etc.)
2004-04-17 03:20:44 +00:00
darin%meer.net 532a47dfbb more bustage fixing 2004-04-17 03:14:54 +00:00
darin%meer.net 14d0729115 camino bustage fix 2004-04-17 02:40:08 +00:00
darin%meer.net d41fb77787 attempting to fix camino bustage resulting from ftp upload ui landing, bug 24867 2004-04-17 02:08:51 +00:00
darin%meer.net b86829b878 landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2004-04-17 00:58:23 +00:00
darin%meer.net 20de877e45 fixes bug 239644 "FreeBSD build error in nsHostResolver" r+sr=bryner 2004-04-17 00:57:26 +00:00
wchang0222%aol.com bc30e5a8ff Bugzilla bug 108305: upgraded to the Mon Apr 12 00:44:22 MDT 2004 version
of dtoa.c.  r=darin.  Bumped rev. to 4.1.
2004-04-17 00:27:08 +00:00
rlk%trfenv.com faaa780087 Bug 236942 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-17 00:00:37 +00:00