|
|
f0694677b4
|
Download manager. Not part of build. a=asa
|
2007-08-13 18:12:00 -07:00 |
|
|
|
f9680a00fa
|
Bug 391869 - pause -> cancel -> retry doesn't resume/retry download. r=cbiesinger
|
2007-08-12 15:15:15 -07:00 |
|
|
|
d38ba81cbb
|
Bug 391709, Clean up nsDownloadManager::InitDB schema checking code, r=sdwilsh
|
2007-08-10 16:27:18 -07:00 |
|
|
|
e25564d0ce
|
Bug 385875 - Remove image url from being stored in the DM. r=mano
|
2007-07-22 10:33:14 -07:00 |
|
|
|
5b4f18c635
|
Bug 385875 - Remove image url from being stored in the DM. r=mano
|
2007-07-22 10:24:03 -07:00 |
|
|
|
87033d4e9f
|
Bug 384744 - Download manager should enforce a singleton, not just fail on createInstance. r=gavin.sharp
|
2007-07-12 13:01:57 -07:00 |
|
|
|
98de634631
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
|
|
c0f587382d
|
Bug 385871 - DM needs to have schema checking. r=mano
|
2007-07-03 14:04:54 -07:00 |
|
|
|
14e7cec033
|
Bug 385876 - DM should cache the query that nsDownload::UpdateDB uses. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
|
2007-07-02 10:29:59 -07:00 |
|
|
|
ee383a35d0
|
Bug 384734 - Open method should be able to pass in old downloads to the window. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh
|
2007-07-02 10:25:30 -07:00 |
|
|
|
85075da801
|
Bug 289219 - nsDownloadProxy needs not QI mInner to get at webprogresslistener methods. r=cbiesinger
|
2007-06-27 14:08:31 -07:00 |
|
|
|
6f53e3c8dc
|
Bug 383224 - Remove XPInstall bits from the Download Manager. r=mano
|
2007-06-27 09:52:15 -07:00 |
|
|
|
12ab9e59d2
|
Bug 383224 - Remove XPInstall bits from the Download Manager. r=enndeakin, r=mano
|
2007-06-22 16:20:00 -07:00 |
|
|
|
18d5eee0ae
|
Bug 384958 - DM needlessly checks return variable of GetDBConnection. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
|
2007-06-21 16:56:17 -07:00 |
|
|
|
0d6e07b74e
|
Bug 384732 - Download manager should use a transaction when importing from downloads.rdf. Patch by Edward Lee <edilee@gmail.com>. r=sdwilsh
|
2007-06-18 13:49:05 -07:00 |
|
|
|
b8cc9a22a0
|
Bug 384892 - Investigate eliminating the LL_* macros from nsDownloadManager.cpp. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
|
2007-06-18 13:11:29 -07:00 |
|
|
|
ca9f556975
|
Bug 384867 - nsDownloadManager.cpp #includes nsInt64.h. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
|
2007-06-18 13:11:06 -07:00 |
|
|
|
d2782e3aa2
|
Bug 384180 - [leak] nsDownload doesn't break mCancelable cycle on fail or cancel. Patch By Edward Lee <edilee@gmail.com>. r=sdwilsh
|
2007-06-16 18:12:27 -07:00 |
|
|
|
7e2ca9ebd1
|
Bug 384219 - Download manager doesn't fail downloads properly. Patch by Edward Lee <edilee@gmail.com>. r=sdwilsh
|
2007-06-16 15:03:02 -07:00 |
|
|
|
8b870efa50
|
Bug 384245 - Fix unit tests in a non-hackish way. r=mano
|
2007-06-14 09:49:54 -07:00 |
|
|
|
0ed5820a65
|
Fix windows orange (stupid file path issues)
|
2007-06-12 18:19:22 -07:00 |
|
|
|
edabd1a7c9
|
Bug 382839 - getDownload should return any known download, not just those in progress. r=gavin.sharp
|
2007-06-12 16:39:15 -07:00 |
|
|
|
48f095e0cd
|
Bug 382081 - Small downloads don't show in download manager when already open. r=mconnor
|
2007-06-05 09:54:40 -07:00 |
|
|
|
53222f3394
|
Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger
|
2007-06-04 17:03:35 -07:00 |
|
|
|
dbda72621e
|
Bug 381801 - Downloads Complete alert (slider) no longer shows. r=mconnor
|
2007-05-31 18:39:53 -07:00 |
|
|
|
e4f1c0f773
|
Bug 289540 - download manager takes only one listener. r=mconnor
|
2007-05-25 16:47:53 -07:00 |
|
|
|
785f0a7307
|
Bug 381535 - Jesse's downloads.rdf doesn't import to sqlite. r=mconnor
|
2007-05-25 10:25:51 -07:00 |
|
|
|
79fca61d57
|
Bug 381784 - nsDownload::SetState should assert if the new state is the same as the old state. r=mano
|
2007-05-24 14:42:22 -07:00 |
|
|
|
c455f63d18
|
Bug 381646 - Re-enable tests for download manager (windows orange patch). r=sayrer
|
2007-05-23 17:38:48 -07:00 |
|
|
|
743202d0bf
|
Bug 381646 - Re-enable tests for download manager. r=sayrer
|
2007-05-23 16:52:50 -07:00 |
|
|
|
3f93bca717
|
Bug 381538 - "clean up" button remains greyed out after download completes. r=gavin.sharp
|
2007-05-23 16:12:03 -07:00 |
|
|
|
5bd9ac7552
|
comment out dm tests until we can make them pass in opt builds
|
2007-05-21 21:47:50 -07:00 |
|
|
|
b1d9949fc8
|
try some more tests
|
2007-05-21 21:23:38 -07:00 |
|
|
|
e1080ceefd
|
Trying to figure out why this test is failing silently. Commenting out listener and observer.
|
2007-05-21 20:39:03 -07:00 |
|
|
|
58f95c8714
|
Trying to figure out why this test is failing silently.
|
2007-05-21 20:09:26 -07:00 |
|
|
|
5d084aae4e
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 19:26:12 -07:00 |
|
|
|
8a37c93041
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 18:47:34 -07:00 |
|
|
|
d8a67af9a3
|
Trying to figure out why this test is failing silently. r=sayrer
|
2007-05-21 18:23:39 -07:00 |
|
|
|
1885823639
|
More bustage fix for Bug 380250 - passing pointer instead of just the variable
|
2007-05-21 17:59:50 -07:00 |
|
|
|
b51eab40fb
|
More bustage fix for Bug 380250 - third time is the charm (getter_Addrefs != getter_AddRefs)
|
2007-05-21 17:57:26 -07:00 |
|
|
|
6a24857d3c
|
More bustage fix for Bug 380250 (declaring rv)
|
2007-05-21 17:41:11 -07:00 |
|
|
|
e4a05c5bd4
|
Bustage fix for Bug 380250.
|
2007-05-21 17:34:53 -07:00 |
|
|
|
8d3b7b8f1e
|
Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor
|
2007-05-21 17:03:33 -07:00 |
|
|
|
83a6c325f6
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
|
|
7334d31070
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
|
|
|
36dc938b17
|
Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron.
|
2007-04-10 15:05:41 -07:00 |
|
mozilla.mano@sent.com
|
4edda22120
|
Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz.
|
2007-02-08 13:15:50 +00:00 |
|
gavin@gavinsharp.com
|
3205100d8e
|
Bug 251625: fix comment, patch by Serge Gautherie <gautheri@noos.fr>, r=mconnor
|
2006-08-07 23:03:48 +00:00 |
|
gavin@gavinsharp.com
|
b6f253ca6c
|
Bug 233611: Download Manager Closes after download is cancelled, retried, and cancelled again, patch by Son Le <son.le0@gmail.com>, r=mconnor
|
2006-08-03 18:44:58 +00:00 |
|
gavin@gavinsharp.com
|
714b6d0571
|
Bug 310071: Use system calls to add files to the recent documents folder, r=mconnor, r=bsmedberg
|
2006-07-02 20:47:53 +00:00 |
|