Closed
Bug 1308508
Opened 9 years ago
Closed 9 years ago
Divide network-helper.js into frontend and backend part (dechrome)
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox52 affected)
RESOLVED
DUPLICATE
of bug 1308507
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: rickychien, Unassigned)
Details
Divide the module into a backend part that heavily uses internal chrome API and a smaller frontend part that can be de-chromed. For example convertToUnicode should use TextEncoder and TextDecoder instead of nsIUnicodeConverter.
Updated•9 years ago
|
Whiteboard: [devtools-html]
Updated•9 years ago
|
Whiteboard: [netmonitor]
Updated•9 years ago
|
Flags: qe-verify-
Updated•9 years ago
|
Priority: -- → P2
Reporter | ||
Comment 1•9 years ago
|
||
NetworkHelper and nsIURL are gone from the frontend in bug 1308507 according to comment in https://bugzilla.mozilla.org/show_bug.cgi?id=1308507#c15.
So let's mark this issue as dup of bug 1308507.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•