Closed
Bug 1093220
Opened 10 years ago
Closed 10 years ago
Remove logic for loading search engine in search activity from assets
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(firefox35 fixed, firefox36 fixed)
RESOLVED
FIXED
Firefox 36
People
(Reporter: Margaret, Assigned: shashank, Mentored)
References
Details
(Whiteboard: [lang=java][good first bug])
Attachments
(1 file)
3.50 KB,
patch
|
Margaret
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This code was required when we supported a standalone search activity, but now that we require shipping it with Fennec, we can get rid of this.
We should remove the getEngineFromAssets method and places where it's called:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/search/java/org/mozilla/search/providers/SearchEngineManager.java#219
http://mxr.mozilla.org/mozilla-central/source/mobile/android/search/java/org/mozilla/search/providers/SearchEngineManager.java#188
Same thing for reading the engine list:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/search/java/org/mozilla/search/providers/SearchEngineManager.java#136
Assignee | ||
Comment 1•10 years ago
|
||
Removed definition and 1 call of 'getEngineFromAssets()' and a 'context.getResources().getAssets().open()'
Assignee: nobody → shashank
Status: NEW → ASSIGNED
Attachment #8519595 -
Flags: review?(margaret.leibovic)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8519595 [details] [diff] [review]
BUG1093220.patch
Review of attachment 8519595 [details] [diff] [review]:
-----------------------------------------------------------------
Perfect, thanks!
Attachment #8519595 -
Flags: review?(margaret.leibovic) → review+
Reporter | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [lang=java][good first bug] → [lang=java][good first bug][fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [lang=java][good first bug][fixed-in-fx-team] → [lang=java][good first bug]
Target Milestone: --- → Firefox 36
Reporter | ||
Comment 5•10 years ago
|
||
We should uplift this patch to make uplifting bug 1091728 easier.
Blocks: 1091728
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8519595 [details] [diff] [review]
BUG1093220.patch
Approval Request Comment
[Feature/regressing bug #]: search activity
[User impact if declined]: it will be harder to uplift bug 1091728
[Describe test coverage new/current, TBPL]: no tests, baked on m-c
[Risks and why]: low-risk, removes some unused code paths
[String/UUID change made/needed]: none
Attachment #8519595 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8519595 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•10 years ago
|
||
status-firefox35:
--- → fixed
status-firefox36:
--- → fixed
Updated•7 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
•