Commit Graph

123368 Commits

Author SHA1 Message Date
hyatt%mozilla.org
b752eeb60d Fix for 172616, just yank these rules that don't even apply once you have customizable toolbars.
git-svn-id: svn://10.0.0.236/trunk@145977 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 21:01:41 +00:00
mkaply%us.ibm.com
44eb1afa2f Oops, didn't mean to check that in
git-svn-id: svn://10.0.0.236/trunk@145976 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 20:42:47 +00:00
mkaply%us.ibm.com
65925aa2b4 Bug #215871
r=mkaply, sr=blizzard, a=mkaply
OS/2 only - better checking for the message window so firebird/thunderbird/mozilla can coexist


git-svn-id: svn://10.0.0.236/trunk@145975 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 20:40:53 +00:00
mkaply%us.ibm.com
bb04a3a4d8 Bug #199507
r=pedemonte, sr=blizzard, a=mkaply
OS/2 only - Don't do NS_GOTFOCUS when we get activated - bad focus stuff happens


git-svn-id: svn://10.0.0.236/trunk@145974 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 20:18:24 +00:00
mkaply%us.ibm.com
86ee36d409 Bug #215457
r=darin, sr=dougt, a=mkaply
Move creation of event queue before component registration


git-svn-id: svn://10.0.0.236/trunk@145973 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 20:08:47 +00:00
hyatt%mozilla.org
e132b55bed Fix assert in debug builds.
git-svn-id: svn://10.0.0.236/trunk@145972 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 19:54:24 +00:00
despotdaemon%netscape.com
2807e4bdf0 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@145971 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 19:16:51 +00:00
scott%scott-macgregor.org
335f384018 Checking this in for real this time!
Bug #190941 --> mailWindowOverlay.js uses obsolete outliner referenes. Thanks to Stephen Walker for porting this patch.


git-svn-id: svn://10.0.0.236/trunk@145970 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 19:11:10 +00:00
scott%scott-macgregor.org
3379b80f07 Bug #190941 --> mailWindowOverlay.js uses obsolete outliner referenes. Thanks to Stephen Walker for porting this patch.
Standalone message window is a bit of a mess. There are several separators and menu items that need to be hidden. Add the appropriate ids to these items and then hide them.


git-svn-id: svn://10.0.0.236/trunk@145969 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 19:07:11 +00:00
scott%scott-macgregor.org
3146b312bd remove an obsolete file that doesn't exist.
Thanks to Stephen Walker for the patch.


git-svn-id: svn://10.0.0.236/trunk@145968 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 18:27:00 +00:00
scott%scott-macgregor.org
efb4e76749 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.


git-svn-id: svn://10.0.0.236/trunk@145967 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 18:25:04 +00:00
mkaply%us.ibm.com
23fc945d0c r=me a=me - build a spellcheck XPI for linux
git-svn-id: svn://10.0.0.236/trunk@145964 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 17:48:58 +00:00
bienvenu%nventure.com
0d6f1c0bc6 fix dots in thread pane on empty trash, with suggestions from neil@parkwaycc r/sr/a=sspitzer 211289
git-svn-id: svn://10.0.0.236/trunk@145963 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 17:46:45 +00:00
mostafah%oeone.com
e59190a566 Removing duplicate defined entities
git-svn-id: svn://10.0.0.236/trunk@145962 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 17:39:08 +00:00
mostafah%oeone.com
4075db70ed Using Mozilla icons instead
git-svn-id: svn://10.0.0.236/trunk@145960 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 17:16:33 +00:00
mostafah%oeone.com
793ecb2e78 Adding in mac files needed to build sunbird
git-svn-id: svn://10.0.0.236/trunk@145959 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 17:02:43 +00:00
igor%mir2.org
737ccfd620 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.
git-svn-id: svn://10.0.0.236/trunk@145957 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 14:21:39 +00:00
ian%hixie.ch
d3f9999600 Make the opme command also take into account masks.
git-svn-id: svn://10.0.0.236/trunk@145956 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 13:15:57 +00:00
igor%mir2.org
a31ae568ba 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.
git-svn-id: svn://10.0.0.236/trunk@145954 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 11:57:33 +00:00
igor%mir2.org
6fc1508775 Cosmetics: nodeOp as variable name is replaced by assignOp in methods related to construction of assignment nodes.
git-svn-id: svn://10.0.0.236/trunk@145953 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 11:53:14 +00:00
igor%mir2.org
45e8ed44fa Change Parser to use IRFactory.createAssignment to create assignment nodes instead of calling createBinary only to handle assignments explicitly in IRFactory later.
git-svn-id: svn://10.0.0.236/trunk@145952 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 10:51:38 +00:00
bryner%brianryner.com
b76f9e546d #include changes to go along with ian's checkin for bug 216015 - make #includes relative to source file
git-svn-id: svn://10.0.0.236/trunk@145951 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 09:53:32 +00:00
ian%hixie.ch
4b24071c2b Oops: the scoping of the relative directory path was not working on #include. (Not part of seamonkey build. r=bryner for firebird build.)
git-svn-id: svn://10.0.0.236/trunk@145950 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 09:46:33 +00:00
kyle.yuan%sun.com
c4728ed6a2 Bug 216002 [ATK Accessibility] wrong inheritance for nsXULTreeColumnsAccessibleWrap
r=bolian.yin@sun.com
Not in the default build.


git-svn-id: svn://10.0.0.236/trunk@145949 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 07:25:30 +00:00
brendan%mozilla.org
79b275fcc6 Really fix 215878, with great help from darin.
git-svn-id: svn://10.0.0.236/trunk@145948 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 06:54:13 +00:00
igor%mir2.org
1a13df0f9b 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.


git-svn-id: svn://10.0.0.236/trunk@145947 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 06:04:41 +00:00
hyatt%mozilla.org
5c584c7599 Check in fix for 206595, make sure the isImageBlocked properly tests for a comparison with DENY_ACTION.
git-svn-id: svn://10.0.0.236/trunk@145946 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 06:04:25 +00:00
noririty%jcom.home.ne.jp
34fe4afcec More localization patch by holyspirit@hkpeople.net b=202185
git-svn-id: svn://10.0.0.236/trunk@145945 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 05:55:46 +00:00
brendan%mozilla.org
e27c6498b5 Restore next-to-last rev, which is harmless.
git-svn-id: svn://10.0.0.236/trunk@145944 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 05:25:04 +00:00
darin%meer.net
6c2d85c7d5 backing out changes for bug 215878 to clear tinderbox orange (startup crash)
git-svn-id: svn://10.0.0.236/trunk@145943 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 05:17:14 +00:00
hyatt%mozilla.org
dd2a1b569c Make the Go menu support statustext.
git-svn-id: svn://10.0.0.236/trunk@145941 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 03:21:37 +00:00
hyatt%mozilla.org
438af204e8 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.
git-svn-id: svn://10.0.0.236/trunk@145936 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 01:55:39 +00:00
hyatt%mozilla.org
1e41bb9908 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location.
git-svn-id: svn://10.0.0.236/trunk@145935 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 00:21:42 +00:00
oeschger%netscape.com
43bed69902 bugs=198004,210300, a=asa, r=oeschger, work=r.j.keller, fixing search-db and help index in mozilla help system
git-svn-id: svn://10.0.0.236/trunk@145933 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 23:53:20 +00:00
brendan%mozilla.org
89fa1a1033 Fix js_FinishTakingSrcNotes 'logic gap' bug (215878, r=shaver, a=dveditz).
git-svn-id: svn://10.0.0.236/trunk@145932 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 23:42:55 +00:00
bienvenu%nventure.com
f7394ecd6c handle reading messages when the server does not return the /SEEN flag as it SHOULD, r/sr/a=sspitzer, 215620
git-svn-id: svn://10.0.0.236/trunk@145931 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 23:12:21 +00:00
scott%scott-macgregor.org
f8ee4f20ec Land new about dialog
git-svn-id: svn://10.0.0.236/trunk@145930 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 21:08:58 +00:00
justdave%syndicomm.com
e867c6f9cf Bug 215962: Missing {} around implied hash reference in params to ThrowUserError
patch by Eric Selberg <erik@selberg.com>
r= justdave a= justdave


git-svn-id: svn://10.0.0.236/trunk@145928 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 18:54:16 +00:00
wtc%netscape.com
365f49cac6 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.


git-svn-id: svn://10.0.0.236/trunk@145927 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 18:21:55 +00:00
ian%hixie.ch
afba3e8c3e Remove some redundant checks for bug 133134.
git-svn-id: svn://10.0.0.236/trunk@145925 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 16:37:25 +00:00
ian%hixie.ch
ed375fdb84 Some more minor changes, and the addition of a response to '/me bites mozbot' (the 'kinky' responses, although they aren't very raunchy)
git-svn-id: svn://10.0.0.236/trunk@145924 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 16:35:59 +00:00
ian%hixie.ch
08e0b26ba1 New temperature scales (optimised for air temperatures)
git-svn-id: svn://10.0.0.236/trunk@145923 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 16:29:29 +00:00
roc+%cs.cmu.edu
5dc0998c4e Bug 207637. Don't fire onchange for MouseUp events where we didn't see a mousedown. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@145922 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 16:00:20 +00:00
roc+%cs.cmu.edu
a84edff323 Bug 213303. Allow events to be sent to views which are totally clipped out. r+sr=dbaron,a=brendan. Patch by nielsen@memberwebs.com.
git-svn-id: svn://10.0.0.236/trunk@145921 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 15:56:11 +00:00
bienvenu%nventure.com
cc8a899283 fix assertions deleting top level msg in a collapsed thread, part of work on 211289, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@145918 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 15:14:13 +00:00
bienvenu%nventure.com
05a56dac8d fix assertions deleting multiple messages by using batching, part of work on 211289, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@145917 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 15:08:09 +00:00
noririty%jcom.home.ne.jp
246d273966 Add tooltip to status icon more informative. Patch by bugzilla@babylonsounds.com. b=215737 r=me
git-svn-id: svn://10.0.0.236/trunk@145916 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 14:43:09 +00:00
mostafah%oeone.com
7cc32e617b Checking in patch for bug 199856: To do task list doesn't remember sort state
git-svn-id: svn://10.0.0.236/trunk@145914 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 14:12:40 +00:00
igor%mir2.org
0765d63de9 Making Decompiler.decompile public and changing NativeFunction.getSourceFunction() to return Object so it is easy to implement alternative presentation of encoded source.
git-svn-id: svn://10.0.0.236/trunk@145913 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 13:12:39 +00:00
neil%parkwaycc.co.uk
8f0d5cc4cf Bug 141531 move quote reply pref (reply below/above) to account settings p=bugzilla@arlen.demon.co.uk r=me sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@145912 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 12:33:04 +00:00