Closed
Bug 769896
Opened 12 years ago
Closed 12 years ago
Make "Import from Android" use MultiChoicePreference
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(firefox15- fixed, firefox16 verified, firefox17 verified)
VERIFIED
FIXED
Firefox 16
People
(Reporter: gcp, Assigned: gcp)
References
Details
Attachments
(1 file)
6.47 KB,
patch
|
bnicholson
:
review+
akeybl
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Bug 754335 added a MultiChoicePreference dialog. The "Import from Android" in bug 710330 already had a lightweight version of that. We should change the latter to use the former.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → gpascutto
Attachment #641466 -
Flags: review?(bnicholson)
Assignee | ||
Updated•12 years ago
|
tracking-firefox15:
--- → ?
Comment 3•12 years ago
|
||
Comment on attachment 641466 [details] [diff] [review]
Patch 1. Use MultiChoicePreference
Too bad this seems to just complicate your code more. Maybe MultiChoicePreference should return a Map instead of different arrays.
Attachment #641466 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 4•12 years ago
|
||
More functionality for approximately the same amount of code isn't much of a complication :)
https://hg.mozilla.org/integration/mozilla-inbound/rev/1f4ad785cca8
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 641466 [details] [diff] [review]
Patch 1. Use MultiChoicePreference
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 710330
User impact if declined: Settings dialog lost on rotation
Testing completed (on m-c, etc.): Just landed on m-c
Risk to taking this patch (and alternatives if risky): Broken UI? Low risk.
Attachment #641466 -
Flags: approval-mozilla-aurora?
Comment 6•12 years ago
|
||
(In reply to Gian-Carlo Pascutto (:gcp) from comment #5)
> Comment on attachment 641466 [details] [diff] [review]
> Patch 1. Use MultiChoicePreference
>
> [Approval Request Comment]
> Bug caused by (feature/regressing bug #): Bug 710330
> User impact if declined: Settings dialog lost on rotation
> Testing completed (on m-c, etc.): Just landed on m-c
> Risk to taking this patch (and alternatives if risky): Broken UI? Low risk.
So does this have string changes then?
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Assignee | ||
Comment 8•12 years ago
|
||
>So does this have string changes then?
No, it's a functional change in existing UI.
Updated•12 years ago
|
Attachment #641466 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•12 years ago
|
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 641466 [details] [diff] [review]
Patch 1. Use MultiChoicePreference
[Approval Request Comment]
Same as for the approval-aurora that already got a +. I forgot to land this patch on Aurora.
Attachment #641466 -
Flags: approval-mozilla-beta?
Comment 10•12 years ago
|
||
Comment on attachment 641466 [details] [diff] [review]
Patch 1. Use MultiChoicePreference
Mobile only, so approving for Beta landing.
Attachment #641466 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•12 years ago
|
status-firefox15:
--- → affected
status-firefox16:
--- → fixed
Assignee | ||
Comment 11•12 years ago
|
||
Comment 12•12 years ago
|
||
aurora?
Assignee | ||
Comment 13•12 years ago
|
||
It's already in Aurora. The patch landed in Nightly, and didn't get in Aurora before the migration date (16th July), so it's in Aurora now because it was in Nightly, and was missing in Beta because it wasn't in Aurora (until comment 11 added it to beta after the migration).
Keywords: checkin-needed
Updated•12 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
•