Closed
Bug 1280371
Opened 8 years ago
Closed 8 years ago
move ELEMENT_STYLE out of devtools/server/actors/styles.js
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)
The inspector does this in a few spots:
const {ELEMENT_STYLE} = require("devtools/server/actors/styles");
However we shouldn't include code from server in content.
This constant should probably move to the front; or somehow
be shared in devtools/shared/specs/styles.js
Updated•8 years ago
|
Whiteboard: [devtools-html] [triage]
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59494/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59494/
Attachment #8763190 -
Flags: review?(pbrosset)
Updated•8 years ago
|
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
Iteration: --- → 50.1
Flags: qe-verify-
Priority: -- → P1
Whiteboard: [devtools-html] [triage] → [devtools-html]
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8763190 [details]
Bug 1280371 - move ELEMENT_STYLE to devtools/shared/specs/styles;
Patrick is out sick, so redirecting review.
Attachment #8763190 -
Flags: review?(pbrosset) → review?(bgrinstead)
Comment 3•8 years ago
|
||
Comment on attachment 8763190 [details]
Bug 1280371 - move ELEMENT_STYLE to devtools/shared/specs/styles;
https://reviewboard.mozilla.org/r/59494/#review56782
Attachment #8763190 -
Flags: review?(bgrinstead) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8763190 [details]
Bug 1280371 - move ELEMENT_STYLE to devtools/shared/specs/styles;
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/59494/diff/1-2/
Assignee | ||
Comment 5•8 years ago
|
||
Updated•8 years ago
|
Iteration: 50.1 → 50.2
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/798569199ac7
Move ELEMENT_STYLE to devtools/shared/specs/styles. r=bgrins
Keywords: checkin-needed
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•