Remove the document channel exception for about:newtab
Categories
(Core :: DOM: Navigation, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
(Blocks 1 open bug)
Details
(Whiteboard: [7/14] ETA: 2020-07-17)
Attachments
(5 files)
In Bug 1597154 I added an exception for about:newtab
, this should be removed, but doing so breaks browser/components/uitour/test/browser_UITour_showNewTab.js where the address bar isn't focused for the new tab. This should be fixed and the exception can be removed.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Tracking for Fission M6a because Paul said he wanted to clean up this code soon.
Assignee | ||
Comment 2•4 years ago
|
||
This patch removes the excemptions for about:newtab, about:home and
about:blank.
When we switch processes using session restore we sometimes focus the
content area. We mustn't do this if the uri is undefined, this can happen
for some of these pages and we expect the address bar to be focused instead.
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D80339
Comment 5•4 years ago
|
||
Backed out 2 changesets (bug 1626507) on dev's request
Backout:
https://hg.mozilla.org/integration/autoland/rev/3fb178e66766fa831ee5e2408efd7cdb088e5484
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Two tests in this file had the same name, give this one a more specific name
so that console output is easier to follow.
Depends on D80594
Assignee | ||
Comment 7•4 years ago
|
||
Due to changes in about:newtab somehow the preferences code is getting
initialised before the call to openPreferencesViaOpenPreferencesAPI().
Update this code to work when preferences is already initialised.
Depends on D81066
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
I said in the meeting today that this is blocked on fixing BC preservation, it isn't. The reason it can't land is that there's still test failures to fix:
Comment 9•4 years ago
|
||
Paul, please provide an ETA for this in the whiteboard field.
Assignee | ||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Assignee | ||
Comment 11•4 years ago
|
||
I didn't see this reviewer comment on my patch until after I'd clicked land.
Sorry.
Comment 12•4 years ago
|
||
Comment 13•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/641595f11928
https://hg.mozilla.org/mozilla-central/rev/2a0d4fe417c0
https://hg.mozilla.org/mozilla-central/rev/521431bda0c7
https://hg.mozilla.org/mozilla-central/rev/b351d22f9100
Comment 14•4 years ago
|
||
bugherder |
Description
•