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

121754 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 33e6851034 remove an obsolete file that doesn't exist.
Thanks to Stephen Walker for the patch.
2003-08-13 18:27:00 +00:00
scott%scott-macgregor.org 6b3b5dd78e Port Bug #141531 to thunderbird --> move quote reply pref from the options dialog to account settings.
Thanks to Stephen Walker for porting this to Thunderbird.
2003-08-13 18:25:04 +00:00
mkaply%us.ibm.com 6eafa3704f r=me a=me - build a spellcheck XPI for linux 2003-08-13 17:48:58 +00:00
bienvenu%nventure.com 17afec1257 fix dots in thread pane on empty trash, with suggestions from neil@parkwaycc r/sr/a=sspitzer 211289 2003-08-13 17:46:45 +00:00
mostafah%oeone.com d1a2eaca3b Removing duplicate defined entities 2003-08-13 17:39:08 +00:00
mostafah%oeone.com 1f82ca481e Using Mozilla icons instead 2003-08-13 17:16:33 +00:00
mostafah%oeone.com 7ea672f8df Adding in mac files needed to build sunbird 2003-08-13 17:02:43 +00:00
igor%mir2.org a5f9d59614 Change TokenStream to return operational tokens as is without grouping them through Token.UNARY, Token.PRIMARY etc. Instead do grouping only in parser. In this way exceptional cases when grouping of tokens has to be changed by parser (like reinterpretation of Token.IN) it is easy to deal with. Another advantage is decompiler simplification since it does not need to perform nested switches to unwrap tokens. 2003-08-13 14:21:39 +00:00
ian%hixie.ch 246f85ca9c Make the opme command also take into account masks. 2003-08-13 13:15:57 +00:00
igor%mir2.org 6fa381d49b I replaced Token.ADD/Token.SUB by Token.POS/Token.NEG as operands of UNARY operation nodes in parse tree. This is mostly for readability and to catch ADD/SUB misuse earlier. 2003-08-13 11:57:33 +00:00
igor%mir2.org 593784cb96 Cosmetics: nodeOp as variable name is replaced by assignOp in methods related to construction of assignment nodes. 2003-08-13 11:53:14 +00:00
igor%mir2.org a4742a5fe9 Change Parser to use IRFactory.createAssignment to create assignment nodes instead of calling createBinary only to handle assignments explicitly in IRFactory later. 2003-08-13 10:51:38 +00:00
bryner%brianryner.com 9f7db5e318 #include changes to go along with ian's checkin for bug 216015 - make #includes relative to source file 2003-08-13 09:53:32 +00:00
ian%hixie.ch d699884f7e Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.) 2003-08-13 09:46:33 +00:00
kyle.yuan%sun.com b4c7269ecb Bug 216002 [ATK Accessibility] wrong inheritance for nsXULTreeColumnsAccessibleWrap
r=bolian.yin@sun.com
Not in the default build.
2003-08-13 07:25:30 +00:00
brendan%mozilla.org 1ed53e7ef1 Really fix 215878, with great help from darin. 2003-08-13 06:54:13 +00:00
igor%mir2.org a692d990fc Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=215923 :
Search prototype chain of JS this until wrapped Java object is found that is compatible with Java this.
2003-08-13 06:04:41 +00:00
hyatt%mozilla.org 056f02d1f0 Check in fix for 206595, make sure the isImageBlocked properly tests for a comparison with DENY_ACTION. 2003-08-13 06:04:25 +00:00
noririty%jcom.home.ne.jp ccadaf67d3 More localization patch by holyspirit@hkpeople.net b=202185 2003-08-13 05:55:46 +00:00
brendan%mozilla.org f2e719a0e8 Restore next-to-last rev, which is harmless. 2003-08-13 05:25:04 +00:00
darin%meer.net 37619fcb6b backing out changes for bug 215878 to clear tinderbox orange (startup crash) 2003-08-13 05:17:14 +00:00
hyatt%mozilla.org 76f19fe8d3 Make the Go menu support statustext. 2003-08-13 03:21:37 +00:00
hyatt%mozilla.org b00b9fce9a Make bookmarks in the menu bar show status text in the status bar on rollover. Add generic support for menuitems in the menu bar to show status text using statustext attributes for any XUL application. 2003-08-13 01:55:39 +00:00
hyatt%mozilla.org f037cfe886 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2003-08-13 00:21:42 +00:00
oeschger%netscape.com 362fe4ca2c bugs=198004,210300, a=asa, r=oeschger, work=r.j.keller, fixing search-db and help index in mozilla help system 2003-08-12 23:53:20 +00:00
brendan%mozilla.org 09094b8f3b Fix js_FinishTakingSrcNotes 'logic gap' bug (215878, r=shaver, a=dveditz). 2003-08-12 23:42:55 +00:00
bienvenu%nventure.com d414717b44 handle reading messages when the server does not return the /SEEN flag as it SHOULD, r/sr/a=sspitzer, 215620 2003-08-12 23:12:21 +00:00
scott%scott-macgregor.org fbfda96b3e Land new about dialog 2003-08-12 21:08:58 +00:00
justdave%syndicomm.com c17507209d Bug 215962: Missing {} around implied hash reference in params to ThrowUserError
patch by Eric Selberg <erik@selberg.com>
r= justdave a= justdave
2003-08-12 18:54:16 +00:00
wtc%netscape.com 4520771cc7 Fix from Ian to address Bugzilla bug 202179.
The fix restores some old code that was removed as part of our
performance work (Bugzilla bug 145322).  Thus, there may be a
slight performance hit, but obviously, we need to have correct
code first.

This is a part of the code I really don't like.  To summarize,
there was a hack put in a long time ago to make sure that the
PKCS#11 session in which the SSL keys are generated was never
closed until the last key was deleted.  This only worked by chance,
and if any part of the code was changed (as was the case here), this
unstable equilibrium would be lost.  As with all hacks, it wasn't
really documented, so the problem escaped our notice.  As a result of
putting the hack back in, we're going back to the horribly wasteful
operation of opening 4 sessions and immediately closing them.  I intend
to have a proper solution in a later release.
2003-08-12 18:21:55 +00:00
ian%hixie.ch 316139e003 Remove some redundant checks for bug 133134. 2003-08-12 16:37:25 +00:00
ian%hixie.ch f19a8dbd96 Some more minor changes, and the addition of a response to '/me bites mozbot' (the 'kinky' responses, although they aren't very raunchy) 2003-08-12 16:35:59 +00:00
ian%hixie.ch 3ac2669d98 New temperature scales (optimised for air temperatures) 2003-08-12 16:29:29 +00:00
roc+%cs.cmu.edu 46638c553d Bug 207637. Don't fire onchange for MouseUp events where we didn't see a mousedown. r+sr=dbaron,a=asa 2003-08-12 16:00:20 +00:00
roc+%cs.cmu.edu d3b3ea1871 Bug 213303. Allow events to be sent to views which are totally clipped out. r+sr=dbaron,a=brendan. Patch by nielsen@memberwebs.com. 2003-08-12 15:56:11 +00:00
bienvenu%nventure.com 1166f95097 fix assertions deleting top level msg in a collapsed thread, part of work on 211289, r/sr/a=sspitzer 2003-08-12 15:14:13 +00:00
bienvenu%nventure.com cfd7be6c20 fix assertions deleting multiple messages by using batching, part of work on 211289, r/sr/a=sspitzer 2003-08-12 15:08:09 +00:00
noririty%jcom.home.ne.jp bb7821d510 Add tooltip to status icon more informative. Patch by bugzilla@babylonsounds.com. b=215737 r=me 2003-08-12 14:43:09 +00:00
mostafah%oeone.com 94b4d84400 Checking in patch for bug 199856: To do task list doesn't remember sort state 2003-08-12 14:12:40 +00:00
igor%mir2.org 9c0e1f0749 Making Decompiler.decompile public and changing NativeFunction.getSourceFunction() to return Object so it is easy to implement alternative presentation of encoded source. 2003-08-12 13:12:39 +00:00
neil%parkwaycc.co.uk 119060f0df Bug 141531 move quote reply pref (reply below/above) to account settings p=bugzilla@arlen.demon.co.uk r=me sr=bienvenu a=asa 2003-08-12 12:33:04 +00:00
igor%mir2.org 08560c4e86 Encoded source presentation changes.
Now encoded source does not encode sources of nested functions as external references. Rather they are encoded as any other source elements and to implement function.toString() runtime stores starting and ending offsets for function encoded source.

In this way decompiler is separated from the rest of runtime and external applications can access the encoded source with less efforts.
2003-08-12 11:50:48 +00:00
igor%mir2.org a9944948f9 Using ScriptRuntime.emptyStrings to return emoty var array 2003-08-12 11:50:45 +00:00
neil%parkwaycc.co.uk 268983f1b3 Bug 211695 Fix bugs in nsCertTree.cpp r=varga sr=alecf moa=kaie a=asa 2003-08-12 11:20:50 +00:00
neil%parkwaycc.co.uk 7c04e81463 Bug 209149 Show subcategories selecting a category in the preferences dialog r=dean_tessman sr=jag a=asa 2003-08-12 11:18:27 +00:00
neil%parkwaycc.co.uk 09263c15c1 Bug 160055 Copy Email Address should unescape e.g. %40 to @ r=dean_tessman sr=bz a=asa 2003-08-12 11:09:20 +00:00
neil%parkwaycc.co.uk f3fc177fad Bug 133503 Ctrl+F4 should not be active during print preview r=timeless sr=jag a=asa should also fix Ctrl+PgUp/PgDn from Bug 149907 2003-08-12 10:52:59 +00:00
neil%parkwaycc.co.uk 09668d8cb2 Bug 126216 allow wrapping of error messages in JS console r=timeless sr=bz a=asa 2003-08-12 10:35:48 +00:00
chanial%noos.fr 32a486553e bug 200439: last character typed in text field when creating new profile is not displayed in target location.
r=bryner, sr=jag, a=asa
2003-08-12 08:43:10 +00:00
bryner%brianryner.com e85dd2b8a9 Fix focus not being restored correctly after unminimizing a window on Win32 (bug 212556). r=ere@atp.fi, sr=jst@netscape.com, a=asa. 2003-08-12 06:43:48 +00:00