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
*
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
*
Adding callback support to media filter Initialize() and Seek().
scherkus@chromium.org
2009-07-16
1
-11
/
+16
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
1
-5
/
+5
*
Refactorying to create the ResourceLoaderBridge through a factory class for <...
hclam@chromium.org
2009-06-25
1
-19
/
+7
*
Reject invalid URLs in SimpleDataSource
hclam@chromium.org
2009-06-18
1
-1
/
+18
*
Fixing a bug in SimpleDataSource
hclam@chromium.org
2009-06-17
1
-0
/
+5
*
Cancel SimpleDataSource's request when stopped to prevent asserting.
scherkus@chromium.org
2009-06-17
1
-21
/
+63
*
Fix SimpleDataSource so it doesn't double-initialize.
scherkus@chromium.org
2009-06-12
1
-3
/
+3
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
1
-0
/
+146