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

Issue 1729563002: Replace RTCErrorCallback with RTCPeerConnectionErrorCallback. (Closed)

Created:
4 years, 10 months ago by Guido Urdaneta
Modified:
4 years, 10 months ago
CC:
blink-reviews, chromium-reviews, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace RTCErrorCallback with RTCPeerConnectionErrorCallback. BUG=589161 Committed: https://crrev.com/0685703cc76e6a84d49d1d3033ae7b20ba66a3ae Cr-Commit-Position: refs/heads/master@{#377642}

Patch Set 1 #

Patch Set 2 : add missing files #

Total comments: 16

Patch Set 3 : philipj's comments, change InvalidAccessError to OperationError #

Patch Set 4 : Minor change to chromium test #

Patch Set 5 : Move TODO comment #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -189 lines) Patch
M content/test/data/media/peerconnection-call.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-ice.html View 1 2 2 chunks +7 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-ice-expected.txt View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html View 1 2 2 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-promise-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html View 1 2 2 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-promise-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/modules/mediastream/RTCErrorCallback.h View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/RTCErrorCallback.idl View 1 chunk +0 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h View 1 2 3 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp View 1 2 8 chunks +22 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl View 1 2 3 4 5 2 chunks +5 lines, -6 lines 0 comments Download
A third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/modules/mediastream/RTCPeerConnectionErrorCallback.idl View 1 2 3 4 5 1 chunk +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCVoidRequestImpl.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCVoidRequestImpl.cpp View 1 2 3 4 3 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.h View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCVoidRequestPromiseImpl.cpp View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729563002/1
4 years, 10 months ago (2016-02-23 18:36:55 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/26037) android_chromium_gn_compile_rel on ...
4 years, 10 months ago (2016-02-23 18:53:31 UTC) #4
Guido Urdaneta
Hi, PTAL. After the review of the other CL I was thinking that if DOMExceptions ...
4 years, 10 months ago (2016-02-24 07:13:57 UTC) #7
philipj_slow
lgtm % test nits, and I'm not sure about the ActiveDOMObject change. There are some ...
4 years, 10 months ago (2016-02-24 08:14:03 UTC) #8
Guido Urdaneta
https://codereview.chromium.org/1729563002/diff/20001/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html File third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html (right): https://codereview.chromium.org/1729563002/diff/20001/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html#newcode18 third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html:18: function requestFailed2(reason) On 2016/02/24 08:14:03, philipj_UTC7 wrote: > s/reason/error/? ...
4 years, 10 months ago (2016-02-24 12:42:10 UTC) #9
Guido Urdaneta
+jochen
4 years, 10 months ago (2016-02-24 13:26:21 UTC) #11
Guido Urdaneta
+tommi: can you rs?
4 years, 10 months ago (2016-02-24 16:26:01 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729563002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729563002/80001
4 years, 10 months ago (2016-02-25 10:43:20 UTC) #16
tommi (sloooow) - chröme
lgtm
4 years, 10 months ago (2016-02-25 11:30:30 UTC) #17
jochen (gone - plz use gerrit)
lgtm
4 years, 10 months ago (2016-02-25 12:27:46 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179436)
4 years, 10 months ago (2016-02-25 14:12:54 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729563002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729563002/80001
4 years, 10 months ago (2016-02-25 14:14:53 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179559)
4 years, 10 months ago (2016-02-25 17:41:52 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729563002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729563002/100001
4 years, 10 months ago (2016-02-25 17:59:59 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-25 19:29:48 UTC) #30
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 19:30:50 UTC) #32
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0685703cc76e6a84d49d1d3033ae7b20ba66a3ae
Cr-Commit-Position: refs/heads/master@{#377642}

Powered by Google App Engine
This is Rietveld 408576698