index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
glue
/
media
/
simple_data_source.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scale BufferedResourceLoader buffering window based on bit rate of video
vrk@google.com
2011-09-08
1
-1
/
+5
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-1
/
+1
*
Migrate Pipeline & PipelineImpl to PipelineStatusCB.
acolwell@chromium.org
2011-08-09
1
-12
/
+11
*
Log BufferedResourceLoader events to MediaLog.
scottfr@chromium.org
2011-08-09
1
-3
/
+6
*
Change call to WebFrame::createAssociatedURLLoader to use overload that takes...
bbudge@chromium.org
2011-07-29
1
-2
/
+9
*
Revert 93723 - Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-27
1
-8
/
+9
*
Revert 94316 - Fix invalid pointer dereference in WebDataSourceFactory when p...
acolwell@chromium.org
2011-07-27
1
-3
/
+1
*
Fix invalid pointer dereference in WebDataSourceFactory when playback is canc...
acolwell@chromium.org
2011-07-27
1
-1
/
+3
*
Migrate DataSourceFactory to new callback system.
acolwell@chromium.org
2011-07-22
1
-9
/
+8
*
Remove MediaFormat once and for all.
scherkus@chromium.org
2011-07-20
1
-11
/
+1
*
Not allow compression when requesting multimedia
enal@chromium.org
2011-06-21
1
-0
/
+9
*
Revert 89532 - Not allow compression when requesting multimedia
akalin@chromium.org
2011-06-17
1
-9
/
+0
*
Not allow compression when requesting multimedia
enal@chromium.org
2011-06-17
1
-0
/
+9
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
1
-1
/
+1
*
Fix clang build.
pfeldman@chromium.org
2011-04-07
1
-1
/
+2
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-0
/
+2
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-3
/
+3
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-84
/
+154
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
1
-2
/
+0
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-7
/
+3
*
Revert code that prevents redirecting to different origins because it breaks ...
acolwell@chromium.org
2011-03-01
1
-9
/
+0
*
Make playback fail if redirected to a different origin.
acolwell@chromium.org
2011-02-25
1
-0
/
+10
*
Fix HasSingleOrigin() so it properly handles double redirect & added unit test.
acolwell@chromium.org
2011-02-14
1
-1
/
+4
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-7
/
+7
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
1
-11
/
+5
*
Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...
annacc@chromium.org
2010-12-14
1
-3
/
+2
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-35
/
+92
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-92
/
+35
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-35
/
+92
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
1
-2
/
+19
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
1
-9
/
+3
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-13
/
+0
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-2
/
+2
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-1
/
+2
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
1
-4
/
+0
*
Make MediaFilter::Stop() asynchronous.
boliu@chromium.org
2010-06-11
1
-2
/
+6
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-1
/
+3
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-1
/
+3
*
Make GetURLForDebugging return a const GURL.
tony@chromium.org
2009-10-28
1
-2
/
+2
*
Allow <video> to read from a data URI. Data URI is now handled
hclam@chromium.org
2009-10-23
1
-23
/
+49
*
Enable compiler -Werror and -Wall on our webkit code for mac and linux.
tony@chromium.org
2009-09-21
1
-1
/
+1
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+2
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-1
/
+0
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
1
-2
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+2
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-1
/
+4
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
1
-2
/
+2
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
1
-18
/
+13
*
Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.
scherkus@chromium.org
2009-07-17
1
-2
/
+2
[next]