120988 Commits

Author SHA1 Message Date
aaronl%netscape.com
de009d6679 Bug 212157. Move accessibility interfaces toward eventual freezing, mark @status UNDER_REVIEW. r=kyle, sr=alecf 2003-07-22 14:55:22 +00:00
cbiesinger%web.de
e206c0a230 "bug 201046 (sorta), r+sr=bzbarsky, removing unused file" 2003-07-22 14:40:49 +00:00
noririty%jcom.home.ne.jp
48c0e8d96e Fix 212399 - remove duplicated line, patch by bugzilla@babylonsounds.com 2003-07-22 14:26:37 +00:00
bzbarsky%mit.edu
ed18fdd23b Avoid having to call SetAttr for each attribute we set by just looping
backwards over the attributes in the parser node instead.  Bug 213347, r+sr=jst
2003-07-22 14:21:59 +00:00
noririty%jcom.home.ne.jp
e9ae180182 Fix 212412 - remove unused findbookmark function 2003-07-22 14:17:24 +00:00
bzbarsky%mit.edu
61e6ea146b Sync up the "time elapsed" wording between download manager and progress
dialog.  Bug 201046, patch by durbacher@gmx.de (Andreas Kunz), r=biesi,
sr=bzbarsky
2003-07-22 14:14:20 +00:00
bienvenu%nventure.com
edb48aaa33 fix handling of uid gaps when opening folders and requesting headers, r/sr=mscott 103401 2003-07-22 13:57:48 +00:00
igor%mir2.org
e0de8aab17 Move code to adjust stack depth for finally handler from TARGET case of the main switch in generateICode to TRY switch generating all the code for try. It allows to remove special marking of JSR targets with FINALLY_PROP and make stack handling for catch and finally block uniform. 2003-07-22 13:41:35 +00:00
igor%mir2.org
687dff0fe1 Removal of JTHROW byte code: instead of generation byte code pair [GOSUB exception handler], JTHROW, RETSUB from finally now supports re-throwing of exception object directly when called from exception handler.
Now the exception handler invokes finally code with the exception object on the stack top, not PC to return which allows RETSUB to distinguish between this and GOSUB invocation.
2003-07-22 13:04:07 +00:00
preed%sigkill.com
4ec754d744 Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch by jocuri@softhome.net (Vlad Dascalu); r/a=justdave 2003-07-22 12:23:27 +00:00
igor%mir2.org
ebe60fb675 Move ENDTRY, JTHROW, GOSUB and RETSUB from TokenStream to Interpreter as they specific only to Interpreter implementation. 2003-07-22 11:16:54 +00:00
igor%mir2.org
cef7d514f9 Removal of code to handle stack chages when generationg GOSUB to finally code for finally handler: the stack size adjustments is done during FINALLY code generation already. 2003-07-22 08:58:08 +00:00
mhammond%skippinet.com.au
ca8e433988 When new components are registered, re-scan the Python directory for
new .pth files (which may have just been installed).

Add _xpcom.GetSpecialDirectory() to make this work.

Not part of the build.
2003-07-22 07:30:55 +00:00
dbaron%dbaron.org
337ac5a75d Fix top vs bottom typo. b=190743 r+sr=bzbarsky 2003-07-22 06:13:45 +00:00
dbaron%dbaron.org
5c883afdca Fix egcs bustage. 2003-07-22 05:47:09 +00:00
dbaron%dbaron.org
5e81d876db DeCOMtaminate nsHTMLReflowCommand as much as possible without cleaning up callers. b=213333 r+sr=roc 2003-07-22 04:23:46 +00:00
noririty%jcom.home.ne.jp
1b8d5c5089 Fix 212523 - Popup Whitelist bustage, patch by mconnor@rogers.com 2003-07-22 02:12:17 +00:00
jpierre%netscape.com
ca7885b3d5 Allow freebl to build correctly under MS VC++ .net 2003 . sr=nelsonb 2003-07-22 02:04:57 +00:00
bzbarsky%mit.edu
a92e4e109b Sync up the attribute-adding code in the fragment sink to the HTML sink to
avoid stripping quotes too many times.  Bug 212805; r=jkeiser; sr=jst
2003-07-22 01:31:34 +00:00
scott%scott-macgregor.org
c6cb7ca6a5 port varga's patch to thunderbird 2003-07-22 00:01:50 +00:00
wtc%netscape.com
bf5f3a80fb Bugzilla bug 213192: take the first two components of $(OS_RELEASE) the
right way.  The basename function that we were using only works when
$(OS_RELEASE) has exactly three components.  The patch is contributed by
Ed Catmur <ed@catmur.co.uk>.  r=wtc.
2003-07-21 23:40:51 +00:00
scott%scott-macgregor.org
a1f3844d96 the other half of the fix to make customizing the stand alone mail window work. Forgot to check this in with my earlier
checkin.
2003-07-21 23:01:04 +00:00
mkaply%us.ibm.com
e5e34ae312 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-21 22:10:08 +00:00
caillon%returnzero.com
649a35c96d Comment update. rs=jst@netscape.com. No bug. 2003-07-21 21:40:52 +00:00
scott%scott-macgregor.org
13e727b574 change the id of the main toolbar to avoid using duplicate ids. 2003-07-21 20:34:26 +00:00
scott%scott-macgregor.org
e81f06c770 Add a customize toolbar menu popup to the stand alone message window. 2003-07-21 20:33:41 +00:00
mostafah%oeone.com
4d0bf3fdf4 Merged in fix for bug 201349: remove resizing pane from left sidebar 2003-07-21 20:29:13 +00:00
mostafah%oeone.com
880b315750 Checked in patch for bug 201349: remove resizing pane from left sidebar 2003-07-21 20:27:18 +00:00
brade%netscape.com
e6dbb06ce4 patch from mjudge to maintainselection; r/sr=dbaron, bug=56401 2003-07-21 19:51:34 +00:00
bryner%brianryner.com
92f7210d18 Bump gecko revision to 1.5b (bug 186680) 2003-07-21 19:45:07 +00:00
kiko%async.com.br
4d4d8d5162 Fix for bug 213079: When severity or priority are hidden, CSS class
names are incomplete in buglist. r=burnus, a=justdave
2003-07-21 19:42:53 +00:00
mkaply%us.ibm.com
58431f5d65 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-21 18:53:43 +00:00
wtc%netscape.com
9675ae3dea Bugzilla bug 211350: support IRIX Alpha releases, whose 'uname -r' output
contains "-ALPHA...".
2003-07-21 18:51:08 +00:00
justdave%syndicomm.com
6b3a94ed07 Fix tinderbox bustage 2003-07-21 18:20:35 +00:00
myk%mozilla.org
10aab2f0cd Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view.
Patch by Vlad Dascalu <jocuri@softhome.net>.  Thanks Vlad!
r=myk, a=myk
2003-07-21 18:08:01 +00:00
jgaunt%netscape.com
74e4dbf9c7 not part of build
dropping the uddi support into webservices so it doesn't get lost.
2003-07-21 18:03:42 +00:00
darin%netscape.com
400d2e3f35 fixes bug 212336 "NTLM authenticator cannot be loaded under Win9x (security.dll not found)" r=dougt sr=alecf 2003-07-21 16:29:05 +00:00
igor%mir2.org
a6ec3480e3 When generating code to invoke finally block from exception handler, do not store exception object in the local slot but rather leave it on JS stack and update finally block generation to expect potentially 2 objects on stack, not single return pc address. 2003-07-21 16:27:48 +00:00
mkaply%us.ibm.com
d4e68f80de webbnet hostname changed 2003-07-21 14:47:02 +00:00
brade%netscape.com
504766fbd2 use atom version of parser method to reduce string usage; r/sr=dbaron, bug=213101 2003-07-21 13:12:11 +00:00
noririty%jcom.home.ne.jp
5a487db323 fix sidebar double click bustage 2003-07-21 09:06:49 +00:00
simford.dong%sun.com
138124d36a Bug 212104 Browser just exits when find finds a link while running with gtk 2.2 and atk libraries on AIX, r=kyle, sr=henry. GTK2 bug, not included in default build. 2003-07-21 06:08:11 +00:00
scott%scott-macgregor.org
d1c1d95ec2 Bug #65472 --> Port a thunderbird change back to mozilla mail. If the user has turned on the pref for showing the user-agent string,
show x-mailer if there is no user-agent. We currently show it under the same user-agent box we currently use in the UI.

r/sr=bienvenu
2003-07-21 05:00:09 +00:00
noririty%jcom.home.ne.jp
30614ad556 Fix 178227 'Clearing Download Manager History doesn't work', Fix 195388 'Can not manually edit Download directory path' patch by mconnor@rogers.com 2003-07-21 04:16:59 +00:00
noririty%jcom.home.ne.jp
7d18356627 Fix 205820 - 'Don't ask at startup' fails on multiple profiles b=204908 2003-07-20 23:42:48 +00:00
chanial%noos.fr
b1e88957c4 bug 213158: fix mispelling s/attatch/attach
r/sr=dbaron
2003-07-20 21:08:42 +00:00
dwitte%stanford.edu
ec6977ef04 blah bustage blah 2003-07-20 16:34:48 +00:00
dwitte%stanford.edu
f9af6e15f9 blah bustage blah 2003-07-20 16:32:28 +00:00
bienvenu%nventure.com
5800175d8c support for APOP, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott 43923 2003-07-20 15:45:31 +00:00
dwitte%stanford.edu
af7a2da1c4 followup to jag's bustage checkin saga - removing some unnecessary CID's and some crufty files. (there may have been a grand plan behind guids.h, but as it stands there's no point)
r=the tim dude at rit, aka riceman, aka sirLurxalot, sr=lumpy
2003-07-20 15:40:34 +00:00