Closed
Bug 1065997
Opened 10 years ago
Closed 5 years ago
Update localized search plugins to use rel="searchform"
Categories
(Firefox :: Search, defect, P4)
Firefox
Search
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mak, Unassigned)
References
Details
(Whiteboard: [partnerengine][fxsearch])
Once bug 990799 is done and tested for en-US, we should updated the localized search plugins too.
Flags: firefox-backlog+
Updated•10 years ago
|
Flags: qe-verify?
Comment 1•10 years ago
|
||
I was peeking at the discussion on #fx-team about bug 990799, and the impression is that not all searchplugins can be modified What is the reasoning behind this change? Meaning: what do we gain in terms of features, etc. Because between this and the idea of making https a requirement that I read in another post, it starts to become scary.
Comment 2•10 years ago
|
||
The benefit is that we avoid having to update two URLs when updating search plugins, and the behavior between "empty searches" and normal searches is more consistent. Consistency is most important when Mozilla-specific referral codes are involved, so for l10n plugins that likely means Yahoo/Google.
Comment 3•10 years ago
|
||
OK. If we're talking about referrals. it might include eBay and Amazon: eBay is pending an update, I never had to do updates to Amazon so far, so I'm not really sure of the situation either. Google and Bing are centralized, so it's not really an issue. But, then we have the odd one (Japanese). Mike, do you know if we still need that? I read bug 534125 and bug 508793 and I don't really understand why only Japanese has these differences.
Flags: needinfo?(mconnor)
Updated•10 years ago
|
Priority: -- → P4
Whiteboard: [fxsearch]
Updated•10 years ago
|
Whiteboard: [fxsearch] → [fxsearch][partnerengine]
Updated•10 years ago
|
Rank: 45
Whiteboard: [fxsearch][partnerengine] → [partnerengine][fxsearch]
Comment 4•7 years ago
|
||
Is this something we're still interested in doing? Searchplugins are now centralized, so it would be a single patch against mozilla-central
Flags: needinfo?(mconnor) → needinfo?(mozilla)
Comment 5•7 years ago
|
||
Bug 990799 provided no detail on the "Why". Is it just a correctness issue?
Flags: needinfo?(mozilla)
Comment 6•7 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #5) > Bug 990799 provided no detail on the "Why". Is it just a correctness issue? I had a needinfo open for over 3 years from mconnor, at this point I have no clue. As far as I'm concerned, we should WONTFIX this and add rel="searchform" for new searchplugins, or when touching old ones.
Comment 7•7 years ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #5) > Bug 990799 provided no detail on the "Why". Is it just a correctness issue? Using rel="searchform" typically makes us send affiliate codes (and process the 'purpose' value to send the correct one), whereas <SearchForm> typically doesn't.
Comment 8•7 years ago
|
||
> Using rel="searchform" typically makes us send affiliate codes (and process the 'purpose' value to send the correct one), whereas <SearchForm> typically doesn't.
That makes a difference at least for Yandex and Yahoo. We should at least update those (and test).
Comment 9•5 years ago
|
||
Since the switch to moving everything into mozilla-central and also to WebExtensions, I believe this is no longer relevant.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•