Commit Graph

851 Commits

Author SHA1 Message Date
dietrich@mozilla.com
8edf5e93cf Bug 392383 remove obsolete references to aUserTitleChanged (r=sspitzer) 2007-08-15 14:22:56 -07:00
sdwilsh@shawnwilsher.com
23c5187239 Bug 390748 - When downloading multiple files, Download Manager doesn't show files it has queued. r=mano, a=blocking-firefox3 2007-08-15 10:56:50 -07:00
sdwilsh@shawnwilsher.com
11d805c75a Bug 392264 - [windows] Download Manager shouldn't have margins. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=mano 2007-08-15 09:32:46 -07:00
neil@parkwaycc.co.uk
9616047979 Bug 391346 nsMorkHistoryImporter contains potentially unsafe static cast plus fix some compiler warnings such as integer constant overflow r=Mano 2007-08-15 08:50:22 -07:00
rflint@ryanflint.com
4789a6c0aa Bug 384052 - Allow custom parameters in the update URL. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=robert.bugzilla 2007-08-15 00:49:12 -07:00
rflint@ryanflint.com
3dbfe32623 Bug 347363 - Implement smooth scroll for the tab bar. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au> and Dao Gottwald <dao@design-noir.de>, r=enndeakin ui-r=beltzner 2007-08-14 23:52:00 -07:00
rflint@ryanflint.com
0cc3358ad5 Bug 384042 - Extension manager uses installLocation.stageFile method (not defined in the interface). Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=benjamin/robert.bugzilla 2007-08-14 23:27:35 -07:00
dietrich@mozilla.com
514aab2c87 Bug 376725 test nsINavHistoryResultViewer (r=sspitzer) 2007-08-14 23:14:26 -07:00
dietrich@mozilla.com
4a3f567999 Bug 392213 nsINavBookmarksService.idl comments need clarification for extension developers (r=thunder) 2007-08-14 23:07:18 -07:00
rflint@ryanflint.com
27887966ea Bug 392255 - You shouldn't be able to open a completed download by double right clicking on it + button fixes. r=sdwilsh 2007-08-14 22:06:37 -07:00
sdwilsh@shawnwilsher.com
fa13703ff2 Bug 391939 - New Download manager does not close when a download is completed even when configured to do so. r=mano 2007-08-14 21:21:06 -07:00
sdwilsh@shawnwilsher.com
3447782e04 Bug 390890 - PHD: Have the UI use all the possible handlers instead of just the preferred one. r=mano, a=blocking-firefox3 2007-08-14 21:15:22 -07:00
philringnalda@gmail.com
193a6ad5c4 Bug 392199 - Really remove nsUrlClassifierTable.js, r=tony 2007-08-14 19:51:44 -07:00
sdwilsh@shawnwilsher.com
4531040333 Bug 391861 - Indicate what the text area in the DM is for (searching). Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=mano 2007-08-14 16:18:15 -07:00
sspitzer@mozilla.org
9d755fa725 fix for bug #392003: first run migration / import from IE is slow, history import should use "run in batch" r=sayrer 2007-08-14 07:20:42 -07:00
sspitzer@mozilla.org
37a4b26852 fix for bug #392099: unable to search for downloads with % (SQLite MATCH_ALL) or _ (SQLite MATCH_ONE) in the name r=sdwilsh 2007-08-14 07:04:27 -07:00
reed@reedloden.com
bbe0108c14 Bug 366814 - "Link in about: should be urlformatted localized pref" [p=Aqualon r=bsmedberg] 2007-08-13 23:13:04 -07:00
reed@reedloden.com
8a6f5b296d Bug 387163 - "Build ID screwed up in trunk" [p=reed r=bsmedberg] 2007-08-13 22:56:23 -07:00
sdwilsh@shawnwilsher.com
89a7bf1963 Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger 2007-08-13 18:12:18 -07:00
sdwilsh@shawnwilsher.com
163710b84c Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor 2007-08-13 18:12:17 -07:00
neil@parkwaycc.co.uk
c41afd4892 Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me 2007-08-13 18:12:16 -07:00
cbiesinger@web.de
dc28ac4c80 bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil - make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes - make transfers of unknown size use the right size - send mProgress rather than mContentLength as the current progress in OnStateChange 2007-08-13 18:12:15 -07:00
cbiesinger@web.de
26db540bfc Bug 298842 make the temp file part of nsITransfer r=mconnor sr=darin a=shaver 2007-08-13 18:12:14 -07:00
cbiesinger@web.de
3a6d0e836c Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute r=bz sr=darin a=asa 2007-08-13 18:12:13 -07:00
cbiesinger@web.de
19d82ada33 Bug 241082 exthandler should require just nsITransfer, not nsIDownload patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin 2007-08-13 18:12:12 -07:00
db48x@yahoo.com
3a4eb4942f bug 239006: Download manager doesn't account for filesize when presenting combined percentages patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin 2007-08-13 18:12:11 -07:00
cbiesinger@web.de
429de02fb6 Bug 223310 use nsIObserver rather than nsIDOMWindowInternal in nsIKeygenThread. r=jgmyers sr=darin 2007-08-13 18:12:10 -07:00
bzbarsky@mit.edu
75833f9fbe Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan 2007-08-13 18:12:09 -07:00
cbiesinger@web.de
bc97ecf518 document @mozilla.org/download;1 don't delete incomplete files when the download is cancelled/aborts tell the download impl about the location of the temp file, if it is interested 244448 r=bzbarsky sr=darin 2007-08-13 18:12:08 -07:00
gerv@gerv.net
91382ca398 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-08-13 18:12:07 -07:00
darin@meer.net
bef2de2cdf landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2007-08-13 18:12:06 -07:00
cbiesinger@web.de
8bd09be2cf 220111 nsIDownload should document that Init must be called r=bzbarsky sr=darin 2007-08-13 18:12:05 -07:00
bzbarsky@mit.edu
21087e14e0 Allow embeddors to override helper apps. Bug 147142, patch by philipl@mail.utexas.edu (Philip Langdale), r=bzbarsky, sr=blake 2007-08-13 18:12:04 -07:00
blakeross@telocity.com
5acf1ba5d0 Download manager. Not part of build. a=asa 2007-08-13 18:12:03 -07:00
blakeross@telocity.com
74dde20d3a Download manager. Not part of build. a=asa 2007-08-13 18:12:02 -07:00
blakeross@telocity.com
da5b3042ce Download manager. Not part of build. a=asa 2007-08-13 18:12:01 -07:00
blakeross@telocity.com
23e1c2a190 Download manager. Not part of build. a=asa 2007-08-13 18:12:00 -07:00
joshmoz@gmail.com
b5c4e524c2 fix osx/gcc4 warnings in places. b=391526 r=sspitzer 2007-08-13 13:56:46 -07:00
bent.mozilla@gmail.com
f912e5927a Bug 390249 - "symbolstore.py has trouble launching dump_syms from a relative path". r=luser, a=dbaron. 2007-08-13 13:35:36 -07:00
sdwilsh@shawnwilsher.com
780e4aa5ae Bug 391872 - wrong message when download is paused (new DM). r=mano 2007-08-12 15:59:33 -07:00
sdwilsh@shawnwilsher.com
912c38a3f0 Bug 391869 - pause -> cancel -> retry doesn't resume/retry download. r=cbiesinger 2007-08-12 15:15:15 -07:00
sdwilsh@shawnwilsher.com
cc40460084 Bug 391872 - wrong message when download is paused (new DM). r=mano 2007-08-12 14:46:32 -07:00
gavin@gavinsharp.com
d29bff8fab Bug 389830: dragged URLs with trailing spaces should be truncated, patch by Dão Gottwald <dao@design-noir.de>, r=mano 2007-08-12 12:17:04 -07:00
gavin@gavinsharp.com
a82c1d0fb6 Bug 389145: disabled popup-type datepickers should have a disabled dropmarker, patch by Régis Caspar <regis.caspar+bz@gmail.com>, r=enndeakin 2007-08-12 12:14:44 -07:00
gavin@gavinsharp.com
6a73d109cb Bug 323821: improve about:config filtering performance by ignoring leading asterisks, patch by Simon Bünzli <zeniko@gmail.com>, r=me 2007-08-12 07:06:12 -07:00
gavin@gavinsharp.com
924d989283 Bug 390887: remove margins on the tab drop indicator when hiding it to prevent it from interfering with tabbar resizing, r=mano 2007-08-12 06:49:19 -07:00
rflint@ryanflint.com
b5c373e654 Bug 391907 - No download progress info on Windows task bar button. r=sdwilsh 2007-08-12 03:29:25 -07:00
rflint@ryanflint.com
85e2581277 Bug 391856 - button-images are outside the button and squeezed (part II). r=mano 2007-08-12 03:25:28 -07:00
sdwilsh@shawnwilsher.com
6da633c014 Bug 389569 - "Less than a minute" in Download Manager is silly. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh, r=mano, ui-r=beltzner 2007-08-12 03:19:12 -07:00
sdwilsh@shawnwilsher.com
be47ae885b Bug 391875 - Searching for a word that is contained in the file you are downloading looks strange. r=mano 2007-08-12 03:02:53 -07:00