Closed
Bug 1265830
Opened 9 years ago
Closed 9 years ago
don't use nsIDOMCSSRule
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox50 fixed)
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
(Whiteboard: [devtools-html])
Attachments
(1 file)
Stop using nsIDOMCSSRule, for the devtools de-chrome-ification project.
This seems to just be used for the constant Ci.nsIDOMCSSRule.KEYFRAME_RULE.
Perhaps CSSRule.KEYFRAME_RULE can be used instead; or perhaps this can
be supplied by the front, like ELEMENT_STYLE seems to be.
Updated•9 years ago
|
Flags: qe-verify-
Priority: -- → P2
Updated•9 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
Updated•9 years ago
|
Iteration: --- → 50.1
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59490/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59490/
Attachment #8763189 -
Flags: review?(pbrosset)
Assignee | ||
Updated•9 years ago
|
Attachment #8763189 -
Flags: review?(pbrosset) → review?(bgrinstead)
Comment 2•9 years ago
|
||
Comment on attachment 8763189 [details]
Bug 1265830 - remove uses of nsIDOMCSSRule from devtools;
https://reviewboard.mozilla.org/r/59490/#review56750
Nice
Attachment #8763189 -
Flags: review?(bgrinstead) → review+
Comment 3•9 years ago
|
||
Please update commit message with new reviewer before landing
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8763189 [details]
Bug 1265830 - remove uses of nsIDOMCSSRule from devtools;
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59490/diff/1-2/
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/bb9e0276322d
Remove uses of nsIDOMCSSRule from devtools. r=bgrins
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•