Bug 61069 - Media Stream API: add a platform mock for testing
Summary: Media Stream API: add a platform mock for testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tommy Widenflycht
URL:
Keywords:
Depends on: 56922 60205 85618 86215
Blocks: 56459 61068
  Show dependency treegraph
 
Reported: 2011-05-18 09:45 PDT by Leandro Graciá Gil
Modified: 2012-07-24 05:56 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.