Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Adam Gashlin 05036fda25 Bug 1572844 - Consistently check for MOZ_BITS_DOWNLOAD. r=bytesized
BITS download can be disabled on Windows. This patch checks for the
config/define MOZ_BITS_DOWNLOAD when including the C++ parts of the
service, exposing the service in JS, setting the pref, and including
BITS-specific tests. For consistency and simplicity it also removes
the Windows checks; the configure system won't allow
MOZ_BITS_DOWNLOAD if not on Windows.

Differential Revision: https://phabricator.services.mozilla.com/D43493

--HG--
extra : moz-landing-system : lando
2019-08-26 23:38:50 +00:00
Kirk Steuber a10a13a1c4 Bug 1569388 - Don't overwrite real error codes with cancel codes when removing BITS jobs r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D41805

--HG--
extra : moz-landing-system : lando
2019-08-19 22:36:55 +00:00
Eric Rahm f92163b353 Bug 1574276 - Update traits in the bits library to specify dyn. r=agashlin
The `bits` library needs to be updated to prefix traits with `dyn` in order to compile with Rust 1.37 in which they've deprecated non-prefixed traits.

Differential Revision: https://phabricator.services.mozilla.com/D42187

--HG--
extra : moz-landing-system : lando
2019-08-16 17:22:15 +00:00
Adam Gashlin e704cee0c2 Bug 1563790 - Part 2: Lower No Progress Timeout when UI is displayed r=bytesized,rstrong
Differential Revision: https://phabricator.services.mozilla.com/D39270

--HG--
extra : moz-landing-system : lando
2019-08-01 20:00:54 +00:00
Adam Gashlin 05e0c84b21 Bug 1563790 - Part 1: Expose and require No Progress Timeout r=bytesized,rstrong
Differential Revision: https://phabricator.services.mozilla.com/D39095

--HG--
extra : moz-landing-system : lando
2019-08-01 20:01:09 +00:00
Victor Porof 4a06c925ac Bug 1561435 - Format toolkit/components/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D36052

--HG--
extra : source : b5be5b4f4b47c256e28a29f665dc754f6407ee7f
2019-07-05 11:14:05 +02:00
Bastien Orivel 81ccf6ca5b Bug 1545960 - Part 1: Replace tempdir by tempfile. r=ato
tempdir has been deprecated for a while. I've set tempfile to 3.0.2 on
purpose to avoid duping rand for now (but this is one more step in the
direction of getting everything to rand 0.6 as tempfile 3 is on it
already).

Differential Revision: https://phabricator.services.mozilla.com/D28278

--HG--
extra : moz-landing-system : lando
2019-05-08 09:49:24 +00:00
Kirk Steuber f217295a81 Bug 1546287 - Fix leak in BITS update tests r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D29751

--HG--
extra : moz-landing-system : lando
2019-05-03 17:37:55 +00:00
Adam Gashlin 49c82ac74f Bug 1538416: Check time only once per iteration of wait loop. r=bytesized
Differential Revision: https://phabricator.services.mozilla.com/D29083

--HG--
extra : moz-landing-system : lando
2019-04-26 22:53:48 +00:00
Adam Gashlin c0cc4f7980 Bug 1538416: Get more details from test failure for extra notification, r=me a=testonly 2019-04-25 15:47:24 -07:00
Kirk Steuber 4bc2b30f74 Bug 1545793 - Propogate new BITS client error through the async XPCOM layer r=lina
Differential Revision: https://phabricator.services.mozilla.com/D28257

--HG--
extra : moz-landing-system : lando
2019-04-22 16:21:53 +00:00
Kirk Steuber e4c75e6001 Bug 1545793 - Add a specific error code for when we cannot connect to the background copy manager r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D28256

--HG--
extra : moz-landing-system : lando
2019-04-22 16:21:33 +00:00
Kirk Steuber 1b86be999a Bug 1520321 - Implement XPCOM interface for BITS r=lina
This patch introduces an asynchronous XPCOM interface for the bits client added in Bug 1523417

Differential Revision: https://phabricator.services.mozilla.com/D25161

--HG--
extra : moz-landing-system : lando
2019-04-15 19:44:35 +00:00
Adam Gashlin 65f317120d Bug 1538416 - Allow Queued in start_monitor_and_complete test. r=bytesized
Differential Revision: https://phabricator.services.mozilla.com/D24931

--HG--
extra : moz-landing-system : lando
2019-03-26 17:40:41 +00:00
Adam Gashlin 6c695331c4 Bug 1523417 - BITS client library for update downloading r=aklotz,emilio,froydnj
Differential Revision: https://phabricator.services.mozilla.com/D17989

--HG--
extra : moz-landing-system : lando
2019-03-21 22:43:41 +00:00