52ddadb5708fd2a85ac47dfd586f30ee3ac7218a: Bug 1480787 [wpt PR 12297] - [LayoutNG] Pass constraint space to inline children for min/max., a=testonly
Morten Stenshorne <mstensho@chromium.org> - Fri, 10 Aug 2018 16:05:47 +0000 - rev 828666
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1480787 [wpt PR 12297] - [LayoutNG] Pass constraint space to inline children for min/max., a=testonly
Automatic update from web-platform-tests[LayoutNG] Pass constraint space to inline children for min/max.
Orthogonal flow root children are going to need to calculate an
extrinsic constraint space. We already got this right for direct block
children, but not for floated children of inline child nodes.
Three tests start to pass, but I wrote a new test as well, that's more
to the point (it used to fail a DCHECK, and then render incorrectly, if
we bypassed that).
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
Change-Id: Iffea4e8cb26f41f8b5caac4bbb7185df5f62f7d7
Reviewed-on: https://chromium-review.googlesource.com/1162175
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581188}
--
wpt-commits: 25475a3887220baee22dfef032474040401d84e3
wpt-pr: 12297
0572f9ed6b15ba51715990ffd4e89fde1be1056c: Bug 1480560 [wpt PR 12284] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Thu, 02 Aug 2018 21:13:26 +0000 - rev 828665
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1480560 [wpt PR 12284] - Update wpt metadata, a=testonly
wpt-pr: 12284
wpt-type: metadata
b8f99b99c563ec06ce7534c30f88ffa1e388f50f: Bug 1480560 [wpt PR 12284] - Update the screen-capture IDL file, a=testonly
Luke Bjerring <lukebjerring@users.noreply.github.com> - Fri, 10 Aug 2018 16:05:28 +0000 - rev 828664
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1480560 [wpt PR 12284] - Update the screen-capture IDL file, a=testonly
Automatic update from web-platform-testsAdd the screen-capture IDL file + test (#12284)
--
wpt-commits: ae2f8dd7e531d6da7a651021dd00af9f3082d58d
wpt-pr: 12284
a56d67a01d2daa9b7f9d3468e64d50f107d78ffc: Bug 1477230 [wpt PR 12089] - Update wpt metadata, a=testonly
moz-wptsync-bot <wptsync@mozilla.com> - Wed, 01 Aug 2018 05:41:23 +0000 - rev 828663
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1477230 [wpt PR 12089] - Update wpt metadata, a=testonly
wpt-pr: 12089
wpt-type: metadata
b695a1526020329c5dbe56bea9a367db5178a5cb: Bug 1477230 [wpt PR 12089] - [css-grid] Change how percentage row tracks and gaps are resolved, a=testonly
Manuel Rego Casasnovas <rego@igalia.com> - Fri, 10 Aug 2018 16:05:04 +0000 - rev 828662
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1477230 [wpt PR 12089] - [css-grid] Change how percentage row tracks and gaps are resolved, a=testonly
Automatic update from web-platform-tests[css-grid] Change how percentage row tracks and gaps are resolved
The CSSWG decided to change how percentage row tracks and gutters
in a grid container with indefinite height are resolved.
The CSSWG issues are:
* https://github.com/w3c/csswg-drafts/issues/1921
* https://github.com/w3c/csswg-drafts/issues/509
So far they were resolved as "auto", like it happens with
percentage heights in regular blocks. But now they're going to behave
similar to what happens in the columns axis, they would be ignored
to compute the intrinsic height.
This causes that we need to repeat the track sizing algorithm
when we have a grid container with indefinite height
that has some percentage rows using the intrinsic height
calculated on the first pass. Then the percentages will be resolved
against the intrinsic height.
We are adding two new tests for this new behavior
on top of updating several tests that were using percentages.
We also add a test for content alignment and the second pass
when the row size changes, the last case fails due to crbug.com/871230.
JFTR, intent to implement and ship thread:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/CJgcT4hR7Rk/58WfZNbWBQAJ
BUG=846187
TEST=css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-001.html
TEST=css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-002.html
TEST=css/css-grid/alignment/grid-content-alignment-second-pass-002.html
Change-Id: I2a1959af6c95e0c47d294580599fdbf9bc432348
Reviewed-on: https://chromium-review.googlesource.com/1142409
Commit-Queue: Manuel Rego <rego@igalia.com>
Reviewed-by: Sergio Villar <svillar@igalia.com>
Cr-Commit-Position: refs/heads/master@{#581185}
--
wpt-commits: 244c6baf38953eac29840e2fbcb8a42dd8bafe88
wpt-pr: 12089
14f33f70fa0c3bc615a19f0b104b63a7421e6fab: Bug 1481097 - xpcom: Remove nsTString literal string workaround for gcc 4.9 bug. r=nika
Chris Peterson <cpeterson@mozilla.com> - Sun, 22 Jul 2018 00:02:34 -0700 - rev 828661
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1481097 - xpcom: Remove nsTString literal string workaround for gcc 4.9 bug. r=nika
This gcc 4.9 workaround (from
bug 1377351) is no longer needed because Firefox currently requires gcc 6.1 or later (as of
bug 1444274).
MozReview-Commit-ID: 9R14BDzWEoj
ffc96a72ae14f9dcd9ba0245cc6f8f9a6dcb6e81: Bug 1481025: Fix devtools code which calls message manager methods with a null target. r=ochameau
Kris Maglione <maglione.k@gmail.com> - Sat, 04 Aug 2018 15:51:56 -0700 - rev 828660
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1481025: Fix devtools code which calls message manager methods with a null target. r=ochameau
MozReview-Commit-ID: KJeQjwhfJbw
c2e822179070687fce86468933a404f558490df7: Bug 1481024: Stop relying on lexical variables being available across frame scripts. r=yzen
Kris Maglione <maglione.k@gmail.com> - Thu, 02 Aug 2018 20:19:50 -0700 - rev 828659
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Bug 1481024: Stop relying on lexical variables being available across frame scripts. r=yzen
The accessibility tests currently rely, in many places, on lexical variables
defined in global frame scripts being available to other non-global frame
scripts. While that is currently the case, it will stop being so soon.
And, while the simplest solution would be to define them as properties on the
frame message manager by using `var` rather than `let`, storing references to
the current content window in a frame script scope is unsafe at best, and
should be avoided at all costs.
MozReview-Commit-ID: 4FCGtLgcFzl
f76a479a58723ef08ee5c385c7c2ba45228b6635: Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
Ciure Andrei <aciure@mozilla.com> - Sun, 12 Aug 2018 05:19:52 +0300 - rev 828658
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
de68b04194643a337a75616de65dbd76979846c2: Backed out 16 changesets (bug 1481478, bug 1482434, bug 1477230, bug 1459618, bug 1460281, bug 1450151, bug 1480787, bug 1480724, bug 1459593, bug 1480560) for wpt failures on multipefiles. CLOSED TREE
Dorel Luca <dluca@mozilla.com> - Sun, 12 Aug 2018 02:40:19 +0300 - rev 828657
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Backed out 16 changesets (
bug 1481478,
bug 1482434,
bug 1477230,
bug 1459618,
bug 1460281,
bug 1450151,
bug 1480787,
bug 1480724,
bug 1459593,
bug 1480560) for wpt failures on multipefiles. CLOSED TREE
Backed out changeset 16c9abfa230c (
bug 1482434)
Backed out changeset 0cff8da6a4f4 (
bug 1481478)
Backed out changeset f4716486af30 (
bug 1460281)
Backed out changeset bf082e33a824 (
bug 1459593)
Backed out changeset 936c2d035358 (
bug 1459593)
Backed out changeset b0e2387b5781 (
bug 1450151)
Backed out changeset 7fe7da394986 (
bug 1450151)
Backed out changeset 5fd6d3ad49ea (
bug 1459618)
Backed out changeset e08114ea42d3 (
bug 1459618)
Backed out changeset ba42a3f7a317 (
bug 1480724)
Backed out changeset 21ac820030f7 (
bug 1480724)
Backed out changeset d7eaecb758f7 (
bug 1480787)
Backed out changeset 509f61d497cd (
bug 1480560)
Backed out changeset 63a59e79c1dd (
bug 1480560)
Backed out changeset d7389a33caea (
bug 1477230)
Backed out changeset 04e49a49f1ea (
bug 1477230)
a199b25b1a4b15ae3f996139248407e772aa000c: Backed out changeset 4575c3b6b09c (bug 1450824) for failing wpt on svg/painting/reftests/markers-orient-001.svg. CLOSED TREE
Dorel Luca <dluca@mozilla.com> - Sun, 12 Aug 2018 00:51:29 +0300 - rev 828656
Push
118697 by bmo:ntim.bugs@gmail.com at Mon, 13 Aug 2018 11:00:31 +0000
Backed out changeset 4575c3b6b09c (
bug 1450824) for failing wpt on svg/painting/reftests/markers-orient-001.svg. CLOSED TREE
9d1e2c8ba0d53ad930bde35c3b8a5cf2962e38b0: Bug 1477755 - Measure TimeoutManager execution - r?froydnj,farre
draft
Tarek Ziadé <tarek@mozilla.com> - Mon, 13 Aug 2018 12:41:51 +0200 - rev 828655
Push
118696 by tziade@mozilla.com at Mon, 13 Aug 2018 10:46:18 +0000
Bug 1477755 - Measure TimeoutManager execution - r?froydnj,farre
Tracks calls made through TimeoutManager and makes sure they are
accounted for in the corresponding DocGroup
MozReview-Commit-ID: IvcoBrrZVWp
2d82cd4f2aa86df5052023f1bbd912162bdb2a84: Bug 1474869 - Fix mach try fuzzy when using multiple source checkouts. r=ahal
draft
Tudor-Gabriel Vîjială <tvijiala@mozilla.com> - Mon, 06 Aug 2018 11:36:09 +0100 - rev 828654
Push
118695 by bmo:tvijiala@mozilla.com at Mon, 13 Aug 2018 10:41:03 +0000
Bug 1474869 - Fix mach try fuzzy when using multiple source checkouts. r=ahal
MozReview-Commit-ID: Dz9EOClembh
dea410c0ac708718da4ee11553e5115005b8e50e: Bug 1476509 - Implement a new clock skew error page r=flod
draft
trisha <tgupta@mozilla.com> - Thu, 02 Aug 2018 22:59:04 +0530 - rev 828653
Push
118694 by bmo:guptatrisha97@gmail.com at Mon, 13 Aug 2018 09:21:40 +0000
Bug 1476509 - Implement a new clock skew error page r=flod
MozReview-Commit-ID: 5WmgrxUcSZ6
ebf68712745a92503786ef0c6c6c01255d6a709f: Bug 1476345 - Only enable relevant fields in address forms and update tests
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Mon, 13 Aug 2018 02:07:09 -0700 - rev 828652
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests
MozReview-Commit-ID: KuPMHrF6jaM
b8abc8b79080418940e03ca7993ebf795dc3f9d0: Bug 1476345 - Disable the address form save button when the form is invalid
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Sun, 12 Aug 2018 23:33:48 -0700 - rev 828651
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
Bug 1476345 - Disable the address form save button when the form is invalid
MozReview-Commit-ID: 62CckFP6Ou3
189022cf179fa6c4b605a3308fa4e592d986f2f1: Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 24 Jul 2018 22:14:53 -0700 - rev 828650
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
MozReview-Commit-ID: LaOJMF6GLuZ
a02ce54b0f9738b3fd6cb3c254a0f0a6c4cb2275: imported patch console_fix
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Sun, 12 Aug 2018 23:17:09 -0700 - rev 828649
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
imported patch console_fix
db18580978d8a0a612db174389c320058d2ece31: imported patch page_top_padding
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Sun, 12 Aug 2018 23:17:04 -0700 - rev 828648
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
imported patch page_top_padding
20985bc42c09c65396abe86bb9776dd2805e6a06: Bug 1476509 - Implement a new clock skew error page r=flod
draft
trisha <tgupta@mozilla.com> - Thu, 02 Aug 2018 22:59:04 +0530 - rev 828647
Push
118692 by bmo:guptatrisha97@gmail.com at Mon, 13 Aug 2018 07:58:08 +0000
Bug 1476509 - Implement a new clock skew error page r=flod
MozReview-Commit-ID: 5WmgrxUcSZ6