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

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)

Created:
4 years, 1 month ago by Guido Urdaneta
Modified:
4 years, 1 month ago
CC:
chromium-reviews, posciak+watch_chromium.org, eric.carlson_apple.com, kinuko+watch, Srirama, miu+watch_chromium.org, jam, dglazkov+blink, einbinder+watch-test-runner_chromium.org, blink-reviews, darin-cc_chromium.org, xjz+watch_chromium.org, blink-reviews-api_chromium.org, mcasas+watch+mediastream_chromium.org, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, jasonroberts+watch_google.com, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, mcasas+watch+vc_chromium.org, haraken, jochen+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-blink_chromium.org, avayvod+watch_chromium.org, isheriff+watch_chromium.org, hta - Chromium
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove MediaStreamTrack.getSources(). Intent-to-remove thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/do3t86PtHCY BUG=649710, 388194 Committed: https://crrev.com/3ea42b21339ebf028e0ff6e368ca60d463386dd2 Cr-Commit-Position: refs/heads/master@{#429745}

Patch Set 1 #

Patch Set 2 : Remove from UseCounter.h and Deprecation.cpp #

Total comments: 4

Patch Set 3 : Update test expectations #

Patch Set 4 : Fix platform-specific expectations file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1108 lines) Patch
M chrome/test/data/extensions/hangout_services_test.html View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/web_view/media_access/media_check_guest.html View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/webrtc/media_devices.js View 1 chunk +1 line, -13 lines 0 comments Download
M components/test_runner/mock_web_media_stream_center.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M components/test_runner/mock_web_user_media_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/mock_web_user_media_client.cc View 3 chunks +0 lines, -39 lines 0 comments Download
M content/renderer/media/media_stream_center.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_center.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/media/user_media_client_impl.h View 4 chunks +0 lines, -8 lines 0 comments Download
M content/renderer/media/user_media_client_impl.cc View 5 chunks +0 lines, -66 lines 0 comments Download
M content/renderer/media/user_media_client_impl_unittest.cc View 6 chunks +0 lines, -55 lines 0 comments Download
M content/test/data/media/getusermedia.html View 1 chunk +6 lines, -4 lines 0 comments Download
M extensions/test/data/web_view/media_access/check/media_check_guest.html View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamTrack-getSources.html View 1 chunk +0 lines, -60 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamTrack-getSources-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/BUILD.gn View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp View 2 chunks +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/MediaStreamTrackSourcesCallback.h View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/MediaStreamTrackSourcesCallback.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/SourceInfo.h View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/WebKit/Source/modules/mediastream/SourceInfo.idl View 1 chunk +0 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/UserMediaClient.h View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/UserMediaController.h View 2 chunks +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/platform/exported/WebMediaStreamTrackSourcesRequest.cpp View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/Source/platform/exported/WebSourceInfo.cpp View 1 chunk +0 lines, -109 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/Source/platform/mediastream/MediaStreamTrackSourcesRequest.h View 1 chunk +0 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/web/UserMediaClientImpl.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/UserMediaClientImpl.cpp View 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/public/platform/WebMediaStreamTrackSourcesRequest.h View 1 chunk +0 lines, -75 lines 0 comments Download
D third_party/WebKit/public/platform/WebSourceInfo.h View 1 chunk +0 lines, -77 lines 0 comments Download
M third_party/WebKit/public/web/WebUserMediaClient.h View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (17 generated)
Guido Urdaneta
rbyers@chromium.org: please review changes in components/test_runner and third_party/WebKit hbos@chromium.org: please review changes in content/renderer/media, content/test/data/media, ...
4 years, 1 month ago (2016-11-02 17:12:58 UTC) #8
Rick Byers
On 2016/11/02 17:12:58, Guido Urdaneta wrote: > mailto:rbyers@chromium.org: please review changes in components/test_runner and > ...
4 years, 1 month ago (2016-11-02 17:34:51 UTC) #9
Guido Urdaneta
rbyers: forgot to remove from UseCounter.h and Deprecation.cpp in the original PS. Can you take ...
4 years, 1 month ago (2016-11-02 17:54:23 UTC) #10
Rick Byers
On 2016/11/02 17:54:23, Guido Urdaneta wrote: > rbyers: forgot to remove from UseCounter.h and Deprecation.cpp ...
4 years, 1 month ago (2016-11-02 17:57:28 UTC) #11
hbos_chromium
content/renderer/media content/test/data/media extensions/test chrome/test LGTM % comments https://codereview.chromium.org/2471803002/diff/40001/chrome/test/data/webrtc/media_devices.js File chrome/test/data/webrtc/media_devices.js (right): https://codereview.chromium.org/2471803002/diff/40001/chrome/test/data/webrtc/media_devices.js#newcode17 chrome/test/data/webrtc/media_devices.js:17: } This ...
4 years, 1 month ago (2016-11-03 10:25:40 UTC) #12
Guido Urdaneta
https://codereview.chromium.org/2471803002/diff/40001/chrome/test/data/webrtc/media_devices.js File chrome/test/data/webrtc/media_devices.js (right): https://codereview.chromium.org/2471803002/diff/40001/chrome/test/data/webrtc/media_devices.js#newcode17 chrome/test/data/webrtc/media_devices.js:17: } On 2016/11/03 10:25:40, hbos_chromium wrote: > This change ...
4 years, 1 month ago (2016-11-03 11:41:10 UTC) #13
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/2471803002/40001
4 years, 1 month ago (2016-11-03 11:41:28 UTC) #15
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/2471803002/60001
4 years, 1 month ago (2016-11-03 12:52:18 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/328031)
4 years, 1 month ago (2016-11-03 14:43:14 UTC) #20
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/2471803002/80001
4 years, 1 month ago (2016-11-03 15:06:50 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/324596)
4 years, 1 month ago (2016-11-03 20:09:55 UTC) #25
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/2471803002/80001
4 years, 1 month ago (2016-11-03 20:15:43 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 1 month ago (2016-11-04 00:57:05 UTC) #29
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/3ea42b21339ebf028e0ff6e368ca60d463386dd2 Cr-Commit-Position: refs/heads/master@{#429745}
4 years, 1 month ago (2016-11-04 01:02:09 UTC) #31
brianderson
4 years, 1 month ago (2016-11-08 22:27:24 UTC) #32
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:80001) has been created in
https://codereview.chromium.org/2481263004/ by brianderson@chromium.org.

The reason for reverting is: Broke some test metrics. See
http://crbug.com/662414..

Powered by Google App Engine
This is Rietveld 408576698