12012-05-03 Tommy Widenflycht <tommyw@google.com>
2
3 MediaStream API: Make PeerConnection00's API fully compliant with the draft
4 https://bugs.webkit.org/show_bug.cgi?id=85491
5
6 Reviewed by NOBODY (OOPS!).
7
8 Mainly making the relevant API's use objects (aka Dictionaries) instead of the temporary strings,
9 but also making a few API's exception aware and changing the name of a flag.
10
11 Existing tests modified.
12
13 * Modules/mediastream/PeerConnection00.cpp:
14 (WebCore::PeerConnection00::createMediaHints):
15 (WebCore::PeerConnection00::createOffer):
16 (WebCore):
17 (WebCore::PeerConnection00::createAnswer):
18 (WebCore::PeerConnection00::createIceOptions):
19 (WebCore::PeerConnection00::startIce):
20 (WebCore::PeerConnection00::addStream):
21 (WebCore::PeerConnection00::changeReadyState):
22 * Modules/mediastream/PeerConnection00.h:
23 (WebCore):
24 (PeerConnection00):
25 * Modules/mediastream/PeerConnection00.idl:
26