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

121740 Коммитов

Автор SHA1 Сообщение Дата
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
bryner%brianryner.com e16f76f15b Fix objdir bustage 2003-08-12 06:20:39 +00:00
dbaron%dbaron.org b75b9c5b2c Add -Wno-long-long before adding -pedantic so that we can compile on gcc 3.3.1 without --disable-pedantic. r=bryner a=asa b=214051 2003-08-12 06:01:48 +00:00
hyatt%mozilla.org 4aa2419b25 Fix for 215296, r=bryner, sr=brendan, a=asa, This patch retains Seamonkey's behavior for titles on all platforms while patching Mac behavior to leave off the modifier for FB+TB 2003-08-12 05:51:39 +00:00
bryner%brianryner.com 4ba8e872a0 Enable new password manager for Firebird. 2003-08-12 05:22:10 +00:00
chanial%noos.fr db7a09b2ff I should have taken one more vacation day, definitely. 2003-08-12 05:11:21 +00:00
scott%scott-macgregor.org 4fd993a9e9 new junk mail icon for the thread pane / folder pane 2003-08-12 05:10:24 +00:00
scott%scott-macgregor.org 0bb835108d removing obsolete file 2003-08-12 05:09:14 +00:00
scott%scott-macgregor.org 4537331674 New junk mail icon for the thread pane. 2003-08-12 05:08:12 +00:00
scott%scott-macgregor.org 2a5576cca9 locale update 2003-08-12 05:04:34 +00:00
joshua.xia%sun.com 287b4d1132 for bugzilla #215487 sr=darin r=louie.zhao 2003-08-12 04:27:47 +00:00
chanial%noos.fr 7a4f2c3800 fixing Mac bustage 2003-08-12 03:56:01 +00:00
bryner%brianryner.com 72a4b34dcc Address a couple of potential security problems by ensuring that usernames and passwords that are part of a URL are not included in the realm; don't do any signon storing or prefilling if the URI does not support hostnames. 2003-08-12 03:43:46 +00:00
scott%scott-macgregor.org 07d026ee7f Add a View / Layout menu item which allows the user to set the desired mail 3-pane layout.
Move the menu item for hiding the message pane from Toolbars (where it did not belong) down to
the new Layout menu.

Thanks to Stephen Walker for contributing this patch.
2003-08-12 03:12:22 +00:00
hyatt%mozilla.org a4896ae4da Restore the titlemodifier 2003-08-12 02:47:14 +00:00