83488f147740483a4e59be8a0c4934303032d131: Bug 1485441 - Add diagnostics to GL compositor shader failures and avoid crashing release builds. r=jnicol
Nicolas Silva <nsilva@mozilla.com> - Thu, 23 Aug 2018 14:46:50 +0000 - rev 831024
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1485441 - Add diagnostics to GL compositor shader failures and avoid crashing release builds. r=jnicol
Differential Revision:
https://phabricator.services.mozilla.com/D4079
c847a2f8b428fa60e5d74bb0db824b88e17dff8b: Backed out changeset b168deee0bcf (bug 1392106) for failures on canvas/1304353-text-global-composite-op-1.html on a CLOSED TREE
Gurzau Raul <rgurzau@mozilla.com> - Thu, 23 Aug 2018 18:16:05 +0300 - rev 831023
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Backed out changeset b168deee0bcf (
bug 1392106) for failures on canvas/1304353-text-global-composite-op-1.html on a CLOSED TREE
bdd6d0de763d0f190ba71a10493467a41f69dc70: Bug 1473048 - Prevent code coverage builds from running when using try option syntax. r=ahal
Greg Mierzwinski <gmierz1@live.ca> - Wed, 22 Aug 2018 20:45:51 +0000 - rev 831022
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1473048 - Prevent code coverage builds from running when using try option syntax. r=ahal
This patch completely disables *ccov, and *jsdcov builds and tests when scheduling them through try option syntax as these build variations use a lot of resources and are rarely needed to be scheduled. The only way to schedule code coverage from now on will be with the |mach try fuzzy| tool.
Differential Revision:
https://phabricator.services.mozilla.com/D3921
9fcfb36da6fe80f1b1647700eb2e9b55d5db9a07: Bug 1484682 - Ensure the sidebar can overflow; r=Honza.
Nicolas Chevobbe <nchevobbe@mozilla.com> - Thu, 23 Aug 2018 09:46:02 +0000 - rev 831021
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1484682 - Ensure the sidebar can overflow; r=Honza.
The sidebar regressed at some point and wasn't showing
a scrollbar when it was needed. This patch fixes that
by making the sidebar overflow and adds a test to make
sure we don't regress.
Differential Revision:
https://phabricator.services.mozilla.com/D3976
eee49d0f606bb7423f9688d2901d76296f505a72: Backed out 6 changesets (bug 1421501) for bustages on security/nss/lib/freebl/mpi/mp_comba.c on a CLOSED TREE
Gurzau Raul <rgurzau@mozilla.com> - Thu, 23 Aug 2018 17:13:42 +0300 - rev 831020
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Backed out 6 changesets (
bug 1421501) for bustages on security/nss/lib/freebl/mpi/mp_comba.c on a CLOSED TREE
Backed out changeset cae4910806c7 (
bug 1421501)
Backed out changeset 600a005d3613 (
bug 1421501)
Backed out changeset 7381597721d2 (
bug 1421501)
Backed out changeset 1ee0d35a041f (
bug 1421501)
Backed out changeset 772dea1abb7f (
bug 1421501)
Backed out changeset c119767aec7b (
bug 1421501)
ce2f6b168f041c540513f4d99542ed3870fb3680: Bug 1480702: Rewrite test to avoid relying on unspecified/erroneous behavior r=asuth
Yaron Tausky <ytausky@mozilla.com> - Thu, 23 Aug 2018 14:04:35 +0000 - rev 831019
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1480702: Rewrite test to avoid relying on unspecified/erroneous behavior r=asuth
After analyzing test_request.html it became clear that it relied on two false
assumptions:
1. It assumed that a service worker is notified that it's being installed before
any client can interact with it.
2. It assumed that a service worker will always be installed upon registration,
if it was unregistered before.
The first assumption is not backed by the spec; it seems that the opposite behavior
is the correct one (https://github.com/w3c/ServiceWorker/issues/1347). The second
assumption ignores the possibility of resurrection, where a service worker is re-
registered before getting uninstalled.
This commit addresses both problems by not relying on the installation phase,
instead passing the script URL as a search parameter and loading it at service
worker script evaluation time. It then runs the test function in response to a
message from the client.
Differential Revision:
https://phabricator.services.mozilla.com/D3879
cae4910806c7976aed9803f22e730c88f7703390: Bug 1421501 - WebIDL and DOM for PrioEncoder r=edgar,hsivonen
Robert Helmer <rhelmer@mozilla.com> - Wed, 20 Jun 2018 17:21:17 -0700 - rev 831018
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - WebIDL and DOM for PrioEncoder r=edgar,hsivonen
MozReview-Commit-ID: L8htRm3J1mZ
600a005d36137445d8bb3af5f3ff77bd53a9cb81: Bug 1421501 - build integration for vendored msgpack r=glandium
Robert Helmer <rhelmer@mozilla.com> - Mon, 06 Aug 2018 15:10:36 -0700 - rev 831017
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - build integration for vendored msgpack r=glandium
MozReview-Commit-ID: 4AKDbOU4aWx
7381597721d21d982d58cde35194fb89ab967773: Bug 1421501 - vendor msgpack from https://github.com/msgpack/msgpack-c r=glandium
Robert Helmer <rhelmer@mozilla.com> - Mon, 06 Aug 2018 15:10:06 -0700 - rev 831016
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - vendor msgpack from https://github.com/msgpack/msgpack-c r=glandium
MozReview-Commit-ID: 9vzQOuszf3p
1ee0d35a041f6e439c2dff26a1e1790745b3a667: Bug 1421501 - build system integration for libprio r=gps
Robert Helmer <rhelmer@mozilla.com> - Thu, 07 Jun 2018 19:14:53 -0700 - rev 831015
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - build system integration for libprio r=gps
MozReview-Commit-ID: FYHgLmEhr03
772dea1abb7f7391bb8df72699db4d66919379e9: Bug 1421501 - export NSS [Init,Shutdown]Context symbols r=fkiefer
Robert Helmer <rhelmer@mozilla.com> - Thu, 09 Aug 2018 08:35:48 -0700 - rev 831014
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - export NSS [Init,Shutdown]Context symbols r=fkiefer
MozReview-Commit-ID: Kmhn1dBSYUD
c119767aec7b7356c79ce2ea2a8baaf5682e438d: Bug 1421501 - add vendored libprio from https://github.com/mozilla/libprio r=fkiefer
Robert Helmer <rhelmer@mozilla.com> - Wed, 20 Jun 2018 17:21:01 -0700 - rev 831013
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1421501 - add vendored libprio from https://github.com/mozilla/libprio r=fkiefer
MozReview-Commit-ID: LjbKuuFAMAv
488b580cad59b79fc92053fb18dd01ef2c0da15c: No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=mtabara
ffxbld <ffxbld@mozilla.com> - Thu, 23 Aug 2018 13:31:44 +0000 - rev 831012
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=mtabara
Differential Revision:
https://phabricator.services.mozilla.com/D4071
f5732e0812ff1cac72c698dd6c0a52a7a8bd445a: Bug 1480920 - Bump versions for Android test runner packages r=jchen
James Willcox <snorp@snorp.net> - Thu, 23 Aug 2018 13:12:20 +0000 - rev 831011
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1480920 - Bump versions for Android test runner packages r=jchen
This also removes the trivial tests for geckoview_example that were
causing problems.
Differential Revision:
https://phabricator.services.mozilla.com/D3991
b168deee0bcf1a33737941eb78acc065a1c9c053: Bug 1392106 - random-if more test cases for windows 7 letter rendering failures. r=RyanVM
Joel Maher <jmaher@mozilla.com> - Thu, 23 Aug 2018 12:35:17 +0000 - rev 831010
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1392106 - random-if more test cases for windows 7 letter rendering failures. r=RyanVM
random-if statements for the last 2 days worth of annotated failures
Differential Revision:
https://phabricator.services.mozilla.com/D4070
f5ca36488461cb4e8a8e869b91df0bb76c9c2ab5: Merge mozilla-central to autoland. a=merge CLOSED TREE
Gurzau Raul <rgurzau@mozilla.com> - Thu, 23 Aug 2018 15:30:45 +0300 - rev 831009
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Merge mozilla-central to autoland. a=merge CLOSED TREE
80614621fa2e828889f97689a47049d74196bcbd: Bug 1485525 - Land an XBL-free version of the crashtest for bug 401042. r=mats
Emilio Cobos Álvarez <emilio@crisal.io> - Thu, 23 Aug 2018 10:43:29 +0000 - rev 831008
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1485525 - Land an XBL-free version of the crashtest for
bug 401042. r=mats
So this keeps covered if XBL goes away.
Differential Revision:
https://phabricator.services.mozilla.com/D4030
a6b25f2541af4c45fbbaba43bd2811f3e118be82: Bug 1485363 - Remove inline-block so that the ellipsis works properly instead of replacing the whole element at once r=gregtatum
Julien Wajsberg <felash@gmail.com> - Wed, 22 Aug 2018 20:02:33 +0000 - rev 831007
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1485363 - Remove inline-block so that the ellipsis works properly instead of replacing the whole element at once r=gregtatum
Differential Revision:
https://phabricator.services.mozilla.com/D3975
613debd35609e10cd1d1404b2137514f8f9176d0: Bug 1485593 - Avoid using isdigit. r=hsivonen
Nicolas Silva <nsilva@mozilla.com> - Thu, 23 Aug 2018 11:50:55 +0000 - rev 831006
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1485593 - Avoid using isdigit. r=hsivonen
Differential Revision:
https://phabricator.services.mozilla.com/D4066
5412e9ef6314e378952186b398966a77b24edb7e: Bug 1480049 - Remove nsIAnnotationService::getPageAnnotation. r=mak
Mark Banner <standard8@mozilla.com> - Thu, 23 Aug 2018 09:59:50 +0000 - rev 831005
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1480049 - Remove nsIAnnotationService::getPageAnnotation. r=mak
This changes the meta data cache in DownloadHistory to store a copy of the meta data throughout the session, to avoid the need for async lookups when updating the UI.
Differential Revision:
https://phabricator.services.mozilla.com/D2597