6916134db0cf59d56916e945e1d91ee2ac1473cd: Bug 1317589 - store the most recent hashed UID so we can still report it on transient errors renewing tokens. r?tcsc
draft
Mark Hammond <mhammond@skippinet.com.au> - Tue, 15 Nov 2016 16:03:41 +1100 - rev 439387
Push
35999 by bmo:markh@mozilla.com at Wed, 16 Nov 2016 01:21:11 +0000
Bug 1317589 - store the most recent hashed UID so we can still report it on transient errors renewing tokens. r?tcsc
MozReview-Commit-ID: 4qCFBltcPi1
7bb9038dbee47fe9275de09c3cb9b9ff08d504f2: Bug 1317587 - don't start scheduled sync after shutdown. r?rnewman
draft
Mark Hammond <mhammond@skippinet.com.au> - Tue, 15 Nov 2016 15:28:52 +1100 - rev 439386
Push
35999 by bmo:markh@mozilla.com at Wed, 16 Nov 2016 01:21:11 +0000
Bug 1317587 - don't start scheduled sync after shutdown. r?rnewman
MozReview-Commit-ID: GSyWAUa1qyr
9476c0ade65074d9856ed4874ce0013fcae73467: Bug 1317841 - Update version of kinto.js to v6.0.0, r?MattN
draft
Ethan Glasser-Camp <eglassercamp@mozilla.com> - Tue, 15 Nov 2016 17:15:14 -0800 - rev 439385
Push
35998 by mozilla@noorenberghe.ca at Wed, 16 Nov 2016 01:15:38 +0000
Bug 1317841 - Update version of kinto.js to v6.0.0, r?MattN
This major version of kinto.js released without a FirefoxStorage
adapter. Since Gecko is the only project with a need for this adapter
as well as the only one who can use it, that file moves to this repo
as a new kinto-storage-adapter.js. This file is mostly a copy of the
most recent FirefoxStorage.js, plus some other non-exported utility
functions copied from kinto.js to make it work.
This changes the export of the kinto-offline-client.js from a
`loadKinto` function which returns the Kinto class, to the actual
Kinto class itself, with the user expected to "hook up" the
adapter. It turns out that this doesn't change much in how we actually
use Kinto, since we were always previously explicitly selecting the
Kinto adapter.
This release of kinto.js also changes some of the build options
around, which changes the minified output of kinto-offline-client.js.
There are still some outstanding stylistic complaints about
FirefoxAdapter having to do with its _init static method which is
public and the fact that sometimes FirefoxAdapter manages its own
Sqlite connection and sometimes it doesn't. These will be addressed in
a future patch.
MozReview-Commit-ID: HF0oNCEDcFs
5cf24fd6b2465b0617fcb55d659ff04487f66c39: Bug 1313960 - synchronous addon DB loader should handle in-progress async load r?kmag
draft
Robert Helmer <rhelmer@mozilla.com> - Tue, 15 Nov 2016 13:40:47 -0800 - rev 439384
Push
35997 by rhelmer@mozilla.com at Wed, 16 Nov 2016 01:04:24 +0000
Bug 1313960 - synchronous addon DB loader should handle in-progress async load r?kmag
MozReview-Commit-ID: LwzmRr3PdXx
3c28f722814c4a8761b2787f1805958d4609efab: Bug 1317853 - Remove DOM/speakermanager and related code. r?jst
draft
Michelangelo De Simone <mdesimone@mozilla.com> - Tue, 15 Nov 2016 17:01:30 -0800 - rev 439383
Push
35996 by mdesimone@mozilla.com at Wed, 16 Nov 2016 01:02:29 +0000
Bug 1317853 - Remove DOM/speakermanager and related code. r?jst
MozReview-Commit-ID: AHkMHalG99K
47e8a8542dc168ca136d462dbeecb96465398ec0: Bug 1291815 - Wait for requests to settle between DAMP subtests. r=ochameau
draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 29 Sep 2016 16:51:15 -0500 - rev 439382
Push
35995 by bmo:jryans@gmail.com at Wed, 16 Nov 2016 01:00:39 +0000
Bug 1291815 - Wait for requests to settle between DAMP subtests. r=ochameau
MozReview-Commit-ID: 2WH1QquOclP
957c78b232f138d17533e7d1a410b4da70b87dbe: Bug 1291815 - Wait for requests to settle between DAMP subtests. r=bgrins,ochameau
draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 29 Sep 2016 16:51:15 -0500 - rev 439381
Push
35994 by bmo:jryans@gmail.com at Wed, 16 Nov 2016 00:56:23 +0000
Bug 1291815 - Wait for requests to settle between DAMP subtests. r=bgrins,ochameau
MozReview-Commit-ID: 2WH1QquOclP
3b116044a918f80d9e4e99f06478ff14b7101791: Bug 1316500 - remove use of tasks and promise.jsm promises from Sync tests. r=tcsc
draft
Mark Hammond <mhammond@skippinet.com.au> - Thu, 10 Nov 2016 14:34:38 +1100 - rev 439380
Push
35993 by bmo:markh@mozilla.com at Wed, 16 Nov 2016 00:53:14 +0000
Bug 1316500 - remove use of tasks and promise.jsm promises from Sync tests. r=tcsc
MozReview-Commit-ID: 5itPSLBKguc
ea1a8b7b32f1467878a8795c319901643ac10147: Bug 1317841 - Update version of kinto.js to v6.0.0, r?MattN
draft
Ethan Glasser-Camp <eglassercamp@mozilla.com> - Tue, 15 Nov 2016 19:38:53 -0500 - rev 439379
Push
35992 by eglassercamp@mozilla.com at Wed, 16 Nov 2016 00:48:10 +0000
Bug 1317841 - Update version of kinto.js to v6.0.0, r?MattN
This major version of kinto.js released without a FirefoxStorage
adapter. Since Gecko is the only project with a need for this adapter
as well as the only one who can use it, that file moves to this repo
as a new kinto-storage-adapter.js. This file is mostly a copy of the
most recent FirefoxStorage.js, plus some other non-exported utility
functions copied from kinto.js to make it work.
This changes the export of the kinto-offline-client.js from a
`loadKinto` function which returns the Kinto class, to the actual
Kinto class itself, with the user expected to "hook up" the
adapter. It turns out that this doesn't change much in how we actually
use Kinto, since we were always previously explicitly selecting the
Kinto adapter.
This release of kinto.js also changes some of the build options
around, which changes the minified output of kinto-offline-client.js.
There are still some outstanding stylistic complaints about
FirefoxAdapter having to do with its _init static method which is
public and the fact that sometimes FirefoxAdapter manages its own
Sqlite connection and sometimes it doesn't. These will be addressed in
a future patch.
MozReview-Commit-ID: HF0oNCEDcFs
e19987aa7f2bfa711f07abebaf37b75464508177: Bug 1311576 fix webrequest filter for tabId and windowId, r=kmag
draft
Shane Caraveo <scaraveo@mozilla.com> - Tue, 15 Nov 2016 16:34:33 -0800 - rev 439378
Push
35991 by mixedpuppy@gmail.com at Wed, 16 Nov 2016 00:34:58 +0000
Bug 1311576 fix webrequest filter for tabId and windowId, r=kmag
MozReview-Commit-ID: FzW53LXktWz
831223e61f457fa3a98e85923ae035072daa7c8a: Bug 1305421 - Implement chrome.identity, r?kmag
draft
Shane Caraveo <scaraveo@mozilla.com> - Tue, 15 Nov 2016 09:53:50 -0800 - rev 439377
Push
35991 by mixedpuppy@gmail.com at Wed, 16 Nov 2016 00:34:58 +0000
Bug 1305421 - Implement chrome.identity, r?kmag
MozReview-Commit-ID: 3QQekCC7TTi
533d3a623d9f2049a96c7420daf6a999d0bef69e: Bug 1313788 - Remove DOM/wifi and related code. r?jst
draft
Michelangelo De Simone <mdesimone@mozilla.com> - Tue, 08 Nov 2016 15:02:45 -0800 - rev 439376
Push
35990 by mdesimone@mozilla.com at Wed, 16 Nov 2016 00:17:00 +0000
Bug 1313788 - Remove DOM/wifi and related code. r?jst
MozReview-Commit-ID: BRT6bSvPpT
79feeed4293336089590320a9f30a813fade8e3c: Back out revision 775eb155363c (bug 1304656) for causing regressions in update tests a=backout
Wes Kocher <wkocher@mozilla.com> - Tue, 15 Nov 2016 15:25:35 -0800 - rev 439375
Push
35990 by mdesimone@mozilla.com at Wed, 16 Nov 2016 00:17:00 +0000
Back out revision 775eb155363c (
bug 1304656) for causing regressions in update tests a=backout
9b6e3200698a695d3ca03f3848060083b8fe4ae6: Bug 1315121 - OS X Remote printing (print_via_parent) scaled prints don't fill page; r=mconley
draft
Haik Aftandilian <haftandilian@mozilla.com> - Fri, 11 Nov 2016 16:18:15 -0800 - rev 439374
Push
35989 by haftandilian@mozilla.com at Tue, 15 Nov 2016 23:53:57 +0000
Bug 1315121 - OS X Remote printing (print_via_parent) scaled prints don't fill page; r=mconley
Send the size from PMGetAdjustedPaperRect to the child to use as the page size.
Add an Mac implementation of GetEffectivePageSize that returns the adjusted dimensions.
MozReview-Commit-ID: GgTFgBzkxTy
b821b04bfc4d2eb01bf1803874990445ddfe78c5: Bug 1317821 - Reformat ipc/glue with clang-format (r?dvander)
draft
Bill McCloskey <billm@mozilla.com> - Mon, 14 Nov 2016 21:02:53 -0800 - rev 439373
Push
35988 by bmo:wmccloskey@mozilla.com at Tue, 15 Nov 2016 23:01:45 +0000
Bug 1317821 - Reformat ipc/glue with clang-format (r?dvander)
MozReview-Commit-ID: 6nRFBjr5cGz
5d0c451c3116dbd7d7ad96f92f1e61b8fae9dfa4: Bug 1317822 - Move GMPCrashHelper into its own file. r?gerald
draft
Chris Pearce <cpearce@mozilla.com> - Wed, 16 Nov 2016 11:35:36 +1300 - rev 439372
Push
35987 by cpearce@mozilla.com at Tue, 15 Nov 2016 22:48:29 +0000
Bug 1317822 - Move GMPCrashHelper into its own file. r?gerald
MozReview-Commit-ID: 7CinZ2Y2Fmz
f141f111b1369e75a667a6d58cd9ec4a61579842: Bug 1302470 Part 4: Augment the IsRangeVisible function to test for opaque overdraw. r?mstange
draft
Brad Werth <bwerth@mozilla.com> - Wed, 09 Nov 2016 16:08:56 -0800 - rev 439371
Push
35986 by bwerth@mozilla.com at Tue, 15 Nov 2016 22:45:37 +0000
Bug 1302470 Part 4: Augment the IsRangeVisible function to test for opaque overdraw. r?mstange
MozReview-Commit-ID: F2qbu0WLl9O
e4b9ff28628d6f5a141dd3f8d75f3e794f13b993: Bug 1302470 Part 3: Call the new isRangeVisible function to determine whether or not to draw a highlight rect. r?mikedeboer
draft
Mike de Boer <mdeboer@mozilla.com> - Thu, 10 Nov 2016 09:03:58 -0800 - rev 439370
Push
35986 by bwerth@mozilla.com at Tue, 15 Nov 2016 22:45:37 +0000
Bug 1302470 Part 3: Call the new isRangeVisible function to determine whether or not to draw a highlight rect. r?mikedeboer
MozReview-Commit-ID: ExO6zdjHGVO
c00eca2b7c49a6dc0ffdbcf5f21829bb05424971: Bug 1302470 Part 2: Use a hit-test method to determine if the rect of a range is visible on the page or not to the eye, for use in find-in-page. r?mstange,smaug
draft
Mike de Boer <mdeboer@mozilla.com> - Wed, 09 Nov 2016 15:09:36 -0800 - rev 439369
Push
35986 by bwerth@mozilla.com at Tue, 15 Nov 2016 22:45:37 +0000
Bug 1302470 Part 2: Use a hit-test method to determine if the rect of a range is visible on the page or not to the eye, for use in find-in-page. r?mstange,smaug
MozReview-Commit-ID: 9P7gf0GcREv
aa9bd5f382ae58a554d2249323717190f0681f81: Bug 1302470 Part 1: Remove trailing whitespace. r?mstange
draft
Brad Werth <bwerth@mozilla.com> - Wed, 09 Nov 2016 13:46:17 -0800 - rev 439368
Push
35986 by bwerth@mozilla.com at Tue, 15 Nov 2016 22:45:37 +0000
Bug 1302470 Part 1: Remove trailing whitespace. r?mstange
MozReview-Commit-ID: 1vlEVEn07Qb