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

Issue 306033004: Now catches the error message from RTCPeerConnection and createAnswer/Offer (Closed)

Created:
6 years, 6 months ago by jansson
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

While trying to figure out why Firefox does not work with the peerconnection.html page I discovered we never caught the actual error message for RTCPeerConnection and createAnswer/Offer in the error callbacks. TEST=P2P calls between tabs using Firefox and Chrome. BUG=378199 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276576

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Nit #

Patch Set 4 : added error message handling answer/offer and setLocal/remote desc #

Total comments: 7

Patch Set 5 : Add missing parenthesis. #

Patch Set 6 : Added success and failure callbacks to addIceCandidate #

Patch Set 7 : Fixed the format #

Total comments: 2

Patch Set 8 : removed success and failed messages #

Patch Set 9 : Rebase #

Patch Set 10 : fixed syntax error #

Patch Set 11 : nit #

Patch Set 12 : nit2 #

Patch Set 13 : rebase #

Patch Set 14 : rebase error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -17 lines) Patch
M chrome/test/data/webrtc/manual/peerconnection_manual.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +11 lines, -8 lines 0 comments Download
M chrome/test/data/webrtc/peerconnection.js View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +12 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jansson
6 years, 6 months ago (2014-06-02 09:42:01 UTC) #1
kjellander_chromium
Can you fix the similar errors in peerconnection.js too? Then automated tests will produce better ...
6 years, 6 months ago (2014-06-03 08:05:56 UTC) #2
jansson
Done, started some trybots just in case, not sure which ones that actually uses peerconnection.js. ...
6 years, 6 months ago (2014-06-09 13:30:46 UTC) #3
kjellander_chromium
https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/manual/peerconnection_manual.js File chrome/test/data/webrtc/manual/peerconnection_manual.js (right): https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/manual/peerconnection_manual.js#newcode447 chrome/test/data/webrtc/manual/peerconnection_manual.js:447: peerConnection.addIceCandidate(candidate); This also takes success and failure callbacks. Can ...
6 years, 6 months ago (2014-06-09 19:42:56 UTC) #4
jansson
Now we have to wait for the trybot result ;) https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/manual/peerconnection_manual.js File chrome/test/data/webrtc/manual/peerconnection_manual.js (right): https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/manual/peerconnection_manual.js#newcode447 ...
6 years, 6 months ago (2014-06-10 05:50:27 UTC) #5
kjellander_chromium
https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/peerconnection.js File chrome/test/data/webrtc/peerconnection.js (right): https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/peerconnection.js#newcode220 chrome/test/data/webrtc/peerconnection.js:220: peerConnection_().addIceCandidate(new RTCIceCandidate(iceCandidate)); On 2014/06/10 05:50:27, jansson wrote: > On ...
6 years, 6 months ago (2014-06-10 08:55:33 UTC) #6
jansson
On 2014/06/10 08:55:33, kjellander wrote: > https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/peerconnection.js > File chrome/test/data/webrtc/peerconnection.js (right): > > https://codereview.chromium.org/306033004/diff/60001/chrome/test/data/webrtc/peerconnection.js#newcode220 > ...
6 years, 6 months ago (2014-06-10 10:08:37 UTC) #7
jansson
https://codereview.chromium.org/306033004/diff/110001/chrome/test/data/webrtc/manual/peerconnection_manual.js File chrome/test/data/webrtc/manual/peerconnection_manual.js (right): https://codereview.chromium.org/306033004/diff/110001/chrome/test/data/webrtc/manual/peerconnection_manual.js#newcode448 chrome/test/data/webrtc/manual/peerconnection_manual.js:448: function() { success_('addIceCandidate success'); }, On 2014/06/10 08:55:33, kjellander ...
6 years, 6 months ago (2014-06-10 10:08:55 UTC) #8
kjellander_chromium
lgtm
6 years, 6 months ago (2014-06-10 11:12:04 UTC) #9
jansson
The CQ bit was checked by jansson@chromium.org
6 years, 6 months ago (2014-06-12 06:00:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jansson@chromium.org/306033004/220001
6 years, 6 months ago (2014-06-12 06:05:34 UTC) #11
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 08:03:28 UTC) #12
Message was sent while issue was closed.
Change committed as 276576

Powered by Google App Engine
This is Rietveld 408576698