Closed
Bug 1933432
Opened 9 months ago
Closed 9 months ago
Expose an observer notification when a file channel is created in the content process
Categories
(Core :: DOM: Networking, task, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
Similar to Bug 1903060, we should expose an observer notification when File channels are opened in the content process in order to fix Bug 1903496 on the devtools side.
Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
Severity: -- → N/A
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•9 months ago
|
||
Similar approach to Bug 1903060, except that we have to set URI and originalURI on the
parent process nsFileChannel created to notify the observers.
Assignee | ||
Comment 2•9 months ago
|
||
Depends on D230623
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2b7ee1563c60
Expose an observer notification when a file channel is created in the content process r=necko-reviewers,kershaw
https://hg.mozilla.org/integration/autoland/rev/7b0f80f221f1
Add browser mochitest for file channel observers r=necko-reviewers,valentin
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2b7ee1563c60
https://hg.mozilla.org/mozilla-central/rev/7b0f80f221f1
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•