Closed
Bug 815918
Opened 12 years ago
Closed 12 years ago
critical AppsUtils.jsm l10n manifest issue
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mozilla, Unassigned)
Details
http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/AppsUtils.jsm#251, extracting locale-specific meta data from web app manifests
Comment 1•12 years ago
|
||
What's the problem here? I don't follow what this bug is about.
Updated•12 years ago
|
Component: General → DOM: Apps
Product: Boot2Gecko → Core
Version: unspecified → Trunk
Reporter | ||
Comment 2•12 years ago
|
||
This is blocking b2g gecko multilocale.
Filed here per Dietrich.
Component: DOM: Apps → General
Product: Core → Boot2Gecko
Version: Trunk → unspecified
Reporter | ||
Updated•12 years ago
|
Whiteboard: [multilocale]
Comment 3•12 years ago
|
||
Btw - I moved this over dom apps because the code being referenced falls under that component (DOM: Apps).
(In reply to Aki Sasaki [:aki] from comment #2)
> This is blocking b2g gecko multilocale.
> Filed here per Dietrich.
In what sense? I'm trying to understand what's needed on the dom apps area a bit better. The code being referenced appears to be analyzing the locales property in the app manifest.
blocking-basecamp: --- → ?
Component: General → DOM: Apps
Product: Boot2Gecko → Core
Version: unspecified → Trunk
Reporter | ||
Comment 4•12 years ago
|
||
I'm just transcribing issues from an email thread to bugzilla; more info coming later from those familiar with the issues.
I imagine the problem is we'll hit problems with multilocale builds switching locales properly if we get locale-specific info here.
Comment 5•12 years ago
|
||
This code helps to get the right values out of manifests when we have several locales specified in the manifest. This jsm is only used by chrome code, so gaia needs to reimplement something similar if that's not already the case.
Flags: needinfo?(dietrich)
Comment 7•12 years ago
|
||
(In reply to Dietrich Ayala (:dietrich) from comment #6)
> Hi Fabrice, what info is needed from me?
See comment 2. This bug is not actionable in its current form, while having a dramatic sounding title.
Comment 8•12 years ago
|
||
Ok, it's related to the changes coming up in bug 812784
Comment 9•12 years ago
|
||
I'm unhooking this bug and resolving it INCOMPLETE.
I've been pondering a bit more about the problems, and I don't think my approach in bugs 812784 and 796051 works.
No longer blocks: b2g_l10n_1.0
Status: NEW → RESOLVED
Closed: 12 years ago
No longer depends on: 812784
Resolution: --- → INCOMPLETE
Whiteboard: [multilocale]
Updated•12 years ago
|
blocking-basecamp: ? → ---
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•