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

Side by Side Diff: content/common/view_messages.h

Issue 19256012: Allow zoom-in as alternative to popup when tapping multiple targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 | « no previous file | content/public/common/renderer_preferences.h » ('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 // 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/memory/shared_memory.h" 8 #include "base/memory/shared_memory.h"
9 #include "base/process/process.h" 9 #include "base/process/process.h"
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 IPC_ENUM_TRAITS(WebKit::WebTextDirection) 79 IPC_ENUM_TRAITS(WebKit::WebTextDirection)
80 IPC_ENUM_TRAITS(WindowContainerType) 80 IPC_ENUM_TRAITS(WindowContainerType)
81 IPC_ENUM_TRAITS(content::FaviconURL::IconType) 81 IPC_ENUM_TRAITS(content::FaviconURL::IconType)
82 IPC_ENUM_TRAITS(content::FileChooserParams::Mode) 82 IPC_ENUM_TRAITS(content::FileChooserParams::Mode)
83 IPC_ENUM_TRAITS(content::JavaScriptMessageType) 83 IPC_ENUM_TRAITS(content::JavaScriptMessageType)
84 IPC_ENUM_TRAITS(content::MenuItem::Type) 84 IPC_ENUM_TRAITS(content::MenuItem::Type)
85 IPC_ENUM_TRAITS(content::NavigationGesture) 85 IPC_ENUM_TRAITS(content::NavigationGesture)
86 IPC_ENUM_TRAITS(content::PageZoom) 86 IPC_ENUM_TRAITS(content::PageZoom)
87 IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum) 87 IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum)
88 IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum) 88 IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum)
89 IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy,
90 content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX)
89 IPC_ENUM_TRAITS(content::StopFindAction) 91 IPC_ENUM_TRAITS(content::StopFindAction)
90 IPC_ENUM_TRAITS(content::ThreeDAPIType) 92 IPC_ENUM_TRAITS(content::ThreeDAPIType)
91 IPC_ENUM_TRAITS(media::ChannelLayout) 93 IPC_ENUM_TRAITS(media::ChannelLayout)
92 IPC_ENUM_TRAITS(media::MediaLogEvent::Type) 94 IPC_ENUM_TRAITS(media::MediaLogEvent::Type)
93 IPC_ENUM_TRAITS(ui::MenuSourceType) 95 IPC_ENUM_TRAITS(ui::MenuSourceType)
94 IPC_ENUM_TRAITS_MAX_VALUE(ui::TextInputMode, ui::TEXT_INPUT_MODE_MAX) 96 IPC_ENUM_TRAITS_MAX_VALUE(ui::TextInputMode, ui::TEXT_INPUT_MODE_MAX)
95 IPC_ENUM_TRAITS(ui::TextInputType) 97 IPC_ENUM_TRAITS(ui::TextInputType)
96 98
97 #if defined(OS_MACOSX) 99 #if defined(OS_MACOSX)
98 IPC_STRUCT_TRAITS_BEGIN(FontDescriptor) 100 IPC_STRUCT_TRAITS_BEGIN(FontDescriptor)
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval) 262 IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval)
261 IPC_STRUCT_TRAITS_MEMBER(use_custom_colors) 263 IPC_STRUCT_TRAITS_MEMBER(use_custom_colors)
262 IPC_STRUCT_TRAITS_MEMBER(enable_referrers) 264 IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
263 IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track) 265 IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track)
264 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level) 266 IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
265 IPC_STRUCT_TRAITS_MEMBER(user_agent_override) 267 IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
266 IPC_STRUCT_TRAITS_MEMBER(accept_languages) 268 IPC_STRUCT_TRAITS_MEMBER(accept_languages)
267 IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes) 269 IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
268 IPC_STRUCT_TRAITS_MEMBER(touchpad_fling_profile) 270 IPC_STRUCT_TRAITS_MEMBER(touchpad_fling_profile)
269 IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile) 271 IPC_STRUCT_TRAITS_MEMBER(touchscreen_fling_profile)
272 IPC_STRUCT_TRAITS_MEMBER(tap_multiple_targets_strategy)
270 IPC_STRUCT_TRAITS_END() 273 IPC_STRUCT_TRAITS_END()
271 274
272 IPC_STRUCT_TRAITS_BEGIN(content::CookieData) 275 IPC_STRUCT_TRAITS_BEGIN(content::CookieData)
273 IPC_STRUCT_TRAITS_MEMBER(name) 276 IPC_STRUCT_TRAITS_MEMBER(name)
274 IPC_STRUCT_TRAITS_MEMBER(value) 277 IPC_STRUCT_TRAITS_MEMBER(value)
275 IPC_STRUCT_TRAITS_MEMBER(domain) 278 IPC_STRUCT_TRAITS_MEMBER(domain)
276 IPC_STRUCT_TRAITS_MEMBER(path) 279 IPC_STRUCT_TRAITS_MEMBER(path)
277 IPC_STRUCT_TRAITS_MEMBER(expires) 280 IPC_STRUCT_TRAITS_MEMBER(expires)
278 IPC_STRUCT_TRAITS_MEMBER(http_only) 281 IPC_STRUCT_TRAITS_MEMBER(http_only)
279 IPC_STRUCT_TRAITS_MEMBER(secure) 282 IPC_STRUCT_TRAITS_MEMBER(secure)
(...skipping 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 // synchronously (see crbug.com/120597). This IPC message sends the character 2359 // synchronously (see crbug.com/120597). This IPC message sends the character
2357 // bounds after every composition change to always have correct bound info. 2360 // bounds after every composition change to always have correct bound info.
2358 IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged, 2361 IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged,
2359 ui::Range /* composition range */, 2362 ui::Range /* composition range */,
2360 std::vector<gfx::Rect> /* character bounds */) 2363 std::vector<gfx::Rect> /* character bounds */)
2361 #endif 2364 #endif
2362 2365
2363 // Adding a new message? Stick to the sort order above: first platform 2366 // Adding a new message? Stick to the sort order above: first platform
2364 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 2367 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
2365 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 2368 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « no previous file | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698