https://codereview.webrtc.org/2587133004/diff/20001/webrtc/api/peerconnection.cc File webrtc/api/peerconnection.cc (right): https://codereview.webrtc.org/2587133004/diff/20001/webrtc/api/peerconnection.cc#newcode504 webrtc/api/peerconnection.cc:504: "update operator==?"); This may seem like overkill, but I ...
PTAL Peter. I may replace the enum output parameter with a struct (see email
thread with hta/hbos), but otherwise this CL wouldn't change.
pthatcher1
lgtm https://codereview.webrtc.org/2587133004/diff/40001/webrtc/api/peerconnection.cc File webrtc/api/peerconnection.cc (right): https://codereview.webrtc.org/2587133004/diff/40001/webrtc/api/peerconnection.cc#newcode1399 webrtc/api/peerconnection.cc:1399: // support modifying than those we do, and ...
Description was changed from
==========
Adding error output param to SetConfiguration, using new RtcError type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
BUG=webrtc:6916
==========
to
==========
Adding error output param to SetConfiguration, using new RTCError type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
Also changing RTCError to a class that wraps an enum type, because it will
eventually need to hold other information (like SDP line number), to match
the RTCError that was recently added to the spec:
https://github.com/w3c/webrtc-pc/pull/850
BUG=webrtc:6916
==========
Taylor Brandstetter
I changed RTCError to a struct instead of an enum, and called the enum RTCErrorType. ...
I changed RTCError to a struct instead of an enum, and called the enum
RTCErrorType. Are you good with this? "ErrorType" seems to be a common name for
error enums in assorted chromium code.
CQ is committing da patch. Bot data: {"patchset_id": 60001, "attempt_start_ts": 1482565970693140, "parent_rev": "edf1cea004d3b401a54f00423118774ccfef9f2d", "commit_rev": "7a5fa6cd6173adbe32aedc1aedc872478121f5ed"}
3 years, 12 months ago
(2016-12-24 08:48:00 UTC)
#12
CQ is committing da patch.
Bot data: {"patchset_id": 60001, "attempt_start_ts": 1482565970693140,
"parent_rev": "edf1cea004d3b401a54f00423118774ccfef9f2d", "commit_rev":
"7a5fa6cd6173adbe32aedc1aedc872478121f5ed"}
commit-bot: I haz the power
Description was changed from ========== Adding error output param to SetConfiguration, using new RTCError type. ...
3 years, 12 months ago
(2016-12-24 08:48:02 UTC)
#13
Message was sent while issue was closed.
Description was changed from
==========
Adding error output param to SetConfiguration, using new RTCError type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
Also changing RTCError to a class that wraps an enum type, because it will
eventually need to hold other information (like SDP line number), to match
the RTCError that was recently added to the spec:
https://github.com/w3c/webrtc-pc/pull/850
BUG=webrtc:6916
==========
to
==========
Adding error output param to SetConfiguration, using new RTCError type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
Also changing RTCError to a class that wraps an enum type, because it will
eventually need to hold other information (like SDP line number), to match
the RTCError that was recently added to the spec:
https://github.com/w3c/webrtc-pc/pull/850
BUG=webrtc:6916
Review-Url: https://codereview.webrtc.org/2587133004
Cr-Commit-Position: refs/heads/master@{#15777}
Committed:
https://chromium.googlesource.com/external/webrtc/+/7a5fa6cd6173adbe32aedc1ae...
==========
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/7a5fa6cd6173adbe32aedc1aedc872478121f5ed
3 years, 12 months ago
(2016-12-24 08:48:04 UTC)
#14
This broke the FYI bots but I'm going to fix really quickly, so don't revert.
3 years, 12 months ago
(2016-12-24 09:35:54 UTC)
#15
Message was sent while issue was closed.
This broke the FYI bots but I'm going to fix really quickly, so don't revert.
Taylor Brandstetter
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.webrtc.org/2600813002/ by deadbeef@webrtc.org. ...
3 years, 12 months ago
(2016-12-24 09:43:22 UTC)
#16
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.webrtc.org/2600813002/ by deadbeef@webrtc.org.
The reason for reverting is: Broke chromium FYI bot because the chromium mock PC
overrides the method whose signature is changing.
Also broke a downstream internal test, which I need to investigate further..
Taylor Brandstetter
Description was changed from ========== Adding error output param to SetConfiguration, using new RTCError type. ...
3 years, 12 months ago
(2016-12-24 09:43:43 UTC)
#17
Message was sent while issue was closed.
Description was changed from
==========
Adding error output param to SetConfiguration, using new RTCError type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
Also changing RTCError to a class that wraps an enum type, because it will
eventually need to hold other information (like SDP line number), to match
the RTCError that was recently added to the spec:
https://github.com/w3c/webrtc-pc/pull/850
BUG=webrtc:6916
Review-Url: https://codereview.webrtc.org/2587133004
Cr-Commit-Position: refs/heads/master@{#15777}
Committed:
https://chromium.googlesource.com/external/webrtc/+/7a5fa6cd6173adbe32aedc1ae...
==========
to
==========
Reland of: Adding error output param to SetConfiguration, using new RTCError
type.
Most notably, will return "INVALID_MODIFICATION" if a field in the
configuration was modified and modification of that field isn't supported.
Also changing RTCError to a class that wraps an enum type, because it will
eventually need to hold other information (like SDP line number), to match
the RTCError that was recently added to the spec:
https://github.com/w3c/webrtc-pc/pull/850
BUG=webrtc:6916
Review-Url: https://codereview.webrtc.org/2587133004
Cr-Commit-Position: refs/heads/master@{#15777}
Committed:
https://chromium.googlesource.com/external/webrtc/+/7a5fa6cd6173adbe32aedc1ae...
==========
Taylor Brandstetter
The CQ bit was checked by deadbeef@webrtc.org
3 years, 11 months ago
(2017-01-10 17:40:28 UTC)
#18
Try jobs failed on following builders: android_compile_x86_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_dbg/builds/10285)
3 years, 11 months ago
(2017-01-10 17:47:26 UTC)
#22
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/10384) android_compile_x86_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 11 months ago
(2017-01-10 19:59:23 UTC)
#27
Issue 2587133004: Reland of: Adding error output param to SetConfiguration, using new RTCError type.
(Closed)
Created 4 years ago by Taylor Brandstetter
Modified 3 years, 11 months ago
Reviewers: pthatcher1
Base URL:
Comments: 4