RESOLVED FIXED189390
Add support for unified plan transceivers
https://bugs.webkit.org/show_bug.cgi?id=189390
Summary Add support for unified plan transceivers
youenn fablet
Reported 2018-09-06 18:43:59 PDT
Add support for unified plan transceivers
Attachments
Patch (94.56 KB, patch)
2018-09-06 22:58 PDT, youenn fablet
no flags
Archive of layout-test-results from ews121 for ios-simulator-wk2 (2.71 MB, application/zip)
2018-09-07 01:03 PDT, EWS Watchlist
no flags
Archive of layout-test-results from ews124 for ios-simulator-wk2 (2.71 MB, application/zip)
2018-09-07 03:07 PDT, EWS Watchlist
no flags
Patch (106.51 KB, patch)
2018-09-07 09:02 PDT, youenn fablet
no flags
Patch (107.15 KB, patch)
2018-09-07 09:26 PDT, youenn fablet
no flags
Patch (96.26 KB, patch)
2018-09-07 10:27 PDT, youenn fablet
no flags
Patch for landing (95.73 KB, patch)
2018-09-07 14:15 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2018-09-06 22:58:12 PDT
EWS Watchlist
Comment 2 2018-09-06 22:59:43 PDT
Attachment 349115 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:37: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSource.h:161: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 2 in 40 files If any of these errors are false positives, please file a bug against check-webkit-style.
EWS Watchlist
Comment 3 2018-09-07 01:03:45 PDT
Comment on attachment 349115 [details] Patch Attachment 349115 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/9123804 New failing tests: fast/mediastream/RTCPeerConnection-setRemoteDescription-offer.html fast/mediastream/RTCPeerConnection-remotely-assigned-transceiver-mid.html fast/mediastream/RTCPeerConnection-inspect-offer.html fast/mediastream/RTCPeerConnection-media-setup-two-dialogs.html fast/mediastream/RTCPeerConnection-inspect-answer.html fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html fast/mediastream/RTCPeerConnection-setLocalDescription-offer.html fast/mediastream/RTCPeerConnection-addIceCandidate.html fast/mediastream/RTCPeerConnection-onnegotiationneeded.html
EWS Watchlist
Comment 4 2018-09-07 01:03:46 PDT
Created attachment 349120 [details] Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.4
EWS Watchlist
Comment 5 2018-09-07 03:07:33 PDT
Comment on attachment 349115 [details] Patch Attachment 349115 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/9125034 New failing tests: fast/mediastream/RTCPeerConnection-setRemoteDescription-offer.html fast/mediastream/RTCPeerConnection-remotely-assigned-transceiver-mid.html fast/mediastream/RTCPeerConnection-inspect-offer.html fast/mediastream/RTCPeerConnection-media-setup-two-dialogs.html fast/mediastream/RTCPeerConnection-inspect-answer.html fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html fast/mediastream/RTCPeerConnection-setLocalDescription-offer.html fast/mediastream/RTCPeerConnection-addIceCandidate.html fast/mediastream/RTCPeerConnection-onnegotiationneeded.html
EWS Watchlist
Comment 6 2018-09-07 03:07:34 PDT
Created attachment 349132 [details] Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.4
youenn fablet
Comment 7 2018-09-07 09:02:31 PDT
EWS Watchlist
Comment 8 2018-09-07 09:05:30 PDT
Attachment 349149 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:37: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSource.h:161: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 2 in 54 files If any of these errors are false positives, please file a bug against check-webkit-style.
youenn fablet
Comment 9 2018-09-07 09:26:16 PDT
EWS Watchlist
Comment 10 2018-09-07 09:30:05 PDT
Attachment 349152 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:37: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSource.h:161: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 2 in 55 files If any of these errors are false positives, please file a bug against check-webkit-style.
youenn fablet
Comment 11 2018-09-07 10:27:04 PDT
EWS Watchlist
Comment 12 2018-09-07 10:31:06 PDT
Attachment 349154 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:37: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSource.h:161: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 2 in 55 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 13 2018-09-07 14:09:50 PDT
Comment on attachment 349154 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=349154&action=review > Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp:156 > if (kind != "audio" && kind != "video") Nit: might as well fix these while you are here: "audio"_s && "video"_s > LayoutTests/ChangeLog:45 > +2018-09-06 Daniel Bates <dabates@apple.com> > + > + [iOS] Add a test to ensure that DOM keyup events have the correct details > + https://bugs.webkit.org/show_bug.cgi?id=189327 > + > + Reviewed by Wenson Hsieh. > + > + Until we fix <rdar://problem/35282761> DOM keyup events will have incorrect details on iOS > + when dispatched in response to a hardware keyboard press. For now, land expected failure results. > + > + * fast/events/ios/keyup-expected.txt: Added. > + * fast/events/ios/keyup.html: Added. > + * resources/ui-helper.js: > + (window.UIHelper.typeCharacter): Escape backslash characters in order to build up > + a well-formed UI script to evaluate. > + Oops
youenn fablet
Comment 14 2018-09-07 14:15:14 PDT
Created attachment 349188 [details] Patch for landing
EWS Watchlist
Comment 15 2018-09-07 14:16:50 PDT
Attachment 349188 [details] did not pass style-queue: ERROR: Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:37: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/platform/mediastream/RealtimeMediaSource.h:161: Inline functions should not be in classes annotated with WEBCORE_EXPORT. Remove the macro from the class and apply it to each appropriate method, or move the inline function definition out-of-line. [build/webcore_export] [4] Total errors found: 2 in 55 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 16 2018-09-07 14:57:56 PDT
Comment on attachment 349188 [details] Patch for landing Clearing flags on attachment: 349188 Committed r235809: <https://trac.webkit.org/changeset/235809>
WebKit Commit Bot
Comment 17 2018-09-07 14:57:58 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 18 2018-09-07 14:58:22 PDT
Note You need to log in before you can comment on or make changes to this bug.