Closed
Bug 1656953
Opened 5 years ago
Closed 5 years ago
Add remoteType to nsIDOMProcessParent
Categories
(Core :: DOM: Content Processes, task, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
this will let me get more information about the intermittent failures I'm seeing
Assignee | ||
Comment 2•5 years ago
|
||
Having "nonRemote" as a remote type for the in process ones seemed better than throwing, because then you'll just have to wrap every call to this attribute with a try statement.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9af41fdda36
Add remoteType to nsIDOMProcessParent. r=nika
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Updated•5 years ago
|
Fission Milestone: --- → M6c
Priority: -- → P2
Assignee | ||
Comment 5•5 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #2)
Having "nonRemote" as a remote type for the in process ones seemed better than throwing, because then you'll just have to wrap every call to this attribute with a try statement.
In a review comment, Nika mentioned NOT_REMOTE_TYPE, which is the correct remote type for non remote content parents, so I changed my patch to use that.
You need to log in
before you can comment on or make changes to this bug.
Description
•