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

129056 Коммитов

Автор SHA1 Сообщение Дата
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
varga%nixcorp.com 6450787dad Trying to build sql extension on all platforms. 2004-04-17 16:17:52 +00:00
scott%scott-macgregor.org e0414fab31 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 7007719893 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 14:37:35 +00:00
mvl%exedo.nl 2a7983458f 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 19e7aa65ac backing out last patch for bug 240771 - causes crashes on mac. 2004-04-17 12:13:55 +00:00
varga%nixcorp.com 93f6d16654 Trying to fix AIX 5.1 bustage. Bug 221619. 2004-04-17 08:08:12 +00:00
varga%nixcorp.com 45f225aa80 Forgot to update some files. Bug 221619. 2004-04-17 07:33:42 +00:00
varga%nixcorp.com 8de3f88849 Trying to fix gcc-3.4 bustage. 2004-04-17 06:50:11 +00:00
dbaron%dbaron.org e61dc3e699 Fix bustage, perhaps. 2004-04-17 06:26:27 +00:00
justdave%syndicomm.com 2cea1325c7 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 e4ec3865f6 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 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
bzbarsky%mit.edu d0cb2170bb 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 2e5e6d34f9 170006 - extension manager update service, ongoing work 2004-04-17 04:41:28 +00:00
justdave%syndicomm.com e39cbcfdb6 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 3ad659d9c9 #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 809145775f more bustage fixing 2004-04-17 03:14:54 +00:00
darin%meer.net 3dbdc5fbe8 camino bustage fix 2004-04-17 02:40:08 +00:00
darin%meer.net 3c819e1431 attempting to fix camino bustage resulting from ftp upload ui landing, bug 24867 2004-04-17 02:08:51 +00:00
darin%meer.net 9ae1052a56 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 412f67c262 fixes bug 239644 "FreeBSD build error in nsHostResolver" r+sr=bryner 2004-04-17 00:57:26 +00:00
wchang0222%aol.com 7e947e16a9 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 4d86fc46e1 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
scott%scott-macgregor.org 132c9e939a Bug #240750 --> Use sane widths and heights for all resolutions, not just 800 x 600 when launching with a new profile. 2004-04-16 23:42:23 +00:00
tor%cs.brown.edu 441c5f95a5 Remove troublesome whitespace 2004-04-16 22:53:49 +00:00
scott%scott-macgregor.org 494608aa06 Bug #240680 --> thunderbird installer needs to set the PathToExe entry in the windows registry upon installation 2004-04-16 22:22:45 +00:00