| 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",
|
| },
|
|
|
|
|