Bug 169735

Summary: Add FIXMEs to update WebRTC
Product: WebKit Reporter: Jon Lee <jonlee>
Component: WebKit Misc.Assignee: Jon Lee <jonlee>
Status: RESOLVED FIXED    
Severity: Normal CC: youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 169662    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch youennf: review+

Description Jon Lee 2017-03-16 00:26:02 PDT
Add FIXMEs to update WebRTC and add RTCIceTransport{,State}
Comment 1 Jon Lee 2017-03-16 00:35:18 PDT
Created attachment 304614 [details]
Patch
Comment 2 Jon Lee 2017-03-16 00:47:03 PDT
Created attachment 304615 [details]
Patch
Comment 3 Jon Lee 2017-03-16 01:45:15 PDT
Created attachment 304617 [details]
Patch
Comment 4 Jon Lee 2017-03-16 02:20:14 PDT
Created attachment 304622 [details]
Patch
Comment 5 Jon Lee 2017-03-16 02:38:55 PDT
Created attachment 304624 [details]
Patch
Comment 6 youenn fablet 2017-03-16 09:47:14 PDT
Comment on attachment 304624 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=304624&action=review

> Source/WebCore/Modules/mediastream/RTCIceTransport.cpp:27
> +#include "RTCIceTransport.h"

Why do we need this file?
Comment 7 Jon Lee 2017-03-16 09:49:21 PDT
Committed r214045: <http://trac.webkit.org/changeset/214045>
Comment 8 Jon Lee 2017-03-16 09:52:20 PDT
(In reply to comment #6)
> Comment on attachment 304624 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=304624&action=review
> 
> > Source/WebCore/Modules/mediastream/RTCIceTransport.cpp:27
> > +#include "RTCIceTransport.h"
> 
> Why do we need this file?

For a future patch. I can remove for now.