Closed
Bug 1415670
Opened 7 years ago
Closed 7 years ago
Add a negativeLineNumber to GridLine to be exposed to devtools
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: gl, Assigned: bradwerth)
References
Details
(Whiteboard: [designer-tools])
Attachments
(3 files)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Priority: -- → P1
Whiteboard: [designer-tools]
Assignee | ||
Comment 4•7 years ago
|
||
In implementing this, I've found a problem with the existing line numbers for grids where an implicit track is added before some removed repeat: auto-fit tracks. That needs to be fixed first to make this logic robust. I'll add a blocker bug soon.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8926656 -
Flags: review?(bugs)
Attachment #8926657 -
Flags: review?(mats)
Attachment #8926658 -
Flags: review?(mats)
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8926657 [details]
Bug 1415670 Part 2: Calculate negativeNumber for each GridLine.
https://reviewboard.mozilla.org/r/197900/#review204670
Attachment #8926657 -
Flags: review?(mats) → review+
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8926658 [details]
Bug 1415670 Part 3: Extend Grid tests to check negativeNumber property.
https://reviewboard.mozilla.org/r/197902/#review204674
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8926658 [details]
Bug 1415670 Part 3: Extend Grid tests to check negativeNumber property.
https://reviewboard.mozilla.org/r/197902/#review204676
Attachment #8926658 -
Flags: review?(mats) → review+
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8926656 [details]
Bug 1415670 Part 1: Add a negativeNumber property to GridLine in webidl.
https://reviewboard.mozilla.org/r/197898/#review204870
rs+ for
Attachment #8926656 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 12•7 years ago
|
||
Assignee | ||
Comment 14•7 years ago
|
||
(In reply to Gabriel [:gl] (ΦωΦ) from comment #13)
> Friendly reminder to land this soon.
Blocking bugs have cleared. Trying to land it now.
Flags: needinfo?(bwerth)
Comment 15•7 years ago
|
||
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/92d2a5673bbc
Part 1: Add a negativeNumber property to GridLine in webidl. r=smaug
https://hg.mozilla.org/integration/autoland/rev/ec9fa6d9dca9
Part 2: Calculate negativeNumber for each GridLine. r=mats
https://hg.mozilla.org/integration/autoland/rev/812aaf31c577
Part 3: Extend Grid tests to check negativeNumber property. r=mats
Comment 16•7 years ago
|
||
Backed out 3 changesets (bug 1415670) for failing chrome test dom/grid/test/chrome/test_grid_implicit.html r=backout on a CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#?job_id=149638383&repo=autoland&lineNumber=2633
https://hg.mozilla.org/integration/autoland/rev/715afcd248d8f731e07784eaf065d795b433d41f
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=812aaf31c57798aefc120d93057956eafcd67c2e&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
Assignee | ||
Comment 17•7 years ago
|
||
(In reply to Bogdan Tara[:bogdan_tara] from comment #16)
> Backed out 3 changesets (bug 1415670) for failing chrome test
> dom/grid/test/chrome/test_grid_implicit.html r=backout on a CLOSED TREE
>
> https://treeherder.mozilla.org/logviewer.
> html#?job_id=149638383&repo=autoland&lineNumber=2633
This is a super-weird result from the try server. The failures are issues that should have been resolved by blocker Bug
1416350. Probably my patches just need a better rebasing. Trying that first.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 21•7 years ago
|
||
(In reply to Brad Werth [:bradwerth] from comment #17)
> This is a super-weird result from the try server. The failures are issues
> that should have been resolved by blocker Bug
> 1416350. Probably my patches just need a better rebasing. Trying that first.
No; there were logic problems in the patch which I have corrected. Attempting to land again. Sorry for the confusion!
Comment 22•7 years ago
|
||
Pushed by bwerth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f5961caa74ba
Part 1: Add a negativeNumber property to GridLine in webidl. r=smaug
https://hg.mozilla.org/integration/autoland/rev/dbb439bcdc03
Part 2: Calculate negativeNumber for each GridLine. r=mats
https://hg.mozilla.org/integration/autoland/rev/cfc0826e8cba
Part 3: Extend Grid tests to check negativeNumber property. r=mats
Comment 23•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f5961caa74ba
https://hg.mozilla.org/mozilla-central/rev/dbb439bcdc03
https://hg.mozilla.org/mozilla-central/rev/cfc0826e8cba
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•