Closed
Bug 1581300
Opened 5 years ago
Closed 5 years ago
Remove browser.webProgress access in NewTabPagePreloading.jsm
Categories
(Firefox :: Tabbed Browser, task, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The logic here:
https://searchfox.org/mozilla-central/rev/053579099d936e26393ac10b809b14fb5841c0f0/browser/modules/NewTabPagePreloading.jsm#74-79
originated from bug 1181601, where it was needed because RemoteWebProgress
used to be created lazily. But the webProgress
member is no longer lazily created starting from bug 1445080, so we can clean up the code by removing the conditional browser.webProgress;
accessor.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → rob
Priority: -- → P3
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/19b6f02721d3
Remove unneeded browser.webProgress r=mconley
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•