Closed
Bug 1190291
Opened 10 years ago
Closed 10 years ago
don't process blocks beyond aTicksToProcess in an offline graph
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: karlt, Assigned: karlt)
References
Details
(Keywords: perf)
Attachments
(3 files)
12.39 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
3.26 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
2.36 KB,
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
Currently the graph keeps processing after the specified time.
One of the quirks of this is that web audio nodes connected to a destination node are blocked on the next iteration, but other nodes are not.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8642298 -
Flags: review?(padenot)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8642299 -
Flags: review?(padenot)
Updated•10 years ago
|
Attachment #8642298 -
Flags: review?(padenot) → review+
Updated•10 years ago
|
Attachment #8642299 -
Flags: review?(padenot) → review+
Assignee | ||
Comment 4•10 years ago
|
||
The manifest changes come from |mach web-platform-tests --manifest-update|
as described in
https://lists.mozilla.org/pipermail/dev-platform/2015-March/009167.html
Attachment #8643467 -
Flags: review?(padenot)
![]() |
||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/63646a4fb768
https://hg.mozilla.org/mozilla-central/rev/def7ba7179be
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•10 years ago
|
Attachment #8643467 -
Flags: review?(padenot) → review+
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite+
Comment 8•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•