Closed
Bug 342943
Opened 19 years ago
Closed 19 years ago
Evaluate localization of feed contentHandler webservices
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 2 beta2
People
(Reporter: Pike, Assigned: bugs)
Details
(Keywords: fixed1.8.1, Whiteboard: [mustfix])
Attachments
(1 file)
|
5.38 KB,
patch
|
pamg.bugs
:
review+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla1.8/source/browser/app/profile/firefox.js#448
lists a few webservices to handle feeds, we may want those to be localizable.
Updated•19 years ago
|
Flags: blocking-firefox2?
Comment 1•19 years ago
|
||
This could be IMHO localizable by adding appropriate prefs into firefox-l10n.js and I surely want to substitute the english services with our local ones.
| Reporter | ||
Comment 2•19 years ago
|
||
firefox-l10n.js sounds like the least favorable position for critical l10n content, from a trademarks and QA perspective.
Updated•19 years ago
|
Flags: blocking-firefox2? → blocking-firefox2+
Target Milestone: --- → Firefox 2 beta2
Comment 3•19 years ago
|
||
Just so we're totally clear -- because earlier comments say "may" and "could" -- we definitely want the feed services to be localizable for Firefox 2.
As far as I know, everyone is in agreement that this fix should go into beta2; speak now if you dissent!
Comment 4•19 years ago
|
||
I'm collecting the Japanese market services.
Updated•19 years ago
|
Whiteboard: [mustfix]
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → bugs
| Assignee | ||
Comment 5•19 years ago
|
||
Uses localizable strings for service names and URIs, also updates the name of the Google services to the correct production names.
Attachment #230156 -
Flags: review?
| Assignee | ||
Updated•19 years ago
|
Attachment #230156 -
Flags: review? → review?(pamg.bugs)
| Reporter | ||
Comment 6•19 years ago
|
||
Is the number of three feeds per locale given? Could they add more, or drop one?
I'm curious about those
pref("browser.contentHandlers.types.2.type", "application/vnd.mozilla.maybe.feed");
is it a good idea to hardcode those in firefox.js, or would it make sense to fallback to "application/vnd.mozilla.maybe.feed" if that's not given at all?
One nit, the XXBen comment should probably go as part of fixing this bug.
Comment 7•19 years ago
|
||
(In reply to comment #6)
> Is the number of three feeds per locale given? Could they add more, or drop
> one?
Three is not a firm limit. If there aren't three that make sense for a given locale, then having fewer seems reasonable. If there are four or five that have a legitimate strong presence in that market, then they shouldn't hesitate to submit them for approval.
| Assignee | ||
Comment 8•19 years ago
|
||
The type is necessary because the system that handles web service registration for content types is not specific in any way to feeds, feeds just happens to be the first consumer of its data.
Comment 9•19 years ago
|
||
Comment on attachment 230156 [details] [diff] [review]
patch
>Index: browser/app/profile/firefox.js
> #ifdef MOZ_FEEDS
> // XXXben This is just here for demo purposes until web registration works!
> // XXXben Needs Localization!
Nit: this second comment isn't needed anymore. (Does the first still apply?)
r=me with inapplicable comments nixed.
Attachment #230156 -
Flags: review?(pamg.bugs) → review+
Comment 10•19 years ago
|
||
Pam- question for the Japan market. Do you want the same URL or is there a google.co.jp url that we should be using for the Japan builds?
| Assignee | ||
Comment 11•19 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Attachment #230156 -
Flags: approval1.8.1?
Updated•19 years ago
|
Attachment #230156 -
Flags: approval1.8.1? → approval1.8.1+
| Assignee | ||
Comment 12•19 years ago
|
||
Fixed on the branch.
When this service becomes truly generic for FF3.0, the type field needs to become localizable too, and perhaps this configuration should no longer live in prefs?
Keywords: fixed1.8.1
Comment 13•19 years ago
|
||
Axel: Now that this has landed, can you write a quick paragraph that describes exactly what people need to do to change these values in their locale? You can drop it right into the l10n-requirements if you want, or stick it here, or email me, whatever's easiest.
Comment 14•19 years ago
|
||
(In reply to comment #7)
> If there are four or five that
> have a legitimate strong presence in that market, then they shouldn't hesitate
> to submit them for approval.
I was playing around with this a moment ago and when I added:
browser.contentHandlers.types.3.title=Startowy.com
browser.contentHandlers.types.3.uri=http://www.startowy.com/dodajrss.html?zrodlo=%s
to the region.properties, it did not show up. When I removed Yahoo and added it as ...types.2 it appeared correctly.
Then I read the patch above and now it's clear to me that .3 can't work from region.properties.
It's not that I want more than three in my locale, though.
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•