Changeset 252156 in webkit


Ignore:
Timestamp:
Nov 6, 2019 3:56:41 PM (4 years ago)
Author:
jer.noble@apple.com
Message:

Screen locks while watching previously-muted-then-unmuted video
https://bugs.webkit.org/show_bug.cgi?id=203906
<rdar://problem/55821375>

Reviewed by Eric Carlson.

Source/WebCore:

Test: media/video-unmuted-after-play-holds-sleep-assertion.html

  • html/HTMLMediaElement.cpp:

(WebCore::HTMLMediaElement::setMuted):

LayoutTests:

  • media/video-unmuted-after-play-holds-sleep-assertion-expected.txt: Added.
  • media/video-unmuted-after-play-holds-sleep-assertion.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r252153 r252156  
     12019-11-06  Jer Noble  <jer.noble@apple.com>
     2
     3        Screen locks while watching previously-muted-then-unmuted video
     4        https://bugs.webkit.org/show_bug.cgi?id=203906
     5        <rdar://problem/55821375>
     6
     7        Reviewed by Eric Carlson.
     8
     9        * media/video-unmuted-after-play-holds-sleep-assertion-expected.txt: Added.
     10        * media/video-unmuted-after-play-holds-sleep-assertion.html: Added.
     11
    1122019-11-06  Daniel Bates  <dabates@apple.com>
    213
  • trunk/Source/WebCore/ChangeLog

    r252151 r252156  
     12019-11-06  Jer Noble  <jer.noble@apple.com>
     2
     3        Screen locks while watching previously-muted-then-unmuted video
     4        https://bugs.webkit.org/show_bug.cgi?id=203906
     5        <rdar://problem/55821375>
     6
     7        Reviewed by Eric Carlson.
     8
     9        Test: media/video-unmuted-after-play-holds-sleep-assertion.html
     10
     11        * html/HTMLMediaElement.cpp:
     12        (WebCore::HTMLMediaElement::setMuted):
     13
    1142019-11-06  Oriol Brufau  <obrufau@igalia.com>
    215
  • trunk/Source/WebCore/html/HTMLMediaElement.cpp

    r251950 r252156  
    38183818#endif
    38193819        m_mediaSession->canProduceAudioChanged();
     3820        updateSleepDisabling();
    38203821    }
    38213822
Note: See TracChangeset for help on using the changeset viewer.