|
Not intended for landing, just serving as reference for whoever wants to pick it up.
TODO:
- Add DCHECKS for valid thread. Don't want to allow anybody to post tasks from main thread ever, right now only responding to network requests, so IO only.
- The RendererHighPriorityTaskQueue should live somewhere else, adding it in content/renderer was convenient but not right at all.
- Figure out how to further restrict access to the api?
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -9 lines) |
Patch |
 |
M |
base/message_loop/message_loop.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_loop/message_loop.cc
|
View
|
|
3 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/child/child_resource_message_filter.cc
|
View
|
|
2 chunks |
+38 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/resource_dispatcher.h
|
View
|
|
4 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/resource_dispatcher.cc
|
View
|
|
3 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/renderer_high_priority_task_queue.h
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/renderer_high_priority_task_queue.cc
|
View
|
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_main.cc
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|