Closed
Bug 1126698
Opened 10 years ago
Closed 7 years ago
Support application/x-moz-tabletsearch in the search activity
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Margaret, Unassigned)
References
Details
We need to implement something like _defaultMobileResponseType:
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/search/nsSearchService.js#2815
In the search activity here:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/search/java/org/mozilla/search/providers/SearchEngine.java#144
Looking at the search activity code, we don't support application/x-moz-phonesearch either. Do we need to do that as well?
Flags: needinfo?(mconnor)
Comment 1•10 years ago
|
||
I think we want to use: rel="phone|mobile|tablet|something" and stop using "application/x-moz-t-*"
Comment 2•10 years ago
|
||
+1 on comment 1
Main issue/question is whether we support multiple values for rel= (explicitly covered in the OS spec [1])
Option A: we could have "phone", "tablet", "phone search-activity", "tablet search-activity"
Option B: "phone", "tablet", "phone-activity", "tablet-activity"
I'd recommend Option B, for sanity, but either is technically acceptable within the spec.
[1] http://www.opensearch.org/Specifications/OpenSearch/1.1#Url_rel_values
Flags: needinfo?(mconnor)
Comment 3•7 years ago
|
||
This is an ex-Search Activity now (bug 1221344).
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
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
•