Change UrlbarProviderExtension.notificationTimeout into a pref
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
[Tracking Requested - why for this release]:
We'd like to ship this change in 84 to meet the timeline for a planned experiment. The change will be narrowly scoped to only affect Urlbar extensions, which can currently only be used by Mozilla in experiments. No other Urlbar experiments are running in 84.
UrlbarProviderExtension.notificationTimeout controls how long extensions have to return a result before they timeout. The default value is 200ms. This may not be enough time to get a response from some web services that we want to experiment with in the Urlbar. We should change notificationTimeout into a hidden pref that Urlbar experimental add-ons can set via experimental APIs.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Comment 7•4 years ago
|
||
Comment on attachment 9190417 [details]
Bug 1679890 - Change UrlbarProviderExtension.notificationTimeout into a pref. r?adw!
Beta/Release Uplift Approval Request
- User impact if declined: Mozilla won't be able to run an experiment it has planned for 84 (bug 1678126).
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- 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): This patch is narrowly scoped to only affect Urlbar extensions, which can currently only be used by Mozilla in experiments. No other Urlbar experiments are running in 84. It's a three-line change plus some changes to tests.
- String changes made/needed:
Assignee | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Assignee | ||
Comment 9•4 years ago
|
||
(In reply to Harry Twyford [:harry] from comment #7)
- Has the fix been verified in Nightly?:
NoYes
I verified this in Nightly today.
Comment 10•4 years ago
|
||
Comment on attachment 9190417 [details]
Bug 1679890 - Change UrlbarProviderExtension.notificationTimeout into a pref. r?adw!
Approved for 84.0b8.
Updated•4 years ago
|
Comment 11•4 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/5c2f70b5469f
https://hg.mozilla.org/releases/mozilla-beta/rev/185a9dadb0cd
Description
•