Commit Graph

140174 Commits

Author SHA1 Message Date
darin%meer.net
d36e828b2a fixes bug 243149 "Hostname and port appears where 'Use Password Manager to remember these values.' usually is." r=biesi sr=dveditz 2005-03-23 21:37:35 +00:00
cbiesinger%web.de
cbab537b28 239394 nsIMIMEInfo should use interCaps for methods and attributes
r=bzbarsky sr=darin
2005-03-23 21:37:34 +00:00
ben%bengoodger.com
a8c29009d6 241028 - should be able to create smart keywords to forms that use the http POST method. 2005-03-23 21:37:33 +00:00
darin%meer.net
708186863c landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2005-03-23 21:37:32 +00:00
bryner%brianryner.com
12b369a723 fix urls opened in new tabs being added to history as hidden entries (bug 236394). r=ben. 2005-03-23 21:37:31 +00:00
mkaply%us.ibm.com
af54e84e1c #236194
r=mkaply
Fix from Jon Henry - send HTTP referrer on Save Link to Disk so that all downloads work.
2005-03-23 21:37:30 +00:00
mkaply%us.ibm.com
74127c514e Add an OS/2 case 2005-03-23 21:37:29 +00:00
blakeross%telocity.com
6565bf0879 Fix 234136: middle-clicking link no longer makes it appear visited. 2005-03-23 21:37:28 +00:00
bsmedberg%covad.net
ab2c2269e6 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2005-03-23 21:37:27 +00:00
chanial%noos.fr
7681fd5a1b Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk> 2005-03-23 21:37:26 +00:00
jshin%mailaps.org
2834c2e84a bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa 2005-03-23 21:37:25 +00:00
jshin%mailaps.org
c2e71dc9b1 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2005-03-23 21:37:24 +00:00
ben%bengoodger.com
c7e0a0f70c rip out extraneous dump 2005-03-23 21:37:23 +00:00
ben%bengoodger.com
9c5087c8d1 Fix issue with Retry download in download manager not saving to the same location. 2005-03-23 21:37:22 +00:00
darin%meer.net
2ce52c6f81 fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky 2005-03-23 21:37:21 +00:00
chanial%noos.fr
cdb39d28e1 Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse! 2005-03-23 21:37:20 +00:00
chanial%noos.fr
c085a040b0 bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now. 2005-03-23 21:37:19 +00:00
varga%nixcorp.com
5afedb7447 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2005-03-23 21:37:18 +00:00
ben%bengoodger.com
c2a9fee64c MacOS X Firebird updates:
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2005-03-23 21:37:17 +00:00
ben%bengoodger.com
58b2b2d583 Fix Firebird bugs
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)

219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel
2005-03-23 21:37:16 +00:00
blakeross%telocity.com
35dba1dcbc Fix bug 213337 2005-03-23 21:37:15 +00:00
chanial%noos.fr
ba5f13fa6a Bug 215493: patch by jshin
port fixes from bug 158006, bug 204039, bug 206146.
2005-03-23 21:37:14 +00:00
ben%bengoodger.com
d66f5e9ecc b215290 - Alt+Click does not follow download folder preferences
- make the call to saveURL from the Alt+Click handling pass the 'skipPrompt' flag, and also make the code in contentAreaUtils.js not overwrite existing files similar to 215194.
2005-03-23 21:37:13 +00:00
ben%bengoodger.com
c29ac630de -b215288 - Ctrl+S does not remember the last directory saved to.
- use an independent lastDir pref to contain the last directory saved to from a Save As dialog. browser.download.dir becomes a default for autodownload only.
2005-03-23 21:37:12 +00:00
ben%bengoodger.com
517c03a0d4 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

base/content/contentAreaUtils.js
- Make saveURI function check for default download folder pref, which if
  set does not show the pick file dialog, obeying the users's preferences
  about automatic downloads
- Add a check to the show-file-picker case, if browser.download.dir is
  not set (first run) show the Desktop or something instead of the app's
  install directory.
2005-03-23 21:37:11 +00:00
bryner%brianryner.com
928aaf4f18 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz) 2005-03-23 21:37:10 +00:00
bryner%netscape.com
61481ea984 fix save as (bug 209860), patch by noririty@jcom.home.ne.jp 2005-03-23 21:37:09 +00:00
bryner%netscape.com
3673c7477f fixing "save image as" for real 2005-03-23 21:37:08 +00:00
bryner%netscape.com
138a6cdd41 fix saving images from context menu (bug 188587). patch by thieleke@yahoo.com 2005-03-23 21:37:07 +00:00
blakeross%telocity.com
adefb2bf16 History cleanup, add open in tab to history. 2005-03-23 21:37:06 +00:00
blakeross%telocity.com
1a935318f2 Download dir pref. 2005-03-23 21:37:05 +00:00
blakeross%telocity.com
123237434f Comment out something for now. 2005-03-23 21:37:04 +00:00
blakeross%telocity.com
4db03b7db0 Fix crash trying to save without a default download dir 2005-03-23 21:37:03 +00:00
blakeross%telocity.com
f48cd5b3c3 Fix broken save page as... complete. 2005-03-23 21:37:02 +00:00
blakeross%telocity.com
b86cb622c4 Remove downloads prompt pref. 2005-03-23 21:37:01 +00:00
blakeross%telocity.com
817320b617 Restore Ctrl+0 for resetting text size. 2005-03-23 21:37:00 +00:00
blakeross%telocity.com
74cbb89135 - Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename.  Under construction!
2005-03-23 21:36:59 +00:00
blakeross%telocity.com
d94e3d3477 Some modifier cleanup; fix load in background pref. 2005-03-23 21:36:58 +00:00
roc+%cs.cmu.edu
f48a672891 Bug 287352. Use wrappedFrame not frame, stupid. r+sr=bzarsky 2005-03-23 21:27:51 +00:00
lpsolit%gmail.com
dd3cd2b9ec Bug 272321: action should default to edit in editproducts.cgi if a product is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-03-23 21:24:19 +00:00
cltbld
dcb2cbabb0 Automated update from host egg 2005-03-23 21:18:44 +00:00
smfr%smfr.org
a54c5282b7 Fix bug 286096: remove most xpfe/components from the build for camino, to avoid it every picking up global history or bookmarks (see bugs 285554 and 280342). r=bsmedberg. 2005-03-23 21:09:39 +00:00
pavlov%pavlov.net
32b01f4303 add api to allow one to get the mime type and content disposition from imagelib. bug 287286. r=bz sr=shaver 2005-03-23 21:09:02 +00:00
shaver%mozilla.org
b291e53a4d support additional XPI_PKGNAME-installed files, r=bsmedberg 2005-03-23 20:59:42 +00:00
tor%cs.brown.edu
b305d4ab53 Build bustage fix - remove autogenerated file. 2005-03-23 20:25:51 +00:00
timeless%mozdev.org
2d29fc0022 Bug 286198 use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=dmose
2005-03-23 20:05:22 +00:00
roc+%cs.cmu.edu
8361439ea6 Removing noisy printf. 2005-03-23 20:01:39 +00:00
tor%cs.brown.edu
8a2429d209 Bug 287416 - update to libpixman 0.1.4, cairo 0.4.0. 2005-03-23 19:53:40 +00:00
scott%scott-macgregor.org
d9c1f1fec4 Bug #286742 --> Mac Thunderbird trunk build fails to launch / start
r=bsmedberg
2005-03-23 19:34:52 +00:00
bugzilla%arlen.demon.co.uk
713496cef4 Bug 287292 setupCopiesAndFoldersServer should test for RSS account instead of catching an exception
p=me r/sr=mscott
2005-03-23 19:12:11 +00:00