Changeset 197945 in webkit


Ignore:
Timestamp:
Mar 10, 2016 10:39:46 AM (8 years ago)
Author:
eric.carlson@apple.com
Message:

[MediaStream] push media stream state to the UI process
https://bugs.webkit.org/show_bug.cgi?id=155281

Reviewed by Dean Jackson.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::didCommitLoadForFrame): Don't clear m_mediaState, it is done in

WebPageProxy::resetState. This reverts a change added in r197929.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r197943 r197945  
     12016-03-10  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [MediaStream] push media stream state to the UI process
     4        https://bugs.webkit.org/show_bug.cgi?id=155281
     5
     6        Reviewed by Dean Jackson.
     7
     8        * UIProcess/WebPageProxy.cpp:
     9        (WebKit::WebPageProxy::didCommitLoadForFrame): Don't clear m_mediaState, it is done in
     10          WebPageProxy::resetState. This reverts a change added in r197929.
     11       
     12
    1132016-03-08  Sam Weinig  <sam@webkit.org>
    214
  • trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp

    r197929 r197945  
    30893089
    30903090    m_pageLoadState.commitChanges();
    3091     m_mediaState = MediaProducer::IsNotPlaying;
    30923091    if (m_navigationClient) {
    30933092        if (frame->isMainFrame())
Note: See TracChangeset for help on using the changeset viewer.