OLD | NEW |
---|---|
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 // IPC messages for page rendering. | 5 // IPC messages for page rendering. |
6 // Multiply-included message file, hence no include guard. | 6 // Multiply-included message file, hence no include guard. |
7 | 7 |
8 #include "base/process.h" | 8 #include "base/process.h" |
9 #include "base/shared_memory.h" | 9 #include "base/shared_memory.h" |
10 #include "base/string16.h" | 10 #include "base/string16.h" |
11 #include "cc/compositor_frame.h" | 11 #include "cc/output/compositor_frame.h" |
12 #include "cc/compositor_frame_ack.h" | 12 #include "cc/output/compositor_frame_ack.h" |
13 #include "content/common/content_export.h" | 13 #include "content/common/content_export.h" |
14 #include "content/common/content_param_traits.h" | 14 #include "content/common/content_param_traits.h" |
15 #include "content/common/edit_command.h" | 15 #include "content/common/edit_command.h" |
16 #include "content/common/navigation_gesture.h" | 16 #include "content/common/navigation_gesture.h" |
17 #include "content/common/pepper_renderer_instance_data.h" | 17 #include "content/common/pepper_renderer_instance_data.h" |
18 #include "content/common/view_message_enums.h" | 18 #include "content/common/view_message_enums.h" |
19 #include "content/port/common/input_event_ack_state.h" | 19 #include "content/port/common/input_event_ack_state.h" |
20 #include "content/public/common/common_param_traits.h" | 20 #include "content/public/common/common_param_traits.h" |
21 #include "content/public/common/context_menu_params.h" | 21 #include "content/public/common/context_menu_params.h" |
22 #include "content/public/common/file_chooser_params.h" | 22 #include "content/public/common/file_chooser_params.h" |
23 #include "content/public/common/frame_navigate_params.h" | 23 #include "content/public/common/frame_navigate_params.h" |
24 #include "content/public/common/javascript_message_type.h" | 24 #include "content/public/common/javascript_message_type.h" |
25 #include "content/public/common/page_zoom.h" | 25 #include "content/public/common/page_zoom.h" |
26 #include "content/public/common/referrer.h" | 26 #include "content/public/common/referrer.h" |
27 #include "content/public/common/renderer_preferences.h" | 27 #include "content/public/common/renderer_preferences.h" |
28 #include "content/public/common/stop_find_action.h" | 28 #include "content/public/common/stop_find_action.h" |
29 #include "content/public/common/three_d_api_types.h" | 29 #include "content/public/common/three_d_api_types.h" |
30 #include "content/public/common/window_container_type.h" | 30 #include "content/public/common/window_container_type.h" |
31 #include "ipc/ipc_channel_handle.h" | 31 #include "ipc/ipc_channel_handle.h" |
32 #include "ipc/ipc_message_macros.h" | 32 #include "ipc/ipc_message_macros.h" |
33 #include "ipc/ipc_platform_file.h" | 33 #include "ipc/ipc_platform_file.h" |
34 #include "media/audio/audio_parameters.h" | 34 #include "media/audio/audio_parameters.h" |
35 #include "media/base/channel_layout.h" | 35 #include "media/base/channel_layout.h" |
36 #include "media/base/media_log_event.h" | 36 #include "media/base/media_log_event.h" |
37 #include "third_party/skia/include/core/SkBitmap.h" | |
38 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h" | 37 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h" |
39 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h" | 38 #include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h" |
40 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h" | 39 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderli ne.h" |
41 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h" | 40 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h" |
42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" | 41 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h" | 42 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction. h" |
44 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginAction.h" | 43 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginAction.h" |
45 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" | 44 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" |
46 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" | 45 #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" |
47 #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" | 46 #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" |
47 #include "third_party/skia/include/core/SkBitmap.h" | |
piman
2013/03/18 16:24:32
Ah... locale-dependent sorting...
| |
48 #include "ui/base/ime/text_input_type.h" | 48 #include "ui/base/ime/text_input_type.h" |
49 #include "ui/base/range/range.h" | 49 #include "ui/base/range/range.h" |
50 #include "ui/gfx/point.h" | 50 #include "ui/gfx/point.h" |
51 #include "ui/gfx/rect.h" | 51 #include "ui/gfx/rect.h" |
52 #include "ui/gfx/rect_f.h" | 52 #include "ui/gfx/rect_f.h" |
53 #include "ui/gfx/vector2d.h" | 53 #include "ui/gfx/vector2d.h" |
54 #include "ui/shell_dialogs/selected_file_info.h" | 54 #include "ui/shell_dialogs/selected_file_info.h" |
55 #include "webkit/glue/webcookie.h" | 55 #include "webkit/glue/webcookie.h" |
56 #include "webkit/glue/webmenuitem.h" | 56 #include "webkit/glue/webmenuitem.h" |
57 #include "webkit/plugins/npapi/webplugin.h" | 57 #include "webkit/plugins/npapi/webplugin.h" |
(...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2418 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters | 2418 // cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters |
2419 // for details. | 2419 // for details. |
2420 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, | 2420 IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, |
2421 LOGFONT /* font_data */, | 2421 LOGFONT /* font_data */, |
2422 string16 /* characters */) | 2422 string16 /* characters */) |
2423 #endif | 2423 #endif |
2424 | 2424 |
2425 // Adding a new message? Stick to the sort order above: first platform | 2425 // Adding a new message? Stick to the sort order above: first platform |
2426 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform | 2426 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform |
2427 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. | 2427 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. |
OLD | NEW |