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

Issue 2677233002: Expose RTCPeerConnection.icegatheringstatechange. (Closed)

Created:
3 years, 10 months ago by fippo
Modified:
3 years, 9 months ago
CC:
blink-reviews, chromium-reviews, haraken
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : add onicegatheringstatechange test #

Total comments: 5

Patch Set 3 : codereview feedback #

Total comments: 1

Patch Set 4 : fix virtual expectations #

Patch Set 5 : fix virtual expectations #

Patch Set 6 : dont remove oniceconnectionstatechange #

Patch Set 7 : fix number of passing tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -6 lines) Patch
M chrome/browser/media/webrtc/webrtc_browsertest.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/test/data/webrtc/peerconnection.js View 1 4 chunks +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 chunks +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 4 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTypeNames.json5 View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 47 (27 generated)
fippo
3 years, 10 months ago (2017-02-06 16:08:30 UTC) #3
hbos_chromium
https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp File third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp (right): https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp#newcode1392 third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp:1392: if (m_iceConnectionState != ICEConnectionStateClosed && To me it's not ...
3 years, 10 months ago (2017-02-08 12:21:24 UTC) #6
fippo
https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp File third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp (right): https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp#newcode1392 third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp:1392: if (m_iceConnectionState != ICEConnectionStateClosed && On 2017/02/08 12:21:24, hbos_chromium ...
3 years, 10 months ago (2017-02-08 12:46:03 UTC) #7
fippo
https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp File third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp (right): https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp#newcode1392 third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp:1392: if (m_iceConnectionState != ICEConnectionStateClosed && https://w3c.github.io/webrtc-pc/#operation actually says: To ...
3 years, 10 months ago (2017-02-08 12:50:35 UTC) #8
hta - Chromium
On 2017/02/08 12:50:35, fippo wrote: > https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp > File third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp > (right): > > https://codereview.chromium.org/2677233002/diff/20001/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp#newcode1392 ...
3 years, 10 months ago (2017-02-08 13:22:30 UTC) #11
hta - Chromium
Looks good, wonder why we didn't do that before :-) I always ask for more ...
3 years, 10 months ago (2017-02-08 13:35:22 UTC) #13
hbos_chromium
On 2017/02/08 13:35:22, hta - Chromium wrote: > Looks good, wonder why we didn't do ...
3 years, 10 months ago (2017-02-08 13:52:54 UTC) #14
hbos_chromium
On 2017/02/08 13:22:30, hta - Chromium wrote: > I don't think we need to change ...
3 years, 10 months ago (2017-02-08 13:54:07 UTC) #15
fippo
On 2017/02/08 13:54:07, hbos_chromium wrote: > On 2017/02/08 13:22:30, hta - Chromium wrote: > > ...
3 years, 10 months ago (2017-02-08 20:45:21 UTC) #16
hbos_chromium
To run what the bots are running and failing: Build blink_tests (example ninja -C out/gn ...
3 years, 10 months ago (2017-02-16 10:02:37 UTC) #21
hta - Chromium
lgtm https://codereview.chromium.org/2677233002/diff/40001/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt File third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt (right): https://codereview.chromium.org/2677233002/diff/40001/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt#newcode106 third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-idl-expected.txt:106: FAIL RTCPeerConnection interface: pc must inherit property "onicegatheringstatechange" ...
3 years, 9 months ago (2017-02-27 09:34:39 UTC) #22
hbos_chromium
lgtm
3 years, 9 months ago (2017-03-08 10:13:57 UTC) #32
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/2677233002/120001
3 years, 9 months ago (2017-03-08 10:14:17 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/380805)
3 years, 9 months ago (2017-03-08 10:20:38 UTC) #36
haraken
On 2017/03/08 10:20:38, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 9 months ago (2017-03-08 10:23:10 UTC) #37
hbos_chromium
Please take a look jochen for owning: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt third_party/WebKit/Source/core/events/EventTypeNames.json5
3 years, 9 months ago (2017-03-08 10:25:06 UTC) #39
hbos_chromium
On 2017/03/08 10:23:10, haraken wrote: > On 2017/03/08 10:20:38, commit-bot: I haz the power wrote: ...
3 years, 9 months ago (2017-03-08 10:28:29 UTC) #41
jochen (gone - plz use gerrit)
lgtm
3 years, 9 months ago (2017-03-08 18:51:39 UTC) #42
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/2677233002/120001
3 years, 9 months ago (2017-03-08 19:11:04 UTC) #44
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 19:47:27 UTC) #47
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/0a734fd400a160bdc1ea1e2eaff4...

Powered by Google App Engine
This is Rietveld 408576698