Closed
Bug 1089539
(NewAudioChannel)
Opened 10 years ago
Closed 8 years ago
[B2G] Refactor Audio Channel Service
Categories
(Firefox OS Graveyard :: AudioChannel, defect, P1)
Tracking
(tracking-b2g:+)
RESOLVED
FIXED
tracking-b2g | + |
People
(Reporter: rlin, Assigned: alwu)
References
Details
User Story
Attachments
(2 files, 2 obsolete files)
33.27 KB,
patch
|
Details | Diff | Splinter Review | |
2.07 KB,
patch
|
Details | Diff | Splinter Review |
This patch would move the judgement of play/pause media element to system app(shell.js).
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → rlin
Reporter | ||
Updated•10 years ago
|
blocking-b2g: --- → 2.2?
Updated•10 years ago
|
OS: Linux → Gonk (Firefox OS)
Priority: -- → P1
Hardware: x86_64 → ARM
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
Should take care this hack in ProcessPriorityManager.cpp: 999
AudioChannelService* service = AudioChannelService::GetOrCreateAudioChannelService();
if (service->ProcessContentOrNormalChannelIsActive(ChildID())) {
return PROCESS_PRIORITY_BACKGROUND_PERCEIVABLE;
}
Updated•10 years ago
|
Blocks: app-audio-channel
Updated•10 years ago
|
feature-b2g: --- → 2.2+
Updated•10 years ago
|
feature-b2g: 2.2+ → 2.2?
User Story: (updated)
Reporter | ||
Comment 3•10 years ago
|
||
Only for fire "mozaudiochannelchange" event.
Reporter | ||
Comment 4•10 years ago
|
||
Receive mozaudiochannelchange event on system app.
Comment 5•10 years ago
|
||
Continue to implement as feature for v3, and not in v2.2 scope.
blocking-b2g: 2.2? → backlog
feature-b2g: 2.2? → ---
Reporter | ||
Comment 7•10 years ago
|
||
WIP for gecko part, system app can control the audiochannel by some APIs.
Attachment #8526649 -
Attachment is obsolete: true
Reporter | ||
Comment 8•10 years ago
|
||
Control audiochannel in system app.
Reporter | ||
Updated•10 years ago
|
Attachment #8526651 -
Attachment is obsolete: true
Reporter | ||
Comment 9•10 years ago
|
||
Let Alastor to follow this meta bug. :)
Assignee: globelinmoz → alwu
Updated•10 years ago
|
Status: NEW → ASSIGNED
Updated•10 years ago
|
Updated•10 years ago
|
Alias: AudioChannel → NewAudioChannel
Updated•9 years ago
|
Assignee | ||
Comment 10•8 years ago
|
||
It has already been fixed bug 1113086.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•