[Webkit-unassigned] [Bug 221695] [GPUP] Some web audio tests in http/tests/security time out when media in GPU Process is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 15:59:49 PST 2021


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.carlson at apple.com,
                   |                            |jer.noble at apple.com

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
It is hitting this code path in HTMLMediaElement::play():
```
    if (m_error && m_error->code() == MediaError::MEDIA_ERR_SRC_NOT_SUPPORTED) {
        ERROR_LOG(LOGIDENTIFIER, "rejecting promise because of error");
        promise.reject(NotSupportedError, "The operation is not supported.");
        return;
    }
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210210/19611c7a/attachment.htm>


More information about the webkit-unassigned mailing list