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

133951 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 3ade0ebece 196755 backing out now-unneeded changes of bug 196755 and bug 206668, r=mconnor 2004-10-03 16:13:33 +00:00
cbiesinger%web.de e76b1a5a6c 235581 fix warnings in widget/src/mac
patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net> r=pinkerton sr=sfraser
2004-10-03 15:50:51 +00:00
jshin%mailaps.org b92f4b21e5 taking out the previous check-in. we may have a better alternative. 2004-10-03 15:50:01 +00:00
jshin%mailaps.org 34a685a70b bug 260427 non-ASCII characters are not rendered correctly in the UI on OS2. patch by Peter Weilbacher(mozilla%Weilbacher.org), r/sr=mkaply 2004-10-03 15:41:43 +00:00
igor%mir2.org 438bd2230e Fixing bug 262687: patch from Kurt Huwig, bugzilla@huwig.de , to make the source compatible with JDK 1.5. 2004-10-03 11:23:07 +00:00
Stefan.Borggraefe%gmx.de d235a24ccb Bug 253519: Non-working "Use Global Inbox" option is shown during Movemail account creation
r=mscott, sr=bienvenu
2004-10-03 09:28:46 +00:00
jwalden%mit.edu 5fb7e72979 Bug 254982 - Use "preference" in docs in Linux, "option" in docs elsewhere. r=steffen 2004-10-03 03:40:11 +00:00
bsmedberg%covad.net 0f96da1f52 Bug 221824, part 2, add content hooks for submenu expander and back/forward buttons. r=mconnor 2004-10-03 01:19:58 +00:00
cbiesinger%web.de 15cb2b41c9 help should only show information applying to the current platform, Bug 111484
patch by Stefan <stefan_h@hem.utfors.se> r=neil
2004-10-02 22:31:53 +00:00
igor%mir2.org 6116e53140 Better error reporting for undefined access:
I changes just added toObject(Contetx cx, Object obj) to
toObjectOrNull(Contetx cx, Object obj) which returns null when obj is undefined
or null. It forces the caller to check to the return status but then much
better error report can be generated since the caller knows the operation that was called upon the undefined or null value.
2004-10-02 22:14:02 +00:00
bryner%brianryner.com c780fae79b Quick and dirty fix for Thunderbird failure to handle mailto urls from xremote (bug 261961). r+sr=mscott. 2004-10-02 19:14:27 +00:00
bryner%brianryner.com ea37a6b770 Call CutRow _before_ we release our reference to the nsIMdbRow. Fixes crash on shift+delete. Bug 258767, patch by jwalden@mit.edu, r=bryner. 2004-10-02 18:59:50 +00:00
dbaron%dbaron.org ce6eade356 Fix Sun Forte bustage. b=262596,261310 2004-10-02 18:27:37 +00:00
bzbarsky%mit.edu 469e0c5119 Followup to bug 260922 -- don't crash on frame teardown if the thing that got a
text control frame is neither an input nor a textarea.  r+sr=jst
2004-10-02 16:14:56 +00:00
bzbarsky%mit.edu 7c1441d5a8 Try to keep window.arguments from being wiped out by scope-clearing by setting
the document in the window to null before setting window.arguments in
AttachArguments.  Bug 25040, r=danm, sr=jst
2004-10-02 16:11:57 +00:00
cbiesinger%web.de 18e65fc5e1 211046 port some seamonkey tree changes to toolkit. patch by Serge GAUTHERIE
<gautheri@noos.fr> r=mconnor,jan
2004-10-02 12:46:56 +00:00
igor%mir2.org 141e7d2365 Removal of scope argument of runtime functions to access|modify object members. The only reason for the argument was the need to call toObject to convert target object to Scriptable, but since now there is topCallScope available, that one can always be used instead. 2004-10-02 09:45:44 +00:00
bsmedberg%covad.net aea4e1b0c0 Merge topsrcdir-relative (absolute) paths in jar.mn files from the aviary branch, to facilitate un-forking parts of xpfe/global 2004-10-02 01:39:39 +00:00
dbaron%dbaron.org 338d2bb649 Add helper functions that make it easier to cache factories. b=261310 r=darin 2004-10-02 00:44:13 +00:00
dbaron%dbaron.org 0bfe106289 Make printfs easier to understand. b=261310 r=darin 2004-10-02 00:43:21 +00:00
steffen.wilberg%web.de ea73225bae Bug 259005: Hide the statusbar in print preview. p=vertigo451@hotmail.com, r=mconnor 2004-10-01 23:46:17 +00:00
scott%scott-macgregor.org 2d678c68c7 Bug #262008 --> add a close icon inside the quick search box. This button shows up
when you have text inside the quick search box. Otherwise it is hidden.
2004-10-01 23:24:30 +00:00
pedemont%us.ibm.com f64bca4b64 Fix crash when nsJavaXPTCStub represents a non-Mozilla class object. Not part of default build. 2004-10-01 23:08:34 +00:00
pedemont%us.ibm.com b4785fb9ab Create special xpcom exception class. Also, throw exception when we DON'T already have an exception. Not part of default build. 2004-10-01 23:05:41 +00:00
pedemont%us.ibm.com 032c5f79ed Added NS_NewArray function. Used by testcase. Not part of default build. 2004-10-01 22:59:12 +00:00
pedemont%us.ibm.com 006bb3fd05 First testcase. Not part of default build. 2004-10-01 22:54:51 +00:00
steffen.wilberg%web.de 80b36a2fe7 make this a text file by converting stupid Mac-style lineendings 2004-10-01 22:31:53 +00:00
igor%mir2.org 402ae75fef Change ScriptRuntime.get(Elem|Prop)FunctionAndThis to treat XML objects specially to follow ECMA 357, 11.2.2.1, CalMethod. This is done to minimize the overhead of method calls as otherwise someXmlObject.method() would first construct XMLList and apply () to it later.
To implement the function call redirection functionality XMLObject.getExtraMethodSource is added() to return an additional object to use as method source.
2004-10-01 22:07:12 +00:00
bugzilla%arlen.demon.co.uk 9f77d78827 Bug 260357 Nothing is selected for some radio buttons
p=me r=mconnor
2004-10-01 22:01:08 +00:00
brendan%mozilla.org 764e5da258 Skip enumeration of properties deleted after for..in begins (261887, r=shaver). 2004-10-01 21:58:15 +00:00
brendan%mozilla.org cf0a841dad ECMA conformance fix: evaluate rvalue delete operands that might have side effects (261886, r=shaver). 2004-10-01 21:51:49 +00:00
bienvenu%nventure.com 52f0cda11c seamonkey part of fix for 262145 make virtual folders remember sort order, sr=mscott 2004-10-01 21:35:56 +00:00
jwalden%mit.edu 12e2730477 Oops, didn't mean to check this in on trunk 2004-10-01 20:50:46 +00:00
jwalden%mit.edu bc0df43d66 Bug 260874 - Help window Activity Indicator (throbber) isn't right. r=steffen 2004-10-01 20:49:02 +00:00
mostafah%oeone.com 58de7f95c5 Checked in patch for bug 258956: Recurrence does not show up when "All day event"
along with missing part from https://bugzilla.mozilla.org/show_bug.cgi?id=258956#c9
2004-10-01 20:26:51 +00:00
bienvenu%nventure.com 1c4cc70fe1 remember sort order in single folder virtual folder, sr=mscott 262145 2004-10-01 20:23:02 +00:00
bienvenu%nventure.com 789efce8a2 fix shutdown crash after opening cross-folder virtual folder, 262492 sr=mscott 2004-10-01 19:59:37 +00:00
mvl%exedo.nl 0a8dbdccb4 no need for two commandline handlers
followup to bug 261838, r=mostafah
2004-10-01 19:20:40 +00:00
bienvenu%nventure.com 4f99056b99 fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view 2004-10-01 19:06:55 +00:00
mvl%exedo.nl 1cd531b667 use semi-single-profile to get sunbird building again.
bug 262489, r=mostafah
2004-10-01 19:01:12 +00:00
mvl%exedo.nl fb5f7a04ae no need for two commandline handlers
bug 261838, r=mostafah
2004-10-01 18:50:57 +00:00
mats.palmgren%bredband.net fab37c78b3 Fallback to using the ID attribute when NAME is empty for XUL iframes. b=254284 r=neil.parkwaycc.co.uk sr=bzbarsky 2004-10-01 18:32:18 +00:00
bienvenu%nventure.com d44180f9f3 fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view 2004-10-01 18:13:47 +00:00
mats.palmgren%bredband.net 953c3e65ee Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron 2004-10-01 17:15:15 +00:00
scott%scott-macgregor.org 2aaba34f9f Update the credits page. 2004-10-01 17:14:40 +00:00
saul.edwards%sun.com f00c3e60ba 208193: Add enableTLS, enableTLSDefault APIs. 2004-10-01 16:42:24 +00:00
pedemont%us.ibm.com 26d64eb1c5 Add helper function for getting an interfaces IID. Used by Java impl of QI. Not part of default build. 2004-10-01 16:29:53 +00:00
pedemont%us.ibm.com 88af8e5209 Better logging. Not part of default build. 2004-10-01 16:24:57 +00:00
pedemont%us.ibm.com 9ebe7a881f Split GeckoEmbed.java into two files, so GeckoEmbed just contains embedding functions. Better name for library. Use JAVA_HOME for location of Java includes. Not part of default build. 2004-10-01 16:19:03 +00:00
igor%mir2.org 2208dc8f95 RUnit Software AS as the single owner of copyrights for the following list of files present in Mozilla CVS as of 2004-10-01 15:10 UTC changes the license of the files to NPL/GPL. This is done for consistency with the rest of the source code in Rhino.
List of the affected files:

mozilla/js/rhino/src/org/mozilla/javascript/Callable.java
mozilla/js/rhino/src/org/mozilla/javascript/ClassCache.java
mozilla/js/rhino/src/org/mozilla/javascript/CompilerEnvirons.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextAction.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextFactory.java
mozilla/js/rhino/src/org/mozilla/javascript/Kit.java
mozilla/js/rhino/src/org/mozilla/javascript/Reference.java
mozilla/js/rhino/src/org/mozilla/javascript/SpecialRef.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/test.js
mozilla/js/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLReference.java

Please contact igor@runitsoft.com if you have any questions about this.
2004-10-01 15:11:01 +00:00