Commit Graph

127616 Commits

Author SHA1 Message Date
pkw%us.ibm.com
1fa4c9b7e9 Bug 161138 - Default/null plugin downloads embedded content anyway.
r=bryner@brianryner.com, sr=blizzard@mozilla.org
2004-03-04 22:45:24 +00:00
bishakhabanerjee%netscape.com
fa54334072 adjusting the platform strings as the header file specifies 2004-03-04 20:16:36 +00:00
chanial%noos.fr
e839580be9 Fork some skin files from toolkit/skin/win into toolkit/skin/gtk2.
Remove unused toolkit/skin/unix.
2004-03-04 20:09:40 +00:00
chanial%noos.fr
c477b8aced follow up to bug 118296: back out changes in toolkit/skin/win 2004-03-04 19:47:28 +00:00
bienvenu%nventure.com
88fe14fd3a fix comma handling when breaking up long imap fetch statements, initial patch by lee.essen@db.com, r/sr=bienvenu 2004-03-04 19:39:36 +00:00
brade%comcast.net
245c852193 removed unused nsCOMPtr; r/sr=tor 2004-03-04 19:36:27 +00:00
scott%scott-macgregor.org
8fb34392c3 Bug #233740 --> Drag from Attachment Panel is broken
Port a minor mozilla\toolkit change back to xpfe to make this work again.

sr=bienvenu
2004-03-04 19:10:03 +00:00
brade%comcast.net
6018b87e5f fix for bug 32768; relativize urls (if possible) on insertion; r=Neil, glazman, smfr; sr=dmose 2004-03-04 18:47:49 +00:00
sicking%bigfoot.com
973fa76ca8 Fix build bustage 2004-03-04 18:30:53 +00:00
sicking%bigfoot.com
0c80133eea Bug 236472: Fix 3 warnings.
r/sr=tor
2004-03-04 18:04:29 +00:00
mkaply%us.ibm.com
3ab8ba6a80 #236194
r=mkaply
Fix from Jon Henry - send HTTP referrer on Save Link to Disk so that all downloads work.
2004-03-04 17:53:58 +00:00
neil%parkwaycc.co.uk
e07ecdf170 Bug 11080 news "spoiler" feature p=mnyromyr@tprac.de r=ben.bucksch sr=bienvenu 2004-03-04 17:00:00 +00:00
neil%parkwaycc.co.uk
f8dfedcab5 Bug 235211 Some help items misfiled in contents p=stolenclover@yahoo.com.tw r=rlk 2004-03-04 16:50:12 +00:00
mostafah%oeone.com
ceb8298289 Checked in patch for bug 230828: multiple calendars subscribed can cause
overwrite in "subscribed calendars" box
2004-03-04 15:14:10 +00:00
mozilla%ducarroz.org
8e56a29f45 Fix for bug 236258. Prevent crash by checking null pointer. R=bienvenu, SR=bienvenu 2004-03-04 14:32:11 +00:00
neil%parkwaycc.co.uk
c93f8bd7ee Bug 61870 Mail window should not display Edit/Delete Message when cursor is in a textbox (quicksearch) r=timeless sr=bienvenu 2004-03-04 09:22:06 +00:00
ben%bengoodger.com
5389cd34a1 damnit! 2004-03-04 08:47:31 +00:00
ben%bengoodger.com
d0c78a3bd9 Fix build bustage for clobber builds in appshell - profile migrator headers have not yet been exported by the time appshell is built 2004-03-04 08:25:13 +00:00
hpradhan%hotpop.com
5d5432d268 bug 236351 : Fix string leak in nsSOAPCall::GetTransport() r+sr=jst 2004-03-04 08:13:09 +00:00
darin%meer.net
6a9b4c1c76 fixes bug 235272 "RFind is broken [was: Thunderbird treats two-letter folder msf files as folders themselves]" r=jst sr=bienvenu 2004-03-04 07:54:22 +00:00
jgmyers%speakeasy.net
1dc25eb335 remove 512-bit keygen bug 235972 r=ssaux sr=bienvenu 2004-03-04 07:09:02 +00:00
chanial%noos.fr
8b16e11d1f Bug 118296: implement NS_THEME_MENUBAR, NS_THEME_TOOLBAR, NS_THEME_MENUPOPUP and NS_THEME_MENUITEM (GTK2)
r=bryner, sr=roc
2004-03-04 04:55:31 +00:00
sicking%bigfoot.com
0058d1f7b8 Bustage fix from previous patch. 2004-03-04 03:26:38 +00:00
sicking%bigfoot.com
4b746fc4ab Try to fix bustage by casting through PRUint16 2004-03-04 03:00:25 +00:00
sicking%bigfoot.com
87881e8caf fix build bustage 2004-03-04 02:34:46 +00:00
sicking%bigfoot.com
0079e5c632 Bug 75659: Make charoff support percent values in DOM. (charoff isn't supported yet by layout).
r+sr=jst
2004-03-04 02:18:44 +00:00
sicking%bigfoot.com
28169f7a8a Bug 232706: Make nsAttrValue able to directly store all needed datatypes without using nsHTMLValue. Move parsing of various types from nsHTMLValue to nsAttrValue. Rename StringToAttribute to ParseAttribute and make it return a PRBool, as well as make a couple of minor fixes in the ParseAttribute code.
r=caillon sr=jst
2004-03-04 02:06:28 +00:00
ben%bengoodger.com
c9cb47710a Set browser.download.manager.openDelay to 0 by default. We've been testing with a half second for a while and the lack of feedback is confusing people. It might be annoying to have a download manager appear for instantly done downloads but the effect is if you don't show the download manager that nothing has happened, which is worse (given the options that exist for turning off the download manager) 2004-03-04 01:13:25 +00:00
ben%bengoodger.com
371d364621 Ensure browser.download.manager.openDelay works when set to 0... 2004-03-04 01:11:54 +00:00
pinkerton%aol.net
40806fd1ab work around bug in chrome reg that won't register locales w/out content.
(bug 234109, patch from bsmedberg, r=pink/sr=bryner)
2004-03-04 00:39:06 +00:00
bishakhabanerjee%netscape.com
5f21e877ae removed old,unused platforms; and added newer used ones 2004-03-04 00:35:09 +00:00
ben%bengoodger.com
fbb4f1da64 View Source window is not a dialog, thus ESC should not close it. ESC is interfering with cancellation of Find as you Type which is really, really, really annoying. 2004-03-04 00:28:43 +00:00
ben%bengoodger.com
4e0748a005 Fix Imola bustage - move includes to .h file 2004-03-03 23:18:17 +00:00
chanial%noos.fr
b508104f17 backing out fix for bug 236107. The border of the groupbox is visible in the caption. 2004-03-03 22:41:12 +00:00
silver%warwickcompsoc.co.uk
b973308814 Bug 229072 - Fixing RegExp regression in pref panel.
Patch by Ian Neal <bugzilla@arlen.demon.co.uk>.
r=rginda@hacksrus.com
2004-03-03 22:38:00 +00:00
neil%parkwaycc.co.uk
2fbdb90c07 Bug 214904 Use ISO dates in install.log p=cnst+moz%bugmail.mojo.ru (Constantine A. Murenin) r=dveditz sr=roc 2004-03-03 22:33:28 +00:00
amardare%qnx.com
8b73aee9e8 Changes for the qnx(photon ) platform. It should not affect building/runtime other platforms. 2004-03-03 22:03:22 +00:00
ben%bengoodger.com
e2a6de8627 Forgot to add different module name to REQUIRES list.. 2004-03-03 22:00:01 +00:00
ben%bengoodger.com
279e23a6b5 215094 - 235364 - invoke automigration code if there are no existing profiles in phoenix (will eventually becoem MOZ_XULAPP, and may move to xre/apprunner or a startup service). r=danm 2004-03-03 21:33:47 +00:00
ben%bengoodger.com
ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
locka%iol.ie
b4f0b587ca Fix "View Source" operation on popup menu. Move default profile into a member variable. b=228600 r=darin sr=bzbarsky 2004-03-03 21:24:19 +00:00
ben%bengoodger.com
5344fbb0c1 oops, forgot to add a line to REQUIRES when I changed toolkit profile's module name 2004-03-03 21:16:45 +00:00
ben%bengoodger.com
abd53e9dea (215094) break imola now, so I can fix the safari profile migrator. 2004-03-03 21:02:16 +00:00
ben%bengoodger.com
be7017006d fix gabrielle. substitute single \ for \\ 2004-03-03 21:00:30 +00:00
ben%bengoodger.com
2e940217f7 turn back on IE profile migrator to break gabrielle 2004-03-03 20:48:43 +00:00
ben%bengoodger.com
f7d7fa2ee8 change the name of the profile module so clobbering doesn't break the build 2004-03-03 20:48:02 +00:00
ben%bengoodger.com
c186cb088a change the name of the profile module so clobbering doesn't break the build 2004-03-03 20:47:34 +00:00
igor%mir2.org
5586a28481 Resolving bug 236117 : new API to seal Context 2004-03-03 19:59:25 +00:00
bryner%brianryner.com
ab4ac54b6f inline IsPaginated, SetPaginatedScrolling, and GetPaginatedScrolling. Bug 229371, r+sr=roc. 2004-03-03 18:24:20 +00:00
jst%mozilla.jstenback.com
bc10ea8a9c Fixing bug 141056. Prevent setting the location of a window from crashing when called w/o JS on the stack, and ensure XPInstall pushes the JS context onto the JS context stack before evaluating JS. r+sr=bzbarsky@mit.edu, r+st=jst@mozilla.jstenback.com 2004-03-03 18:13:00 +00:00