|
Add ChildMessageFilter, a base class for renderer/worker cross-thread MessageFilter
- Save some dup'ed code in similar message filters
- Centralize WorkerRunner thread-handling code into one class (which could be helpful when we migrate worker thread implementation)
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236004
Total comments: 10
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+304 lines, -109 lines) |
Patch |
 |
A |
content/child/child_message_filter.h
|
View
|
1
2
3
4
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/child_message_filter.cc
|
View
|
1
2
3
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/child_thread.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_message_filter.h
|
View
|
1
2
3
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/child/indexed_db/indexed_db_message_filter.cc
|
View
|
1
2
3
|
2 chunks |
+16 lines, -26 lines |
0 comments
|
Download
|
 |
M |
content/child/quota_message_filter.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/child/quota_message_filter.cc
|
View
|
1
2
3
|
3 chunks |
+28 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/child/service_worker/service_worker_message_filter.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/child/service_worker/service_worker_message_filter.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
A |
content/child/worker_thread_task_runner.h
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/worker_thread_task_runner.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/worker/worker_thread.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|