Closed
Bug 1968700
Opened 2 months ago
Closed 1 month ago
[composable toolbar] Ensure support opening to search from the search widget or application shortcuts
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxdroid][group3][composable toolbar] )
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1968700 - part 2 - Update search engines after being loaded if in edit mode r=#android-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
Add support for opening to search if the application is started from the device homescreen widget or from application shortcuts.
Ensure the edgecase described in bug 1968196 is also supported.
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Depending on this we'll be able to support the search widget opening either of
the old search UX based on SearchDialogFragment or the new search UX based on
the composable toolbar.
Updated•2 months ago
|
Assignee: nobody → petru
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
When cold starting the application to search the search engines may have been
not yet loaded so we need to observe when they are finished loading and update
the search selector based on the available search engines.
Pushed by plingurar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/351b50ac0229
https://hg.mozilla.org/integration/autoland/rev/13169c684c8d
part 1 - Add a new Settings parameter to Intent Processors r=android-reviewers,Roger
https://github.com/mozilla-firefox/firefox/commit/9199b8750785
https://hg.mozilla.org/integration/autoland/rev/841f9bb3f605
part 2 - Update search engines after being loaded if in edit mode r=android-reviewers,Roger
Comment 4•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/13169c684c8d
https://hg.mozilla.org/mozilla-central/rev/841f9bb3f605
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•