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

118728 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 4de8ed4c53 SuperConstructor call sequence. 2003-05-08 07:07:55 +00:00
seawood%netscape.com 0515efbeb2 Fixing --disable-oji mac bustage.
Bug #204647 r=peterl sr=sfraser a=asa
2003-05-08 06:59:16 +00:00
ere%atp.fi 390eace161 Fix for bug 204248: No maximize/minimize buttons in new Mailnews window, and raise & lower broken
r+sr=jag
a=asa
2003-05-08 06:54:27 +00:00
jaggernaut%netscape.com 9dd848937d Bug 204809: <browser disableHistory=.../> -> <browser disablehistory=.../>. r=sr=a=sspitzer 2003-05-08 03:08:15 +00:00
scott%scott-macgregor.org 14b802971d collapse pippki and pipnss jar files into mail.jar 2003-05-08 02:30:39 +00:00
scott%scott-macgregor.org f14430d27e Change Show / Hide to Toolbars by changing the order of our overlays. editorOverlay.dtd was overriding our value for this menu item. 2003-05-08 02:30:06 +00:00
bzbarsky%mit.edu 198273d647 Minor tweak to never match in an error case we better not be hitting anyway.
Bug 77519, r=glazou (who also posted the first patch version; r=me on the part
he did), sr=dbaron, a=sspitzer
2003-05-08 01:59:25 +00:00
dwitte%stanford.edu 806bce6100 Bug 204623: setting src attribute on img element created in a doc with no window crashes.
fixes up some queryinterface fu to not suck.

r=mvl, sr=peterv, a=asa.
2003-05-08 01:55:37 +00:00
caillon%returnzero.com 2878ea451f Removing a duplicated line (bug 204610)
Patch by calvin.liu@sun.com
r=caillon sr=sspitzer a=asa
2003-05-08 01:44:14 +00:00
rogerl%netscape.com 69a195c108 Super constructor call sequence and super statement. 2003-05-07 22:59:25 +00:00
darin%netscape.com f0e1827459 fixes bug 204673 "throbber icon keeps spinning after viewing previously read mail" r=mscott sr=sspitzer a=sspitzer,asa 2003-05-07 21:22:24 +00:00
dougt%meer.net 77ed871936 Backing out dependent library loading on windows. Fixes 204676. 2003-05-07 18:39:47 +00:00
rogerl%netscape.com 415fbcf2c7 Getters and setters 2003-05-07 06:27:42 +00:00
bryner%netscape.com 4128c39f61 Set typeahead find to search all text by default. Also, removed some prefs that no longer need to be overridden from all.js 2003-05-07 05:38:34 +00:00
scott%scott-macgregor.org 5740bd3f85 synch up with trunk changes 2003-05-07 03:45:39 +00:00
scott%scott-macgregor.org 6c5e3287c4 Fix problems with the progress dialog by including the right files for editing helper apps. 2003-05-07 01:30:56 +00:00
caillon%returnzero.com 050e004be7 Bug 192577 - URL bar doesn't collapse on windows
Patch by aaronl@netscape.com
r=danm sr=bryner
a=asa for checkin into a closed tree
2003-05-07 01:12:41 +00:00
wtc%netscape.com 34dac70182 Bug 204681: fixed build failure with MKS Toolkit on Windows XP. Handle
the more general 0x pattern instead of just 00 in the output of "uname -v".
2003-05-07 00:27:37 +00:00
rogerl%netscape.com 8020e01752 Instance method fixes. 2003-05-06 22:53:39 +00:00
darin%netscape.com b6f1b4f121 fixes bug 199546 "forum message wants to save to disk as messages.php" r=dougt sr=bz a=asa
(checking in on closed tree per request from asa)
2003-05-06 20:43:20 +00:00
rogerl%netscape.com 73a5e315ae New function definition structures in place. 2003-05-06 19:17:21 +00:00
igor%mir2.org 5e2e66cdab Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=201896 :
New helper class JIFunction for easy implementation of JS functions in Java without using reflection and its usage in ImporterTopLevel and NativeJavaPackage
2003-05-06 18:59:22 +00:00
scott%scott-macgregor.org 314657043c Make the status bar in thunderbird mail show status messages again by including mozbrwser.xpt (needed for
nsIXULBrowserWindow.xpt)
2003-05-06 18:53:46 +00:00
igor%mir2.org f8bd7bf48c Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=204210 2003-05-06 18:53:16 +00:00
nboyd%atg.com c496d0ae06 Fix suggested by Bojan Cekrlic in Bugzilla Bug 203752:
While you are messing arround with JavaScriptException, is it possible to add

if(value instanceof Throwable) {
	initCause((Throwable) value);
}

I know it's a Java 1.4 feature and not directly connected to this bug and don't
know what's the Rhino's policy of supported Java versions, but it in the end it
could be done with method.invoke() or something similar.

This would help debugging a lot.
2003-05-06 16:56:38 +00:00
igor%mir2.org f7808560ee Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=204513 2003-05-06 15:29:36 +00:00
igor%mir2.org d9ff563fdb Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=204576
Using (x instanceof Wrapper) instead of (x instanceof NativeJavaObject) which replaces the previous fix of unwrapping NativeJavaObject.call arguments for the custom wrappers problem.
2003-05-06 10:51:24 +00:00
axel%pike.org 6e969d0a82 bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer 2003-05-06 07:35:23 +00:00
sspitzer%netscape.com 3e780989b5 fix for bug #199358. adding cut/copy/paste/find icons.
thanks to sailfish@unforgettable.com for the icons and the css.
r/sr/a=sspitzer
2003-05-06 06:10:59 +00:00
ssu%netscape.com 41b617abb5 fixing bug 67027 - Having int chars in install folder name doesn't uninstall anything. r=dveditz sr=dmose, a=sspitzer 2003-05-06 06:08:31 +00:00
bzbarsky%mit.edu 0fdec9311a Fix scroll state restoration when going back to URL with anchor. Bug 204364,
r=jkeiser, sr=dbaron, a=asa
2003-05-06 05:46:46 +00:00
jake%bugzilla.org 2e9db8c57e Pick up recent docs changes for the compiled versions 2003-05-06 04:42:50 +00:00
jake%bugzilla.org f46b7ad74e Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. 2003-05-06 04:32:32 +00:00
bugreport%peshkin.net 054ae9f2f9 bug 203867: Add regular expression references to glossary
r,a=jake
2003-05-06 03:59:19 +00:00
bolian.yin%sun.com 494404a855 Fix a checkin Error for Bug 203661. This is For GTK2 Accessibility. NOT for the default build. 2003-05-06 03:33:31 +00:00
scott%scott-macgregor.org 6d5ef0747e more tweaks. 2003-05-06 03:03:14 +00:00
scott%scott-macgregor.org b6f309b82d fork finddialog.xul and askViewZoom.xul because they currently require navigator.css. Filed trunk bugs to fix that
so we can unfork these files later.
2003-05-06 03:02:59 +00:00
nelsonb%netscape.com 73a7a4ca5f Display an error message instead of crashing if the user forgets the -n
option with the -O (Dump Chain) option.
2003-05-06 02:50:03 +00:00
nelsonb%netscape.com ed795df0c3 Don't display user's password in hex. Bug 200005. 2003-05-06 02:45:12 +00:00
bolian.yin%sun.com 9bff6eba89 Bug 203661, Move mai interfaces part into accessibility/src/atk
r=kyle.  This is GTK2 Accessibility Bug. NOT for the default build.
2003-05-06 02:23:50 +00:00
scott%scott-macgregor.org 7b50132f03 Include locale packages for pipnss and pippki
synch with the trunk.
2003-05-06 02:21:55 +00:00
jst%netscape.com b4f676181d Backing out the fix for bug 148782 since it caused bug 204029. 2003-05-06 02:01:52 +00:00
kyle.yuan%sun.com 74a6ecd06e Bug 201275 [Webclient] move Prompt code from CBrowserContainer to PromptService
r=edburns
2003-05-06 01:50:06 +00:00
shliang%netscape.com 19944bccd6 194567 - junk mail icon is cropped in classic skin. r/sr/a=sspitzer. 2003-05-06 01:16:43 +00:00
shliang%netscape.com 58e5982882 144828 - nav-only installs do not have send link, send image, new message menuitems. r=jag, sr/a=sspitzer. 2003-05-06 01:14:51 +00:00
dougt%meer.net 039c6d21df Enabling Dependent Libs. b=193442, r=seawood@netscape.com, a=asa@mozilla.org 2003-05-06 01:04:55 +00:00
shliang%netscape.com 64e17d2014 195285 - junk mail column placement incorrect for existing profiles. r=jag,sr/a=sspitzer. 2003-05-06 01:04:17 +00:00
jst%netscape.com 9c312baa16 Fixing bug 116598. Making document.lastModified = now() if the server doesn't send a last-modified header. This makes us compatible with IE. r=caillon@returnzero.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org 2003-05-06 00:45:54 +00:00
sspitzer%netscape.com 552dd4f2d9 fix for regression bug #200348
Properties button does not work in the Advanced Address Book Search dialog
r/sr=bienvenu, a=sspitzer
2003-05-06 00:36:03 +00:00
jkeiser%netscape.com 6e2f34838f Fix crash when mouseovering things that disappear (bug 196012), r=peterl@netscape.com, sr=bryner@netscape.com, a=asa 2003-05-06 00:03:15 +00:00