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

Issue 199037: Buffered time ranges for <video> (Closed)

Created:
11 years, 3 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Buffered time ranges for <video> API change and related changes to support multiple buffered time ranges. This change doesn't change any behavior. BUG=21305 TEST=Open a video or audio file, you see the full bar of buffered ranges. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25932

Patch Set 1 #

Patch Set 2 : patch #

Total comments: 11

Patch Set 3 : modify #

Patch Set 4 : DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -11 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M webkit/api/public/WebMediaPlayer.h View 3 chunks +12 lines, -1 line 0 comments Download
M webkit/api/src/WebMediaPlayerClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/api/src/WebMediaPlayerClientImpl.cpp View 1 2 2 chunks +12 lines, -4 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Alpha Left Google
11 years, 3 months ago (2009-09-09 00:23:37 UTC) #1
Alpha Left Google
This is a two-sided change, upstream patch: https://bugs.webkit.org/show_bug.cgi?id=29041
11 years, 3 months ago (2009-09-09 00:26:33 UTC) #2
scherkus (not reviewing)
Looks like a candidate for BUG=21305 :)
11 years, 3 months ago (2009-09-09 00:46:25 UTC) #3
Alpha Left Google
Added BUG=, any concerns?
11 years, 3 months ago (2009-09-09 01:19:06 UTC) #4
scherkus (not reviewing)
sorry still reviewing On Tue, Sep 8, 2009 at 6:19 PM, <hclam@chromium.org> wrote: > > ...
11 years, 3 months ago (2009-09-09 01:44:53 UTC) #5
scherkus (not reviewing)
darin needs to confirm the WebVector vs. std::vector usage, other than that change is looking ...
11 years, 3 months ago (2009-09-09 06:07:06 UTC) #6
Alpha Left Google
http://codereview.chromium.org/199037/diff/2001/2002 File webkit/api/public/WebMediaPlayer.h (right): http://codereview.chromium.org/199037/diff/2001/2002#newcode51 Line 51: typedef std::vector<WebTimeRange> WebTimeRanges; On 2009/09/09 06:07:06, scherkus wrote: ...
11 years, 3 months ago (2009-09-09 22:32:01 UTC) #7
scherkus (not reviewing)
cool! lgtm http://codereview.chromium.org/199037/diff/2001/2002 File webkit/api/public/WebMediaPlayer.h (right): http://codereview.chromium.org/199037/diff/2001/2002#newcode51 Line 51: typedef std::vector<WebTimeRange> WebTimeRanges; On 2009/09/09 22:32:01, ...
11 years, 3 months ago (2009-09-09 23:03:53 UTC) #8
darin (slow to review)
11 years, 2 months ago (2009-10-02 17:07:30 UTC) #9
Please use WebVector instead.  I know it might mean an extra copy, but we can
optimize that later.

(I have been thinking of just making WebVector be implemented as std::vector for
Chromium, but WebVector needs to work for consumers such as Android who do not
have a STL implementation.)

Powered by Google App Engine
This is Rietveld 408576698