Closed
Bug 1188281
Opened 8 years ago
Closed 8 years ago
Revert part of Bug 1176205 once search suggestions hit Aurora
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: mak, Assigned: mossop)
References
Details
(Whiteboard: [suggestions][fxsearch])
Attachments
(1 file)
5.57 KB,
patch
|
adw
:
review+
|
Details | Diff | Splinter Review |
Once we signoff to enable the feature in Aurora, we need to revert part of Bug 1176205.
Flags: firefox-backlog+
Reporter | ||
Updated•8 years ago
|
Summary: Revert part of Bug 1176205 once we ride the train → Revert part of Bug 1176205 once search suggestions hit Aurora
Reporter | ||
Comment 2•8 years ago
|
||
As I said in the mail thread "We should probably wrap the unifiedcomplete pref in firefox.js in an #ifdef NIGHTLY_BUILD (true/false) so we don't have to run after the merge day. we should also change the ifdefs hiding the prefs to instead check the unifiedcomplete pref. That will make much easier to switch on/off the feature (just by removing the ifdefs in firefox.js) and it's clear we are releasing the 2 things at the same time." Instead of making these dependent on nightly build, we should make them dependent on unifiedcomplete pref, that should be easy to do with a simple change in privacy.js (both flavors) If then we set unifiedcomplete pref to true for nightly and false otherwise, we are fine. To enable the feature in Aurora we'll just have to touch firefox.js at that point. I can either take this tomorrow, or someone else could, would be nice to land before the merge.
Reporter | ||
Comment 3•8 years ago
|
||
note: also browser_privacypane_5.js needs the same fix.
Assignee | ||
Comment 4•8 years ago
|
||
I'll work on this.
Assignee | ||
Comment 5•8 years ago
|
||
Spinning through try now but this look right. I've assumed we don't need to pref off search suggests when unified autocomplete is preffed off anyway so we have just one ifdef to remove.
Attachment #8644006 -
Flags: review?(mak77)
Comment 6•8 years ago
|
||
Looks right to me, and your assumption is correct.
Updated•8 years ago
|
Attachment #8644006 -
Flags: review?(mak77) → review+
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
https://hg.mozilla.org/mozilla-central/rev/213cb104d7b1
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Comment 9•8 years ago
|
||
Setting browser.urlbar.suggest.searches to true in latest Developer Edition 42.0a2 (2015-08-13 20150813124640) doesn't show search suggestions in url bar. browser.urlbar.userMadeSearchSuggestionsChoice;true also doesn't make any difference. Will search suggestions be on only in 43 train?
Reporter | ||
Comment 10•8 years ago
|
||
(In reply to Petruta Rasa [QA] [:petruta] from comment #9) > Setting browser.urlbar.suggest.searches to true in latest Developer Edition > 42.0a2 (2015-08-13 20150813124640) doesn't show search suggestions in url > bar. That's expected, cause browser.urlbar.unifiedcomplete is false. suggestions only work when unifiedcomplete is being used. > Will search suggestions be on only in 43 train? No, they will be enabled in 42 when P1s blocking them are resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•