2ff9e05a7dfe7298e718a734ed3472cf0b611c86: Bug 1415152: No need for AdjustAppendForAfter, since ::after is handled in FindNextSibling. r=mats
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 06 Nov 2017 18:56:00 +0100 - rev 441419
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1415152: No need for AdjustAppendForAfter, since ::after is handled in FindNextSibling. r=mats
MozReview-Commit-ID: 5jfJul3cJj3
78be743420f1baa228dee39b59aeb4dc36505d5c: Bug 1415266: Enable Pocket by default. r=liuche
Michael Comella <michael.l.comella@gmail.com> - Tue, 07 Nov 2017 11:09:13 -0800 - rev 441418
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1415266: Enable Pocket by default. r=liuche
MozReview-Commit-ID: CJXNQpsYTf6
3681cc015ec7894e50304f2a1239b98b7c886a9c: Bug 1339329 - cert error time warnings should only appear for recent blocklists and if clock skew is sufficient to make cert valid, r=johannh
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Tue, 28 Mar 2017 11:35:27 +0100 - rev 441417
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1339329 - cert error time warnings should only appear for recent blocklists and if clock skew is sufficient to make cert valid, r=johannh
MozReview-Commit-ID: 6HvOnc54edi
e605cf1f7c60c4dd0c072d17e628a9b6297a15f7: Bug 1415199: Move some logic for loading taskgraph kinds from mozbuild.mach_bootstrap to taskgraph. r=dustin
Tom Prince <mozilla@hocat.ca> - Tue, 07 Nov 2017 10:08:49 -0700 - rev 441416
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1415199: Move some logic for loading taskgraph kinds from mozbuild.mach_bootstrap to taskgraph. r=dustin
This fixes the fallout from the mach command not being updated for 69c60c8fc528d8d038e22a2ae62f5ff7b1131231.
MozReview-Commit-ID: 7WZ8wW4gnCY
6ca404d46fc283ec150c7ecfc7197415910d3fb2: Bug 1411627 - Add reftests. r=mstange
Kartikaya Gupta <kgupta@mozilla.com> - Tue, 07 Nov 2017 10:16:54 -0500 - rev 441415
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1411627 - Add reftests. r=mstange
MozReview-Commit-ID: apbFCe2uzF
857a0e87e490abaab3595ed0cbb5a5d969860772: Bug 1411627 - Send the applied offset for sticky frames to WR. r=mstange
Kartikaya Gupta <kgupta@mozilla.com> - Tue, 07 Nov 2017 10:16:48 -0500 - rev 441414
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1411627 - Send the applied offset for sticky frames to WR. r=mstange
There are cases where we do a main-thread paint at a scroll position
where sticky offsets have been applied in order to keep sticky items
visually unmoving. From that paint, it's possible to do an async-scroll
in the direction that reduces the sticky offset. In order for WR to
handle this case properly we need to tell WR how much of a sticky offset
was already applied on the main thread.
MozReview-Commit-ID: 79DsfPpsIfA
a165d1dcc9049d07a7fd4368838be162bbcf54ed: Bug 1411627 - Stop sending sticky clips to WR for scrollframes with no ASR. r=mstange
Kartikaya Gupta <kgupta@mozilla.com> - Tue, 07 Nov 2017 10:16:05 -0500 - rev 441413
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1411627 - Stop sending sticky clips to WR for scrollframes with no ASR. r=mstange
If the scrollframe has no ASR and is not async scrollable, WR will never
need to adjust the position of the sticky item. So we don't actually
need to send this data to WR. In theory this would be harmless but the
later patches in this bug actually expose another coordinate space
mismatch between the gecko and WR sticky-position code, so this patch is
needed to avoid the latent problem from manifesting to the user.
MozReview-Commit-ID: J0LMcU1FudA
90a7bc300af375c80574266857e3ce46c30c6697: Bug 1415086 - Fixing a out-of-scope issue for a string in Worklet code, r=qdot
Andrea Marchesini <amarchesini@mozilla.com> - Wed, 08 Nov 2017 00:58:11 +0100 - rev 441412
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1415086 - Fixing a out-of-scope issue for a string in Worklet code, r=qdot
23f86a1ac424051004163f370b80d7b7bc5a35dd: Backout a3785ec9a48c / bug 1410276 on request from pbone - Add a canary field to nsStringBuffer. r=backout
Sebastian Hengst <archaeopteryx@coole-files.de> - Wed, 08 Nov 2017 01:45:38 +0200 - rev 441411
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Backout a3785ec9a48c /
bug 1410276 on request from pbone - Add a canary field to nsStringBuffer. r=backout
e843de356b7e5f3cb01f114bc101f4a71092550b: Bug 1414096 - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
Nicholas Nethercote <nnethercote@mozilla.com> - Tue, 31 Oct 2017 16:34:35 +1100 - rev 441410
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1414096 - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
Bug 1345294 introduced nsPrefBranch::{get,set}StringPref(), which allowed the
getting of utf8 strings from prefs, which previously required using
nsISupportsString with {get,set}ComplexValue. That bug also converted most
uses.
This patch finishes the job.
- It removes the nsISupportsString support.
- It converts existing code that relied on the nsISupportsString.
- It removes the lint that was set up to detect such uses of nsISupportsString.
e195ac70ab165bd6806d0bffc3db25fcdd708c51: Bug 1411631 - Use ContiguousEnumSerializerInclusive for GetOpenFileName IPC. r=jimm
David Parks <dparks@mozilla.com> - Wed, 01 Nov 2017 01:59:31 -0700 - rev 441409
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1411631 - Use ContiguousEnumSerializerInclusive for GetOpenFileName IPC. r=jimm
Use the new helper for serializing enums in IPDL.
3949da89d1c91ae3ffebe96fc3bdbb53762b58de: Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE
Margareta Eliza Balazs <ebalazs@mozilla.com> - Wed, 08 Nov 2017 00:09:29 +0200 - rev 441408
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE
8e486e90b599027ed5d1edfc309639c17123a8c7: Bug 1414292 followup. Indexed properties are enumerable on Window per spec, and thus we fix the CLOSED TREE.
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 07 Nov 2017 16:55:29 -0500 - rev 441407
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1414292 followup. Indexed properties are enumerable on Window per spec, and thus we fix the CLOSED TREE.
MozReview-Commit-ID: 6Q76VqwSiEx
f9aafdff7559fb7da5c829d00c874623bf8db2d6: Bug 1414994 - Set CONFIG_LINUX_PERF in media/ffvpx/config_android32.h to 0 to fix Android builds on MacOS r=jya
Randall Barker <rbarker@mozilla.com> - Tue, 07 Nov 2017 11:32:52 -0800 - rev 441406
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1414994 - Set CONFIG_LINUX_PERF in media/ffvpx/config_android32.h to 0 to fix Android builds on MacOS r=jya
MozReview-Commit-ID: 2wkqm8C2uJ6
fd793c9da072eb362b5a6d21edb5828ddb777e23: Bug 1413253. Make sure to make it clear that we'd report a JS exception on the ErrorResult in InsertNodeTransaction::DoTransaction. r=peterv
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 07 Nov 2017 15:36:41 -0500 - rev 441405
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1413253. Make sure to make it clear that we'd report a JS exception on the ErrorResult in InsertNodeTransaction::DoTransaction. r=peterv
MozReview-Commit-ID: 2DEPzwwXbX9
2a5a80d284b5ef958298cf515867ffbe420478c0: Bug 1414292. Update to HTML spec changes for cross-origin object property enumerability. r=peterv
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 07 Nov 2017 15:36:16 -0500 - rev 441404
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1414292. Update to HTML spec changes for cross-origin object property enumerability. r=peterv
Updates to https://github.com/whatwg/html/pull/3186
Includes the changes from https://github.com/w3c/web-platform-tests/pull/8045
MozReview-Commit-ID: 5vEo1QGPufE
f4d3c53ff03d4fe22f9c78bb9377b16392061ccd: Backed out changeset 82a3eab8a078 (bug 1408975) for eslint failures in test_TelemetryEvents.js (dot notation). r=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 07 Nov 2017 22:25:09 +0200 - rev 441403
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Backed out changeset 82a3eab8a078 (
bug 1408975) for eslint failures in test_TelemetryEvents.js (dot notation). r=backout on a CLOSED TREE
3408eeb95298aac0703f5f9c39f86d218428c85f: Backed out changeset a94b8078bb5c (bug 1414638) so bug 1408975 can be backed out. r=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 07 Nov 2017 22:24:24 +0200 - rev 441402
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Backed out changeset a94b8078bb5c (
bug 1414638) so
bug 1408975 can be backed out. r=backout on a CLOSED TREE
67f24343cff8f8befb8b03119346761a14808f41: Backed out changeset 1c6eac3c74d5 (bug 1415086) for build bustage at dom/worklet/Worklet.cpp:204. r=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 07 Nov 2017 22:03:02 +0200 - rev 441401
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Backed out changeset 1c6eac3c74d5 (
bug 1415086) for build bustage at dom/worklet/Worklet.cpp:204. r=backout on a CLOSED TREE
a94b8078bb5c22ab440acd30cb378328422b5dee: Bug 1414638 - Remove expiry_date property for Telemetry events. r=dexter
Georg Fritzsche <georg.fritzsche@googlemail.com> - Tue, 07 Nov 2017 20:33:24 +0100 - rev 441400
Push
8130 by ryanvm@gmail.com at Thu, 09 Nov 2017 00:28:20 +0000
Bug 1414638 - Remove expiry_date property for Telemetry events. r=dexter