Closed
Bug 1653103
Opened 5 years ago
Closed 5 years ago
Consider removing mDocShellAs* and mWebProgress from nsWebBrowser
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(3 files)
We could remove those interface pointers by holding nsDocShell in nsWebBrowser directly.
Assignee | ||
Updated•5 years ago
|
Summary: Remove mDocShellAs* and mWebProgress from nsWebBrowser → Consider removing mDocShellAs* and mWebProgress from nsWebBrowser
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D83706
Assignee | ||
Comment 3•5 years ago
|
||
And make nsWebBrowser::SetDocShell return void.
Depends on D83707
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → echen
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fff596051135
Part 1: Make nsWebBrowser::InternalDestroy return void; r=nika
https://hg.mozilla.org/integration/autoland/rev/fac9fa6d69c3
Part 2: Make nsWebBrowser::EnsureDocShellTreeOwner return void; r=nika
https://hg.mozilla.org/integration/autoland/rev/ad1b28452511
Part 3: Remove mDocShellAs* and mWebProgress from nsWebBrowser; r=nika
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fff596051135
https://hg.mozilla.org/mozilla-central/rev/fac9fa6d69c3
https://hg.mozilla.org/mozilla-central/rev/ad1b28452511
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•