Bug 192316

Summary: Update libwebrtc up to 0d007d7c4f
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, commit-queue, eric.carlson, tsaunier, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
GTK patch
none
Patch with GTK changes
none
Patch none

youenn fablet
Reported 2018-12-03 11:55:18 PST
Update libwebrtc up to 0d007d7c4f
Attachments
Patch (7.91 MB, patch)
2018-12-03 12:02 PST, youenn fablet
no flags
Patch (7.95 MB, patch)
2018-12-03 16:53 PST, youenn fablet
no flags
Patch (7.96 MB, patch)
2018-12-03 22:20 PST, youenn fablet
no flags
GTK patch (10.68 KB, patch)
2018-12-07 02:56 PST, Alejandro G. Castro
no flags
Patch with GTK changes (7.97 MB, patch)
2018-12-07 08:57 PST, youenn fablet
no flags
Patch (61.75 KB, patch)
2018-12-07 14:59 PST, youenn fablet
no flags
youenn fablet
Comment 1 2018-12-03 12:02:15 PST
youenn fablet
Comment 2 2018-12-03 16:53:03 PST
youenn fablet
Comment 3 2018-12-03 22:20:46 PST
Alejandro G. Castro
Comment 4 2018-12-07 02:56:07 PST
Created attachment 356793 [details] GTK patch This patch fixes compilation for GTK with the upgrade. I have also made some small test with webrtc in appr.tc and it works for chrome.
Alejandro G. Castro
Comment 5 2018-12-07 02:59:00 PST
Comment on attachment 356793 [details] GTK patch View in context: https://bugs.webkit.org/attachment.cgi?id=356793&action=review > Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/logging.cc:84 > const char* tag) { > - OnLogMessage(tag + (": " + msg)); > + OnLogMessage(tag + (": " + msg), severity); > +} > + > +void LogSink::OnLogMessage(const std::string& msg, > + LoggingSeverity /* severity */) { > + OnLogMessage(msg); > } This change adds again code removed previously in WebKit, not sure the reason we removed this originally. > Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/task_queue_libevent.cc:31 > +#if defined(WEBRTC_LINUX) > +#include <event2/event.h> > +#include <event2/event_compat.h> > +#include <event2/event_struct.h> > +#else > #include "base/third_party/libevent/event.h" > +#endif This is the usual requirement to use system libevent.
youenn fablet
Comment 6 2018-12-07 08:57:14 PST
Created attachment 356816 [details] Patch with GTK changes
Eric Carlson
Comment 7 2018-12-07 12:01:00 PST
Comment on attachment 356816 [details] Patch with GTK changes rs=me once the bots are happy
WebKit Commit Bot
Comment 8 2018-12-07 13:44:44 PST
Comment on attachment 356816 [details] Patch with GTK changes Clearing flags on attachment: 356816 Committed r238967: <https://trac.webkit.org/changeset/238967>
WebKit Commit Bot
Comment 9 2018-12-07 13:44:46 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2018-12-07 13:45:41 PST
youenn fablet
Comment 11 2018-12-07 14:59:50 PST
Reopening to attach new patch.
youenn fablet
Comment 12 2018-12-07 14:59:51 PST
WebKit Commit Bot
Comment 13 2018-12-07 15:38:46 PST
Comment on attachment 356841 [details] Patch Clearing flags on attachment: 356841 Committed r238971: <https://trac.webkit.org/changeset/238971>
WebKit Commit Bot
Comment 14 2018-12-07 15:38:48 PST
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.