6da37d7f6dd32e92bd5ec2d0388333b0931376af: Bug 1635473 - [css-overflow] Make viewport propagation for 'overflow:-moz-hidden-unscrollable' compatible with the spec for 'clip'. r=emilio
Mats Palmgren <mats@mozilla.com> - Fri, 31 Jul 2020 16:40:48 +0000 - rev 542900
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1635473 - [css-overflow] Make viewport propagation for 'overflow:-moz-hidden-unscrollable' compatible with the spec for 'clip'. r=emilio
Differential Revision:
https://phabricator.services.mozilla.com/D84171
3a16836e37caf31994abfc1608bf378f89ae82c9: Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert
Jeff Walden <jwalden@mit.edu> - Fri, 31 Jul 2020 16:37:27 +0000 - rev 542899
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert
Differential Revision:
https://phabricator.services.mozilla.com/D85524
8b78f22e26c29c3f515b6f8f2b783c18899c9e81: Bug 1656411 - Move various stack limit-related functions (including reporting overrecursion) out of jsfriendapi.h to a new header. r=mgaudet
Jeff Walden <jwalden@mit.edu> - Fri, 31 Jul 2020 16:33:40 +0000 - rev 542898
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656411 - Move various stack limit-related functions (including reporting overrecursion) out of jsfriendapi.h to a new header. r=mgaudet
Differential Revision:
https://phabricator.services.mozilla.com/D85523
b450e0c7e5c4b021c185ee4f11142124b39c0cf8: Bug 1656411 - Move various dumping functions out of jsfriendapi.h to a new header. r=mgaudet
Jeff Walden <jwalden@mit.edu> - Fri, 31 Jul 2020 16:20:19 +0000 - rev 542897
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656411 - Move various dumping functions out of jsfriendapi.h to a new header. r=mgaudet
Differential Revision:
https://phabricator.services.mozilla.com/D85522
62a82f41056a426fa648059aaa51fd947359e62e: Bug 1656411 - Move WindowProxy-related functions out of jsfriendapi.h to their own header. r=mgaudet
Jeff Walden <jwalden@mit.edu> - Fri, 31 Jul 2020 16:11:36 +0000 - rev 542896
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656411 - Move WindowProxy-related functions out of jsfriendapi.h to their own header. r=mgaudet
Differential Revision:
https://phabricator.services.mozilla.com/D85521
db19d7fedc0a7959f25db50c7c9b37e1db684d52: Bug 1656411 - Move telemetry and use counter APIs out of jsfriendapi.h to their own header. r=mgaudet
Jeff Walden <jwalden@mit.edu> - Fri, 31 Jul 2020 15:34:56 +0000 - rev 542895
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656411 - Move telemetry and use counter APIs out of jsfriendapi.h to their own header. r=mgaudet
Differential Revision:
https://phabricator.services.mozilla.com/D85520
6164e09df60e24f48ce427c7224e1ddeaff0d6fe: Bug 1646567 - fix nsDocShell::HasUnloadedParent to work for OOP frames. r=nika
Steven MacLeod <steven@smacleod.ca> - Fri, 31 Jul 2020 16:23:58 +0000 - rev 542894
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1646567 - fix nsDocShell::HasUnloadedParent to work for OOP frames. r=nika
With fission enabled, walking the docshell tree to find unloaded
parents would stop at the first OOP parent. Instead we now walk
the `BrowsingContext`/`WindowContext` tree. To still check parents
which are OOP, we take advantage of the fact that a parent
`WindowContext` will no longer be the current `WindowContext` if
the parent was unloaded. For in process docshell's we additionally
check the docshell directly.
Differential Revision:
https://phabricator.services.mozilla.com/D85328
df688b6d4c8d3aa7378a14b6a380c335cc222ce4: Bug 1656472 - [X11] Drop CopySubBufferMESA and add SwapBuffersWithDamage support, r=nical
Robert Mader <robert.mader@posteo.de> - Fri, 31 Jul 2020 16:13:54 +0000 - rev 542893
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656472 - [X11] Drop CopySubBufferMESA and add SwapBuffersWithDamage support, r=nical
This largely reverts D81868, only keeping what's needed to make SwapBuffersWithDamage
work, and also adds BufferAge support to RenderCompositorOGL.
Differential Revision:
https://phabricator.services.mozilla.com/D85565
eec8614e56fa1010f651b7708407dce115f3f718: Bug 546052 - Add parsing for cross-fade from CSS Image Values and Replaced Content Module Level 4 r=emilio
Zeke Medley <zekemedley@gmail.com> - Fri, 31 Jul 2020 16:11:38 +0000 - rev 542892
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 546052 - Add parsing for cross-fade from CSS Image Values and Replaced Content Module Level 4 r=emilio
This is the first of what will likely be a couple patches for
cross-fade's implementation.
Bug 546052 tracks it's complete
implementation.
Differential Revision:
https://phabricator.services.mozilla.com/D81889
3d9324ca6510ad601f203af9b4063e4bd2ec3676: Bug 1652750 - Unroll WR scene building recursion r=gw
Dzmitry Malyshau <dmalyshau@mozilla.com> - Fri, 31 Jul 2020 12:25:51 +0000 - rev 542891
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1652750 - Unroll WR scene building recursion r=gw
instead of using the stack for all the scene building containers,
we are making the stack explicitly, and doing all the work inside the
`build_all` function. This affects reference frames, iframes, and stacking
contexts.
Differential Revision:
https://phabricator.services.mozilla.com/D85467
88b60065bd1e6e19f38e1d5a2e1430a645f2d8ff: Bug 1651601: Ignore remote trickle candidates for obsolete streams. r=mjf
Byron Campen [:bwc] <docfaraday@gmail.com> - Fri, 31 Jul 2020 15:48:18 +0000 - rev 542890
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1651601: Ignore remote trickle candidates for obsolete streams. r=mjf
Depends on D83545
Differential Revision:
https://phabricator.services.mozilla.com/D85284
64ab62dc196dc5a4d04673e90ae2a4d47f70b1cb: Bug 1656388 - Send the waiting time to the UI r=nchevobbe
Hubert Boma Manilla <hmanilla@mozilla.com> - Fri, 31 Jul 2020 13:03:53 +0000 - rev 542889
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1656388 - Send the waiting time to the UI r=nchevobbe
Differential Revision:
https://phabricator.services.mozilla.com/D85501
f46ad63286fa3b93bb5dd41e3b5579326df5d0b0: Bug 1523614 Add copy/copy all context menu for headers summary and properties view r=nchevobbe
Hubert Boma Manilla <hmanilla@mozilla.com> - Fri, 31 Jul 2020 15:51:49 +0000 - rev 542888
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1523614 Add copy/copy all context menu for headers summary and properties view r=nchevobbe
Add a new context menu for the headers sidepanel with , Copy and Copy all
Differential Revision:
https://phabricator.services.mozilla.com/D76293
7eb1f3c200fbc3ed5c565b19009c6253ad6353c2: Backed out changeset 8045dfbc21b9 (bug 1651117) for OXS Build bustage. CLOSED TREE
Dorel Luca <dluca@mozilla.com> - Fri, 31 Jul 2020 19:39:50 +0300 - rev 542887
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Backed out changeset 8045dfbc21b9 (
bug 1651117) for OXS Build bustage. CLOSED TREE
2038f000aed1471bb91ff711cabb3e32b7982279: Backed out 2 changesets (bug 1654192) for Talos failures in \xulstore\data.safe.bin. CLOSED TREE
Dorel Luca <dluca@mozilla.com> - Fri, 31 Jul 2020 19:39:01 +0300 - rev 542886
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Backed out 2 changesets (
bug 1654192) for Talos failures in \xulstore\data.safe.bin. CLOSED TREE
Backed out changeset bad6faf26935 (
bug 1654192)
Backed out changeset 6657944c0b63 (
bug 1654192)
8045dfbc21b987764ad89150538eb18997a00736: Bug 1651117 part 1: Add nsIPrinter supportsColor attribute and Windows implementation. r=jwatt
Bob Owen <bobowencode@gmail.com> - Fri, 31 Jul 2020 15:32:15 +0000 - rev 542885
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1651117 part 1: Add nsIPrinter supportsColor attribute and Windows implementation. r=jwatt
Differential Revision:
https://phabricator.services.mozilla.com/D85032
d0405b66d495a15cd054c8515883eaf087acefeb: Bug 1655717 - Fix border-image fill area. r=mstange
Nicolas Silva <nsilva@mozilla.com> - Fri, 31 Jul 2020 08:46:35 +0000 - rev 542884
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1655717 - Fix border-image fill area. r=mstange
Differential Revision:
https://phabricator.services.mozilla.com/D85310
1a4f6037ad446ad076c7bef585233f5d39b8d5bf: Bug 1655031 - Enable HTTP/3 live site tests in CI. r=tarek
Gregory Mierzwinski <gmierz2@outlook.com> - Fri, 31 Jul 2020 15:33:12 +0000 - rev 542883
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1655031 - Enable HTTP/3 live site tests in CI. r=tarek
Differential Revision:
https://phabricator.services.mozilla.com/D84932
61a1e8966a3efb242d504e2da85b985aefcbc993: Bug 1655031 - Fix how mozperftest metrics are parsed. r=tarek
Gregory Mierzwinski <gmierz2@outlook.com> - Fri, 31 Jul 2020 15:33:12 +0000 - rev 542882
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1655031 - Fix how mozperftest metrics are parsed. r=tarek
Differential Revision:
https://phabricator.services.mozilla.com/D85318
547f88256a8c6274d9418b54cd708c8ed0d684fc: Bug 1655031 - Add a google image search performance test. r=acreskey
Gregory Mierzwinski <gmierz2@outlook.com> - Fri, 31 Jul 2020 15:33:12 +0000 - rev 542881
Push
37657 by nerli@mozilla.com at Sat, 01 Aug 2020 09:48:10 +0000
Bug 1655031 - Add a google image search performance test. r=acreskey
This patch adds a test for scrolling on the google image search page for kittens. It measure the images loaded per second as well as the amount of time it takes for a clicked image to open and load.
Differential Revision:
https://phabricator.services.mozilla.com/D84927