Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Issue 2494553002: Rename RTCIceCandidateEvent to RTCPeerConnectionIceEvent and expose. (Closed)

Created:
4 years, 1 month ago by lunalu1
Modified:
4 years, 1 month ago
CC:
chromium-reviews, blink-reviews, haraken, blink-reviews-bindings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename RTCIceCandidateEvent to RTCPeerConnectionIceEvent and expose. Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/iMEnDLH_oJk/h2ZB9Sv8AQAJ Note: 1. The url attribute on RTCPeerConnectionIceEvent is not added (it is not currently in Gecko). 2. The candidate member of RTCIceCandidateEvent and RTCIceCandidateEventInit is made nullable. Specs: https://w3c.github.io/webrtc-pc/#idl-def-rtcicecandidateeventinit BUG=659286 Committed: https://crrev.com/581c687738c58a871ba5310211d8307244bf07b6 Cr-Commit-Position: refs/heads/master@{#432565}

Patch Set 1 : Initial impl #

Total comments: 6

Patch Set 2 : Added layout test #

Total comments: 6

Patch Set 3 : Codereview update #

Total comments: 10

Patch Set 4 : Codereview update #

Total comments: 6

Patch Set 5 : Codereivew update #

Patch Set 6 : Update rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -178 lines) Patch
A third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateEvent.h View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateEvent.cpp View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/modules/peerconnection/RTCIceCandidateEvent.idl View 1 chunk +0 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEvent.h View 2 chunks +17 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEvent.cpp View 1 1 chunk +26 lines, -13 lines 0 comments Download
A + third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEvent.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A third_party/WebKit/Source/modules/peerconnection/RTCPeerConnectionIceEventInit.idl View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (39 generated)
lunalu1
Hi foolip, could you please take a look at this CL? Thanks
4 years, 1 month ago (2016-11-11 15:56:44 UTC) #10
foolip
Looks good! This will need some tests, very similar to the other one. It'll also ...
4 years, 1 month ago (2016-11-11 16:17:34 UTC) #11
foolip
This'll also need an LGTM from hbos@ or guidou@.
4 years, 1 month ago (2016-11-11 16:28:14 UTC) #13
lunalu1
Hi Philip, I added a layout test but I am not really confident with the ...
4 years, 1 month ago (2016-11-11 20:24:55 UTC) #18
foolip
Test lgtm, only the "undefined" issue needs change, the "url" stuff as you see fit. ...
4 years, 1 month ago (2016-11-11 21:22:05 UTC) #19
hbos_chromium
Looks good, I want to see an Intent to Ship. Link? The link in the ...
4 years, 1 month ago (2016-11-14 15:45:15 UTC) #24
foolip
https://codereview.chromium.org/2494553002/diff/80001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html (right): https://codereview.chromium.org/2494553002/diff/80001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html#newcode9 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html:9: var e = new RTCPeerConnectionIceEvent('type'); On 2016/11/14 15:45:14, hbos_chromium ...
4 years, 1 month ago (2016-11-14 15:49:39 UTC) #25
foolip
On 2016/11/14 15:45:15, hbos_chromium wrote: > Looks good, I want to see an Intent to ...
4 years, 1 month ago (2016-11-14 15:50:48 UTC) #27
hbos_chromium
lgtm with previously mentioned nits fixed
4 years, 1 month ago (2016-11-14 15:53:08 UTC) #28
lunalu1
Hi hbos, I have made the changes based on your comments. Hi Guido, could you ...
4 years, 1 month ago (2016-11-15 18:09:24 UTC) #33
Guido Urdaneta
RS LGTM (provided all of the comments from foolip@ and hbos@ are addressed)
4 years, 1 month ago (2016-11-15 18:23:51 UTC) #34
foolip
lgtm % a few more test nits. https://codereview.chromium.org/2494553002/diff/100001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html (right): https://codereview.chromium.org/2494553002/diff/100001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html#newcode18 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html:18: }, 'RTCPeerConnectionIceEvent ...
4 years, 1 month ago (2016-11-15 19:15:21 UTC) #35
lunalu1
Done. Thanks https://codereview.chromium.org/2494553002/diff/100001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html (right): https://codereview.chromium.org/2494553002/diff/100001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html#newcode18 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnectionIceEvent-constructor.html:18: }, 'RTCPeerConnectionIceEvent constructor with cnadidate paased as ...
4 years, 1 month ago (2016-11-15 19:27:01 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2494553002/140001
4 years, 1 month ago (2016-11-15 21:08:14 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/261006)
4 years, 1 month ago (2016-11-15 21:21:43 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2494553002/140001
4 years, 1 month ago (2016-11-15 21:23:04 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/261070)
4 years, 1 month ago (2016-11-15 21:41:53 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2494553002/160001
4 years, 1 month ago (2016-11-16 15:33:38 UTC) #55
commit-bot: I haz the power
Committed patchset #6 (id:160001)
4 years, 1 month ago (2016-11-16 18:28:19 UTC) #57
commit-bot: I haz the power
4 years, 1 month ago (2016-11-16 18:52:42 UTC) #59
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/581c687738c58a871ba5310211d8307244bf07b6
Cr-Commit-Position: refs/heads/master@{#432565}

Powered by Google App Engine
This is Rietveld 408576698