Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: ppapi/thunk/interfaces_ppb_public_dev.h

Issue 17555005: Add events with custom timestamps and thread id to PPAPI dev tracing interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ppapi/tests/test_trace_event.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 // Map the old dev console interface to the stable one (which is the same) to 10 // Map the old dev console interface to the stable one (which is the same) to
(...skipping 23 matching lines...) Expand all
34 PPB_ResourceArray_Dev_0_1) 34 PPB_ResourceArray_Dev_0_1)
35 PROXIED_IFACE(PPB_Instance, PPB_TEXTINPUT_DEV_INTERFACE_0_2, 35 PROXIED_IFACE(PPB_Instance, PPB_TEXTINPUT_DEV_INTERFACE_0_2,
36 PPB_TextInput_Dev_0_2) 36 PPB_TextInput_Dev_0_2)
37 PROXIED_IFACE(NoAPIName, PPB_TRUETYPEFONT_DEV_INTERFACE_0_1, 37 PROXIED_IFACE(NoAPIName, PPB_TRUETYPEFONT_DEV_INTERFACE_0_1,
38 PPB_TrueTypeFont_Dev_0_1) 38 PPB_TrueTypeFont_Dev_0_1)
39 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1, 39 PROXIED_IFACE(NoAPIName, PPB_VIEW_DEV_INTERFACE_0_1,
40 PPB_View_Dev_0_1) 40 PPB_View_Dev_0_1)
41 UNPROXIED_IFACE(PPB_Instance, PPB_ZOOM_DEV_INTERFACE_0_2, PPB_Zoom_Dev_0_2) 41 UNPROXIED_IFACE(PPB_Instance, PPB_ZOOM_DEV_INTERFACE_0_2, PPB_Zoom_Dev_0_2)
42 PROXIED_IFACE(PPB_Instance, PPB_TRACE_EVENT_DEV_INTERFACE_0_1, 42 PROXIED_IFACE(PPB_Instance, PPB_TRACE_EVENT_DEV_INTERFACE_0_1,
43 PPB_Trace_Event_Dev_0_1) 43 PPB_Trace_Event_Dev_0_1)
44 PROXIED_IFACE(PPB_Instance, PPB_TRACE_EVENT_DEV_INTERFACE_0_2,
45 PPB_Trace_Event_Dev_0_2)
44 46
45 #if !defined(OS_NACL) 47 #if !defined(OS_NACL)
46 PROXIED_API(PPB_Buffer) 48 PROXIED_API(PPB_Buffer)
47 UNPROXIED_API(PPB_Scrollbar) 49 UNPROXIED_API(PPB_Scrollbar)
48 PROXIED_API(PPB_VideoDecoder) 50 PROXIED_API(PPB_VideoDecoder)
49 UNPROXIED_API(PPB_Widget) 51 UNPROXIED_API(PPB_Widget)
50 52
51 PROXIED_IFACE(NoAPIName, PPB_AUDIO_INPUT_DEV_INTERFACE_0_2, 53 PROXIED_IFACE(NoAPIName, PPB_AUDIO_INPUT_DEV_INTERFACE_0_2,
52 PPB_AudioInput_Dev_0_2) 54 PPB_AudioInput_Dev_0_2)
53 PROXIED_IFACE(NoAPIName, PPB_AUDIO_INPUT_DEV_INTERFACE_0_3, 55 PROXIED_IFACE(NoAPIName, PPB_AUDIO_INPUT_DEV_INTERFACE_0_3,
(...skipping 18 matching lines...) Expand all
72 PPB_VideoCapture_Dev_0_2) 74 PPB_VideoCapture_Dev_0_2)
73 PROXIED_IFACE(NoAPIName, PPB_VIDEOCAPTURE_DEV_INTERFACE_0_3, 75 PROXIED_IFACE(NoAPIName, PPB_VIDEOCAPTURE_DEV_INTERFACE_0_3,
74 PPB_VideoCapture_Dev_0_3) 76 PPB_VideoCapture_Dev_0_3)
75 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16, 77 PROXIED_IFACE(PPB_VideoDecoder, PPB_VIDEODECODER_DEV_INTERFACE_0_16,
76 PPB_VideoDecoder_Dev_0_16) 78 PPB_VideoDecoder_Dev_0_16)
77 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3) 79 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_3, PPB_Widget_Dev_0_3)
78 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_4, PPB_Widget_Dev_0_4) 80 UNPROXIED_IFACE(PPB_Widget, PPB_WIDGET_DEV_INTERFACE_0_4, PPB_Widget_Dev_0_4)
79 #endif // !defined(OS_NACL) 81 #endif // !defined(OS_NACL)
80 82
81 #include "ppapi/thunk/interfaces_postamble.h" 83 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/tests/test_trace_event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698