|
Separate BufferedDataSource and BufferedResourceLoader into two files.
It's time to finally separate the huge monster files buffered_data_source.[h/cc] into two.
ericroman: There are some variables and short methods that both BufferedDataSource and BufferedResourceLoader rely on and that I have moved to src/net/http/http_util.h. Could you please verify that this is an ok place to put them?
Also, appcache issues have been resolved (and approved by michaeln) so I've removed those comments.
BUG=None.
TEST=Compiles.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69429
Total comments: 20
Total comments: 8
Total comments: 22
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1352 lines, -1561 lines) |
Patch |
 |
M |
base/test/test_switches.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/test_switches.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/test_timeouts.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/test/test_timeouts.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source.h
|
View
|
1
|
1 chunk |
+1 line, -236 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source.cc
|
View
|
1
2
3
4
5
6
|
10 chunks |
+12 lines, -584 lines |
2 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+14 lines, -463 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/media/buffered_resource_loader.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+247 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/media/buffered_resource_loader.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+574 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/glue/media/buffered_resource_loader_unittest.cc
|
View
|
1
|
1 chunk |
+484 lines, -0 lines |
0 comments
|
Download
|
 |
D |
webkit/glue/media/media_resource_loader_bridge_factory.h
|
View
|
1
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
webkit/glue/media/media_resource_loader_bridge_factory.cc
|
View
|
1
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
D |
webkit/glue/media/media_resource_loader_bridge_factory_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
webkit/glue/media/mock_media_resource_loader_bridge_factory.h
|
View
|
1
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/simple_data_source.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webmediaplayer_impl.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/support/webkit_support.cc
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.gypi
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_webview_delegate.cc
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|