Call pickResult even when shouldNavigate payload property is set
Categories
(Firefox :: Address Bar, enhancement, P2)
Tracking
()
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-release+
|
Details | Review |
When implementing the shouldNavigate property introduced in bug 1685619, I realized that a provider may want to both navigate and call pickResult. In my case, it was because I wanted to record in telemetry that the user picked the result.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
![]() |
||
Comment 4•4 years ago
|
||
bugherder |
Comment 5•4 years ago
|
||
Backed out for causing failures on browser_tabToSearch.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/64fceb1ece1670bde8b3453f159556e5072f14d5
Failure log: https://treeherder.mozilla.org/logviewer?job_id=326787279&repo=autoland&lineNumber=5392
![]() |
||
Comment 6•4 years ago
|
||
Backout has been grafted to central: https://hg.mozilla.org/mozilla-central/rev/dddd2e870b911718d5cbc01cedaeb461a46a7996
Comment 7•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
New build: https://treeherder.mozilla.org/jobs?repo=try&revision=781a40b311e4384b9be92aff18117ecacb7cad98
![]() |
||
Comment 10•4 years ago
|
||
bugherder |
Assignee | ||
Comment 11•4 years ago
|
||
Comment on attachment 9197191 [details]
Bug 1686811 - Call pickResult even when shouldNavigate payload property is set. r?daleharvey,adw
Beta/Release Uplift Approval Request
- User impact if declined: We will be unable to run an experiment planned for 85.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small change with tests; narrowly scoped to private APIs developed to run Urlbar experiments.
- String changes made/needed:
Comment 12•4 years ago
|
||
Comment on attachment 9197191 [details]
Bug 1686811 - Call pickResult even when shouldNavigate payload property is set. r?daleharvey,adw
approved for 85 rc1
Updated•4 years ago
|
Comment 13•4 years ago
|
||
bugherder uplift |
Description
•