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

Issue 761773002: MSE: Remove "item" indexed property getter from SourceBufferList (Closed)

Created:
6 years ago by wolenetz
Modified:
6 years ago
Reviewers:
philipj_slow
CC:
blink-reviews, feature-media-reviews_chromium.org, philipj_slow, eric.carlson_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

MSE: Remove "item" indexed property getter from SourceBufferList The MSE spec only has an anonymous indexed property getter for SourceBufferList, but we previously had an IDL method called "item" exposed. This CL removes that non-compliant method and also adds test coverage for out-of-range index for SourceBufferList indexed property getter behavior to help confirm correctness of implementation and bindings. R=philipj@opera.com BUG=436963 TEST=http/tests/media/media-source/mediasource-sourcebufferlist.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186058

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
M LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html View 1 chunk +21 lines, -0 lines 1 comment Download
M LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/mediasource/SourceBufferList.idl View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 7 (2 generated)
wolenetz
Please take a look at patch set 1. Note, prior to changing the idl, the ...
6 years ago (2014-11-26 18:27:40 UTC) #2
philipj_slow
LGTM, thanks! https://codereview.chromium.org/761773002/diff/1/LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html File LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html (right): https://codereview.chromium.org/761773002/diff/1/LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html#newcode121 LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html:121: assert_not_equals(undefined, null, "null is different from undefined"); ...
6 years ago (2014-11-26 18:52:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/761773002/1
6 years ago (2014-11-26 19:25:55 UTC) #5
wolenetz
On 2014/11/26 18:52:35, philipj wrote: > LGTM, thanks! > > https://codereview.chromium.org/761773002/diff/1/LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html > File LayoutTests/http/tests/media/media-source/mediasource-sourcebufferlist.html > ...
6 years ago (2014-11-26 19:26:10 UTC) #6
commit-bot: I haz the power
6 years ago (2014-11-26 21:34:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186058

Powered by Google App Engine
This is Rietveld 408576698