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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: Rebasing the fixes... Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index 78d8a7471271924daf7c079a71f5a99eb4b5cc34..90f812be51db2ddfbbc6667990efdff3974d44fa 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -106,7 +106,7 @@
{
name: "editingBehaviorType",
- initial: "editingBehaviorTypeForPlatform()",
+ initial: "EditingBehaviorTypeForPlatform()",
type: "EditingBehaviorType",
},
@@ -351,7 +351,7 @@
},
{
name: "selectTrailingWhitespaceEnabled",
- initial: "defaultSelectTrailingWhitespaceEnabled",
+ initial: "kDefaultSelectTrailingWhitespaceEnabled",
},
{
@@ -361,7 +361,7 @@
{
name: "selectionStrategy",
- initial: "SelectionStrategy::Character",
+ initial: "SelectionStrategy::kCharacter",
type: "SelectionStrategy",
},
@@ -499,7 +499,7 @@
},
{
name: "displayModeOverride",
- initial: "WebDisplayModeUndefined",
+ initial: "kWebDisplayModeUndefined",
invalidate: "MediaQuery",
type: "WebDisplayMode",
},
@@ -518,7 +518,7 @@
},
{
name: "imageAnimationPolicy",
- initial: "ImageAnimationPolicyAllowed",
+ initial: "kImageAnimationPolicyAllowed",
type: "ImageAnimationPolicy",
},
@@ -625,14 +625,14 @@
// V8 supports different types of caching. Used by V8 bindings.
{
name: "v8CacheOptions",
- initial: "V8CacheOptionsDefault",
+ initial: "kV8CacheOptionsDefault",
type: "V8CacheOptions",
},
// V8 code cache for CacheStorage supports three types of strategies (none, normal and aggressive).
{
name: "v8CacheStrategiesForCacheStorage",
- initial: "V8CacheStrategiesForCacheStorage::Default",
+ initial: "V8CacheStrategiesForCacheStorage::kDefault",
type: "V8CacheStrategiesForCacheStorage",
},
@@ -641,13 +641,13 @@
// has pointerType coarse *and* fine).
{
name: "availablePointerTypes",
- initial: "PointerTypeNone",
+ initial: "kPointerTypeNone",
invalidate: "MediaQuery",
type: "int",
},
{
name: "availableHoverTypes",
- initial: "HoverTypeNone",
+ initial: "kHoverTypeNone",
invalidate: "MediaQuery",
type: "int",
},
@@ -655,13 +655,13 @@
// These values specify properties of the user's primary pointing device only.
{
name: "primaryPointerType",
- initial: "PointerTypeNone",
+ initial: "kPointerTypeNone",
invalidate: "MediaQuery",
type: "PointerType",
},
{
name: "primaryHoverType",
- initial: "HoverTypeNone",
+ initial: "kHoverTypeNone",
invalidate: "MediaQuery",
type: "HoverType",
},
@@ -738,7 +738,7 @@
// used by content embedders to specify custom style on certain platforms.
{
name: "viewportStyle",
- initial: "WebViewportStyle::Default",
+ initial: "WebViewportStyle::kDefault",
invalidate: "ViewportRule",
type: "WebViewportStyle",
},
@@ -747,7 +747,7 @@
// by this setting.
{
name: "textTrackKindUserPreference",
- initial: "TextTrackKindUserPreference::Default",
+ initial: "TextTrackKindUserPreference::kDefault",
invalidate: "TextTrackKindUserPreference",
type: "TextTrackKindUserPreference",
},
@@ -797,7 +797,7 @@
{
name: "progressBarCompletion",
- initial: "ProgressBarCompletion::LoadEvent",
+ initial: "ProgressBarCompletion::kLoadEvent",
type: "ProgressBarCompletion",
},
@@ -848,7 +848,7 @@
// to enable it have been shipped.
{
name: "passiveListenerDefault",
- initial: "PassiveListenerDefault::False",
+ initial: "PassiveListenerDefault::kFalse",
type: "PassiveListenerDefault",
},
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.h ('k') | third_party/WebKit/Source/core/html/HTMLCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698