Closed
Bug 1515707
Opened 6 years ago
Closed 6 years ago
Fix formatting of nsDOMCSSAttrDeclaration.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
There was a missing NS_INTERFACE_MAP_END macro which made the whole file
indented.
Updated•6 years ago
|
Attachment #9032752 -
Attachment is obsolete: true
Assignee | ||
Comment 2•6 years ago
|
||
This has no behavior change, since it just expands to
NS_IMPL_QUERY_TAIL_INHERITING, but it's clearer, and clang-format understands
it.
Also, these are the only uses of this macro, so I don't think we should make
clang-format understand it.
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D15125
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1cd2c6c21794
Use NS_INTERFACE_MAP_END_INHERITING in some CSSStyleDeclaration implementations. r=Ehsan
https://hg.mozilla.org/integration/autoland/rev/a6dedc3746e6
Reformat the files touched in the previous commit. r=Ehsan
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → emilio
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1cd2c6c21794
https://hg.mozilla.org/mozilla-central/rev/a6dedc3746e6
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•