Closed
Bug 1143879
Opened 10 years ago
Closed 10 years ago
Implement lang member of Web manifest
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: marcosc, Assigned: marcosc)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 4 obsolete files)
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
It would be nice to support the `lang` attribute of web manifest.
Assignee | ||
Updated•10 years ago
|
Depends on: webmanifest
Assignee | ||
Updated•10 years ago
|
Blocks: webmanifest
No longer depends on: webmanifest
Assignee | ||
Comment 1•10 years ago
|
||
For your reviewing pleasure :)
Attachment #8606055 -
Flags: review?(ehsan)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8606055 -
Attachment is obsolete: true
Attachment #8606055 -
Flags: review?(ehsan)
Attachment #8606481 -
Flags: review?(ehsan)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8606481 -
Attachment is obsolete: true
Attachment #8606481 -
Flags: review?(ehsan)
Attachment #8606489 -
Flags: review?(ehsan)
Comment 4•10 years ago
|
||
Comment on attachment 8606489 [details] [diff] [review]
Fixed typos, enhanced test descriptions
Review of attachment 8606489 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/manifest/ManifestProcessor.jsm
@@ +262,5 @@
> + // API. This is currently the only crappy way to check for validity of
> + // language tags:
> + // https://bugs.ecmascript.org/show_bug.cgi?id=4365
> + try {
> + Intl.Collator(tag);
Right now, we don't support the Intl API on Android (bug 864843), so we need to do something here which would work there too. Perhaps passing the value trimmed is enough?
Attachment #8606489 -
Flags: review?(ehsan) → review-
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mcaceres
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8606489 -
Attachment is obsolete: true
Attachment #8608288 -
Attachment is obsolete: true
Attachment #8608289 -
Flags: review?(ehsan)
Assignee | ||
Comment 7•10 years ago
|
||
Updated•10 years ago
|
Attachment #8608289 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 10•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a96e3936c2cb
https://hg.mozilla.org/mozilla-central/rev/66896f9c0ebd
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•