Closed
Bug 819264
Opened 13 years ago
Closed 13 years ago
Need a Policy & Mechanism for Audio Competing & Control (Patch-0 follow-up)
Categories
(Firefox OS Graveyard :: General, defect, P1)
Tracking
(blocking-basecamp:+, firefox18 fixed, firefox19 fixed, firefox20 fixed, b2g18 fixed)
People
(Reporter: airpingu, Assigned: airpingu)
References
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•13 years ago
|
||
This is absolutely a bb+ because it blocks bug 805333 which is a P1 bb+.
blocking-basecamp: --- → ?
| Assignee | ||
Comment 2•13 years ago
|
||
.concat() does not change the existing arrays, but returns a new array, containing the values of the joined arrays.
Attachment #689624 -
Flags: review?(jonas)
Attachment #689624 -
Flags: review?(jonas) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Hi Jonas,
Thanks for your super quick review!
May I have your bb+ so that we can make the check-in process simpler? Or should I ask another check-in approval for aurora/beta? I'm fine with that too. :)
Updated•13 years ago
|
blocking-basecamp: ? → +
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Thanks Gene. Good catch.
Comment 5•13 years ago
|
||
Keywords: checkin-needed
Comment 6•13 years ago
|
||
(In reply to Gene Lian [:gene] from comment #3)
> Hi Jonas,
>
> Thanks for your super quick review!
>
> May I have your bb+ so that we can make the check-in process simpler? Or
> should I ask another check-in approval for aurora/beta? I'm fine with that
> too. :)
Please uplift this remaining audio policy work today.
Target Milestone: --- → B2G C2 (20nov-10dec)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
| Assignee | ||
Comment 9•13 years ago
|
||
Although this fix is trivial and should have no harm at all but I still receive some e-mails:
Talos Regression Trace Malloc MaxHeap increase 0.xxx%
I guess maybe using
array.push.apply(...)
instead of
array = array.concat(...)
would help because the former won't create a new array on heap?
https://hg.mozilla.org/releases/mozilla-aurora/rev/49b847acea24
https://hg.mozilla.org/releases/mozilla-beta/rev/9b5e8d6a48d6
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
Gene: I suspect that's just random noise. It seems very unlikely that this bug would have performance implications.
Updated•13 years ago
|
status-firefox20:
--- → fixed
Whiteboard: [status-b2g18:fixed]
Updated•13 years ago
|
status-b2g18:
--- → fixed
Whiteboard: [status-b2g18:fixed]
You need to log in
before you can comment on or make changes to this bug.
Description
•