Closed
Bug 1477598
Opened 6 years ago
Closed 6 years ago
Show/update/debug extensions
Categories
(DevTools :: about:debugging, enhancement, P1)
DevTools
about:debugging
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: daisuke, Assigned: daisuke)
References
Details
Attachments
(4 files)
This is the splitted bug of bug 1471795.
In this, implement to show/update/debug extensions.
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Moving major about:debugging ng work into milestone 1, leaving m0 for prior bugfix work.
Blocks: remote-debugging-ng-m1
Updated•6 years ago
|
No longer blocks: remote-debugging-ng-m0
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D3083
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D3084
Assignee | ||
Comment 5•6 years ago
|
||
Depends on D3087
Comment 6•6 years ago
|
||
Comment on attachment 8999109 [details]
Bug 1477598 - Part 2: Implement UI for extensions. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8999109 -
Flags: review+
Comment 7•6 years ago
|
||
Looks pretty good IMO!
Some overall comments for follow up bugs:
- aboutdebugging now hides system addons by default: see https://searchfox.org/mozilla-central/search?q=devtools.aboutdebugging.showSystemAddons&case=false®exp=false&path=
It would be nice to have a follow up bug to do the same
- not just related to addons, but without a separator between the items, it is difficult to know which Inspect button is connected to which debug target. In the application panel we added a separator to address that. We don't have to do exactly that, but let's open a bug to discuss it
- what should happen to empty categories? open a bug to address this question.
Comment 8•6 years ago
|
||
Comment on attachment 8999108 [details]
Bug 1477598 - Part 1: Implement a mechanism to dispatch extensions. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8999108 -
Flags: review+
Comment 9•6 years ago
|
||
Comment on attachment 8999112 [details]
Bug 1477598 - Part 3: Implement inspection action. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8999112 -
Flags: review+
Comment 10•6 years ago
|
||
Comment on attachment 8999115 [details]
Bug 1477598 - Part 4: Add a listener to detect updating the extensions. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8999115 -
Flags: review+
Comment 11•6 years ago
|
||
Pushed by dakatsuka@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a6ccfdee5d73
Part 1: Implement a mechanism to dispatch extensions. r=jdescottes
https://hg.mozilla.org/integration/mozilla-inbound/rev/72e1e5b24aaa
Part 2: Implement UI for extensions. r=jdescottes
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e20f49730d2
Part 3: Implement inspection action. r=jdescottes
https://hg.mozilla.org/integration/mozilla-inbound/rev/f4bbda249bee
Part 4: Add a listener to detect updating the extensions. r=jdescottes
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dakatsuka
Comment 12•6 years ago
|
||
Pushed by dakatsuka@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a5f1f7df5521
Part 5: Remove extra css loading. r=me
Comment 13•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a6ccfdee5d73
https://hg.mozilla.org/mozilla-central/rev/72e1e5b24aaa
https://hg.mozilla.org/mozilla-central/rev/7e20f49730d2
https://hg.mozilla.org/mozilla-central/rev/f4bbda249bee
https://hg.mozilla.org/mozilla-central/rev/a5f1f7df5521
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•6 years ago
|
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•