Closed
Bug 809972
Opened 12 years ago
Closed 12 years ago
settings.js: gracefully handle missing nsIAudioManager on desktop builds
Categories
(Firefox OS Graveyard :: General, defect, P1)
Firefox OS Graveyard
General
Tracking
(blocking-basecamp:+, firefox18 fixed, firefox19 fixed)
People
(Reporter: philikon, Assigned: philikon)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Bug 791642 broke the desktop builds. settings.js now tries to access Ci.nsIAudioManager no matter what. We should handle this gracefully to not break desktop builds.
Assignee | ||
Comment 1•12 years ago
|
||
Nom'ing for basecamp blocking because desktop build breakage = sad panda.
blocking-basecamp: --- → ?
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → philipp
Attachment #679765 -
Flags: review?(fabrice)
Comment 3•12 years ago
|
||
Dupe of bug 809577, slightly different fix. I tend to prefer this one though.
Updated•12 years ago
|
Attachment #679765 -
Flags: review?(fabrice) → review+
Comment 5•12 years ago
|
||
Note that I had already landed bug 809577 on inbound when it was duped to this one, so the patch here will need to be rebased.
https://hg.mozilla.org/integration/mozilla-inbound/rev/6f9dd07d9d64
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #679765 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 10•12 years ago
|
||
I'd like to ask for approval to land this on aurora as well. This fix makes it possible to change the locale (among other settings) in the desktop build. It's important to our localization effort and testing.
Assignee | ||
Comment 11•12 years ago
|
||
Comment on attachment 679777 [details] [diff] [review]
v2 r=fabrice
Requesting approval-mozilla-aurora in case blocking-basecamp is denied.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 791642
User impact if declined: see comment 10
Testing completed (on m-c, etc.): Already tested on m-c / b2g nightlies.
Risk to taking this patch (and alternatives if risky): virtually none
String or UUID changes made by this patch: none
Attachment #679777 -
Flags: approval-mozilla-aurora?
Comment 12•12 years ago
|
||
l10n blocker, approving for Aurora 18.
blocking-basecamp: ? → +
Priority: -- → P1
Target Milestone: --- → B2G C1 (to 19nov)
Updated•12 years ago
|
Attachment #679777 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•12 years ago
|
||
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•