0fe8e53631d80440fdad2ce2f6c4323bd87e9223: Bug 1454694 Part 3: Re-enable the timing-sensitive part of the CORS mode test.
draft
Brad Werth <bwerth@mozilla.com> - Tue, 24 Apr 2018 11:38:34 -0700 - rev 788111
Push
107907 by bwerth@mozilla.com at Wed, 25 Apr 2018 22:57:54 +0000
Bug 1454694 Part 3: Re-enable the timing-sensitive part of the CORS mode test.
MozReview-Commit-ID: JEmas6ZVr6Z
7b7eefaa35cd0cfa4414e56dc22c5a003b062c07: Bug 1454694 Part 2: Change ImageLoader to unblock onload in onLoadComplete whenever a request has STATUS_EVENTS_COMPLETE or STATUS_ERROR.
draft
Brad Werth <bwerth@mozilla.com> - Wed, 25 Apr 2018 15:18:42 -0700 - rev 788110
Push
107907 by bwerth@mozilla.com at Wed, 25 Apr 2018 22:57:54 +0000
Bug 1454694 Part 2: Change ImageLoader to unblock onload in onLoadComplete whenever a request has STATUS_EVENTS_COMPLETE or STATUS_ERROR.
MozReview-Commit-ID: KBgWvJrz2fN
ed8fb645e0592e55c7dda07fdecc91108bfbeb04: Bug 1454694 Part 1: Apply the new FLAG_EVENTS_COMPLETE to progress notifications that are sent from complete or error states.
draft
Brad Werth <bwerth@mozilla.com> - Tue, 24 Apr 2018 15:31:24 -0700 - rev 788109
Push
107907 by bwerth@mozilla.com at Wed, 25 Apr 2018 22:57:54 +0000
Bug 1454694 Part 1: Apply the new FLAG_EVENTS_COMPLETE to progress notifications that are sent from complete or error states.
MozReview-Commit-ID: 7CmAVz7DNfI
947828b4c6285682918fdf1081ccee468f535436: Bug 1454694 Part 0: Add an imgIRequest status flag indicating that the request is done sending events to observers.
draft
Brad Werth <bwerth@mozilla.com> - Tue, 24 Apr 2018 15:19:09 -0700 - rev 788108
Push
107907 by bwerth@mozilla.com at Wed, 25 Apr 2018 22:57:54 +0000
Bug 1454694 Part 0: Add an imgIRequest status flag indicating that the request is done sending events to observers.
MozReview-Commit-ID: DbrOM8Lq2ol
320e9b51061b57d65d08aed1e621983e911c7b6d: bug 1456620 - chunk mac partner signing. r=nthomas
draft
Aki Sasaki <asasaki@mozilla.com> - Mon, 23 Apr 2018 17:12:43 -0700 - rev 788107
Push
107906 by asasaki@mozilla.com at Wed, 25 Apr 2018 22:52:11 +0000
bug 1456620 - chunk mac partner signing. r=nthomas
Previously, we had a single mac signing task that signed all mac locales and subpartners in a single signing task. This task required us to bump the signing task timeout. Chunking gives us a speed boost and a bit more resiliency if a single signing task fails - we don't have to re-sign everything, only the tasks that fail.
MozReview-Commit-ID: 4vPZE1vzZoQ
51406b39c358ff99690e073920a2e3f66cb39c83: bug 1456620 - move check_if_partners_enabled call. r=nthomas
draft
Aki Sasaki <asasaki@mozilla.com> - Mon, 23 Apr 2018 13:53:19 -0700 - rev 788106
Push
107906 by asasaki@mozilla.com at Wed, 25 Apr 2018 22:52:11 +0000
bug 1456620 - move check_if_partners_enabled call. r=nthomas
Because the transforms are generators, we actually call them from the bottom up. The previous transforms don't get called until the `for task in tasks:` or `for job in jobs:` in the following transform.
Moving the `check_if_partners_enabled` transform to the end means we never try to access `config.params['release_partner_config'].values()` in `add_command_arguments` when `release_partner_config` is None. Otherwise, we hit errors when we run taskgraph-gen.py.
MozReview-Commit-ID: Ho2odPL9FxS
df3571f12016a631d8e967eaed37780e6674584a: bug 1456620 - stop uploading public partners to private. r=nthomas
draft
Aki Sasaki <asasaki@mozilla.com> - Mon, 23 Apr 2018 12:57:36 -0700 - rev 788105
Push
107906 by asasaki@mozilla.com at Wed, 25 Apr 2018 22:52:11 +0000
bug 1456620 - stop uploading public partners to private. r=nthomas
MozReview-Commit-ID: 2clmiQKswnp
cf5f6919e83a0e59f46ba1d4274a2711d6b7e453: Bug 603903 - Part 4: don't restore tabs until session unlock
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:46:28 -0700 - rev 788104
Push
107905 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:47:28 +0000
Bug 603903 - Part 4: don't restore tabs until session unlock
MozReview-Commit-ID: 2NMEdbQnXsd
9d2f02c36460df7595e572bfa3e4d332af34b7be: Bug 603903 - Part 3: fix screen enumeration when not logged in
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:01:11 -0700 - rev 788103
Push
107905 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:47:28 +0000
Bug 603903 - Part 3: fix screen enumeration when not logged in
MozReview-Commit-ID: LboLGStqpp0
4f4e50ddfbefa41402560cabc082ea3d42363759: Bug 603903 - Part 2: restore session when restarted by Windows
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:43:34 -0700 - rev 788102
Push
107905 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:47:28 +0000
Bug 603903 - Part 2: restore session when restarted by Windows
MozReview-Commit-ID: EEKZAZZ9E98
13e8e657c147eb087b81cc0444028c4cd85589dd: Bug 603903 - Part 1: add RegisterApplicationRestart
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 14:35:14 -0700 - rev 788101
Push
107905 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:47:28 +0000
Bug 603903 - Part 1: add RegisterApplicationRestart
MozReview-Commit-ID: Eb389ih7CIn
5816dccdf9efff9f1a9f8f026ef6786e648f24df: Bug 1455724 - add telemetry for legacy PeerConnection getStats API usage
draft
Nico Grunbaum - Mon, 23 Apr 2018 09:49:32 -0700 - rev 788100
Push
107904 by na-g@nostrum.com at Wed, 25 Apr 2018 22:46:16 +0000
Bug 1455724 - add telemetry for legacy PeerConnection getStats API usage
MozReview-Commit-ID: L17M2whvxpV
0fde8d351b2e035592ec6b22104d3e8fb9f86b4f: Bug 1428415 Add a checkbox for persisting new cards to the Add Payment Card screen. r?MattN
draft
Sam Foster <sfoster@mozilla.com> - Mon, 09 Apr 2018 16:15:15 -0700 - rev 788099
Push
107903 by bmo:sfoster@mozilla.com at Wed, 25 Apr 2018 22:44:54 +0000
Bug 1428415 Add a checkbox for persisting new cards to the Add Payment Card screen. r?MattN
* Add a new labelled-checkbox component, and use it for the persist checkbox in basic card add/edit form
* Pass an isPrivate flag from the parent to UI in the state
* Re-work save logic for the basic card form to set correct defaults when payment is initiated from a private window
* Add a tempBasicCards object on the state, and a paymentRequest.getBasicCards(state) helper to get the union of both saved and temporary cards
* Set a newly added temporary card as the selectedPaymentCard
* Tests for basic-card-form.js in private windows, and correctly persisting or not new card info basic on the state of the 'Save to Firefox' checkbox
* Add paymentRequest.js to mochitests, pending landing of
bug 1427939
MozReview-Commit-ID: 9oQ1gbHPojf
8399d0c67c1c408a417804a186e9592c2d520774: Bug 603903 - Part 4: don't restore a tab until the session is unlocked
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:23:26 -0700 - rev 788098
Push
107902 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:34:25 +0000
Bug 603903 - Part 4: don't restore a tab until the session is unlocked
MozReview-Commit-ID: LklwBEmtcjY
38f2b5ea6b482f3fd6d4a78624c009d57193cf6f: Bug 603903 - Part 3: fix screen enumeration when not logged in
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:01:11 -0700 - rev 788097
Push
107902 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:34:25 +0000
Bug 603903 - Part 3: fix screen enumeration when not logged in
MozReview-Commit-ID: 95LBuGhaj0a
20e8cf846db1fb87ad3f2338ccd5e41de145e2fa: Bug 603903 - Part 2: restore session when restarted by Windows
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 14:46:57 -0700 - rev 788096
Push
107902 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:34:25 +0000
Bug 603903 - Part 2: restore session when restarted by Windows
MozReview-Commit-ID: LYLGywL9tHc
ff05ad3857869f463c6e0966e68623358edfe3b3: Bug 603903 - Part 1: add RegisterApplicationRestart
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 14:35:14 -0700 - rev 788095
Push
107902 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:34:25 +0000
Bug 603903 - Part 1: add RegisterApplicationRestart
MozReview-Commit-ID: Cm4pgFKlqPX
4369a53e1dd56be08cae9f4f6f0fc065c8ea6f5d: Bug 603903 - Part 4: don't restore a tab until the session is unlocked
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:23:26 -0700 - rev 788094
Push
107901 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:31:39 +0000
Bug 603903 - Part 4: don't restore a tab until the session is unlocked
MozReview-Commit-ID: FvyOSWWzWdt
67b345d581c769ccc0a4fdec15042b3982ab584d: Bug 603903 - Part 3: fix screen enumeration when not logged in
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 15:01:11 -0700 - rev 788093
Push
107901 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:31:39 +0000
Bug 603903 - Part 3: fix screen enumeration when not logged in
MozReview-Commit-ID: ohV21j3LDl
bb011df535057229821b09bf59859b7e81eb481b: Bug 603906 - Part 2: restore session when restarted by Windows
draft
Adam Gashlin <agashlin@mozilla.com> - Wed, 25 Apr 2018 14:46:57 -0700 - rev 788092
Push
107901 by bmo:agashlin@mozilla.com at Wed, 25 Apr 2018 22:31:39 +0000
Bug 603906 - Part 2: restore session when restarted by Windows
MozReview-Commit-ID: HsOQZHGjYlV