Closed
Bug 1777459
Opened 3 years ago
Closed 3 years ago
Simplify code to show extension name in SourceTree groups
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox104 fixed)
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(2 files)
The code introduced in bug 1486416 can be drastically simplified thanks to bug 1777280!
The "group" is defined by getDisplayURL method.
Instead of modifying late in the UI, we should rather set it to the right value upfront.
It will also help ensure that the group name is always the same in all the codebase,
so that we don't use the UUID in some place and the extension name in some others!
Assignee | ||
Comment 1•3 years ago
|
||
The "group" is defined by getDisplayURL method.
Instead of modifying late in the UI, we should rather set it to the right value upfront.
Assignee | ||
Comment 2•3 years ago
|
||
See previous changeset. This applies the same simplification for Webpack and Angular groups.
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45d819e92f32
[devtools] Simplify code to show extension name in SourceTree groups. r=bomsy
https://hg.mozilla.org/integration/autoland/rev/5aafa37a32df
[devtools] Set final group name for Webpack and Angular sources. r=bomsy
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/45d819e92f32
https://hg.mozilla.org/mozilla-central/rev/5aafa37a32df
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•