Open
Bug 1523252
Opened 6 years ago
Updated 2 years ago
[remote-dbg-next] Reuse Message component from aboutdebugging in aboutdevtoolstoolbox
Categories
(DevTools :: about:debugging, enhancement, P3)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: remote-debugging-technical-debt)
We have a shared Message component in about:debugging in order to display photon style messages. We should be able to reuse it in about:devtools-toolbox.
To do so we should eliminate dependencies on aboutdebugging modules:
- in JS the MESSAGE_LEVEL constant which should move to the component itself
- all CSS variables from Message.css
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•6 years ago
|
||
filter on: remote-debugging-m2-reserve-cleanup
Whiteboard: remote-debugging-technical-debt
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•