Bug 61069

Summary: Media Stream API: add a platform mock for testing
Product: WebKit Reporter: Leandro Graciá Gil <leandrogracia>
Component: PlatformAssignee: Tommy Widenflycht <tommyw>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, danilo.eu, donggwan.kim, harald, s.choi, wjjeon
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 56922, 60205, 85618, 86215    
Bug Blocks: 56459, 61068    

Description Leandro Graciá Gil 2011-05-18 09:45:29 PDT
Add a MediaStreamClientMock object to simulate a client implementing the MediaStream API and the methods used in the layout tests.
Comment 1 Alexey Proskuryakov 2011-05-19 00:54:19 PDT
Maybe this needs to be blocked on the work done for window.internals (see bug 59537). As discussed at WebKit contributor meeting, test-only code should not be in WebCore, we're adding a separate library for it.
Comment 2 Leandro Graciá Gil 2011-05-19 02:28:04 PDT
(In reply to comment #1)
> Maybe this needs to be blocked on the work done for window.internals (see bug 59537). As discussed at WebKit contributor meeting, test-only code should not be in WebCore, we're adding a separate library for it.

Thanks for the advice. I'll try to follow bug 59537 to make sure this is implemented in the proper way and location.