WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
93117
MediaStream API: Introduce RTCIceCandidate
https://bugs.webkit.org/show_bug.cgi?id=93117
Summary
MediaStream API: Introduce RTCIceCandidate
Tommy Widenflycht
Reported
2012-08-03 07:20:23 PDT
Introduce RTCIceCandidate together with its corresponding WebCore/platform representation.
Attachments
Patch
(21.72 KB, patch)
2012-08-03 07:26 PDT
,
Tommy Widenflycht
no flags
Details
Formatted Diff
Diff
Patch
(25.28 KB, patch)
2012-08-03 07:47 PDT
,
Tommy Widenflycht
no flags
Details
Formatted Diff
Diff
Patch
(25.40 KB, patch)
2012-08-22 05:20 PDT
,
Tommy Widenflycht
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Tommy Widenflycht
Comment 1
2012-08-03 07:26:25 PDT
Created
attachment 156373
[details]
Patch
Tommy Widenflycht
Comment 2
2012-08-03 07:47:56 PDT
Created
attachment 156381
[details]
Patch
Adam Barth
Comment 3
2012-08-03 10:01:43 PDT
Comment on
attachment 156381
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=156381&action=review
> Source/WebCore/Modules/mediastream/DOMWindowMediaStream.idl:38 > attribute IceCandidateConstructor IceCandidate; > + attribute RTCIceCandidateConstructor RTCIceCandidate;
It's kind of strange that we're rebuilding the entire feature with an RTC prefix. I guess we'll remove the non-RTC prefixed versions when the time is right.
> Source/WebCore/Modules/mediastream/RTCIceCandidate.h:57 > + String toString();
This function seems to be missing an implementation.
> Source/WebCore/Modules/mediastream/RTCIceCandidate.h:62 > + RTCIceCandidate(PassRefPtr<RTCIceCandidateDescriptor>);
explicit
Tommy Widenflycht
Comment 4
2012-08-22 05:14:48 PDT
Comment on
attachment 156381
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=156381&action=review
>> Source/WebCore/Modules/mediastream/DOMWindowMediaStream.idl:38 >> + attribute RTCIceCandidateConstructor RTCIceCandidate; > > It's kind of strange that we're rebuilding the entire feature with an RTC prefix. I guess we'll remove the non-RTC prefixed versions when the time is right.
Yes, and the non-RTC prefixed version will be removed when PeerConnection00 disappears.
>> Source/WebCore/Modules/mediastream/RTCIceCandidate.h:57 >> + String toString(); > > This function seems to be missing an implementation.
Removed for now. Will add this functionality later on.
>> Source/WebCore/Modules/mediastream/RTCIceCandidate.h:62 >> + RTCIceCandidate(PassRefPtr<RTCIceCandidateDescriptor>); > > explicit
Fixed.
Tommy Widenflycht
Comment 5
2012-08-22 05:20:05 PDT
Created
attachment 159907
[details]
Patch
Adam Barth
Comment 6
2012-08-22 12:05:22 PDT
Comment on
attachment 159907
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=159907&action=review
> Source/WebCore/Modules/mediastream/RTCIceCandidate.h:57 > + RTCIceCandidateDescriptor* descriptor();
Commonly we'd just declare this function line because it's a simple getter.
WebKit Review Bot
Comment 7
2012-08-22 12:18:12 PDT
Comment on
attachment 159907
[details]
Patch Clearing flags on attachment: 159907 Committed
r126328
: <
http://trac.webkit.org/changeset/126328
>
WebKit Review Bot
Comment 8
2012-08-22 12:18:16 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug