Closed
Bug 960611
Opened 11 years ago
Closed 11 years ago
[Camera] Create mechanism to save/load user settings
Categories
(Firefox OS Graveyard :: Gaia::Camera, enhancement)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed)
Tracking | Status | |
---|---|---|
b2g-v1.4 | --- | fixed |
People
(Reporter: dmarcos, Assigned: wilsonpage)
References
Details
Attachments
(1 file, 1 obsolete file)
Some use cases require to save certain settings when closing the camera. e.g: Flash state is persisted between camera launches.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → wilsonpage
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8368052 -
Flags: review?(dmarcos)
Reporter | ||
Comment 2•11 years ago
|
||
Attachment #8368052 -
Attachment is obsolete: true
Attachment #8368052 -
Flags: review?(dmarcos)
Attachment #8375754 -
Flags: review?(dmarcos)
Reporter | ||
Updated•11 years ago
|
Attachment #8375754 -
Flags: review?(dmarcos) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Landed in master:
https://github.com/mozilla-b2g/gaia/commit/3d01dbcfe42d6f57c794855b8c4bcc462e4e38d1
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Reverted for Gaia unit test perma-fail on TBPL.
https://github.com/mozilla-b2g/gaia/commit/e86a1d8a35d68c00267edb087b230d82115dac8c
https://tbpl.mozilla.org/php/getParsedLog.php?id=34669659&tree=B2g-Inbound
gaia-unit-tests TEST-UNEXPECTED-FAIL | camera/test/unit/lib/sounds_test.js | Sounds Sounds#createAudio() Should set the mozAudioChannel type | expected false to be truthy
gaia-unit-tests TEST-UNEXPECTED-FAIL | camera/test/unit/controllers/hud_test.js | controllers/hud "before each" hook | The constructor should be a function.
TypeError: The constructor should be a function.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•11 years ago
|
||
Ran all unit-tests locally on 'master' branch and all seem to be passing. Pointing to TBPL env differences.
Assignee | ||
Comment 6•11 years ago
|
||
Submitted a fix for camera/test/unit/controllers/hud_test.js
https://github.com/dmarcos/gaia/pull/32
Can't recreate the audio one at the moment.
Assignee | ||
Comment 7•11 years ago
|
||
I have no idea why the audio test would be failing. It is an old test that has been around for a long time. The hud test failure was understandable.
I suggest we try to land again, but will leave this decision to dmarcos.
Reporter | ||
Comment 8•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: --- → 1.4+
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
Target Milestone: --- → 1.4 S1 (14feb)
You need to log in
before you can comment on or make changes to this bug.
Description
•