Closed
Bug 1563604
Opened 5 years ago
Closed 5 years ago
Detect invariant-violating sends of BrowsingContext over IPC earlier
Categories
(Core :: DOM: Content Processes, task, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This ensures that the object is not discarded while there are still in-flight
messages from the parent process, which could cause a content process crash if a
CC was run before any pending messages have arrived.
Assignee | ||
Comment 2•5 years ago
|
||
This should help us more easily identify where the crashing issues are coming
from. The issue in part 1 was found due to these assertion changes.
Updated•5 years ago
|
Attachment #9076080 -
Attachment description: Bug 1563604 - Part 1: Confirm detach calls with the parent before dropping refs, → Bug 1563604 - Part 1: Confirm detach calls before dropping refs,
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/360b12c6b3e4
Part 1: Confirm detach calls before dropping refs, r=peterv
https://hg.mozilla.org/integration/autoland/rev/54d9810b02ae
Part 2: Assert on the sending side that BrowsingContexts are in valid states, r=peterv
Updated•5 years ago
|
Blocks: improve-bc
Updated•5 years ago
|
Type: enhancement → task
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/360b12c6b3e4
https://hg.mozilla.org/mozilla-central/rev/54d9810b02ae
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•5 years ago
|
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•