Closed
Bug 1270139
Opened 9 years ago
Closed 9 years ago
remove last use of domutils.colorToRGBA
Categories
(DevTools :: Framework, defect, P1)
DevTools
Framework
Tracking
(firefox49 fixed)
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
(Whiteboard: [devtools-html])
Attachments
(1 file)
The patch for bug 1266842 missed one use of domutils.colorToRGBA.
Updated•9 years ago
|
Flags: qe-verify-
Whiteboard: [devtools-html] → [devtools-html] [triage]
Updated•9 years ago
|
Iteration: --- → 49.1 - May 9
Priority: -- → P1
Whiteboard: [devtools-html] [triage] → [devtools-html]
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1266842 missed a spot using colorToRGBA. Changing this revealed
that the hsltorgb algorithm was a bit off; so this patch changes it to
be a js port of NS_HSL2RGB.
Review commit: https://reviewboard.mozilla.org/r/50493/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/50493/
Attachment #8748711 -
Flags: review?(pbrosset)
Assignee | ||
Comment 2•9 years ago
|
||
Comment hidden (obsolete) |
Updated•9 years ago
|
Attachment #8748711 -
Flags: review?(pbrosset) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8748711 [details]
MozReview Request: Bug 1270139 - don't use inIDOMUtils.colorToRGBA in devtools; r=pbro
https://reviewboard.mozilla.org/r/50493/#review47701
Assignee | ||
Comment 5•9 years ago
|
||
Since bug 1265787, this was the last use of domutils in css-color.js.
So, I'm going to attach a small update that removes the import.
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8748711 [details]
MozReview Request: Bug 1270139 - don't use inIDOMUtils.colorToRGBA in devtools; r=pbro
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/50493/diff/1-2/
Attachment #8748711 -
Attachment description: MozReview Request: Bug 1270139 - don't use inIDOMUtils.colorToRGBA in devtools; r?pbro → MozReview Request: Bug 1270139 - don't use inIDOMUtils.colorToRGBA in devtools; r=pbro
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•