Closed
Bug 1288475
Opened 8 years ago
Closed 8 years ago
Split webconsole utils file into client and server parts
Categories
(DevTools :: Console, enhancement, P1)
Tracking
(firefox51 fixed)
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
(Whiteboard: [devtools-html])
Attachments
(2 files)
The webconsole utils file is in shared/ but mostly it's used by the server. Let's split it into two files and put it in their respective places.
Here's the stuff being used by client:
https://dxr.mozilla.org/mozilla-central/search?q=path:devtools/client+%22WebConsoleUtils.%22
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Blocks: devtools-html-phase2
Updated•8 years ago
|
Whiteboard: [devtools-html]
Updated•8 years ago
|
Assignee: bgrinstead → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Flags: qe-verify?
Priority: -- → P2
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/69326/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/69326/
Attachment #8777966 -
Flags: review?(ttromey)
Attachment #8777967 -
Flags: review?(ttromey)
Assignee | ||
Comment 2•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/69328/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/69328/
Assignee | ||
Comment 3•8 years ago
|
||
Comment on attachment 8777966 [details]
Bug 1288475 - Split webconsole utils.js into separate client and server parts
Matt, can you have a look at the change in toolkit/components/passwordmgr/InsecurePasswordUtils.jsm? I got rid of a dependency on a small wrapper for Services.strings from the webconsole: https://dxr.mozilla.org/mozilla-central/source/devtools/shared/webconsole/utils.js#542.
Attachment #8777966 -
Flags: review?(MattN+bmo)
Updated•8 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Iteration: --- → 51.1 - Aug 15
Priority: P2 → P1
Comment 4•8 years ago
|
||
Comment on attachment 8777966 [details]
Bug 1288475 - Split webconsole utils.js into separate client and server parts
https://reviewboard.mozilla.org/r/69326/#review66542
r=me on InsecurePasswordUtils.jsm
Attachment #8777966 -
Flags: review?(MattN+bmo) → review+
Comment 5•8 years ago
|
||
Comment on attachment 8777966 [details]
Bug 1288475 - Split webconsole utils.js into separate client and server parts
https://reviewboard.mozilla.org/r/69326/#review66708
Thank you. This looks good.
Attachment #8777966 -
Flags: review?(ttromey) → review+
Updated•8 years ago
|
Attachment #8777967 -
Flags: review?(ttromey) → review+
Comment 6•8 years ago
|
||
Comment on attachment 8777967 [details]
Bug 1288475 - Remove code unused in client and server versions of webconsole utils;
https://reviewboard.mozilla.org/r/69328/#review66710
Thank you. This looks great, I love deletions.
Assignee | ||
Comment 7•8 years ago
|
||
Comment on attachment 8777966 [details]
Bug 1288475 - Split webconsole utils.js into separate client and server parts
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/69326/diff/1-2/
Attachment #8777966 -
Attachment description: Bug 1288475 - Split webconsole utils.js into separate client and server parts; → Bug 1288475 - Split webconsole utils.js into separate client and server parts
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8777967 [details]
Bug 1288475 - Remove code unused in client and server versions of webconsole utils;
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/69328/diff/1-2/
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8795e6dad405
Split webconsole utils.js into separate client and server parts;r=MattN,tromey
https://hg.mozilla.org/integration/autoland/rev/4da5f346fddf
Remove code unused in client and server versions of webconsole utils;r=tromey
Comment 10•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8795e6dad405
https://hg.mozilla.org/mozilla-central/rev/4da5f346fddf
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•