Changeset 258860 in webkit


Ignore:
Timestamp:
Mar 23, 2020 11:10:48 AM (4 years ago)
Author:
youenn@apple.com
Message:

Disable TestWebKitAPI.ProcessSwap.GetUserMediaCaptureState if getUserMedia is not supported
https://bugs.webkit.org/show_bug.cgi?id=209428

Reviewed by Jonathan Bedard.

  • TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r258830 r258860  
     12020-03-23  youenn fablet  <youenn@apple.com>
     2
     3        Disable TestWebKitAPI.ProcessSwap.GetUserMediaCaptureState if getUserMedia is not supported
     4        https://bugs.webkit.org/show_bug.cgi?id=209428
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:
     9
    1102020-03-23  Chris Lord  <clord@igalia.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm

    r258272 r258860  
    62996299}
    63006300
     6301#if ENABLE(MEDIA_STREAM)
     6302
    63016303static bool isCapturing = false;
    63026304@interface GetUserMediaUIDelegate : NSObject<WKUIDelegate>
     
    63866388}
    63876389
     6390#endif
     6391
    63886392#if !PLATFORM(MAC)
    63896393static void traverseLayerTree(CALayer *layer, void(^block)(CALayer *))
Note: See TracChangeset for help on using the changeset viewer.