Closed
Bug 971515
Opened 12 years ago
Closed 12 years ago
[System2] Instantiable MediaRecording
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alive, Assigned: gasolin)
References
Details
Attachments
(3 files)
We need media_recording.js to be instantiable and let bootstrap or its parent module to instantiate it.
Also jsdoc + unit test improvement wanted.
Updated•12 years ago
|
Assignee: nobody → johu
Comment 1•12 years ago
|
||
put the PR here and wait for travis's signal.
Comment 2•12 years ago
|
||
Comment on attachment 8377498 [details] [review]
PR for this bug
Alive,
Please review this patch. It changes the followings:
1. wraps the MediaRecording as instantiable object
2. remove few useless variables
3. make media_recording.js, media_recording_test.js pass jshint
Attachment #8377498 -
Flags: review?(alive)
| Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 8377498 [details] [review]
PR for this bug
Please fix bootstrap_test.
Attachment #8377498 -
Flags: review?(alive)
Comment 4•12 years ago
|
||
Comment on attachment 8377498 [details] [review]
PR for this bug
Hi alive,
Please review it again. I had updated the bootstrap_test.js. Thanks.
Attachment #8377498 -
Flags: review?(alive)
| Reporter | ||
Updated•12 years ago
|
Attachment #8377498 -
Flags: review?(alive) → review+
Comment 5•12 years ago
|
||
PR for bubble-tea branch:
https://github.com/mozilla-b2g/gaia/pull/16588
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
merged to bubble tea:
https://github.com/mozilla-b2g/gaia/commit/37739cb918affe7080960a7525f6b7e0e81318bb
Whiteboard: [in-bubble-tea]
| Assignee | ||
Comment 8•12 years ago
|
||
backout because conflict with master https://github.com/mozilla-b2g/gaia/commit/7e27508768e45c7d2ce07f7a4314b2774f934c12
Whiteboard: [in-bubble-tea]
Comment 9•12 years ago
|
||
Deassign myself.
It's so sad to see this back out. It's not a complex patch but just a wrapper. I may take it back when I am free.
Assignee: johu → nobody
| Assignee | ||
Comment 10•12 years ago
|
||
let me do it after new media_recording merged ;->
Assignee: nobody → gasolin
| Assignee | ||
Comment 11•12 years ago
|
||
new version https://github.com/mozilla-b2g/gaia/pull/17114
| Assignee | ||
Comment 12•12 years ago
|
||
all green, will ask for review till bubble-tea merged
| Assignee | ||
Comment 13•12 years ago
|
||
| Assignee | ||
Comment 14•12 years ago
|
||
Comment on attachment 8396967 [details] [review]
pull request redirect to github
travis looks good
Attachment #8396967 -
Flags: review?(alive)
| Reporter | ||
Updated•12 years ago
|
Attachment #8396967 -
Flags: review?(alive) → review+
| Assignee | ||
Comment 15•12 years ago
|
||
fixed addressed issue and merged to gaia-master https://github.com/mozilla-b2g/gaia/commit/2462d4102562ddd06d2dfeeb77c52507239e8292
thanks!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•