Bug 159163

Summary: Signal that media element is prepared for inline when being stopped since script won't be able to.
Product: WebKit Reporter: Jeremy Jones <jeremyj-wk>
Component: MediaAssignee: Jeremy Jones <jeremyj-wk>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Jeremy Jones
Reported 2016-06-27 13:01:16 PDT
Signal that media element is prepared for inline when being stopped since script won't be able to.
Attachments
Patch (1.81 KB, patch)
2016-06-27 13:07 PDT, Jeremy Jones
no flags
Patch (3.43 KB, patch)
2016-07-06 11:20 PDT, Jeremy Jones
no flags
Jeremy Jones
Comment 1 2016-06-27 13:01:55 PDT
Jeremy Jones
Comment 2 2016-06-27 13:07:10 PDT
Eric Carlson
Comment 3 2016-06-27 13:27:39 PDT
Comment on attachment 282158 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=282158&action=review > Source/WebCore/html/HTMLMediaElement.cpp:5058 > + setPreparedForInline(true); It would be slightly more efficient to add "if (m_preparedForInline)"
Jeremy Jones
Comment 4 2016-07-06 11:20:40 PDT
WebKit Commit Bot
Comment 5 2016-07-06 13:02:47 PDT
Comment on attachment 282912 [details] Patch Clearing flags on attachment: 282912 Committed r202871: <http://trac.webkit.org/changeset/202871>
WebKit Commit Bot
Comment 6 2016-07-06 13:02:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.