browser.urlbar.suggest.bookmark false is no longer respected
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | wontfix |
firefox68 | --- | wontfix |
firefox69 | --- | verified |
firefox70 | --- | verified |
People
(Reporter: evedaneeltrevize, Assigned: adw)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxsearch])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 6•6 years ago
|
||
Might I enquire why this has been downgraded in priority? It's still leaking all bookmarks into the URL bar despite an explicit menu option to not do so.
Comment 7•6 years ago
|
||
Because the team is really busy, so we plan to fix it asap, but we have no resources to fix it "now". Bookmarks are not a top tier privacy information, as such it's not a critical issue. If you have ideas on how to fix the bug, we'll gladly accept suggestions in shape of a code patch.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 9•5 years ago
|
||
- Add a new case for when suggest.bookmark = false to the logic that returns the appropriate SQL query
- Add a bunch of new tests that cover all cases
Assignee | ||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Is this something we should consider uplifting to Beta for Fx69 or can it ride Fx70 to release?
Assignee | ||
Comment 14•5 years ago
|
||
I think it would be OK to uplift. I'll request approval.
Assignee | ||
Comment 15•5 years ago
|
||
Comment on attachment 9078842 [details]
Bug 1502821 - Don't autofill bookmarks when browser.urlbar.suggest.bookmark is false.
Beta/Release Uplift Approval Request
- User impact if declined: This bug has been present since 63, so it's not a critical uplift.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Please see comment 0, but note that when it says "suggest", it means autofill (i.e., the text in the input is automatically filled in with a domain name as you are typing)
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): We're handling a case that wasn't previously handled and not changing anything else. Has lots of automated tests.
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Comment 16•5 years ago
|
||
Comment on attachment 9078842 [details]
Bug 1502821 - Don't autofill bookmarks when browser.urlbar.suggest.bookmark is false.
Fixes a bug causing the browser.urlbar.suggest.bookmark pref to not be respected. Adds new automated test coverage. Approved for 69.0b9.
Comment 17•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Reproduced from 62.0.3 (buildID:20181001155545) -> 64.0a1 (buildID:20180915220059)
Confirming as verified fixed on Nightly 70.0a1 (buildID:20190729213839) and 69.0b9 (buildID:20190730004747) with Win 10x64, Ubuntu 18.04 and macOS 10.13
Updated•3 years ago
|
Description
•