Closed
Bug 1121831
Opened 10 years ago
Closed 10 years ago
[Privacy Panel] Transparency Control: apps search filter
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(b2g-v2.2 verified, b2g-master verified)
VERIFIED
FIXED
2.2 S7 (6mar)
People
(Reporter: kaze, Assigned: kaze)
Details
Attachments
(2 files)
Following bug 1118003, here’s the implementation of the “Apps search” filter that has been specified here:
https://drive.google.com/folderview?id=0B5rfAsa_Z3pBZUx1RXpUdmNmVFU&usp=sharing
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → fabien.cazenave
Status: NEW → ASSIGNED
Attachment #8549390 -
Flags: review?(etienne)
Comment 2•10 years ago
|
||
Comment on attachment 8549390 [details] [review]
patch proposal
Comments on github (non trivial but we'll get there :))
Attachment #8549390 -
Flags: review?(etienne)
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8549390 [details] [review]
patch proposal
Thanks for the useful comments Étienne, here’s an updated version.
Attachment #8549390 -
Flags: review?(etienne)
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment on attachment 8549390 [details] [review]
patch proposal
r=me with a green try but feel free to flag me again if the change required to fix the keyboard hiding issue is big/weird :)
Attachment #8549390 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 6•10 years ago
|
||
I found the error in the integration tests, here’s a green try: https://treeherder.mozilla.org/#/jobs?repo=gaia-try&revision=fc95223b009d
Merged on master: https://github.com/mozilla-b2g/gaia/commit/b420fc5
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8549390 [details] [review]
patch proposal
[Approval Request Comment]
[User impact] if declined: applications can’t be filtered in the Privacy Panel
[Testing completed]: manual + integration
[Risk to taking this patch] (and alternatives if risky): low
[String changes made]: 3 new strings
Attachment #8549390 -
Flags: approval-gaia-v2.2?(bbajaj)
Comment 8•10 years ago
|
||
I'm perfectly fine with the test change but the `leaveSearchMode` in `apps/privacy-panel/test/marionette/lib/panels/tc_main.js` is now dead code right? Might be worth it to file a tiny follow up to remove it.
Note: this is a test only follow up removing an unused method it should not block the approval request.
Updated•10 years ago
|
Attachment #8549390 -
Flags: approval-gaia-v2.2?(bbajaj) → approval-gaia-v2.2+
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
This issue is verified fixed on the latest Nightly Flame 3.0 and 2.2 builds.
Actual Results: App searching is available in the Transparency Control panel.
Environmental Variables:
Device: Flame 3.0
BuildID: 20150302010223
Gaia: f34ce82a840ad3c0aed3bfff18517b3f6a0eb37f
Gecko: eea6188b9b05
Gonk: e7c90613521145db090dd24147afd5ceb5703190
Version: 39.0a1 (3.0)
Firmware Version: v18D-1
User Agent: Mozilla/5.0 (Mobile; rv:39.0) Gecko/39.0 Firefox/39.0
Environmental Variables:
Device: Flame 2.2
BuildID: 20150302002504
Gaia: 77609916ca5ab721150fab2b7bc5c37f43ee3a5a
Gecko: 27ab8aa34201
Gonk: e7c90613521145db090dd24147afd5ceb5703190
Version: 37.0 (2.2)
Firmware Version: v18D-1
User Agent: Mozilla/5.0 (Mobile; rv:37.0) Gecko/37.0 Firefox/37.0
Status: RESOLVED → VERIFIED
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
You need to log in
before you can comment on or make changes to this bug.
Description
•