[webkit-reviews] review requested: [Bug 226034] [GPUP][MSE] QuotaExceededError Exception not thrown even if the sum of totalTrackBufferSize and appendBuffer size exceeds maximumBufferSize : [Attachment 430570] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 05:11:14 PDT 2021


Jean-Yves Avenard [:jya] <jya at apple.com> has asked  for review:
Bug 226034: [GPUP][MSE] QuotaExceededError Exception not thrown even if the sum
of totalTrackBufferSize and appendBuffer size exceeds maximumBufferSize
https://bugs.webkit.org/show_bug.cgi?id=226034

Attachment 430570: Patch

https://bugs.webkit.org/attachment.cgi?id=430570&action=review




--- Comment #6 from Jean-Yves Avenard [:jya] <jya at apple.com> ---
Created attachment 430570

  --> https://bugs.webkit.org/attachment.cgi?id=430570&action=review

Patch

Cache the size of the remote source buffer, we do so without adding an extra
sync dispatch, instead amending existing calls to include
totalTrackBufferSizeInBytes


More information about the webkit-reviews mailing list