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
/
buffered_data_source.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BufferedResourceLoader so it only makes Range requests when a subset of t...
acolwell@chromium.org
2011-04-19
1
-7
/
+12
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
1
-8
/
+42
*
Fix deadlock during player shutdown when a Seek() and an Abort() are racing.
fischman@chromium.org
2011-04-01
1
-13
/
+7
*
PipelineError is dead. Long live PipelineStatus!
fischman@chromium.org
2011-03-16
1
-2
/
+3
*
Refactoring code to use factories to create DataSource objects.
acolwell@chromium.org
2011-03-14
1
-65
/
+126
*
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
-9
/
+5
*
Fix HasSingleOrigin() so it properly handles double redirect & added unit test.
acolwell@chromium.org
2011-02-14
1
-8
/
+1
*
Fix a teardown hang caused by an Abort() call while there is a pending read.
acolwell@chromium.org
2011-01-26
1
-20
/
+51
*
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
*
Replace initial media range request with an unbounded range request.
scherkus@chromium.org
2010-12-21
1
-6
/
+3
*
Clean up comments in BufferedDataSource and BufferedResourceLoader.
scherkus@chromium.org
2010-12-21
1
-7
/
+5
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
1
-603
/
+14
*
Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...
annacc@chromium.org
2010-12-14
1
-3
/
+2
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+20
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-112
/
+197
*
Use stopped_on_render_loop_ to prevent further work from executing in Buffere...
scherkus@chromium.org
2010-12-06
1
-16
/
+4
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-197
/
+112
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
1
-1
/
+1
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-112
/
+197
*
Removed Media Cache Enabled Flag
atwilson@chromium.org
2010-11-04
1
-1
/
+1
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
1
-0
/
+12
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-23
/
+9
*
Adding Abort() to DataSource to wake up hanging Read()
vrk@google.com
2010-10-22
1
-2
/
+24
*
Added fallback code for servers that don't support Range requests properly
scherkus@chromium.org
2010-10-19
1
-1
/
+13
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-3
/
+3
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-1
/
+3
*
Video Buffering: Caches data to disk when paused (resubmit)
vrk@google.com
2010-07-15
1
-3
/
+46
*
Reverting my previous changes
vrk@google.com
2010-07-07
1
-47
/
+4
*
Video buffering: Caches data to disk when paused for faster buffering
vrk@google.com
2010-07-07
1
-4
/
+47
*
Make MediaFilter::Stop() asynchronous.
boliu@chromium.org
2010-06-11
1
-7
/
+11
*
Merging SeekableBuffer and BufferQueue:
sergeyu@chromium.org
2010-04-27
1
-2
/
+2
*
More dependency breaking. webkit shouldn't depend on chrome or ipc.
tony@chromium.org
2010-03-10
1
-1
/
+0
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-3
/
+4
*
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
*
Allow <video> to read from a data URI. Data URI is now handled
hclam@chromium.org
2009-10-23
1
-2
/
+24
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
1
-111
/
+212
*
Coverity: initialize read_attempts_ in BufferedDataSource constructor.
mattm@chromium.org
2009-10-06
1
-0
/
+1
*
Enable <video> using cache
hclam@chromium.org
2009-09-30
1
-57
/
+75
*
Revert r27587 that broke the tree
hclam@chromium.org
2009-09-30
1
-35
/
+67
*
Revert r27589 that broke the tree
hclam@chromium.org
2009-09-30
1
-6
/
+4
*
<video> use cache if --enable-byte-range-support is present
hclam@chromium.org
2009-09-30
1
-4
/
+6
*
Change how <video> fetch a resource to make it friendly to sparse caching
hclam@chromium.org
2009-09-30
1
-67
/
+35
*
Allow <audio> to work in extension
hclam@chromium.org
2009-09-21
1
-16
/
+26
*
Enable compiler -Werror and -Wall on our webkit code for mac and linux.
tony@chromium.org
2009-09-21
1
-2
/
+0
*
Remove whiltelist checks for protocol for <audio> and <video>
hclam@chromium.org
2009-09-18
1
-21
/
+0
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-0
/
+3
*
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
-3
/
+0
[next]