Closed
Bug 1226209
Opened 9 years ago
Closed 9 years ago
Update order of "Clear private data" checkboxes so that default unchecked boxes are at the bottom
Categories
(Firefox for Android Graveyard :: Settings and Preferences, defect)
Tracking
(firefox46 verified)
RESOLVED
FIXED
Firefox 46
Tracking | Status | |
---|---|---|
firefox46 | --- | verified |
People
(Reporter: Margaret, Assigned: swaroop.rao, Mentored)
References
Details
(Whiteboard: [lang=xml])
Attachments
(2 files, 1 obsolete file)
3.04 KB,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
122.03 KB,
image/png
|
Details |
Follow-up to bug 1221290.
Assignee | ||
Comment 1•9 years ago
|
||
I'd like to take this up. How can I get started? I have a build up and running.
Comment 2•9 years ago
|
||
It should be as simple as reordering the various arrays in this file:
https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/values/arrays.xml#96
OS: Unspecified → Android
Hardware: Unspecified → All
Version: Firefox 35 → Trunk
Assignee | ||
Comment 3•9 years ago
|
||
It's been a long time since I submitted a patch for review. I followed the instructions and hopefully got it right. Please review and let me know if it looks OK or not.
Attachment #8698509 -
Flags: review?(rnewman)
Attachment #8698509 -
Flags: review?(nalexander)
Updated•9 years ago
|
Attachment #8698509 -
Flags: review?(rnewman)
Attachment #8698509 -
Flags: review?(nalexander)
Attachment #8698509 -
Flags: review?(liuche)
Comment 4•9 years ago
|
||
Comment on attachment 8698509 [details] [diff] [review]
name.patch
Review of attachment 8698509 [details] [diff] [review]:
-----------------------------------------------------------------
This is the right place to look, but if you'll notice, you're only updating the default values, but not the corresponding string values. This patch is actually changing the default value of the last item to be false, which is not what we want. We want the items that are unchecked/false by default to be on the bottom.
Attachment #8698509 -
Flags: review?(liuche)
Assignee | ||
Comment 5•9 years ago
|
||
Ah, I see that now. I didn't realize that they all went together. I saw 4 <string-array> elements that had names starting with "pref_private_data", so I modified all of them so that they stay lined up correctly.
Attachment #8698509 -
Attachment is obsolete: true
Attachment #8698763 -
Flags: review?(liuche)
Comment 6•9 years ago
|
||
Comment on attachment 8698763 [details] [diff] [review]
name.patch
Review of attachment 8698763 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm!
Attachment #8698763 -
Flags: review?(liuche) → review+
Updated•9 years ago
|
Assignee: nobody → swaroop.rao
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•9 years ago
|
||
Is there anything else needed from me for this bug? Try server log can be viewed at https://treeherder.mozilla.org/logviewer.html#?job_id=14750951&repo=try.
Flags: needinfo?(nalexander)
Comment 8•9 years ago
|
||
(In reply to swaroop.rao from comment #7)
> Is there anything else needed from me for this bug? Try server log can be
> viewed at
> https://treeherder.mozilla.org/logviewer.html#?job_id=14750951&repo=try.
Nope! Try looks green, and you have r+, so I'll set checkin-needed. Next time, you should be able to set that yourself.
Flags: needinfo?(nalexander)
Keywords: checkin-needed
Keywords: checkin-needed
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 11•9 years ago
|
||
Verified as fixed using:
Device: Nexus 7 (Android 5.1.1)
Build: Firefox for Android 46.0a1 (2015-12-27)
Updated•9 years ago
|
Updated•4 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
•