Closed
Bug 1561443
Opened 6 years ago
Closed 6 years ago
Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js
Categories
(Firefox :: Security, enhancement, P1)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: prathiksha, Assigned: prathiksha)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is in line with our plan to remove NetErrorChild.jsm and have aboutNetError.js (unprivileged content) communicate with the parent process directly using RPM. We now have tsi exposed in unprivileged code which can be used to make this change.
_getErrorMessageFromCode: https://searchfox.org/mozilla-central/rev/7e158713cf5a8514fa8161dd4a239737b05da64d/browser/actors/NetErrorChild.jsm#122
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → prathikshaprasadsuman
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Attachment #9075257 -
Attachment description: Bug 1561443 - Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. → Bug 1561443 - Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. r?johannh,flod,baku
Updated•6 years ago
|
Attachment #9075257 -
Attachment description: Bug 1561443 - Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. r?johannh,flod,baku → Bug 1561443 - Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. r?johannh,flod
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fe54102338b8
Expose error code string to about:neterror with webidl. r=baku
https://hg.mozilla.org/integration/autoland/rev/0cf57171638c
Move _getErrorMessageFromCode from NetErrorChild.jsm to aboutNetError.js. r=fluent-reviewers,flod,johannh
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fe54102338b8
https://hg.mozilla.org/mozilla-central/rev/0cf57171638c
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•