Opening a PB window and clicking Home loads about:newtab, that uses the wrong engine
Categories
(Firefox :: Search, defect, P2)
Tracking
()
People
(Reporter: mak, Assigned: mikedeboer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
about:newtab is usually not presented in PB windows, but one can click on the Home button, and load it easily, it's not so strange.
The AS code and contentSeatch don't handle a separate private engine for now.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
Bug 1576158 may have helped here? Must be verified.
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
I can have a look at this, hopefully it's not crazy.
Reporter | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Just discussed with Marco, and I'm going to take this up.
Comment 4•5 years ago
|
||
This reverts part of bug 1576158 and uses RPMIsWindowPrivate instead as that provides the necessary information in a better way (the various activity manager components don't seem to have easy access to the window object).
Assignee | ||
Comment 5•5 years ago
|
||
Taking over from Mark, as per our conversation on Zoom today. We both agreed on the right approach to take here.
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Mike, I just wanted to check if there's anything I need to do to coordinate with you on this with my patch in bug 1529969 (which adds a new ContentSearchHandoffUIController
for when search handoff is enabled). I can wait for this to land or get my patch landed first; whichever you think makes more sense.
Assignee | ||
Comment 7•5 years ago
|
||
This reverts part of bug 1576158, so that all current and future in-content pages share the same implementation.
Comment 9•5 years ago
|
||
bugherder |
Comment 10•5 years ago
|
||
(In reply to Jim Porter (:squib) from comment #6)
Mike, I just wanted to check if there's anything I need to do to coordinate with you on this with my patch in bug 1529969 (which adds a new
ContentSearchHandoffUIController
for when search handoff is enabled). I can wait for this to land or get my patch landed first; whichever you think makes more sense.
Sorry we didn't get back to you earlier. This has now landed, so you should be clear to proceed.
Comment 11•2 years ago
|
||
Issue no longer occurs in Firefox 106.0a1 or latest Firefox 105.0.
Design has changed and also having different search engines for PBM doesn't trigger the issue.
Description
•