[Webkit-unassigned] [Bug 145164] New: AudioContext suspend/resume/close should resolve promises immediately when state is already suspended/active/closed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 01:55:37 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145164

            Bug ID: 145164
           Summary: AudioContext suspend/resume/close should resolve
                    promises immediately when state is already
                    suspended/active/closed
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

This is a split from https://bugs.webkit.org/show_bug.cgi?id=145064.
AudioContext suspend/resume/close methods return promises.
In some cases, they can immediately resolve/reject promises.
The current implementation is doing the resolve/reject of promises asynchronously using postTask.

This may cause some inconsistencies in the order which promises callbacks are actually executed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150519/477e9d2e/attachment.html>


More information about the webkit-unassigned mailing list