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
/
media
/
buffered_data_source.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
1
-220
/
+0
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
1
-2
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Use base::MessageLoopProxy instead of MessageLoop* in webkit/media/.
scherkus@chromium.org
2013-03-01
1
-3
/
+5
*
Move all BufferedDataSource::Read() related state to a ReadOperation helper c...
scherkus@chromium.org
2012-11-28
1
-28
/
+8
*
Run outstanding BufferedDataSource read callbacks before running the stop com...
scherkus@chromium.org
2012-11-26
1
-2
/
+8
*
Report buffered byte ranges even when they are buffered before DataSource::se...
fischman@chromium.org
2012-09-05
1
-0
/
+8
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-9
/
+6
*
Fold RestartLoadingTask() into ReadCallback() as the method is called on the ...
scherkus@chromium.org
2012-07-12
1
-6
/
+3
*
Collapse HTTP and non-HTTP codepaths into single methods.
scherkus@chromium.org
2012-07-11
1
-20
/
+8
*
Write file:// tests for BufferedDataSource and fix some bugs as a result.
scherkus@chromium.org
2012-07-11
1
-5
/
+7
*
Split BufferedResourceLoader's network callback into separate loading state a...
scherkus@chromium.org
2012-07-10
1
-6
/
+5
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-1
/
+8
*
More prep for CORS support in WebKit/chromium.
fischman@chromium.org
2012-06-07
1
-0
/
+3
*
Add CORS-awareness to HTML5 media elements.
fischman@chromium.org
2012-06-06
1
-4
/
+8
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
1
-1
/
+2
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
1
-2
/
+2
*
De-craxify BufferedDataSource::ChooseDeferStrategy.
fischman@chromium.org
2012-04-26
1
-8
/
+0
*
Replace BufferedResourceLoader's usage of net error codes with a simpler set ...
scherkus@chromium.org
2012-04-11
1
-8
/
+8
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-5
/
+5
*
Fold WebDataSource into BufferedDataSource.
scherkus@chromium.org
2012-03-27
1
-9
/
+29
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
1
-5
/
+2
*
Reduce unnecessary network connections.
fischman@chromium.org
2012-03-15
1
-4
/
+0
*
Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...
xhwang@chromium.org
2012-03-10
1
-2
/
+2
*
Clean up callback variable names and comments inside BufferedDataSource/Buffe...
scherkus@chromium.org
2012-02-11
1
-6
/
+6
*
Fold InitializeTask() into Initialize() as the method is called on the render...
scherkus@chromium.org
2012-01-19
1
-4
/
+0
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-11
/
+3
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-5
/
+4
*
Remove reference counting from BufferedResourceLoader.
scherkus@chromium.org
2011-12-14
1
-1
/
+1
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-3
/
+0
*
Rewrite BufferedDataSource tests to use real BufferedResourceLoader objects.
scherkus@chromium.org
2011-11-29
1
-1
/
+1
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
1
-0
/
+235