Closed
Bug 1945354
Opened 1 year ago
Closed 1 year ago
Remove unnecessary retrieval of BrowserBridgeParent in DocAccessibleParent::AddChildDoc
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I'm almost certain that this code is no longer necessary. Years ago, we depended on checking for BrowserBridgeParent to ascertain whether aChildDoc was an OOP iframe, but that was replaced by IsTopLevelInContentProcess in bug 1562208. After that, we still depended on BrowserBridgeParent to do COM proxy stuff, but CtW eliminated that (bug 1821956).
| Assignee | ||
Comment 1•1 year ago
|
||
Previously, there was code here that needed to use the BrowserBridgeParent, but this has since been removed.
The IsToplevelInContentProcess check is sufficient by itself for the purpose here.
This is just cleanup; there should be no functional change.
Updated•1 year ago
|
Assignee: nobody → jteh
Status: NEW → ASSIGNED
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2afee7d862d7
Remove unnecessary retrieval of BrowserBridgeParent in DocAccessibleParent::AddChildDoc. r=nlapre
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•