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

Issue 1897533002: Clean up WebSourceBufferClient interface (Closed)

Created:
4 years, 8 months ago by servolk
Modified:
4 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, haraken, mlamouri+watch-blink_chromium.org, philipj_slow
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up WebSourceBufferClient interface Use a struct instead of tuple for media track info. Use a WebVector instead of std::vector in blink interface. Committed: https://crrev.com/da2def6a572055b921d6559ad33366524d26d9ef Cr-Commit-Position: refs/heads/master@{#388348}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Remove unused blinkTrackId variable for now #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -32 lines) Patch
M media/blink/websourcebuffer_impl.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 2 chunks +13 lines, -18 lines 2 comments Download
M third_party/WebKit/public/platform/WebSourceBufferClient.h View 2 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
servolk
4 years, 8 months ago (2016-04-15 20:34:40 UTC) #3
esprehn
https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc File media/blink/websourcebuffer_impl.cc (right): https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc#newcode191 media/blink/websourcebuffer_impl.cc:191: blink::WebVector<blink::WebMediaPlayer::TrackId> blinkTrackIds = Whats the purpose of this if ...
4 years, 8 months ago (2016-04-15 20:56:00 UTC) #4
servolk
https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc File media/blink/websourcebuffer_impl.cc (right): https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc#newcode191 media/blink/websourcebuffer_impl.cc:191: blink::WebVector<blink::WebMediaPlayer::TrackId> blinkTrackIds = On 2016/04/15 20:56:00, esprehn wrote: > ...
4 years, 8 months ago (2016-04-15 21:02:32 UTC) #5
haraken
LGTM https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc File media/blink/websourcebuffer_impl.cc (right): https://codereview.chromium.org/1897533002/diff/1/media/blink/websourcebuffer_impl.cc#newcode191 media/blink/websourcebuffer_impl.cc:191: blink::WebVector<blink::WebMediaPlayer::TrackId> blinkTrackIds = On 2016/04/15 21:02:32, servolk wrote: ...
4 years, 8 months ago (2016-04-16 01:06:02 UTC) #7
philipj_slow
Also LGTM % introducing things when they're used. Sorry I wasted your time with the ...
4 years, 8 months ago (2016-04-19 09:22:05 UTC) #8
servolk
On 2016/04/19 09:22:05, philipj_slow wrote: > Also LGTM % introducing things when they're used. Sorry ...
4 years, 8 months ago (2016-04-19 21:50:38 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897533002/20001
4 years, 8 months ago (2016-04-19 21:50:40 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/170531)
4 years, 8 months ago (2016-04-19 21:59:32 UTC) #14
wolenetz
Sorry for late nit :) LGTM % it (and if you need to fix the ...
4 years, 8 months ago (2016-04-19 22:35:02 UTC) #15
servolk
https://codereview.chromium.org/1897533002/diff/20001/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp File third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp (right): https://codereview.chromium.org/1897533002/diff/20001/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp#newcode522 third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp:522: result[resultIdx++] = ++nextTrackId; On 2016/04/19 22:35:02, wolenetz wrote: > ...
4 years, 8 months ago (2016-04-19 22:50:10 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897533002/20001
4 years, 8 months ago (2016-04-19 22:50:40 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-19 23:20:56 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:17:47 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/da2def6a572055b921d6559ad33366524d26d9ef
Cr-Commit-Position: refs/heads/master@{#388348}

Powered by Google App Engine
This is Rietveld 408576698