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

Issue 253001: <video> use cache if --enable-byte-range-support is present (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

<video> use cache if --enable-byte-range-support is present BUG=16013 TEST=Playing a video should still work with the flag in incognito mode or not. Allow <video> to use cache if running with experimental byte range support. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27589

Patch Set 1 #

Patch Set 2 : remove a file #

Total comments: 2

Patch Set 3 : updated #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -4 lines) Patch
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_process.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/media/buffered_data_source.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 2 1 chunk +5 lines, -0 lines 1 comment Download
M webkit/glue/webkit_glue.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Alpha Left Google
yay! :)
11 years, 3 months ago (2009-09-26 02:01:14 UTC) #1
scherkus (not reviewing)
http://codereview.chromium.org/253001/diff/2001/2006 File webkit/glue/webkit_glue.h (right): http://codereview.chromium.org/253001/diff/2001/2006#newcode127 Line 127: void EnableMediaCache(); following common naming rules: EnabledMediaCache() -> ...
11 years, 2 months ago (2009-09-29 22:07:39 UTC) #2
Alpha Left Google
http://codereview.chromium.org/253001/diff/2001/2006 File webkit/glue/webkit_glue.h (right): http://codereview.chromium.org/253001/diff/2001/2006#newcode127 Line 127: void EnableMediaCache(); On 2009/09/29 22:07:39, scherkus wrote: > ...
11 years, 2 months ago (2009-09-29 23:08:50 UTC) #3
scherkus (not reviewing)
11 years, 2 months ago (2009-09-30 02:47:10 UTC) #4
LGTM with nit

http://codereview.chromium.org/253001/diff/2007/4006
File webkit/glue/webkit_glue.h (right):

http://codereview.chromium.org/253001/diff/2007/4006#newcode128
Line 128: void SetMediaCacheEnabled();
+ bool enabled

Powered by Google App Engine
This is Rietveld 408576698