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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
1
-538
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
1
-2
/
+2
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
1
-21
/
+21
*
Use base::MessageLoopProxy instead of MessageLoop* in webkit/media/.
scherkus@chromium.org
2013-03-01
1
-17
/
+17
*
Move all BufferedDataSource::Read() related state to a ReadOperation helper c...
scherkus@chromium.org
2012-11-28
1
-91
/
+94
*
Run outstanding BufferedDataSource read callbacks before running the stop com...
scherkus@chromium.org
2012-11-26
1
-8
/
+23
*
Report buffered byte ranges even when they are buffered before DataSource::se...
fischman@chromium.org
2012-09-05
1
-2
/
+15
*
Report that we're no longer downloading when the resource loader has finished...
scherkus@chromium.org
2012-08-03
1
-6
/
+5
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-24
/
+12
*
Fold RestartLoadingTask() into ReadCallback() as the method is called on the ...
scherkus@chromium.org
2012-07-12
1
-23
/
+10
*
Collapse HTTP and non-HTTP codepaths into single methods.
scherkus@chromium.org
2012-07-11
1
-123
/
+37
*
Use maximum capacity instead of a ratio of capacity for BufferedResourceLoader.
scherkus@chromium.org
2012-07-11
1
-4
/
+4
*
Write file:// tests for BufferedDataSource and fix some bugs as a result.
scherkus@chromium.org
2012-07-11
1
-8
/
+10
*
Split BufferedResourceLoader's network callback into separate loading state a...
scherkus@chromium.org
2012-07-10
1
-40
/
+59
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-4
/
+8
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-06-12
1
-3
/
+4
*
Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...
fischman@chromium.org
2012-06-12
1
-10
/
+7
*
More prep for CORS support in WebKit/chromium.
fischman@chromium.org
2012-06-07
1
-0
/
+4
*
Add CORS-awareness to HTML5 media elements.
fischman@chromium.org
2012-06-06
1
-0
/
+3
*
Stop dropping buffering updates on the floor for small media resources.
fischman@chromium.org
2012-06-05
1
-5
/
+8
*
Track buffered byte ranges correctly in media::Pipeline.
fischman@chromium.org
2012-05-30
1
-14
/
+14
*
Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...
fischman@chromium.org
2012-05-25
1
-3
/
+3
*
De-craxify BufferedDataSource::ChooseDeferStrategy.
fischman@chromium.org
2012-04-26
1
-34
/
+25
*
Change BufferedResourceLoader::kOK to BufferedResourceLoader::kOk.
scherkus@chromium.org
2012-04-19
1
-4
/
+4
*
Don't pause-and-buffer non-range-supporting streams.
fischman@chromium.org
2012-04-12
1
-0
/
+5
*
Replace BufferedResourceLoader's usage of net error codes with a simpler set ...
scherkus@chromium.org
2012-04-11
1
-34
/
+31
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-12
/
+7
*
Fold WebDataSource into BufferedDataSource.
scherkus@chromium.org
2012-03-27
1
-12
/
+15
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
1
-4
/
+3
*
BufferedDataSource wants to know the content length of non-http(s) resources,...
fischman@chromium.org
2012-03-17
1
-6
/
+0
*
Reduce unnecessary network connections.
fischman@chromium.org
2012-03-15
1
-14
/
+0
*
Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...
xhwang@chromium.org
2012-03-10
1
-1
/
+1
*
Clean up callback variable names and comments inside BufferedDataSource/Buffe...
scherkus@chromium.org
2012-02-11
1
-23
/
+24
*
Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...
sadrul@chromium.org
2012-01-21
1
-7
/
+12
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
1
-12
/
+7
*
Fold InitializeTask() into Initialize() as the method is called on the render...
scherkus@chromium.org
2012-01-19
1
-40
/
+23
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
1
-31
/
+3
*
Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...
acolwell@chromium.org
2011-12-16
1
-6
/
+4
*
Remove reference counting from BufferedResourceLoader.
scherkus@chromium.org
2011-12-14
1
-7
/
+7
*
Fire CanPlayThrough immediately for local and streaming media files
vrk@google.com
2011-12-01
1
-9
/
+1
*
Finish the base::Bind migration for webkit/media.
fischman@chromium.org
2011-12-01
1
-5
/
+5
*
Remove IsProtocolSupportedForMedia.
piman@chromium.org
2011-11-22
1
-4
/
+0
*
Fire canplaythrough event at the proper time for audio/video
vrk@google.com
2011-11-18
1
-5
/
+7
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
1
-0
/
+672