|
Rename mojo::TokenSerializer to mojo::Broker.
This will be used for more than just serializing tokens going forward. This change just renames it (hopefully using established names) and compiles it on POSIX.
BUG= 556259
Committed: https://crrev.com/3c8c50cd432aaacefa681e707e3f60ccfa10855f
Cr-Commit-Position: refs/heads/master@{#361709}
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+367 lines, -1094 lines) |
Patch |
|
M |
content/app/mojo/mojo_init.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_child_process_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/common/child_process_messages.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
mojo/edk/embedder/embedder.h
|
View
|
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
mojo/edk/embedder/embedder.cc
|
View
|
1
2
3
4
|
3 chunks |
+23 lines, -29 lines |
0 comments
|
Download
|
|
M |
mojo/edk/embedder/embedder_internal.h
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
mojo/edk/embedder/test_embedder.cc
|
View
|
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
|
M |
mojo/edk/system/BUILD.gn
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/broker.h
|
View
|
|
3 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/broker_messages.h
|
View
|
1
2
3
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/broker_state.h
|
View
|
1
2
3
4
|
2 chunks |
+23 lines, -20 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/broker_state.cc
|
View
|
1
2
3
|
4 chunks |
+18 lines, -19 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/child_broker.h
|
View
|
1
2
3
4
|
3 chunks |
+21 lines, -19 lines |
1 comment
|
Download
|
|
A + |
mojo/edk/system/child_broker.cc
|
View
|
1
2
3
4
|
5 chunks |
+33 lines, -32 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/child_broker_host.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -7 lines |
5 comments
|
Download
|
|
A + |
mojo/edk/system/child_broker_host.cc
|
View
|
1
2
3
|
10 chunks |
+37 lines, -28 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/child_token_serializer_win.h
|
View
|
1
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/child_token_serializer_win.cc
|
View
|
1
|
1 chunk |
+0 lines, -124 lines |
0 comments
|
Download
|
|
M |
mojo/edk/system/core.cc
|
View
|
|
4 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
|
M |
mojo/edk/system/message_pipe_dispatcher.cc
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/parent_token_serializer_state_win.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/parent_token_serializer_state_win.cc
|
View
|
1
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/parent_token_serializer_win.h
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/parent_token_serializer_win.cc
|
View
|
1
|
1 chunk |
+0 lines, -176 lines |
0 comments
|
Download
|
|
M |
mojo/edk/system/raw_channel_win.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/simple_broker.h
|
View
|
|
2 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
|
A + |
mojo/edk/system/simple_broker.cc
|
View
|
|
3 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/simple_token_serializer_win.h
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/simple_token_serializer_win.cc
|
View
|
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/token_serializer_messages_win.h
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
|
D |
mojo/edk/system/token_serializer_win.h
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
|
M |
mojo/mojo_edk.gyp
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
mojo/runner/context.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
mojo/runner/host/child_process.cc
|
View
|
|
2 chunks |
+17 lines, -10 lines |
2 comments
|
Download
|
|
M |
mojo/runner/host/child_process_host.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
mojo/runner/host/child_process_host.cc
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/mojo/src/mojo/edk/embedder/embedder.h
|
View
|
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
third_party/mojo/src/mojo/edk/embedder/embedder.cc
|
View
|
|
3 chunks |
+36 lines, -28 lines |
0 comments
|
Download
|
Total messages: 27 (12 generated)
|