Closed
Bug 1285365
Opened 9 years ago
Closed 9 years ago
Remove trailing whitespace from nsCSSParser & add missing includes and namespaces relying on unification
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jyc, Assigned: jyc)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
In the process of working on Bug 1273706, I found some trailing whitespace in nsCSSParser that I removed while removing trailing whitespace from my code.
In addition, because the patches add some new files, the groupings from unification changed, causing build errors due to missing includes or namespace qualifiers.
I will attach two trivial patches that remove whitespace and fix these build errors.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/62934/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62934/
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/62936/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62936/
Assignee | ||
Updated•9 years ago
|
Attachment #8768938 -
Flags: review?(dholbert)
Attachment #8768939 -
Flags: review?(dholbert)
Comment 3•9 years ago
|
||
Comment on attachment 8768938 [details]
Bug 1285365 - Part 1: Remove trailing whitespace from nsCSSParser.
https://reviewboard.mozilla.org/r/62934/#review59836
Part 1 looks good - r=me. Thanks for cleaning this up!
Attachment #8768938 -
Flags: review?(dholbert) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8768939 [details]
Bug 1285365 - Part 2: Add missing includes and namespace qualifiers.
https://reviewboard.mozilla.org/r/62936/#review59840
part 2 looks good too. r=me
Thanks for cleaning this up!
Attachment #8768939 -
Flags: review?(dholbert) → review+
Comment 5•9 years ago
|
||
You should trigger a try build for the changes here (either via mozreview or via ./mach try), just to be sure that "part 2" doesn't accidentally cause some bustage (as include/namespacing changes occasionally can). And then I'll be happy to autoland this for you.
For the Try run, we probably just need to verify that this builds correctly, on windows/mac/linux. No need to do any unit test runs.
Updated•9 years ago
|
Flags: needinfo?(jchan)
Assignee | ||
Comment 6•9 years ago
|
||
Here is the try run:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fcc544635d7cbf6440560ca0e675878c5d29cafb
Flags: needinfo?(jchan)
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb183e7c648b
Part 1: Remove trailing whitespace from nsCSSParser. r=dholbert
https://hg.mozilla.org/integration/autoland/rev/dc8af4e3e454
Part 2: Add missing includes and namespace qualifiers. r=dholbert
Comment 8•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cb183e7c648b
https://hg.mozilla.org/mozilla-central/rev/dc8af4e3e454
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•