Closed
Bug 1042204
Opened 10 years ago
Closed 10 years ago
Control the enhancement of history tiles with a pref
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
10.57 KB,
patch
|
adw
:
review+
|
Details | Diff | Splinter Review |
We'll want to allow the user to turn on/off enhancement of history tiles from bug 1036299, and we'll default it to false for now. It'll be the same pref we toggle for bug 1037091.
Assignee | ||
Updated•10 years ago
|
Flags: firefox-backlog+
Assignee | ||
Comment 1•10 years ago
|
||
These are the tests you're looking for! ;)
Comment 2•10 years ago
|
||
Comment on attachment 8460673 [details] [diff] [review] v1 Review of attachment 8460673 [details] [diff] [review]: ----------------------------------------------------------------- Nice.
Attachment #8460673 -
Flags: review?(adw) → review+
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/db89140be503
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Updated•10 years ago
|
Iteration: --- → 34.1
QA Whiteboard: [qa?]
Updated•10 years ago
|
QA Whiteboard: [qa?] → [qa+]
QA Contact: cornel.ionce
Comment 4•10 years ago
|
||
Tested on latest Nightly, build ID: 20140727030204. The "browser.newtabpage.enhanced" pref is set to false and the default selection in about:newtab page is Classic. However, I don't see any change when the pref is set to true (about:newtab set to enhance). The enhance content (bug 1036299) is shown in both cases (classic / enhanced) while using a new profile. Is there something I'm missing?
Flags: needinfo?(edilee)
Assignee | ||
Comment 5•10 years ago
|
||
You need to have a history visit to a mozilla.org page to see the history tile get enhanced for enhanced view.
Flags: needinfo?(edilee)
Comment 6•10 years ago
|
||
Nightly 34.0a1 (2014-08-03), Build ID: 20140803030203. Confirmed that: 1) the default history tile mode is 'Classic', with the 'browser.newtabpage.enhanced' pref set to false 2) enabling 'Enhanced' mode from the gear button sets the 'browser.newtabpage.enhanced' pref to true 3) enabling 'Blank' mode from the gear button sets the 'browser.newtabpage.enable' pref to false 3.1.) if 'Enhanced' mode was enabled prior to this change, the 'browser.newtabpage.enhanced' remains true 4) various mozilla.org tiles are displaying the enhanced view - white mozilla text on grey background - (as stated in Comment 5) 4.1) I was unable to see the same behavior with any other website except *.mozilla.org Ed, please let me know what are your thoughts on 3.1) and 4.1).
Flags: needinfo?(edilee)
QA Contact: cornel.ionce → andrei.vaida
Updated•10 years ago
|
Iteration: 34.1 → 34.2
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Andrei Vaida, QA [:avaida] from comment #6) > 3.1.) if 'Enhanced' mode was enabled prior to this change, the > 'browser.newtabpage.enhanced' remains true Sounds good. This lets the user toggle the about:config pref to get back to what they saw before selecting blank. > 4) various mozilla.org tiles are displaying the enhanced view - white > mozilla text on grey background - (as stated in Comment 5) > 4.1) I was unable to see the same behavior with any other website except > *.mozilla.org Yup. Only mozilla.org tiles have enhanced tiles data.
Flags: needinfo?(edilee)
Comment 8•10 years ago
|
||
Thank you for the clarifications, Ed. This is now verified fixed on Nightly 34.0a1 (2014-08-06) using Windows 7 64-bit, Mac OS X 10.9.4 and Ubuntu 13.04 32-bit.
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa+] → [qa!]
Comment 9•10 years ago
|
||
Uplift has been managed in bug 1057602
status-firefox33:
--- → fixed
status-firefox34:
--- → verified
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/9f9d2a640709
Comment 11•10 years ago
|
||
Verified fixed on Aurora 33.0a2 (2014-08-27) as well, using Windows 7 64-bit, Ubuntu 14.04 LTS 32-bit and Mac OS X 10.9.4. One note though, in comparison with my note from Comment 6, the default history tile mode for a clean profile is now 'Enhanced', instead of 'Classic'. Was this intended?
Flags: needinfo?(edilee)
Assignee | ||
Comment 12•10 years ago
|
||
Bug 1042214 changed the default from enhanced = false to enhanced = true unless upgrading with DNT = on/send.
Flags: needinfo?(edilee)
Comment 13•10 years ago
|
||
You're also using the enhanced preference to control whether or not tracking information is sent from the new tab page. This seems like a bad double use of a preference.
Comment 14•10 years ago
|
||
I concur with Mike. "enhanced" is void of meaning and a bad name. Prefs should be for specific features, not collections of features, e.g. "doTracking" and "useOverrideImages" or similar.
Comment 15•10 years ago
|
||
FWIW, this is a problem now, because we want to turn off tracking, and don't know how
You need to log in
before you can comment on or make changes to this bug.
Description
•