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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace MockFilterCallback with MockCallback and simplify unit tests.
scherkus@chromium.org
2011-01-15
1
-12
/
+4
*
moving mocks into webkit/mocks/
annacc@chromium.org
2010-12-17
1
-1
/
+1
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
1
-463
/
+14
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
1
-130
/
+97
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
1
-97
/
+130
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
1
-130
/
+97
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Add HasSingleOrigin() to WebDataSource.
scherkus@chromium.org
2010-10-26
1
-4
/
+10
*
Fixes ReadInternal() memory leak from BufferedDataSource tests
vrk@google.com
2010-10-26
1
-0
/
+5
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
1
-1
/
+0
*
Terminate FilterFactory and his nasty friends
hclam@chromium.org
2010-10-23
1
-24
/
+5
*
Fixing valgrind error because of mem leak in BuffereDataSource unit tests
vrk@google.com
2010-10-22
1
-0
/
+5
*
Adding Abort() to DataSource to wake up hanging Read()
vrk@google.com
2010-10-22
1
-1
/
+23
*
Added fallback code for servers that don't support Range requests properly
scherkus@chromium.org
2010-10-19
1
-17
/
+49
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-5
/
+5
*
webkit: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-29
1
-12
/
+13
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-0
/
+1
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-4
/
+4
*
Fix an unitialized read in a unit test to appease valgrind
thakis@chromium.org
2010-07-20
1
-1
/
+1
*
Video Buffering: Caches data to disk when paused (resubmit)
vrk@google.com
2010-07-15
1
-1
/
+146
*
Reverting my previous changes
vrk@google.com
2010-07-07
1
-146
/
+1
*
Fixed memory leak in test shell tests
vrk@google.com
2010-07-07
1
-0
/
+6
*
Video buffering: Caches data to disk when paused for faster buffering
vrk@google.com
2010-07-07
1
-1
/
+140
*
Make MediaFilter::Stop() asynchronous.
boliu@chromium.org
2010-06-11
1
-2
/
+5
*
Mark some more release() calls with ignore_result.
estade@chromium.org
2010-05-04
1
-9
/
+6
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-2
/
+5
*
Third patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-1
/
+3
*
Make GetURLForDebugging return a const GURL.
tony@chromium.org
2009-10-28
1
-1
/
+1
*
Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when
wtc@chromium.org
2009-10-17
1
-0
/
+1
*
Report stalled event correctly for <video>
hclam@chromium.org
2009-10-16
1
-21
/
+37
*
Enable <video> using cache
hclam@chromium.org
2009-09-30
1
-102
/
+94
*
Revert r27587 that broke the tree
hclam@chromium.org
2009-09-30
1
-94
/
+96
*
Change how <video> fetch a resource to make it friendly to sparse caching
hclam@chromium.org
2009-09-30
1
-96
/
+94
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-11
/
+33
*
Reverting r24002 due to test_shell_tests redness
ajwong@chromium.org
2009-08-21
1
-33
/
+11
*
Correct network state and ready state reporting.
ajwong@chromium.org
2009-08-21
1
-11
/
+33
*
Refcounting BufferedResourceLoader
hclam@chromium.org
2009-08-13
1
-45
/
+32
*
Fix build bustage due to r21999
hclam@chromium.org
2009-07-29
1
-1
/
+1
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
1
-41
/
+119
*
Retry requests that has timed out in BufferedDataSource
hclam@google.com
2009-07-29
1
-0
/
+60
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
1
-0
/
+627