Commit Graph

224 Commits

Author SHA1 Message Date
Felipe Gomes
7c0a9d5b15 Bug 906134 - Implement tests for the DownloadImport module. r=paolo 2013-09-10 23:34:03 -03:00
Felipe Gomes
57bafd278b Bug 906134 - Fix downloads' startTime serialization. r=paolo 2013-09-10 23:33:59 -03:00
Raymond Lee
4b45cf194b Bug 908246 - Private downloads should be finalized when the last private browsing window is closed. r=paolo 2013-09-12 14:03:04 +02:00
Raymond Lee
6dc9883b1a Bug 908244 - When a download is launched automatically, the target file should be deleted when the browser is closed. r=paolo 2013-09-12 14:03:00 +02:00
Paolo Amadini
41a302620b Bug 908240 - Fix rounding bug in the test by adding a one second margin. 2013-09-10 12:54:48 +02:00
Paolo Amadini
2a8e64ca16 Bug 908240 - Legacy downloads not executed by nsIHelperAppLauncher should be added to history. r=enn 2013-09-10 12:45:49 +02:00
Paolo Amadini
123d78d12a Bug 909022 - Mark all executables as coming from the Internet zone on Windows. r=enn 2013-09-10 12:40:39 +02:00
Wes Kocher
1adeeb92e9 Backed out changeset 7d73a40c6ee9 (bug 909022) 2013-09-09 16:28:16 -07:00
Wes Kocher
024f5e7e15 Backed out changeset 493dd25e60c2 (bug 908240) 2013-09-09 16:27:49 -07:00
Ryan VanderMeulen
1df77d8ace Merge fx-team to m-c. 2013-09-09 16:30:03 -04:00
Chris Kitching
69f2f80f9a Bug 794981 - Part 4: Consistently pass nsAString into the JNI methods, instead of the veritable smorgasbord of string types previously used. r=kats 2013-09-09 08:57:36 -04:00
Paolo Amadini
c6ba87a11e Bug 908240 - Legacy downloads not executed by nsIHelperAppLauncher should be added to history. r=enn 2013-09-09 15:45:29 +02:00
Paolo Amadini
ce7b9f94b3 Bug 909022 - Mark all executables as coming from the Internet zone on Windows. r=enn 2013-09-09 15:45:29 +02:00
Raymond Lee
798f6408b2 Bug 912876 - Remove the downloads file in common_test_Download.js for test_platform_integration(). r=paolo 2013-09-05 21:30:27 +08:00
Andres Hernandez
f43ebeda6f Bug 905123 - Move prompts from DownloadIntegration to DownloadPrompter. r=paolo 2013-09-03 22:01:42 -06:00
Mike Hommey
b207d5baf7 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Neil Deakin
838928c0bf Bug 853901 - Add platform-specific completion operations for downloads. r=paolo 2013-09-03 13:23:37 -04:00
Doug Turner
7767c0773f Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns 2013-08-25 16:56:53 -07:00
Andres Hernandez
a23e02be5e Bug 905508 - Create test for download interruption prompts. r=paolo 2013-08-23 16:33:52 -06:00
Paolo Amadini
c7b63b403a Bug 906681 - Fix imported target path and state of paused downloads. r=enn 2013-08-19 17:18:25 +02:00
Paolo Amadini
473095357c Bug 852868 - Disable channel decoding if the "Content-Encoding" header matches the file extension. r=enn 2013-08-19 17:18:25 +02:00
Neil Deakin
4c47e73660 Bug 901262 - Add a DownloadList method to remove stopped downloads. r=paolo 2013-08-17 15:19:45 +02:00
Paolo Amadini
2b7de5b9fd Bug 896927 - Handle the executable warning prompt. r=enn 2013-08-17 15:13:10 +02:00
Ryan VanderMeulen
1f8722165e Backed out changeset b0bab66c0cab (bug 896927) for Windows xpcshell failures. 2013-08-16 18:21:53 -04:00
Paolo Amadini
4a9a60239d Bug 896927 - Handle the executable warning prompt. r=enn 2013-08-16 21:48:01 +02:00
Felipe Gomes
094587ef05 Bug 851466 - Import downloads.sqlite to downloads.json. r=paolo 2013-08-16 15:35:42 -03:00
Paolo Amadini
53a3e1acb1 Bug 836443 - Automatically stop and restart downloads. r=enn 2013-08-16 11:02:18 +02:00
Paolo Amadini
e086a08176 Bug 899124 - Compute download speed and throttle notifications. r=enn 2013-08-16 11:02:15 +02:00
Andres Hernandez
9d4cb418c3 Bug 852964 - Add prompts for the quit-application-requested, offline-requested, and last-pb-context-exiting notifications r=paolo 2013-08-08 22:40:53 -06:00
Paolo Amadini
a2804f371c Bug 901563 - DownloadLegacySaver should move the ".part" file to the target. r=enn 2013-08-07 13:09:04 +02:00
Paolo Amadini
2f3910c6cc Bug 899107 - Allow using the JavaScript API as the back-end for the Downloads Panel. r=mak 2013-08-03 13:04:44 +02:00
Paolo Amadini
036dbbe631 Bug 900973 - Extend unit test coverage for action execution. r=enn 2013-08-03 13:04:39 +02:00
Ryan VanderMeulen
f2251388c3 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Gijs Kruitbosch
fb853f5660 Merge m-c to fx-team 2013-08-02 15:47:01 +02:00
Paolo Amadini
cd9b86ebd7 Bug 899122 - Include previously downloaded data in progress reports when restarting. r=enn 2013-08-02 14:48:56 +02:00
Neil Deakin
df0ec414f9 Bug 899571, DownloadIntegration testMode doesn't reset cached directory, r=paolo 2013-08-02 11:42:50 -04:00
Ms2ger
5021a03bff Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps 2013-08-02 09:03:25 +02:00
Paolo Amadini
a9944d5f42 Bug 836437 - Part 3 of 3 - Add the ability to resume a download from where it stopped to DownloadLegacySaver. r=enn 2013-08-01 14:37:06 +02:00
Paolo Amadini
faac309db2 Bug 836437 - Part 2 of 3 - Add the ability to resume a download from where it stopped to DownloadCopySaver. r=enn 2013-08-01 14:37:02 +02:00
Felipe Gomes
9efd266c8b Bug 852482 - Add methods to execute actions on completed downloads. r=paolo 2013-07-30 15:59:16 -03:00
Paolo Amadini
c9e7f364f2 Bug 836437 - Part 1 of 3 - Unify DownloadLegacy tests in preparation for resuming support. r=enn 2013-07-26 15:30:40 +02:00
Paolo Amadini
b2ae0d4b7e Bug 851454 - Define the format of "downloads.json" and of the parameters of createDownload. r=enn 2013-07-26 15:30:35 +02:00
Paolo Amadini
99893302bb Bug 891324 - Make nsIXULRuntime accessible using Services.appinfo in xpcshell tests. r=gavin 2013-07-20 15:15:03 +02:00
Mihnea Dobrescu-Balaur
bf195d4c2b Bug 888544 - Use a dynamic port in jsdownloads/ xpcshell tests so they can be run in parallel. r=mak 2013-07-10 19:42:24 -07:00
Joey Armstrong
c7a3cb9cae bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
Raymond Lee
d2832fab2f Bug 852599 - Block downloads when they are disallowed globally by the parental control service. r=paolo 2013-06-29 03:49:31 +08:00
Mike Shal
9e113cb641 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #2); r=joey 2013-06-17 15:22:56 -04:00
Paolo Amadini
8a1b851452 Bug 835885 - Add serialization and deserialization. r=enn 2013-06-26 14:21:06 +02:00
Raymond Lee
879c35425c Bug 836485 - Add methods to remove downloads on history expiration r=paolo 2013-06-22 02:35:09 +08:00
Raymond Lee
c57c637060 Bug 874808 - simpleDownload should accept string arguments and options. r=paolo 2013-06-11 17:10:48 +08:00