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

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

Issue 9875026: **NOTFORLANDING** New link rel=prerender API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch sets 3-7 against trunk, for combined browsing Created 8 years, 8 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
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/process.h" 8 #include "base/process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 #define IPC_MESSAGE_START ViewMsgStart 56 #define IPC_MESSAGE_START ViewMsgStart
57 57
58 IPC_ENUM_TRAITS(ChannelLayout) 58 IPC_ENUM_TRAITS(ChannelLayout)
59 IPC_ENUM_TRAITS(CSSColors::CSSColorName) 59 IPC_ENUM_TRAITS(CSSColors::CSSColorName)
60 IPC_ENUM_TRAITS(NavigationGesture) 60 IPC_ENUM_TRAITS(NavigationGesture)
61 IPC_ENUM_TRAITS(ViewMsg_Navigate_Type::Value) 61 IPC_ENUM_TRAITS(ViewMsg_Navigate_Type::Value)
62 IPC_ENUM_TRAITS(WebKit::WebContextMenuData::MediaType) 62 IPC_ENUM_TRAITS(WebKit::WebContextMenuData::MediaType)
63 IPC_ENUM_TRAITS(WebKit::WebMediaPlayerAction::Type) 63 IPC_ENUM_TRAITS(WebKit::WebMediaPlayerAction::Type)
64 IPC_ENUM_TRAITS(WebKit::WebPluginAction::Type) 64 IPC_ENUM_TRAITS(WebKit::WebPluginAction::Type)
65 IPC_ENUM_TRAITS(WebKit::WebPopupType) 65 IPC_ENUM_TRAITS(WebKit::WebPopupType)
66 IPC_ENUM_TRAITS(WebKit::WebReferrerPolicy)
67 IPC_ENUM_TRAITS(WebKit::WebTextDirection) 66 IPC_ENUM_TRAITS(WebKit::WebTextDirection)
68 IPC_ENUM_TRAITS(WebMenuItem::Type) 67 IPC_ENUM_TRAITS(WebMenuItem::Type)
69 IPC_ENUM_TRAITS(WindowContainerType) 68 IPC_ENUM_TRAITS(WindowContainerType)
70 IPC_ENUM_TRAITS(content::FileChooserParams::Mode) 69 IPC_ENUM_TRAITS(content::FileChooserParams::Mode)
71 IPC_ENUM_TRAITS(content::PageZoom) 70 IPC_ENUM_TRAITS(content::PageZoom)
72 IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum) 71 IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum)
73 IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum) 72 IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum)
74 IPC_ENUM_TRAITS(content::StopFindAction) 73 IPC_ENUM_TRAITS(content::StopFindAction)
75 IPC_ENUM_TRAITS(media::MediaLogEvent::Type) 74 IPC_ENUM_TRAITS(media::MediaLogEvent::Type)
76 IPC_ENUM_TRAITS(ui::TextInputType) 75 IPC_ENUM_TRAITS(ui::TextInputType)
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 IPC_STRUCT_TRAITS_MEMBER(transition) 277 IPC_STRUCT_TRAITS_MEMBER(transition)
279 IPC_STRUCT_TRAITS_MEMBER(redirects) 278 IPC_STRUCT_TRAITS_MEMBER(redirects)
280 IPC_STRUCT_TRAITS_MEMBER(should_update_history) 279 IPC_STRUCT_TRAITS_MEMBER(should_update_history)
281 IPC_STRUCT_TRAITS_MEMBER(searchable_form_url) 280 IPC_STRUCT_TRAITS_MEMBER(searchable_form_url)
282 IPC_STRUCT_TRAITS_MEMBER(searchable_form_encoding) 281 IPC_STRUCT_TRAITS_MEMBER(searchable_form_encoding)
283 IPC_STRUCT_TRAITS_MEMBER(password_form) 282 IPC_STRUCT_TRAITS_MEMBER(password_form)
284 IPC_STRUCT_TRAITS_MEMBER(contents_mime_type) 283 IPC_STRUCT_TRAITS_MEMBER(contents_mime_type)
285 IPC_STRUCT_TRAITS_MEMBER(socket_address) 284 IPC_STRUCT_TRAITS_MEMBER(socket_address)
286 IPC_STRUCT_TRAITS_END() 285 IPC_STRUCT_TRAITS_END()
287 286
288 IPC_STRUCT_TRAITS_BEGIN(content::Referrer)
289 IPC_STRUCT_TRAITS_MEMBER(url)
290 IPC_STRUCT_TRAITS_MEMBER(policy)
291 IPC_STRUCT_TRAITS_END()
292
293 IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences) 287 IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
294 IPC_STRUCT_TRAITS_MEMBER(can_accept_load_drops) 288 IPC_STRUCT_TRAITS_MEMBER(can_accept_load_drops)
295 IPC_STRUCT_TRAITS_MEMBER(should_antialias_text) 289 IPC_STRUCT_TRAITS_MEMBER(should_antialias_text)
296 IPC_STRUCT_TRAITS_MEMBER(hinting) 290 IPC_STRUCT_TRAITS_MEMBER(hinting)
297 IPC_STRUCT_TRAITS_MEMBER(subpixel_rendering) 291 IPC_STRUCT_TRAITS_MEMBER(subpixel_rendering)
298 IPC_STRUCT_TRAITS_MEMBER(focus_ring_color) 292 IPC_STRUCT_TRAITS_MEMBER(focus_ring_color)
299 IPC_STRUCT_TRAITS_MEMBER(thumb_active_color) 293 IPC_STRUCT_TRAITS_MEMBER(thumb_active_color)
300 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color) 294 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color)
301 IPC_STRUCT_TRAITS_MEMBER(track_color) 295 IPC_STRUCT_TRAITS_MEMBER(track_color)
302 IPC_STRUCT_TRAITS_MEMBER(active_selection_bg_color) 296 IPC_STRUCT_TRAITS_MEMBER(active_selection_bg_color)
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 int /* automation_id */) 2002 int /* automation_id */)
2009 2003
2010 // Sent to the browser when the renderer detects it is blocked on a pepper 2004 // Sent to the browser when the renderer detects it is blocked on a pepper
2011 // plugin message for too long. This is also sent when it becomes unhung 2005 // plugin message for too long. This is also sent when it becomes unhung
2012 // (according to the value of is_hung). The browser can give the user the 2006 // (according to the value of is_hung). The browser can give the user the
2013 // option of killing the plugin. 2007 // option of killing the plugin.
2014 IPC_MESSAGE_ROUTED3(ViewHostMsg_PepperPluginHung, 2008 IPC_MESSAGE_ROUTED3(ViewHostMsg_PepperPluginHung,
2015 int /* plugin_child_id */, 2009 int /* plugin_child_id */,
2016 FilePath /* path */, 2010 FilePath /* path */,
2017 bool /* is_hung */) 2011 bool /* is_hung */)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698