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

Side by Side Diff: content/public/common/common_param_traits_macros.h

Issue 268363002: Enable threaded parsing everywhere (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/renderer/web_preferences.cc » ('j') | 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 // 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
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 IPC_STRUCT_TRAITS_MEMBER(pinch_overlay_scrollbar_thickness) 131 IPC_STRUCT_TRAITS_MEMBER(pinch_overlay_scrollbar_thickness)
132 IPC_STRUCT_TRAITS_MEMBER(use_solid_color_scrollbars) 132 IPC_STRUCT_TRAITS_MEMBER(use_solid_color_scrollbars)
133 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled) 133 IPC_STRUCT_TRAITS_MEMBER(flash_3d_enabled)
134 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled) 134 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_enabled)
135 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_baseline_enabled) 135 IPC_STRUCT_TRAITS_MEMBER(flash_stage3d_baseline_enabled)
136 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled) 136 IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled)
137 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled) 137 IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled)
138 IPC_STRUCT_TRAITS_MEMBER(webgl_errors_to_console_enabled) 138 IPC_STRUCT_TRAITS_MEMBER(webgl_errors_to_console_enabled)
139 IPC_STRUCT_TRAITS_MEMBER(mock_scrollbars_enabled) 139 IPC_STRUCT_TRAITS_MEMBER(mock_scrollbars_enabled)
140 IPC_STRUCT_TRAITS_MEMBER(layer_squashing_enabled) 140 IPC_STRUCT_TRAITS_MEMBER(layer_squashing_enabled)
141 IPC_STRUCT_TRAITS_MEMBER(threaded_html_parser)
142 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled) 141 IPC_STRUCT_TRAITS_MEMBER(asynchronous_spell_checking_enabled)
143 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled) 142 IPC_STRUCT_TRAITS_MEMBER(unified_textchecker_enabled)
144 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode) 143 IPC_STRUCT_TRAITS_MEMBER(force_compositing_mode)
145 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled) 144 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_enabled)
146 IPC_STRUCT_TRAITS_MEMBER(minimum_accelerated_2d_canvas_size) 145 IPC_STRUCT_TRAITS_MEMBER(minimum_accelerated_2d_canvas_size)
147 IPC_STRUCT_TRAITS_MEMBER(antialiased_2d_canvas_disabled) 146 IPC_STRUCT_TRAITS_MEMBER(antialiased_2d_canvas_disabled)
148 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_msaa_sample_count) 147 IPC_STRUCT_TRAITS_MEMBER(accelerated_2d_canvas_msaa_sample_count)
149 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled) 148 IPC_STRUCT_TRAITS_MEMBER(accelerated_filters_enabled)
150 IPC_STRUCT_TRAITS_MEMBER(deferred_filters_enabled) 149 IPC_STRUCT_TRAITS_MEMBER(deferred_filters_enabled)
151 IPC_STRUCT_TRAITS_MEMBER(container_culling_enabled) 150 IPC_STRUCT_TRAITS_MEMBER(container_culling_enabled)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 IPC_STRUCT_TRAITS_MEMBER(statusBarVisible) 214 IPC_STRUCT_TRAITS_MEMBER(statusBarVisible)
216 IPC_STRUCT_TRAITS_MEMBER(toolBarVisible) 215 IPC_STRUCT_TRAITS_MEMBER(toolBarVisible)
217 IPC_STRUCT_TRAITS_MEMBER(locationBarVisible) 216 IPC_STRUCT_TRAITS_MEMBER(locationBarVisible)
218 IPC_STRUCT_TRAITS_MEMBER(scrollbarsVisible) 217 IPC_STRUCT_TRAITS_MEMBER(scrollbarsVisible)
219 IPC_STRUCT_TRAITS_MEMBER(resizable) 218 IPC_STRUCT_TRAITS_MEMBER(resizable)
220 IPC_STRUCT_TRAITS_MEMBER(fullscreen) 219 IPC_STRUCT_TRAITS_MEMBER(fullscreen)
221 IPC_STRUCT_TRAITS_MEMBER(dialog) 220 IPC_STRUCT_TRAITS_MEMBER(dialog)
222 IPC_STRUCT_TRAITS_END() 221 IPC_STRUCT_TRAITS_END()
223 222
224 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ 223 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « no previous file | content/renderer/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698