Closed
Bug 1227974
Opened 10 years ago
Closed 10 years ago
ZoomedView appears to be enabled on all channels
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(firefox42 verified, firefox43 verified, firefox44 verified, firefox45 fixed, b2g-v2.5 fixed, fennec42+)
People
(Reporter: snorp, Assigned: Margaret)
References
Details
Attachments
(2 files)
|
1.19 KB,
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-release+
|
Details | Diff | Splinter Review |
|
1.29 KB,
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
ZoomedView is supposed to be on by default in Nightly, but the change in bug 1165128 enabled it on all branches[0] (there is no Nightly guard).
[0] https://hg.mozilla.org/releases/mozilla-release/rev/12df4e64ecc3
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(michael.l.comella)
| Assignee | ||
Comment 1•10 years ago
|
||
We should write a patch to actually disable this, and uplift it.
Blocks: zoomedview
tracking-fennec: --- → ?
| Assignee | ||
Comment 2•10 years ago
|
||
Patch for release (the pref name changed on other channels).
Attachment #8691983 -
Flags: review?(mark.finkle)
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8691984 -
Flags: review?(mark.finkle)
Comment 4•10 years ago
|
||
Comment on attachment 8691983 [details] [diff] [review]
Disabled zoomed view on release
If we want to land this everywhere, you could use
#ifdef NIGHTLY_BUILD
pref("ui.zoomedview.disabled", false);
#else
pref("ui.zoomedview.disabled", true);
#endif
(changing the pref on channels where "ui.zoomedview.enabled" is still used)
Attachment #8691983 -
Flags: review?(mark.finkle) → review+
Updated•10 years ago
|
Attachment #8691984 -
Flags: review?(mark.finkle) → review+
Comment 5•10 years ago
|
||
OK, I see these are already channel-specific patches. Onward!
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8691983 [details] [diff] [review]
Disabled zoomed view on release
Approval Request Comment
[Feature/regressing bug #]: bug 1165128
[User impact if declined]: shipping a broken feature, which can lead to webpage bustage (e.g. bug 1224888)
[Describe test coverage new/current, TreeHerder]: no tests
[Risks and why]: low-risk, flipping a pref to disable a feature
[String/UUID change made/needed]: none
Attachment #8691983 -
Flags: approval-mozilla-release?
| Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8691984 [details] [diff] [review]
Disable zoomed view on aurora/beta
Approval Request Comment
[Feature/regressing bug #]: bug 1165128
[User impact if declined]: shipping a broken feature, which can lead to webpage bustage (e.g. bug 1224888)
[Describe test coverage new/current, TreeHerder]: no tests
[Risks and why]: low-risk, flipping a pref to disable a feature
[String/UUID change made/needed]: none
Attachment #8691984 -
Attachment description: Disable zoomed view on beta → Disable zoomed view on aurora/beta
Attachment #8691984 -
Flags: approval-mozilla-beta?
Attachment #8691984 -
Flags: approval-mozilla-aurora?
Looks like Margaret took care of this (thanks!). The patches seem reasonable.
To be explicit, this is intentionally shipping in 45 (bug 1196146).
Flags: needinfo?(michael.l.comella)
Assignee: nobody → margaret.leibovic
Comment 9•10 years ago
|
||
NI to Sylvestre to try to get these patches approved for the Beta 7 build and the likely Fx42.0.2 release
Flags: needinfo?(sledru)
Updated•10 years ago
|
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → affected
status-firefox45:
--- → affected
Flags: needinfo?(sledru)
Updated•10 years ago
|
Attachment #8691983 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 10•10 years ago
|
||
Comment on attachment 8691984 [details] [diff] [review]
Disable zoomed view on aurora/beta
Sure, taking it to have it in beta 7!
Attachment #8691984 -
Flags: approval-mozilla-beta?
Attachment #8691984 -
Flags: approval-mozilla-beta+
Attachment #8691984 -
Flags: approval-mozilla-aurora?
Attachment #8691984 -
Flags: approval-mozilla-aurora+
Comment 11•10 years ago
|
||
this does not apply to mozilla-aurora cleanly:
(eg '1-3,5', or 's' to toggle the sort order between id & patch description) 2
adding 1227974 to series file
renamed 1227974 -> disable-beta.diff
applying disable-beta.diff
patching file mobile/android/app/mobile.js
Hunk #1 FAILED at 405
1 out of 1 hunks FAILED -- saving rejects to file mobile/android/app/mobile.js.rej
can you take a look, thanks!
Flags: needinfo?(margaret.leibovic)
Comment 12•10 years ago
|
||
| Assignee | ||
Comment 13•10 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #11)
> this does not apply to mozilla-aurora cleanly:
> (eg '1-3,5', or 's' to toggle the sort order between id & patch description)
> 2
> adding 1227974 to series file
> renamed 1227974 -> disable-beta.diff
> applying disable-beta.diff
> patching file mobile/android/app/mobile.js
> Hunk #1 FAILED at 405
> 1 out of 1 hunks FAILED -- saving rejects to file
> mobile/android/app/mobile.js.rej
>
> can you take a look, thanks!
Fixed and landed on aurora:
https://hg.mozilla.org/releases/mozilla-aurora/rev/089460329f5f
Flags: needinfo?(margaret.leibovic)
| Assignee | ||
Updated•10 years ago
|
tracking-fennec: ? → 42+
Comment 14•10 years ago
|
||
"ui.zoomedview.enabled=false" on Firefox for Android 43 Beta 7, so marking status-firefox43 as verified
Comment 15•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
| Assignee | ||
Comment 16•10 years ago
|
||
Closing this as fixed, since nothing needs to land on m-c here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 17•10 years ago
|
||
"ui.zoomedview.disabled=true" on Firefox for Android 42.0.2, so marking status-firefox42 as verified
Updated•10 years ago
|
Comment 19•10 years ago
|
||
"ui.zoomedview.enabled=false"
Verified as fixed in Firefox 44 Beta 8;
Device: Asus ZenPad 8 (Android 5.0.2).
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•