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

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

Issue 410413008: Revert of content: Remove RendererPreferences font-rendering enums. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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/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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 IPC_ENUM_TRAITS(blink::WebMediaPlayerAction::Type) 72 IPC_ENUM_TRAITS(blink::WebMediaPlayerAction::Type)
73 IPC_ENUM_TRAITS(blink::WebPluginAction::Type) 73 IPC_ENUM_TRAITS(blink::WebPluginAction::Type)
74 IPC_ENUM_TRAITS(blink::WebPopupType) 74 IPC_ENUM_TRAITS(blink::WebPopupType)
75 IPC_ENUM_TRAITS(blink::WebTextDirection) 75 IPC_ENUM_TRAITS(blink::WebTextDirection)
76 IPC_ENUM_TRAITS(WindowContainerType) 76 IPC_ENUM_TRAITS(WindowContainerType)
77 IPC_ENUM_TRAITS(content::FaviconURL::IconType) 77 IPC_ENUM_TRAITS(content::FaviconURL::IconType)
78 IPC_ENUM_TRAITS(content::FileChooserParams::Mode) 78 IPC_ENUM_TRAITS(content::FileChooserParams::Mode)
79 IPC_ENUM_TRAITS(content::MenuItem::Type) 79 IPC_ENUM_TRAITS(content::MenuItem::Type)
80 IPC_ENUM_TRAITS(content::NavigationGesture) 80 IPC_ENUM_TRAITS(content::NavigationGesture)
81 IPC_ENUM_TRAITS(content::PageZoom) 81 IPC_ENUM_TRAITS(content::PageZoom)
82 IPC_ENUM_TRAITS(gfx::FontRenderParams::Hinting) 82 IPC_ENUM_TRAITS(content::RendererPreferencesHintingEnum)
83 IPC_ENUM_TRAITS(gfx::FontRenderParams::SubpixelRendering) 83 IPC_ENUM_TRAITS(content::RendererPreferencesSubpixelRenderingEnum)
84 IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy, 84 IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy,
85 content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX) 85 content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX)
86 IPC_ENUM_TRAITS(content::StopFindAction) 86 IPC_ENUM_TRAITS(content::StopFindAction)
87 IPC_ENUM_TRAITS(content::ThreeDAPIType) 87 IPC_ENUM_TRAITS(content::ThreeDAPIType)
88 IPC_ENUM_TRAITS(media::ChannelLayout) 88 IPC_ENUM_TRAITS(media::ChannelLayout)
89 IPC_ENUM_TRAITS(media::MediaLogEvent::Type) 89 IPC_ENUM_TRAITS(media::MediaLogEvent::Type)
90 IPC_ENUM_TRAITS_MAX_VALUE(ui::TextInputMode, ui::TEXT_INPUT_MODE_MAX) 90 IPC_ENUM_TRAITS_MAX_VALUE(ui::TextInputMode, ui::TEXT_INPUT_MODE_MAX)
91 IPC_ENUM_TRAITS(ui::TextInputType) 91 IPC_ENUM_TRAITS(ui::TextInputType)
92 92
93 #if defined(OS_MACOSX) 93 #if defined(OS_MACOSX)
(...skipping 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 // Since the browser keeps handles to the allocated transport DIBs, this 1690 // Since the browser keeps handles to the allocated transport DIBs, this
1691 // message is sent to tell the browser that it may release them when the 1691 // message is sent to tell the browser that it may release them when the
1692 // renderer is finished with them. 1692 // renderer is finished with them.
1693 IPC_MESSAGE_CONTROL1(ViewHostMsg_FreeTransportDIB, 1693 IPC_MESSAGE_CONTROL1(ViewHostMsg_FreeTransportDIB,
1694 TransportDIB::Id /* DIB id */) 1694 TransportDIB::Id /* DIB id */)
1695 #endif 1695 #endif
1696 1696
1697 // Adding a new message? Stick to the sort order above: first platform 1697 // Adding a new message? Stick to the sort order above: first platform
1698 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform 1698 // independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
1699 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg. 1699 // independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
OLDNEW
« no previous file with comments | « chrome/browser/renderer_preferences_util.cc ('k') | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698