Commit Graph

130382 Commits

Author SHA1 Message Date
aaronleventhal%moonset.net
dedf33783f Bug 242589. Optimize accessible tree walking. r=kyle, sr=jst 2004-05-26 13:01:13 +00:00
aaronleventhal%moonset.net
8dd5c34f87 Bug 244677. Firing state_change events for invisible pages that are loading, which is throwing Window-Eyes off. r=kyle.yuan, sr=henry.jia 2004-05-26 12:31:43 +00:00
peterv%propagandism.org
e863459524 Correct comments. r=Pike 2004-05-26 11:54:37 +00:00
igor%mir2.org
b85ecb8c02 Work on 244492: JavaScriptException extends RuntimeException 2004-05-26 11:54:10 +00:00
neil%parkwaycc.co.uk
f41bddefc0 Removing unused variable b=217089 p=mbockelcamp@web.de r=timeless sr=rbs 2004-05-26 11:48:47 +00:00
igor%mir2.org
fa34067a88 Make sure that Context.getSourcePositionFromStack never returns negative numbers and uses 0 to indicate absence of line information. It accounts for differences between JVMs when dealing with incomplete debug information. 2004-05-26 11:03:03 +00:00
justdave%bugzilla.org
7b4fccbb97 Bug 227172: Deal with race condition between a user being removed from the CC on a bug and changing their email address before the bugmail is sent.
r=jouni, a=justdave
2004-05-26 07:21:43 +00:00
bugreport%peshkin.net
ff82105de5 Bug 244650: Fix query on commentor in combination with other email-based criteria
r=justdave
a=justdave
2004-05-26 06:51:52 +00:00
scott%scott-macgregor.org
7f8bd3a791 Bug #88633 --> Attachments menu persists even when INBOX selected.
Port Neil's patch.
2004-05-26 06:31:46 +00:00
ben%bengoodger.com
ec2dcf26f4 YOU WILL RESPECT MY AUTHORITAH 2004-05-26 05:30:38 +00:00
ben%bengoodger.com
8d1370fc42 oops forgot to check the makefile in for the tinderbox to use 2004-05-26 05:22:34 +00:00
louie.zhao%sun.com
cc052732de bug 241296 Add "/usr/lib" for "libatk-bridge.so" searching
r = kyle
sr= henry.jia@sun.com
2004-05-26 04:16:47 +00:00
ben%bengoodger.com
a970cf01db update credits 2004-05-25 22:50:10 +00:00
neil%parkwaycc.co.uk
5f04f337ea Move mailNavigatorOverlay out of navigatorOverlay and into navigator where it won't get overlaid onto view source, hidden window etc. b=108745 r=timeless sr=bienvenu 2004-05-25 22:32:36 +00:00
ben%bengoodger.com
3f8738e47f forgot to apply unix fix to this file as I did on the branch 2004-05-25 22:32:24 +00:00
ben%bengoodger.com
e065307996 244026 - Use 7-zip for release executables on the trunk too. 2004-05-25 22:31:35 +00:00
nelsonb%netscape.com
f2dedf230d a) adds the missing code to put stdin into binary mode.
b) add the -i option to the usage message
c) builds addbuiltins with shared libs
   (includes "nssrenam.h" for some symbols)
d) build addbuiltins as part of the normal builds.
2004-05-25 21:47:44 +00:00
bryner%brianryner.com
5e26c9b228 Reduce the amount of style data we fetch in nsTextFrame::Reflow. Bug 244651, r+sr=bzbarsky. 2004-05-25 18:29:04 +00:00
igor%mir2.org
63596c3f2b In JavaScriptException constructor do not call ScriptableObjec.toString(value) since it may potentially trigger script execution for objects defining toString method which in turn may throw exceptions.
Instead for Scriptable arguments prints their [Object className] form which is provided by the new ScriptRuntime.defaultObjectToString(Scriptable) method.
2004-05-25 15:39:28 +00:00
aaronleventhal%moonset.net
a4853bd9ca Bug 244288. MSAA's WindowFromAccessibleObject doesn't work because our get_accParent doesnreturn a ROLE_WINDOW object as the parent of the ROLE_CLIENT 2004-05-25 14:37:07 +00:00
aaronleventhal%moonset.net
e5b8e53d60 Bug 244193. Return correct accessible for MozillaContentWindowClass and MozillaUIWindowClass windows. r=ere, sr=roc 2004-05-25 14:33:50 +00:00
mvl%exedo.nl
0c9bdf8d12 Add CSS3 pseudo-class selector :only-child
bug 237568, patch by Sander <mybugzilla@juima.org>, r=bzbarsky, sr=dbaron
2004-05-25 13:43:52 +00:00
neil%parkwaycc.co.uk
4647544a22 Removing unused variable b=217089 p=mbockelcamp@web.de r=kyle.yuan sr=Henry.Jia 2004-05-25 10:34:25 +00:00
alex.fritze%crocodile-clips.com
dbe5e5231e Bug 244292: Implement createSVGTransformFromMatrix(). Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default build. 2004-05-25 09:04:58 +00:00
timeless%mozdev.org
b49d33e07d Bug 140324 NS_ENSURE_TRUE(NS_SUCCEEDED(),) used needlessy in some places
patch by Morten@Nilsen.com r=hwaara sr=alecf
2004-05-25 06:09:43 +00:00
jouni%heikniemi.net
a147d3d37e Remove stray resid from BugMail.pm. r,a=justdave 2004-05-25 05:53:53 +00:00
jst%mozilla.jstenback.com
bf67fdce87 Fixing regression bug 244576. Pass the *new* node back from cloneNode(), not the node being cloned. And fix an nsCOMPtr QI needed assertion. Fix suggested by bzbarsky@mit.edu, r+sr=jst@mozilla.jstenback.com 2004-05-25 04:40:18 +00:00
timeless%mozdev.org
79baf369ce Bug 243724 deCOMtaminate nsIWidget::GetChildren
xlib ports bustage fix
2004-05-25 02:27:01 +00:00
ben%bengoodger.com
858f394efd 243386 - find as you type text not shown in the status bar. Repackage typeahead find resources in global since it is a core application component. r=aaronl. 2004-05-25 01:47:22 +00:00
ben%bengoodger.com
2a0592bf68 241865 - drag and drop link to download manager doesn't work, patch by pike <pike@pikey.me.uk> r=ben@mozilla.org 2004-05-25 01:35:49 +00:00
timeless%mozdev.org
e0515bb35c Removing NS_NewDOMEvent
function has been useless since <joki@netscape.com> 1999-05-18 16:50
r+sr=jst
2004-05-25 01:19:59 +00:00
scott%scott-macgregor.org
cf1eb34db9 Bug #244457 -> Don't show vCards as external attachments. Fixes the problem the previous patch introduced when displaying attachments as NOT inline. 2004-05-25 00:37:36 +00:00
jpierre%netscape.com
3c9a7eb176 Fix for 244095 - link NSS libraries with -R $ORIGIN on Solaris 2004-05-25 00:13:12 +00:00
pinkerton%aol.net
a5921a41c9 fix alt/shift scrollwheel (bug 244124) 2004-05-24 23:28:53 +00:00
pinkerton%aol.net
194149d524 allow closing tab while loading, put spinner over favicon instead (bug 242786) 2004-05-24 23:26:31 +00:00
pinkerton%aol.net
d6570ac7c7 enable table bg coloring on 10.3+ (bug 243380) 2004-05-24 23:21:10 +00:00
pinkerton%aol.net
d2be408d7f bump version to 0.8+ on trunk 2004-05-24 23:17:25 +00:00
dveditz%cruzio.com
02af5576de bug 244489 remove hardcoded width so sizeToContent has a chance in the Modern skin r=neil,sr=sspitzer 2004-05-24 21:40:17 +00:00
sspitzer%mozilla.org
337f5fc52b supplimental fix for bug #244217
thanks to burpmaster@truffula.net for catching a bad regression.

r/sr=bienvenu
2004-05-24 21:17:51 +00:00
neil%parkwaycc.co.uk
6faa40fb3a Bug 240821 nsSmtpService::GetDefaultServer almost never fails so don't bother using try/catch p=gautheri@noos.fr r=me sr=mscott 2004-05-24 20:40:12 +00:00
cltbld%netscape.com
c8257c0f19 Automated update from host egg 2004-05-24 17:23:18 +00:00
mozilla.BenB%bucksch.org
1e7694cacb Bug 124029 - Roaming
Enabling extensions/sroaming/
r=Pete Zha <pete.zha@sun.com>
sr=darin (backend), jag (UI code)
a=tor
2004-05-24 17:13:05 +00:00
scott%scott-macgregor.org
8048852df9 Better fix for Bug #244209
Offline Settings > KB value not be stored for 'Compact folders if it will save over ....'
2004-05-24 16:56:27 +00:00
mozilla.BenB%bucksch.org
a8c5f20207 Bug 124029 - Roaming
New module for session-based roaming like in Netscape Communicator 4.x.

r=Pete Zha <pete.zha@sun.com>
sr=darin (backend), jag (UI code)
a=tor
Tracking of bugs, regressions: Bug 228629
2004-05-24 16:55:07 +00:00
scott%scott-macgregor.org
a8a18dca43 remove un used comm/wallet locale files. Patch by Stephen Walker 2004-05-24 16:51:40 +00:00
neil%parkwaycc.co.uk
e701efa6cb Bug 97434 Add some ctrl+shift keybindings and clean up the existing ctrl keybindings using modifiers="control any" r=varga sr=alecf 2004-05-24 15:53:09 +00:00
neil%parkwaycc.co.uk
15c98473c0 Bug 243679 fix bookmark notification icon to work in sidebar, bookmarks manager and modern theme p=dc2@myrealbox.com r=me sr=alecf 2004-05-24 15:43:18 +00:00
mcs%pearlcrescent.com
b32baea218 Commit to the trunk the fix for bug # 223987 - Fix LDAP library
makefile to play nice with "make -jN" builds with MSVC.
2004-05-24 14:25:07 +00:00
mcs%pearlcrescent.com
49b7ed67db Commit to the trunk - Fix bug # 212265 - files missing in .cvsignore.
r+sr=dmose.
2004-05-24 14:02:24 +00:00
mcs%pearlcrescent.com
0cec6f8e5b Moving revision to 5.x. 2004-05-24 13:40:21 +00:00