| 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 // Singly or Multiply-included shared traits file depending on circumstances. | 5 // Singly or Multiply-included shared traits file depending on circumstances. |
| 6 // This allows the use of IPC serialization macros in more than one IPC message | 6 // This allows the use of IPC serialization macros in more than one IPC message |
| 7 // file. | 7 // file. |
| 8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
| 9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
| 10 | 10 |
| 11 #include "build/build_config.h" | 11 #include "build/build_config.h" |
| 12 #include "content/public/common/console_message_level.h" | 12 #include "content/public/common/console_message_level.h" |
| 13 #include "content/public/common/referrer.h" | 13 #include "content/public/common/referrer.h" |
| 14 #include "content/public/common/security_style.h" | 14 #include "content/public/common/security_style.h" |
| 15 #include "content/public/common/ssl_status.h" | 15 #include "content/public/common/ssl_status.h" |
| 16 #include "content/public/common/web_preferences.h" | 16 #include "content/public/common/web_preferences.h" |
| 17 #include "content/public/common/webplugininfo.h" | 17 #include "content/public/common/webplugininfo.h" |
| 18 #include "ipc/ipc_message_macros.h" | 18 #include "ipc/ipc_message_macros.h" |
| 19 #include "net/base/network_change_notifier.h" | 19 #include "net/base/network_change_notifier.h" |
| 20 #include "net/base/request_priority.h" | 20 #include "net/base/request_priority.h" |
| 21 #include "third_party/WebKit/public/platform/WebPoint.h" | 21 #include "third_party/WebKit/public/platform/WebPoint.h" |
| 22 #include "third_party/WebKit/public/platform/WebRect.h" | 22 #include "third_party/WebKit/public/platform/WebRect.h" |
| 23 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h" | 23 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h" |
| 24 #include "third_party/WebKit/public/platform/WebURLRequest.h" | 24 #include "third_party/WebKit/public/platform/WebURLRequest.h" |
| 25 #include "third_party/WebKit/public/platform/modules/permissions/permission_stat
us.mojom.h" |
| 25 #include "third_party/WebKit/public/web/WebWindowFeatures.h" | 26 #include "third_party/WebKit/public/web/WebWindowFeatures.h" |
| 26 #include "ui/accessibility/ax_node_data.h" | 27 #include "ui/accessibility/ax_node_data.h" |
| 27 #include "ui/accessibility/ax_tree_update.h" | 28 #include "ui/accessibility/ax_tree_update.h" |
| 28 #include "ui/base/page_transition_types.h" | 29 #include "ui/base/page_transition_types.h" |
| 29 #include "ui/base/window_open_disposition.h" | 30 #include "ui/base/window_open_disposition.h" |
| 30 #include "ui/gfx/ipc/gfx_param_traits.h" | 31 #include "ui/gfx/ipc/gfx_param_traits.h" |
| 31 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" | 32 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" |
| 32 | 33 |
| 33 #undef IPC_MESSAGE_EXPORT | 34 #undef IPC_MESSAGE_EXPORT |
| 34 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT | 35 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
| 35 | 36 |
| 36 IPC_ENUM_TRAITS_VALIDATE(ui::PageTransition, | 37 IPC_ENUM_TRAITS_VALIDATE(ui::PageTransition, |
| 37 ((value & | 38 ((value & |
| 38 ui::PageTransition::PAGE_TRANSITION_CORE_MASK) <= | 39 ui::PageTransition::PAGE_TRANSITION_CORE_MASK) <= |
| 39 ui::PageTransition::PAGE_TRANSITION_LAST_CORE)) | 40 ui::PageTransition::PAGE_TRANSITION_LAST_CORE)) |
| 40 IPC_ENUM_TRAITS_MAX_VALUE(net::NetworkChangeNotifier::ConnectionType, | 41 IPC_ENUM_TRAITS_MAX_VALUE(net::NetworkChangeNotifier::ConnectionType, |
| 41 net::NetworkChangeNotifier::CONNECTION_LAST) | 42 net::NetworkChangeNotifier::CONNECTION_LAST) |
| 42 IPC_ENUM_TRAITS_MAX_VALUE(content::ConsoleMessageLevel, | 43 IPC_ENUM_TRAITS_MAX_VALUE(content::ConsoleMessageLevel, |
| 43 content::CONSOLE_MESSAGE_LEVEL_LAST) | 44 content::CONSOLE_MESSAGE_LEVEL_LAST) |
| 44 IPC_ENUM_TRAITS_MAX_VALUE(content::SecurityStyle, | 45 IPC_ENUM_TRAITS_MAX_VALUE(content::SecurityStyle, |
| 45 content::SECURITY_STYLE_LAST) | 46 content::SECURITY_STYLE_LAST) |
| 46 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebReferrerPolicy, | 47 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebReferrerPolicy, |
| 47 blink::WebReferrerPolicyLast) | 48 blink::WebReferrerPolicyLast) |
| 49 IPC_ENUM_TRAITS_MAX_VALUE(blink::mojom::PermissionStatus, |
| 50 blink::mojom::PermissionStatus::LAST) |
| 48 IPC_ENUM_TRAITS_MAX_VALUE(content::EditingBehavior, | 51 IPC_ENUM_TRAITS_MAX_VALUE(content::EditingBehavior, |
| 49 content::EDITING_BEHAVIOR_LAST) | 52 content::EDITING_BEHAVIOR_LAST) |
| 50 IPC_ENUM_TRAITS_MAX_VALUE(WindowOpenDisposition, | 53 IPC_ENUM_TRAITS_MAX_VALUE(WindowOpenDisposition, |
| 51 WINDOW_OPEN_DISPOSITION_LAST) | 54 WINDOW_OPEN_DISPOSITION_LAST) |
| 52 IPC_ENUM_TRAITS_MAX_VALUE(net::RequestPriority, net::MAXIMUM_PRIORITY) | 55 IPC_ENUM_TRAITS_MAX_VALUE(net::RequestPriority, net::MAXIMUM_PRIORITY) |
| 53 IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheOptions, | 56 IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheOptions, |
| 54 content::V8_CACHE_OPTIONS_LAST) | 57 content::V8_CACHE_OPTIONS_LAST) |
| 55 IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType, | 58 IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType, |
| 56 ui::POINTER_TYPE_FIRST, | 59 ui::POINTER_TYPE_FIRST, |
| 57 ui::POINTER_TYPE_LAST) | 60 ui::POINTER_TYPE_LAST) |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEvent, ui::AX_EVENT_LAST) | 261 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEvent, ui::AX_EVENT_LAST) |
| 259 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXRole, ui::AX_ROLE_LAST) | 262 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXRole, ui::AX_ROLE_LAST) |
| 260 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXBoolAttribute, ui::AX_BOOL_ATTRIBUTE_LAST) | 263 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXBoolAttribute, ui::AX_BOOL_ATTRIBUTE_LAST) |
| 261 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXFloatAttribute, ui::AX_FLOAT_ATTRIBUTE_LAST) | 264 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXFloatAttribute, ui::AX_FLOAT_ATTRIBUTE_LAST) |
| 262 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXIntAttribute, ui::AX_INT_ATTRIBUTE_LAST) | 265 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXIntAttribute, ui::AX_INT_ATTRIBUTE_LAST) |
| 263 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXIntListAttribute, | 266 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXIntListAttribute, |
| 264 ui::AX_INT_LIST_ATTRIBUTE_LAST) | 267 ui::AX_INT_LIST_ATTRIBUTE_LAST) |
| 265 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXStringAttribute, ui::AX_STRING_ATTRIBUTE_LAST) | 268 IPC_ENUM_TRAITS_MAX_VALUE(ui::AXStringAttribute, ui::AX_STRING_ATTRIBUTE_LAST) |
| 266 | 269 |
| 267 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 270 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
| OLD | NEW |