Closed
Bug 1352771
Opened 9 years ago
Closed 9 years ago
stylo: Wrong justify-content value name in parse_content_distribution in align.rs
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(2 files)
https://hg.mozilla.org/mozilla-central/file/7a3f514cf849/servo/components/style/values/specified/align.rs#l357
It should be concatinated with '-' instead of '_'.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=bed940db5471f5da590c40f4574010a494c727bb
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Summary: Wrong justify-content value name in parse_content_distribution in align.rs → stylo: Wrong justify-content value name in parse_content_distribution in align.rs
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8853709 [details]
Bug 1352771 - Update mochitest expectations.
https://reviewboard.mozilla.org/r/125788/#review128298
Attachment #8853709 -
Flags: review+
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8853710 [details]
Bug 1352771 - modify flexbox reftest expectations.
https://reviewboard.mozilla.org/r/125790/#review128300
Attachment #8853710 -
Flags: review+
| Assignee | ||
Comment 6•9 years ago
|
||
Thanks for really quick reviewing!
I am not sure we can land patches which has r+ by other person different from 'r?' flag in commit message, but I will try it.
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f3311ae2d4e
Fix justify-content values. r=bholley
https://hg.mozilla.org/integration/autoland/rev/ac9530e359b3
modify flexbox reftest expectations. r=bholley
| Assignee | ||
Comment 8•9 years ago
|
||
We can. :-)
Comment 9•9 years ago
|
||
Yeah, mozreview will just overwrite whatever you write in the reviewer section.
Updated•9 years ago
|
Attachment #8853709 -
Flags: review?(manishearth)
Updated•9 years ago
|
Attachment #8853710 -
Flags: review?(manishearth)
| Assignee | ||
Comment 10•9 years ago
|
||
I did forget that the change includes servo side change. Need to back it out.
Comment 11•9 years ago
|
||
Closed Servo tree until you can do the backouts; if vcsssync attempts to sync over those servo changes things will break.
| Assignee | ||
Comment 12•9 years ago
|
||
Thank you Manish. I tried to back it out, but couldn't.
: ************************************************************************
: you do not have permissions to modify files under servo/
:
: the servo/ directory is kept in sync with the canonical upstream
: repository at https://github.com/servo/servo
:
: changes to servo/ are only allowed by the syncing tool and by sheriffs
: performing cross-repository "merges"
:
: to make changes to servo/, submit a Pull Request against the servo/servo
: GitHub project
: ***********************************************************************
| Assignee | ||
Comment 13•9 years ago
|
||
I am going to hole these patch until Monday for the safety.
Thank you Manish for quick helping!
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 16•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8853709 [details]
Bug 1352771 - Update mochitest expectations.
https://reviewboard.mozilla.org/r/125788/#review128326
Attachment #8853709 -
Flags: review?(hikezoe) → review+
Comment 17•9 years ago
|
||
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/433ddda62563
modify flexbox reftest expectations. r=bholley
https://hg.mozilla.org/integration/autoland/rev/83bc93264621
Update mochitest expectations. r=bholley
Comment 18•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/433ddda62563
https://hg.mozilla.org/mozilla-central/rev/83bc93264621
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•