ben%bengoodger.com
a7015fc282
170006 item locking, global theme installation.
2004-05-07 00:30:57 +00:00
mconnor%myrealbox.com
b9ad901164
followup to bug 203756, remove line that didn't need to be there
2004-05-07 00:23:08 +00:00
mconnor%myrealbox.com
6fd3a987b1
Bug 227262 - Clean Up button doesn't appear immediately after download manager finishes, patch by Asaf Romano (romano_a@zahav.net.il>), r=ben
2004-05-07 00:10:04 +00:00
mconnor%myrealbox.com
b36850541f
Bug 207227 remove Bookmark This Page/Save Page As/Send Page from Image Context Menus, patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner
2004-05-06 23:53:58 +00:00
mconnor%myrealbox.com
e1c7890202
Bug 237959 - Mail Integration Label should be below icon, not next to it, patch by Robert J. Accettura (robert@accettura.com), r=mconnor
2004-05-06 23:45:38 +00:00
ben%bengoodger.com
90e20ed91b
add theme root to Extension datasource
2004-05-06 22:42:16 +00:00
ben%bengoodger.com
0c9a2b3d8a
170006 - add theme support to extension manager
2004-05-06 22:41:13 +00:00
bzbarsky%mit.edu
cb48e43471
When hoisting misplaced content out of a table, bring along the various "legal
...
open" elements (script, whitespace, comments, etc) that are kids of the
misplaced content. This prevents the misplaced content from being closed too
early. Bug 242503, r=peterv, sr=jst
2004-05-06 22:23:10 +00:00
bzbarsky%mit.edu
6b4e2ab093
Don't show the content viewer if it's not ours -- that means that we're
...
actually about to be torn down. Bug 242282, r+sr=jst
2004-05-06 21:15:33 +00:00
neil%parkwaycc.co.uk
0d6fb698be
Window menu radio menuitems should not be unnamed b=219832 p=macdoc@interx.net r=me sr=alecf
2004-05-06 20:42:28 +00:00
neil%parkwaycc.co.uk
9d00ff21ea
Unnamed XUL radio menuitems should not be grouped b=219832 r/sr=roc
2004-05-06 20:39:21 +00:00
timeless%mozdev.org
834cae9c87
Bug 242760 code cleaning: rechecking checked rc's, dropping a temporary comptr, a comment change
...
r=jst sr=jst
2004-05-06 18:43:32 +00:00
wchang0222%aol.com
186a99cac5
Regenerated using a better version of autoconf 2.13.
2004-05-06 18:37:34 +00:00
brade%comcast.net
4b3db2496f
bug 238696; handle additional progress listeners by calling enterTabbedMode (ported from mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml); r=dveditz/bryner
2004-05-06 17:19:00 +00:00
brade%comcast.net
3d86d289c2
Image alt text was not being emitted in plaintext serializer because it was inadvertently moved into a method where it would never be called; moving it back.
...
Written by Akkana, r=brade, sr=jst (bug 212177)
2004-05-06 17:11:27 +00:00
mostafah%oeone.com
7013812d95
Checked in attachment 147806 for bug 242778
2004-05-06 14:41:35 +00:00
wchang0222%aol.com
72060c75c9
Bugzilla bug 242741: MSVC .NET 2003 does not support the /PDB:NONE linker
...
option, so we need to generate PDB files and ship them with our binary
distributions when compiling with MSVC version > 6.0. r=cls.
Modified Files: configure configure.in autoconf.mk.in rules.mk
2004-05-06 14:01:42 +00:00
bienvenu%nventure.com
7cf10a811a
fix spin on send when encoded body part doesn't end with newline, patch by me and ducarroz, sr=mscott 242718
2004-05-06 13:17:26 +00:00
bienvenu%nventure.com
be6b144351
fix crash getting pop3 mail when body filter runs on quoted printable message, sr=mscott 242677
2004-05-06 13:15:53 +00:00
peterv%propagandism.org
a843440710
Removing unused files
2004-05-06 07:50:36 +00:00
justdave%syndicomm.com
c72df42e72
Bug 242740: URL to Bug Writing Help document changed
...
Patch by Niels Reedijk <n.reedijk@planet.nl>
r=justdave,a=justdave
2004-05-06 07:29:33 +00:00
timeless%mozdev.org
36a4ef9e96
Bug 238149 clean up button removal between dialogs
...
patch by ajschult@mindspring.com r=dveditz sr=bryner
2004-05-06 05:40:32 +00:00
timeless%mozdev.org
500ceaf953
Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
...
r=jst sr=jst
2004-05-06 04:56:38 +00:00
roc+%cs.cmu.edu
6b829eb468
Fix bustage.
2004-05-06 03:57:05 +00:00
brendan%mozilla.org
3d94de812a
Fix #ifdef METERING stuff.
2004-05-06 03:45:34 +00:00
roc+%cs.cmu.edu
e0fe2b43bd
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
2004-05-06 03:17:14 +00:00
wchang0222%aol.com
63b067d28d
Bugzilla bug 242741: use $(RES) (the .res file) only when building a
...
shared library. Do not include $(RES) in a static library. Removed the
unused makefile rule for $(RES) on OS/2.
2004-05-06 00:41:41 +00:00
mconnor%myrealbox.com
e82a70a5f7
Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor
2004-05-05 23:43:23 +00:00
mconnor%myrealbox.com
79d464768a
bug 203756 - enable URLBar autofill with browser.urlbar.autoFill property, patch by eric lindvall (eric@5stops.com), r=ben/mconnor
2004-05-05 23:24:45 +00:00
rbs%maths.uq.edu.au
00679fd3c6
Fix the inconsistent behavior of the caret on text controls when their readonly attribute is changed, b=235294, r+sr=bzbarsky
2004-05-05 22:48:51 +00:00
pinkerton%aol.net
86c714dcc6
fix old location of profile folder
2004-05-05 21:58:55 +00:00
caillon%redhat.com
56b3fc7a8c
Remove '-moz-resizer' from the style system.
...
Bug 242712. r+sr=dbaron
2004-05-05 21:37:32 +00:00
pinkerton%aol.net
4223ad9eaa
set min sizes on sheets
2004-05-05 21:27:56 +00:00
tor%cs.brown.edu
68fc667952
Bug 236313 - handle javascript URLs as img src. r=pavlov, sr=darin
2004-05-05 21:17:31 +00:00
bryner%brianryner.com
427d940028
Dispatch NS_THEMECHANGED when GTK theme changes (bug 238854). r+sr=blizzard
2004-05-05 20:55:46 +00:00
scott%scott-macgregor.org
114c2842e7
talkback packaging information
2004-05-05 20:46:08 +00:00
blizzard%redhat.com
816d2b91fb
Bug #242123 . Spaces in between the comma and a new-X arguement would not load. Need to verify the URL after arguments have been stripped. r=darin,sr=bryner
2004-05-05 19:52:37 +00:00
pkw%us.ibm.com
3cfbd00f0d
Bug 242704 - AIX debug build fails after recent AppendInt changes
...
r=jst@mozilla.jstenback.com , sr=darin@meer.net
2004-05-05 19:29:12 +00:00
neil%parkwaycc.co.uk
0e7e4ad60d
Make unthreading slightly faster b=93426 r/sr=bienvenu
2004-05-05 18:50:43 +00:00
peterv%propagandism.org
626306d99d
Fix for bug 235747 (Move parser stuff into mozilla/parser). Removing files from old location, new location is mozilla/parser/htmlparser. r=cls, sr=jst.
2004-05-05 18:21:24 +00:00
mostafah%oeone.com
d6abf0fc93
Checked in attachment 147734 for bug 233256
2004-05-05 17:19:08 +00:00
bmlk%gmx.de
1b62f506e5
remove unused code that causes crashes, bug 242368, p=fantasai r=bernd sr=rbs a=asa
2004-05-05 16:03:55 +00:00
amardare%qnx.com
c3508c431d
Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
...
Bug 240827
Fixed the fd( pipe ) leakeage related to event queues, due to improper handling in nsAppShell for our platform.
Also changes for nsFilePicker and nsSound due to changes to nsIFilePicker, nsISound.
2004-05-05 15:39:49 +00:00
mostafah%oeone.com
2fb940028b
Checked in attachment 147722 for bug 232320
2004-05-05 15:28:02 +00:00
mkaply%us.ibm.com
815db83bd9
OS/2 branding for thunderbird - also, create mail/app/icons dir if it doesn't exist
2004-05-05 15:20:46 +00:00
mostafah%oeone.com
fe92a54b33
Checked in attachment 147717 for bug 239746
2004-05-05 15:14:27 +00:00
bsmedberg%covad.net
c688ac86cb
Bug 241697 - bulletproof prefservice globals for xpcom-restart r+sr=darin
2004-05-05 14:42:55 +00:00
mkaply%us.ibm.com
5b69da3b7c
OS/2 packaging for thunderbird
2004-05-05 14:12:52 +00:00
peterv%propagandism.org
752b71ca12
Correct comments (mozilla/htmlparser -> mozilla/parser/htmlparser).
2004-05-05 14:08:34 +00:00
peterv%propagandism.org
3196fd8e9b
cvsignore Makefile.
2004-05-05 13:56:09 +00:00