|
Add trace event Pepper API
This facilitates adding trace data to chrome://tracing from plugins.
- broke out trace_event.h into trace_event.h/trace_event_internal.h
for easier transplanting to plugin code by eliminating dependence on base/.
- inlined trace_event.cc methods (4 total) so the trace_event_internal
implementation is contained in headers.
- added new PPB_TraceEvent_Dev interface (implemented entirely on the plugin side)
BUG=none
TEST=base unittests, manual for plugin testing
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175233
Total comments: 7
Total comments: 10
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+301 lines, -967 lines) |
Patch |
 |
M |
base/base.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
base/debug/trace_event.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+14 lines, -876 lines |
0 comments
|
Download
|
 |
D |
base/debug/trace_event.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
A + |
base/debug/trace_event_internal.h
|
View
|
1
2
3
4
5
|
9 chunks |
+35 lines, -60 lines |
0 comments
|
Download
|
 |
A |
ppapi/api/dev/ppb_trace_event_dev.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/c/dev/ppb_trace_event_dev.h
|
View
|
1
2
3
4
5
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
|
6 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_instance_shared.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/ppb_trace_event_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/ppb_trace_event_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/all_c_includes.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_dev.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|