| 1 | /* |
| 2 | * THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT EDIT. |
| 3 | * |
| 4 | * Copyright (C) 2017 Apple Inc. All rights reserved. |
| 5 | * |
| 6 | * Redistribution and use in source and binary forms, with or without |
| 7 | * modification, are permitted provided that the following conditions |
| 8 | * are met: |
| 9 | * 1. Redistributions of source code must retain the above copyright |
| 10 | * notice, this list of conditions and the following disclaimer. |
| 11 | * 2. Redistributions in binary form must reproduce the above copyright |
| 12 | * notice, this list of conditions and the following disclaimer in the |
| 13 | * documentation and/or other materials provided with the distribution. |
| 14 | * |
| 15 | * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' |
| 16 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 17 | * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 18 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS |
| 19 | * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 20 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 21 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 22 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 23 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 24 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 25 | * THE POSSIBILITY OF SUCH DAMAGE. |
| 26 | */ |
| 27 | |
| 28 | #include "config.h" |
| 29 | #include "WebPreferencesKeys.h" |
| 30 | |
| 31 | #include <wtf/NeverDestroyed.h> |
| 32 | |
| 33 | namespace WebKit { |
| 34 | namespace WebPreferencesKey { |
| 35 | |
| 36 | const String& isAVFoundationEnabledKey() |
| 37 | { |
| 38 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AVFoundationEnabled" )); |
| 39 | return key; |
| 40 | } |
| 41 | |
| 42 | const String& isAVFoundationNSURLSessionEnabledKey() |
| 43 | { |
| 44 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AVFoundationNSURLSessionEnabled" )); |
| 45 | return key; |
| 46 | } |
| 47 | |
| 48 | const String& accelerated2dCanvasEnabledKey() |
| 49 | { |
| 50 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("Accelerated2dCanvasEnabled" )); |
| 51 | return key; |
| 52 | } |
| 53 | |
| 54 | const String& acceleratedCompositingEnabledKey() |
| 55 | { |
| 56 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AcceleratedCompositingEnabled" )); |
| 57 | return key; |
| 58 | } |
| 59 | |
| 60 | const String& acceleratedDrawingEnabledKey() |
| 61 | { |
| 62 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AcceleratedDrawingEnabled" )); |
| 63 | return key; |
| 64 | } |
| 65 | |
| 66 | const String& accessibilityObjectModelEnabledKey() |
| 67 | { |
| 68 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AccessibilityObjectModelEnabled" )); |
| 69 | return key; |
| 70 | } |
| 71 | |
| 72 | const String& adClickAttributionDebugModeEnabledKey() |
| 73 | { |
| 74 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AdClickAttributionDebugModeEnabled" )); |
| 75 | return key; |
| 76 | } |
| 77 | |
| 78 | const String& adClickAttributionEnabledKey() |
| 79 | { |
| 80 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AdClickAttributionEnabled" )); |
| 81 | return key; |
| 82 | } |
| 83 | |
| 84 | const String& aggressiveTileRetentionEnabledKey() |
| 85 | { |
| 86 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AggressiveTileRetentionEnabled" )); |
| 87 | return key; |
| 88 | } |
| 89 | |
| 90 | const String& allowCrossOriginSubresourcesToAskForCredentialsKey() |
| 91 | { |
| 92 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowCrossOriginSubresourcesToAskForCredentials" )); |
| 93 | return key; |
| 94 | } |
| 95 | |
| 96 | const String& allowFileAccessFromFileURLsKey() |
| 97 | { |
| 98 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowFileAccessFromFileURLs" )); |
| 99 | return key; |
| 100 | } |
| 101 | |
| 102 | const String& allowMediaContentTypesRequiringHardwareSupportAsFallbackKey() |
| 103 | { |
| 104 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowMediaContentTypesRequiringHardwareSupportAsFallback" )); |
| 105 | return key; |
| 106 | } |
| 107 | |
| 108 | const String& allowMultiElementImplicitSubmissionKey() |
| 109 | { |
| 110 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowMultiElementImplicitSubmission" )); |
| 111 | return key; |
| 112 | } |
| 113 | |
| 114 | const String& () |
| 115 | { |
| 116 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowSettingAnyXHRHeaderFromFileURLs" )); |
| 117 | return key; |
| 118 | } |
| 119 | |
| 120 | const String& allowUniversalAccessFromFileURLsKey() |
| 121 | { |
| 122 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowUniversalAccessFromFileURLs" )); |
| 123 | return key; |
| 124 | } |
| 125 | |
| 126 | const String& allowsAirPlayForMediaPlaybackKey() |
| 127 | { |
| 128 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowsAirPlayForMediaPlayback" )); |
| 129 | return key; |
| 130 | } |
| 131 | |
| 132 | const String& allowsInlineMediaPlaybackKey() |
| 133 | { |
| 134 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowsInlineMediaPlayback" )); |
| 135 | return key; |
| 136 | } |
| 137 | |
| 138 | const String& allowsInlineMediaPlaybackAfterFullscreenKey() |
| 139 | { |
| 140 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowsInlineMediaPlaybackAfterFullscreen" )); |
| 141 | return key; |
| 142 | } |
| 143 | |
| 144 | const String& allowsPictureInPictureMediaPlaybackKey() |
| 145 | { |
| 146 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AllowsPictureInPictureMediaPlayback" )); |
| 147 | return key; |
| 148 | } |
| 149 | |
| 150 | const String& alwaysUseAcceleratedOverflowScrollKey() |
| 151 | { |
| 152 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AlwaysUseAcceleratedOverflowScroll" )); |
| 153 | return key; |
| 154 | } |
| 155 | |
| 156 | const String& animatedImageAsyncDecodingEnabledKey() |
| 157 | { |
| 158 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AnimatedImageAsyncDecodingEnabled" )); |
| 159 | return key; |
| 160 | } |
| 161 | |
| 162 | const String& applePayCapabilityDisclosureAllowedKey() |
| 163 | { |
| 164 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ApplePayCapabilityDisclosureAllowed" )); |
| 165 | return key; |
| 166 | } |
| 167 | |
| 168 | const String& applePayEnabledKey() |
| 169 | { |
| 170 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ApplePayEnabled" )); |
| 171 | return key; |
| 172 | } |
| 173 | |
| 174 | const String& applePayRemoteUIEnabledKey() |
| 175 | { |
| 176 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ApplePayRemoteUIEnabled" )); |
| 177 | return key; |
| 178 | } |
| 179 | |
| 180 | const String& ariaReflectionEnabledKey() |
| 181 | { |
| 182 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AriaReflectionEnabled" )); |
| 183 | return key; |
| 184 | } |
| 185 | |
| 186 | const String& artificialPluginInitializationDelayEnabledKey() |
| 187 | { |
| 188 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ArtificialPluginInitializationDelayEnabled" )); |
| 189 | return key; |
| 190 | } |
| 191 | |
| 192 | const String& asyncFrameScrollingEnabledKey() |
| 193 | { |
| 194 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AsyncFrameScrollingEnabled" )); |
| 195 | return key; |
| 196 | } |
| 197 | |
| 198 | const String& asyncOverflowScrollingEnabledKey() |
| 199 | { |
| 200 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AsyncOverflowScrollingEnabled" )); |
| 201 | return key; |
| 202 | } |
| 203 | |
| 204 | const String& asynchronousPluginInitializationEnabledKey() |
| 205 | { |
| 206 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AsynchronousPluginInitializationEnabled" )); |
| 207 | return key; |
| 208 | } |
| 209 | |
| 210 | const String& asynchronousPluginInitializationEnabledForAllPluginsKey() |
| 211 | { |
| 212 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AsynchronousPluginInitializationEnabledForAllPlugins" )); |
| 213 | return key; |
| 214 | } |
| 215 | |
| 216 | const String& asynchronousSpellCheckingEnabledKey() |
| 217 | { |
| 218 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AsynchronousSpellCheckingEnabled" )); |
| 219 | return key; |
| 220 | } |
| 221 | |
| 222 | const String& attachmentElementEnabledKey() |
| 223 | { |
| 224 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AttachmentElementEnabled" )); |
| 225 | return key; |
| 226 | } |
| 227 | |
| 228 | const String& authorAndUserStylesEnabledKey() |
| 229 | { |
| 230 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AuthorAndUserStylesEnabled" )); |
| 231 | return key; |
| 232 | } |
| 233 | |
| 234 | const String& autostartOriginPlugInSnapshottingEnabledKey() |
| 235 | { |
| 236 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("AutostartOriginPlugInSnapshottingEnabled" )); |
| 237 | return key; |
| 238 | } |
| 239 | |
| 240 | const String& backspaceKeyNavigationEnabledKey() |
| 241 | { |
| 242 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("BackspaceKeyNavigationEnabled" )); |
| 243 | return key; |
| 244 | } |
| 245 | |
| 246 | const String& beaconAPIEnabledKey() |
| 247 | { |
| 248 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("BeaconAPIEnabled" )); |
| 249 | return key; |
| 250 | } |
| 251 | |
| 252 | const String& blankAnchorTargetImpliesNoOpenerEnabledKey() |
| 253 | { |
| 254 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("BlankAnchorTargetImpliesNoOpenerEnabled" )); |
| 255 | return key; |
| 256 | } |
| 257 | |
| 258 | const String& blockingOfSmallPluginsEnabledKey() |
| 259 | { |
| 260 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("BlockingOfSmallPluginsEnabled" )); |
| 261 | return key; |
| 262 | } |
| 263 | |
| 264 | const String& cssCustomPropertiesAndValuesEnabledKey() |
| 265 | { |
| 266 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CSSCustomPropertiesAndValuesEnabled" )); |
| 267 | return key; |
| 268 | } |
| 269 | |
| 270 | const String& cssLogicalEnabledKey() |
| 271 | { |
| 272 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CSSLogicalEnabled" )); |
| 273 | return key; |
| 274 | } |
| 275 | |
| 276 | const String& cssOMViewScrollingAPIEnabledKey() |
| 277 | { |
| 278 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CSSOMViewScrollingAPIEnabled" )); |
| 279 | return key; |
| 280 | } |
| 281 | |
| 282 | const String& cssPaintingAPIEnabledKey() |
| 283 | { |
| 284 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CSSPaintingAPIEnabled" )); |
| 285 | return key; |
| 286 | } |
| 287 | |
| 288 | const String& cssTypedOMEnabledKey() |
| 289 | { |
| 290 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CSSTypedOMEnabled" )); |
| 291 | return key; |
| 292 | } |
| 293 | |
| 294 | const String& cacheAPIEnabledKey() |
| 295 | { |
| 296 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CacheAPIEnabled" )); |
| 297 | return key; |
| 298 | } |
| 299 | |
| 300 | const String& canvasUsesAcceleratedDrawingKey() |
| 301 | { |
| 302 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CanvasUsesAcceleratedDrawing" )); |
| 303 | return key; |
| 304 | } |
| 305 | |
| 306 | const String& captureAudioInUIProcessEnabledKey() |
| 307 | { |
| 308 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CaptureAudioInUIProcessEnabled" )); |
| 309 | return key; |
| 310 | } |
| 311 | |
| 312 | const String& captureVideoInUIProcessEnabledKey() |
| 313 | { |
| 314 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CaptureVideoInUIProcessEnabled" )); |
| 315 | return key; |
| 316 | } |
| 317 | |
| 318 | const String& caretBrowsingEnabledKey() |
| 319 | { |
| 320 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CaretBrowsingEnabled" )); |
| 321 | return key; |
| 322 | } |
| 323 | |
| 324 | const String& colorFilterEnabledKey() |
| 325 | { |
| 326 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ColorFilterEnabled" )); |
| 327 | return key; |
| 328 | } |
| 329 | |
| 330 | const String& compositingBordersVisibleKey() |
| 331 | { |
| 332 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CompositingBordersVisible" )); |
| 333 | return key; |
| 334 | } |
| 335 | |
| 336 | const String& compositingRepaintCountersVisibleKey() |
| 337 | { |
| 338 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CompositingRepaintCountersVisible" )); |
| 339 | return key; |
| 340 | } |
| 341 | |
| 342 | const String& constantPropertiesEnabledKey() |
| 343 | { |
| 344 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ConstantPropertiesEnabled" )); |
| 345 | return key; |
| 346 | } |
| 347 | |
| 348 | const String& contentChangeObserverEnabledKey() |
| 349 | { |
| 350 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ContentChangeObserverEnabled" )); |
| 351 | return key; |
| 352 | } |
| 353 | |
| 354 | const String& cookieEnabledKey() |
| 355 | { |
| 356 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CookieEnabled" )); |
| 357 | return key; |
| 358 | } |
| 359 | |
| 360 | const String& coreMathMLEnabledKey() |
| 361 | { |
| 362 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CoreMathMLEnabled" )); |
| 363 | return key; |
| 364 | } |
| 365 | |
| 366 | const String& crossOriginResourcePolicyEnabledKey() |
| 367 | { |
| 368 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CrossOriginResourcePolicyEnabled" )); |
| 369 | return key; |
| 370 | } |
| 371 | |
| 372 | const String& cursiveFontFamilyKey() |
| 373 | { |
| 374 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CursiveFontFamily" )); |
| 375 | return key; |
| 376 | } |
| 377 | |
| 378 | const String& customElementsEnabledKey() |
| 379 | { |
| 380 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CustomElementsEnabled" )); |
| 381 | return key; |
| 382 | } |
| 383 | |
| 384 | const String& customPasteboardDataEnabledKey() |
| 385 | { |
| 386 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("CustomPasteboardDataEnabled" )); |
| 387 | return key; |
| 388 | } |
| 389 | |
| 390 | const String& dnsPrefetchingEnabledKey() |
| 391 | { |
| 392 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DNSPrefetchingEnabled" )); |
| 393 | return key; |
| 394 | } |
| 395 | |
| 396 | const String& domPasteAccessRequestsEnabledKey() |
| 397 | { |
| 398 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DOMPasteAccessRequestsEnabled" )); |
| 399 | return key; |
| 400 | } |
| 401 | |
| 402 | const String& domPasteAllowedKey() |
| 403 | { |
| 404 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DOMPasteAllowed" )); |
| 405 | return key; |
| 406 | } |
| 407 | |
| 408 | const String& domTimersThrottlingEnabledKey() |
| 409 | { |
| 410 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DOMTimersThrottlingEnabled" )); |
| 411 | return key; |
| 412 | } |
| 413 | |
| 414 | const String& darkModeCSSEnabledKey() |
| 415 | { |
| 416 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DarkModeCSSEnabled" )); |
| 417 | return key; |
| 418 | } |
| 419 | |
| 420 | const String& dataDetectorTypesKey() |
| 421 | { |
| 422 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DataDetectorTypes" )); |
| 423 | return key; |
| 424 | } |
| 425 | |
| 426 | const String& dataListElementEnabledKey() |
| 427 | { |
| 428 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DataListElementEnabled" )); |
| 429 | return key; |
| 430 | } |
| 431 | |
| 432 | const String& dataTransferItemsEnabledKey() |
| 433 | { |
| 434 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DataTransferItemsEnabled" )); |
| 435 | return key; |
| 436 | } |
| 437 | |
| 438 | const String& databasesEnabledKey() |
| 439 | { |
| 440 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DatabasesEnabled" )); |
| 441 | return key; |
| 442 | } |
| 443 | |
| 444 | const String& defaultFixedFontSizeKey() |
| 445 | { |
| 446 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DefaultFixedFontSize" )); |
| 447 | return key; |
| 448 | } |
| 449 | |
| 450 | const String& defaultFontSizeKey() |
| 451 | { |
| 452 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DefaultFontSize" )); |
| 453 | return key; |
| 454 | } |
| 455 | |
| 456 | const String& defaultTextEncodingNameKey() |
| 457 | { |
| 458 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DefaultTextEncodingName" )); |
| 459 | return key; |
| 460 | } |
| 461 | |
| 462 | const String& deferredCSSParserEnabledKey() |
| 463 | { |
| 464 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeferredCSSParserEnabled" )); |
| 465 | return key; |
| 466 | } |
| 467 | |
| 468 | const String& () |
| 469 | { |
| 470 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeveloperExtrasEnabled" )); |
| 471 | return key; |
| 472 | } |
| 473 | |
| 474 | const String& deviceHeightKey() |
| 475 | { |
| 476 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeviceHeight" )); |
| 477 | return key; |
| 478 | } |
| 479 | |
| 480 | const String& deviceOrientationEventEnabledKey() |
| 481 | { |
| 482 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeviceOrientationEventEnabled" )); |
| 483 | return key; |
| 484 | } |
| 485 | |
| 486 | const String& deviceOrientationPermissionAPIEnabledKey() |
| 487 | { |
| 488 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeviceOrientationPermissionAPIEnabled" )); |
| 489 | return key; |
| 490 | } |
| 491 | |
| 492 | const String& deviceWidthKey() |
| 493 | { |
| 494 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DeviceWidth" )); |
| 495 | return key; |
| 496 | } |
| 497 | |
| 498 | const String& diagnosticLoggingEnabledKey() |
| 499 | { |
| 500 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DiagnosticLoggingEnabled" )); |
| 501 | return key; |
| 502 | } |
| 503 | |
| 504 | const String& directoryUploadEnabledKey() |
| 505 | { |
| 506 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DirectoryUploadEnabled" )); |
| 507 | return key; |
| 508 | } |
| 509 | |
| 510 | const String& disableScreenSizeOverrideKey() |
| 511 | { |
| 512 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DisableScreenSizeOverride" )); |
| 513 | return key; |
| 514 | } |
| 515 | |
| 516 | const String& disabledAdaptationsMetaTagEnabledKey() |
| 517 | { |
| 518 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DisabledAdaptationsMetaTagEnabled" )); |
| 519 | return key; |
| 520 | } |
| 521 | |
| 522 | const String& displayContentsEnabledKey() |
| 523 | { |
| 524 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DisplayContentsEnabled" )); |
| 525 | return key; |
| 526 | } |
| 527 | |
| 528 | const String& displayListDrawingEnabledKey() |
| 529 | { |
| 530 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DisplayListDrawingEnabled" )); |
| 531 | return key; |
| 532 | } |
| 533 | |
| 534 | const String& downloadAttributeEnabledKey() |
| 535 | { |
| 536 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("DownloadAttributeEnabled" )); |
| 537 | return key; |
| 538 | } |
| 539 | |
| 540 | const String& editableImagesEnabledKey() |
| 541 | { |
| 542 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("EditableImagesEnabled" )); |
| 543 | return key; |
| 544 | } |
| 545 | |
| 546 | const String& editableLinkBehaviorKey() |
| 547 | { |
| 548 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("EditableLinkBehavior" )); |
| 549 | return key; |
| 550 | } |
| 551 | |
| 552 | const String& enableInheritURIQueryComponentKey() |
| 553 | { |
| 554 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("EnableInheritURIQueryComponent" )); |
| 555 | return key; |
| 556 | } |
| 557 | |
| 558 | const String& encryptedMediaAPIEnabledKey() |
| 559 | { |
| 560 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("EncryptedMediaAPIEnabled" )); |
| 561 | return key; |
| 562 | } |
| 563 | |
| 564 | const String& enumeratingAllNetworkInterfacesEnabledKey() |
| 565 | { |
| 566 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("EnumeratingAllNetworkInterfacesEnabled" )); |
| 567 | return key; |
| 568 | } |
| 569 | |
| 570 | const String& experimentalPlugInSandboxProfilesEnabledKey() |
| 571 | { |
| 572 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ExperimentalPlugInSandboxProfilesEnabled" )); |
| 573 | return key; |
| 574 | } |
| 575 | |
| 576 | const String& ftpDirectoryTemplatePathKey() |
| 577 | { |
| 578 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FTPDirectoryTemplatePath" )); |
| 579 | return key; |
| 580 | } |
| 581 | |
| 582 | const String& fantasyFontFamilyKey() |
| 583 | { |
| 584 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FantasyFontFamily" )); |
| 585 | return key; |
| 586 | } |
| 587 | |
| 588 | const String& fastClicksEverywhereKey() |
| 589 | { |
| 590 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FastClicksEverywhere" )); |
| 591 | return key; |
| 592 | } |
| 593 | |
| 594 | const String& fasterClicksEnabledKey() |
| 595 | { |
| 596 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FasterClicksEnabled" )); |
| 597 | return key; |
| 598 | } |
| 599 | |
| 600 | const String& fetchAPIEnabledKey() |
| 601 | { |
| 602 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FetchAPIEnabled" )); |
| 603 | return key; |
| 604 | } |
| 605 | |
| 606 | const String& fetchAPIKeepAliveEnabledKey() |
| 607 | { |
| 608 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FetchAPIKeepAliveEnabled" )); |
| 609 | return key; |
| 610 | } |
| 611 | |
| 612 | const String& fixedFontFamilyKey() |
| 613 | { |
| 614 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FixedFontFamily" )); |
| 615 | return key; |
| 616 | } |
| 617 | |
| 618 | const String& forceAlwaysUserScalableKey() |
| 619 | { |
| 620 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ForceAlwaysUserScalable" )); |
| 621 | return key; |
| 622 | } |
| 623 | |
| 624 | const String& forceCompositingModeKey() |
| 625 | { |
| 626 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ForceCompositingMode" )); |
| 627 | return key; |
| 628 | } |
| 629 | |
| 630 | const String& forceFTPDirectoryListingsKey() |
| 631 | { |
| 632 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ForceFTPDirectoryListings" )); |
| 633 | return key; |
| 634 | } |
| 635 | |
| 636 | const String& forceSoftwareWebGLRenderingKey() |
| 637 | { |
| 638 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ForceSoftwareWebGLRendering" )); |
| 639 | return key; |
| 640 | } |
| 641 | |
| 642 | const String& forceUpdateScrollbarsOnMainThreadForPerformanceTestingKey() |
| 643 | { |
| 644 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ForceUpdateScrollbarsOnMainThreadForPerformanceTesting" )); |
| 645 | return key; |
| 646 | } |
| 647 | |
| 648 | const String& frameFlatteningEnabledKey() |
| 649 | { |
| 650 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FrameFlatteningEnabled" )); |
| 651 | return key; |
| 652 | } |
| 653 | |
| 654 | const String& fullScreenEnabledKey() |
| 655 | { |
| 656 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("FullScreenEnabled" )); |
| 657 | return key; |
| 658 | } |
| 659 | |
| 660 | const String& isGStreamerEnabledKey() |
| 661 | { |
| 662 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("GStreamerEnabled" )); |
| 663 | return key; |
| 664 | } |
| 665 | |
| 666 | const String& gamepadsEnabledKey() |
| 667 | { |
| 668 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("GamepadsEnabled" )); |
| 669 | return key; |
| 670 | } |
| 671 | |
| 672 | const String& httpEquivEnabledKey() |
| 673 | { |
| 674 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HTTPEquivEnabled" )); |
| 675 | return key; |
| 676 | } |
| 677 | |
| 678 | const String& httpSUpgradeEnabledKey() |
| 679 | { |
| 680 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HTTPSUpgradeEnabled" )); |
| 681 | return key; |
| 682 | } |
| 683 | |
| 684 | const String& hiddenPageCSSAnimationSuspensionEnabledKey() |
| 685 | { |
| 686 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HiddenPageCSSAnimationSuspensionEnabled" )); |
| 687 | return key; |
| 688 | } |
| 689 | |
| 690 | const String& hiddenPageDOMTimerThrottlingAutoIncreasesKey() |
| 691 | { |
| 692 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HiddenPageDOMTimerThrottlingAutoIncreases" )); |
| 693 | return key; |
| 694 | } |
| 695 | |
| 696 | const String& hiddenPageDOMTimerThrottlingEnabledKey() |
| 697 | { |
| 698 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HiddenPageDOMTimerThrottlingEnabled" )); |
| 699 | return key; |
| 700 | } |
| 701 | |
| 702 | const String& hyperlinkAuditingEnabledKey() |
| 703 | { |
| 704 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("HyperlinkAuditingEnabled" )); |
| 705 | return key; |
| 706 | } |
| 707 | |
| 708 | const String& iceCandidateFilteringEnabledKey() |
| 709 | { |
| 710 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ICECandidateFilteringEnabled" )); |
| 711 | return key; |
| 712 | } |
| 713 | |
| 714 | const String& ignoreViewportScalingConstraintsKey() |
| 715 | { |
| 716 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IgnoreViewportScalingConstraints" )); |
| 717 | return key; |
| 718 | } |
| 719 | |
| 720 | const String& imageBitmapOffscreenCanvasEnabledKey() |
| 721 | { |
| 722 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ImageBitmapOffscreenCanvasEnabled" )); |
| 723 | return key; |
| 724 | } |
| 725 | |
| 726 | const String& imageControlsEnabledKey() |
| 727 | { |
| 728 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ImageControlsEnabled" )); |
| 729 | return key; |
| 730 | } |
| 731 | |
| 732 | const String& inactiveMediaCaptureSteamRepromptIntervalInMinutesKey() |
| 733 | { |
| 734 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InactiveMediaCaptureSteamRepromptIntervalInMinutes" )); |
| 735 | return key; |
| 736 | } |
| 737 | |
| 738 | const String& incompleteImageBorderEnabledKey() |
| 739 | { |
| 740 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IncompleteImageBorderEnabled" )); |
| 741 | return key; |
| 742 | } |
| 743 | |
| 744 | const String& incrementalRenderingSuppressionTimeoutKey() |
| 745 | { |
| 746 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IncrementalRenderingSuppressionTimeout" )); |
| 747 | return key; |
| 748 | } |
| 749 | |
| 750 | const String& inlineMediaPlaybackRequiresPlaysInlineAttributeKey() |
| 751 | { |
| 752 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InlineMediaPlaybackRequiresPlaysInlineAttribute" )); |
| 753 | return key; |
| 754 | } |
| 755 | |
| 756 | const String& inputEventsEnabledKey() |
| 757 | { |
| 758 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InputEventsEnabled" )); |
| 759 | return key; |
| 760 | } |
| 761 | |
| 762 | const String& inputTypeColorEnabledKey() |
| 763 | { |
| 764 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InputTypeColorEnabled" )); |
| 765 | return key; |
| 766 | } |
| 767 | |
| 768 | const String& inspectorAdditionsEnabledKey() |
| 769 | { |
| 770 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorAdditionsEnabled" )); |
| 771 | return key; |
| 772 | } |
| 773 | |
| 774 | const String& inspectorAttachedHeightKey() |
| 775 | { |
| 776 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorAttachedHeight" )); |
| 777 | return key; |
| 778 | } |
| 779 | |
| 780 | const String& inspectorAttachedWidthKey() |
| 781 | { |
| 782 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorAttachedWidth" )); |
| 783 | return key; |
| 784 | } |
| 785 | |
| 786 | const String& inspectorAttachmentSideKey() |
| 787 | { |
| 788 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorAttachmentSide" )); |
| 789 | return key; |
| 790 | } |
| 791 | |
| 792 | const String& inspectorStartsAttachedKey() |
| 793 | { |
| 794 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorStartsAttached" )); |
| 795 | return key; |
| 796 | } |
| 797 | |
| 798 | const String& inspectorWindowFrameKey() |
| 799 | { |
| 800 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InspectorWindowFrame" )); |
| 801 | return key; |
| 802 | } |
| 803 | |
| 804 | const String& interactiveFormValidationEnabledKey() |
| 805 | { |
| 806 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InteractiveFormValidationEnabled" )); |
| 807 | return key; |
| 808 | } |
| 809 | |
| 810 | const String& intersectionObserverEnabledKey() |
| 811 | { |
| 812 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IntersectionObserverEnabled" )); |
| 813 | return key; |
| 814 | } |
| 815 | |
| 816 | const String& invisibleAutoplayNotPermittedKey() |
| 817 | { |
| 818 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("InvisibleAutoplayNotPermitted" )); |
| 819 | return key; |
| 820 | } |
| 821 | |
| 822 | const String& isITPDatabaseEnabledKey() |
| 823 | { |
| 824 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IsITPDatabaseEnabled" )); |
| 825 | return key; |
| 826 | } |
| 827 | |
| 828 | const String& isITPFirstPartyWebsiteDataRemovalEnabledKey() |
| 829 | { |
| 830 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IsITPFirstPartyWebsiteDataRemovalEnabled" )); |
| 831 | return key; |
| 832 | } |
| 833 | |
| 834 | const String& isSecureContextAttributeEnabledKey() |
| 835 | { |
| 836 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("IsSecureContextAttributeEnabled" )); |
| 837 | return key; |
| 838 | } |
| 839 | |
| 840 | const String& itpDebugModeEnabledKey() |
| 841 | { |
| 842 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ItpDebugModeEnabled" )); |
| 843 | return key; |
| 844 | } |
| 845 | |
| 846 | const String& javaEnabledKey() |
| 847 | { |
| 848 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaEnabled" )); |
| 849 | return key; |
| 850 | } |
| 851 | |
| 852 | const String& javaEnabledForLocalFilesKey() |
| 853 | { |
| 854 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaEnabledForLocalFiles" )); |
| 855 | return key; |
| 856 | } |
| 857 | |
| 858 | const String& javaScriptCanAccessClipboardKey() |
| 859 | { |
| 860 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaScriptCanAccessClipboard" )); |
| 861 | return key; |
| 862 | } |
| 863 | |
| 864 | const String& javaScriptCanOpenWindowsAutomaticallyKey() |
| 865 | { |
| 866 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaScriptCanOpenWindowsAutomatically" )); |
| 867 | return key; |
| 868 | } |
| 869 | |
| 870 | const String& javaScriptEnabledKey() |
| 871 | { |
| 872 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaScriptEnabled" )); |
| 873 | return key; |
| 874 | } |
| 875 | |
| 876 | const String& javaScriptMarkupEnabledKey() |
| 877 | { |
| 878 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaScriptMarkupEnabled" )); |
| 879 | return key; |
| 880 | } |
| 881 | |
| 882 | const String& javaScriptRuntimeFlagsKey() |
| 883 | { |
| 884 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("JavaScriptRuntimeFlags" )); |
| 885 | return key; |
| 886 | } |
| 887 | |
| 888 | const String& largeImageAsyncDecodingEnabledKey() |
| 889 | { |
| 890 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LargeImageAsyncDecodingEnabled" )); |
| 891 | return key; |
| 892 | } |
| 893 | |
| 894 | const String& layoutFallbackWidthKey() |
| 895 | { |
| 896 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LayoutFallbackWidth" )); |
| 897 | return key; |
| 898 | } |
| 899 | |
| 900 | const String& layoutFormattingContextEnabledKey() |
| 901 | { |
| 902 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LayoutFormattingContextEnabled" )); |
| 903 | return key; |
| 904 | } |
| 905 | |
| 906 | const String& layoutIntervalKey() |
| 907 | { |
| 908 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LayoutInterval" )); |
| 909 | return key; |
| 910 | } |
| 911 | |
| 912 | const String& layoutViewportHeightExpansionFactorKey() |
| 913 | { |
| 914 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LayoutViewportHeightExpansionFactor" )); |
| 915 | return key; |
| 916 | } |
| 917 | |
| 918 | const String& legacyEncryptedMediaAPIEnabledKey() |
| 919 | { |
| 920 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LegacyEncryptedMediaAPIEnabled" )); |
| 921 | return key; |
| 922 | } |
| 923 | |
| 924 | const String& legacyOverflowScrollingTouchEnabledKey() |
| 925 | { |
| 926 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LegacyOverflowScrollingTouchEnabled" )); |
| 927 | return key; |
| 928 | } |
| 929 | |
| 930 | const String& linkPreconnectKey() |
| 931 | { |
| 932 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LinkPreconnect" )); |
| 933 | return key; |
| 934 | } |
| 935 | |
| 936 | const String& linkPrefetchEnabledKey() |
| 937 | { |
| 938 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LinkPrefetchEnabled" )); |
| 939 | return key; |
| 940 | } |
| 941 | |
| 942 | const String& linkPreloadEnabledKey() |
| 943 | { |
| 944 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LinkPreloadEnabled" )); |
| 945 | return key; |
| 946 | } |
| 947 | |
| 948 | const String& loadsImagesAutomaticallyKey() |
| 949 | { |
| 950 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LoadsImagesAutomatically" )); |
| 951 | return key; |
| 952 | } |
| 953 | |
| 954 | const String& loadsSiteIconsIgnoringImageLoadingPreferenceKey() |
| 955 | { |
| 956 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LoadsSiteIconsIgnoringImageLoadingPreference" )); |
| 957 | return key; |
| 958 | } |
| 959 | |
| 960 | const String& localFileContentSniffingEnabledKey() |
| 961 | { |
| 962 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LocalFileContentSniffingEnabled" )); |
| 963 | return key; |
| 964 | } |
| 965 | |
| 966 | const String& localStorageEnabledKey() |
| 967 | { |
| 968 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LocalStorageEnabled" )); |
| 969 | return key; |
| 970 | } |
| 971 | |
| 972 | const String& logsPageMessagesToSystemConsoleEnabledKey() |
| 973 | { |
| 974 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LogsPageMessagesToSystemConsoleEnabled" )); |
| 975 | return key; |
| 976 | } |
| 977 | |
| 978 | const String& longRunningMediaCaptureStreamRepromptIntervalInHoursKey() |
| 979 | { |
| 980 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LongRunningMediaCaptureStreamRepromptIntervalInHours" )); |
| 981 | return key; |
| 982 | } |
| 983 | |
| 984 | const String& lowPowerVideoAudioBufferSizeEnabledKey() |
| 985 | { |
| 986 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("LowPowerVideoAudioBufferSizeEnabled" )); |
| 987 | return key; |
| 988 | } |
| 989 | |
| 990 | const String& mainContentUserGestureOverrideEnabledKey() |
| 991 | { |
| 992 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MainContentUserGestureOverrideEnabled" )); |
| 993 | return key; |
| 994 | } |
| 995 | |
| 996 | const String& maxParseDurationKey() |
| 997 | { |
| 998 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MaxParseDuration" )); |
| 999 | return key; |
| 1000 | } |
| 1001 | |
| 1002 | const String& mediaCapabilitiesEnabledKey() |
| 1003 | { |
| 1004 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaCapabilitiesEnabled" )); |
| 1005 | return key; |
| 1006 | } |
| 1007 | |
| 1008 | const String& mediaCapabilitiesExtensionsEnabledKey() |
| 1009 | { |
| 1010 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaCapabilitiesExtensionsEnabled" )); |
| 1011 | return key; |
| 1012 | } |
| 1013 | |
| 1014 | const String& mediaCaptureRequiresSecureConnectionKey() |
| 1015 | { |
| 1016 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaCaptureRequiresSecureConnection" )); |
| 1017 | return key; |
| 1018 | } |
| 1019 | |
| 1020 | const String& mediaContentTypesRequiringHardwareSupportKey() |
| 1021 | { |
| 1022 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaContentTypesRequiringHardwareSupport" )); |
| 1023 | return key; |
| 1024 | } |
| 1025 | |
| 1026 | const String& mediaControlsScaleWithPageZoomKey() |
| 1027 | { |
| 1028 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaControlsScaleWithPageZoom" )); |
| 1029 | return key; |
| 1030 | } |
| 1031 | |
| 1032 | const String& mediaDataLoadsAutomaticallyKey() |
| 1033 | { |
| 1034 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaDataLoadsAutomatically" )); |
| 1035 | return key; |
| 1036 | } |
| 1037 | |
| 1038 | const String& mediaDevicesEnabledKey() |
| 1039 | { |
| 1040 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaDevicesEnabled" )); |
| 1041 | return key; |
| 1042 | } |
| 1043 | |
| 1044 | const String& mediaEnabledKey() |
| 1045 | { |
| 1046 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaEnabled" )); |
| 1047 | return key; |
| 1048 | } |
| 1049 | |
| 1050 | const String& mediaPreloadingEnabledKey() |
| 1051 | { |
| 1052 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaPreloadingEnabled" )); |
| 1053 | return key; |
| 1054 | } |
| 1055 | |
| 1056 | const String& mediaRecorderEnabledKey() |
| 1057 | { |
| 1058 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaRecorderEnabled" )); |
| 1059 | return key; |
| 1060 | } |
| 1061 | |
| 1062 | const String& mediaSourceEnabledKey() |
| 1063 | { |
| 1064 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaSourceEnabled" )); |
| 1065 | return key; |
| 1066 | } |
| 1067 | |
| 1068 | const String& mediaStreamEnabledKey() |
| 1069 | { |
| 1070 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaStreamEnabled" )); |
| 1071 | return key; |
| 1072 | } |
| 1073 | |
| 1074 | const String& mediaUserGestureInheritsFromDocumentKey() |
| 1075 | { |
| 1076 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MediaUserGestureInheritsFromDocument" )); |
| 1077 | return key; |
| 1078 | } |
| 1079 | |
| 1080 | const String& () |
| 1081 | { |
| 1082 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MenuItemElementEnabled" )); |
| 1083 | return key; |
| 1084 | } |
| 1085 | |
| 1086 | const String& minimumFontSizeKey() |
| 1087 | { |
| 1088 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MinimumFontSize" )); |
| 1089 | return key; |
| 1090 | } |
| 1091 | |
| 1092 | const String& minimumLogicalFontSizeKey() |
| 1093 | { |
| 1094 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MinimumLogicalFontSize" )); |
| 1095 | return key; |
| 1096 | } |
| 1097 | |
| 1098 | const String& minimumZoomFontSizeKey() |
| 1099 | { |
| 1100 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MinimumZoomFontSize" )); |
| 1101 | return key; |
| 1102 | } |
| 1103 | |
| 1104 | const String& mockCaptureDevicesEnabledKey() |
| 1105 | { |
| 1106 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MockCaptureDevicesEnabled" )); |
| 1107 | return key; |
| 1108 | } |
| 1109 | |
| 1110 | const String& mockCaptureDevicesPromptEnabledKey() |
| 1111 | { |
| 1112 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MockCaptureDevicesPromptEnabled" )); |
| 1113 | return key; |
| 1114 | } |
| 1115 | |
| 1116 | const String& mockScrollbarsEnabledKey() |
| 1117 | { |
| 1118 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MockScrollbarsEnabled" )); |
| 1119 | return key; |
| 1120 | } |
| 1121 | |
| 1122 | const String& modernMediaControlsEnabledKey() |
| 1123 | { |
| 1124 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ModernMediaControlsEnabled" )); |
| 1125 | return key; |
| 1126 | } |
| 1127 | |
| 1128 | const String& mouseEventsSimulationEnabledKey() |
| 1129 | { |
| 1130 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("MouseEventsSimulationEnabled" )); |
| 1131 | return key; |
| 1132 | } |
| 1133 | |
| 1134 | const String& needsSiteSpecificQuirksKey() |
| 1135 | { |
| 1136 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("NeedsSiteSpecificQuirks" )); |
| 1137 | return key; |
| 1138 | } |
| 1139 | |
| 1140 | const String& needsStorageAccessFromFileURLsQuirkKey() |
| 1141 | { |
| 1142 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("NeedsStorageAccessFromFileURLsQuirk" )); |
| 1143 | return key; |
| 1144 | } |
| 1145 | |
| 1146 | const String& notificationsEnabledKey() |
| 1147 | { |
| 1148 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("NotificationsEnabled" )); |
| 1149 | return key; |
| 1150 | } |
| 1151 | |
| 1152 | const String& offlineWebApplicationCacheEnabledKey() |
| 1153 | { |
| 1154 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("OfflineWebApplicationCacheEnabled" )); |
| 1155 | return key; |
| 1156 | } |
| 1157 | |
| 1158 | const String& pdfPluginEnabledKey() |
| 1159 | { |
| 1160 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PDFPluginEnabled" )); |
| 1161 | return key; |
| 1162 | } |
| 1163 | |
| 1164 | const String& pageAtRuleSupportEnabledKey() |
| 1165 | { |
| 1166 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PageAtRuleSupportEnabled" )); |
| 1167 | return key; |
| 1168 | } |
| 1169 | |
| 1170 | const String& pageCacheSupportsPluginsKey() |
| 1171 | { |
| 1172 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PageCacheSupportsPlugins" )); |
| 1173 | return key; |
| 1174 | } |
| 1175 | |
| 1176 | const String& pageVisibilityBasedProcessSuppressionEnabledKey() |
| 1177 | { |
| 1178 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PageVisibilityBasedProcessSuppressionEnabled" )); |
| 1179 | return key; |
| 1180 | } |
| 1181 | |
| 1182 | const String& paginateDuringLayoutEnabledKey() |
| 1183 | { |
| 1184 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PaginateDuringLayoutEnabled" )); |
| 1185 | return key; |
| 1186 | } |
| 1187 | |
| 1188 | const String& passiveTouchListenersAsDefaultOnDocumentKey() |
| 1189 | { |
| 1190 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PassiveTouchListenersAsDefaultOnDocument" )); |
| 1191 | return key; |
| 1192 | } |
| 1193 | |
| 1194 | const String& passwordEchoDurationKey() |
| 1195 | { |
| 1196 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PasswordEchoDuration" )); |
| 1197 | return key; |
| 1198 | } |
| 1199 | |
| 1200 | const String& passwordEchoEnabledKey() |
| 1201 | { |
| 1202 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PasswordEchoEnabled" )); |
| 1203 | return key; |
| 1204 | } |
| 1205 | |
| 1206 | const String& peerConnectionEnabledKey() |
| 1207 | { |
| 1208 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PeerConnectionEnabled" )); |
| 1209 | return key; |
| 1210 | } |
| 1211 | |
| 1212 | const String& pictographFontFamilyKey() |
| 1213 | { |
| 1214 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PictographFontFamily" )); |
| 1215 | return key; |
| 1216 | } |
| 1217 | |
| 1218 | const String& plugInSnapshottingEnabledKey() |
| 1219 | { |
| 1220 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PlugInSnapshottingEnabled" )); |
| 1221 | return key; |
| 1222 | } |
| 1223 | |
| 1224 | const String& pluginsEnabledKey() |
| 1225 | { |
| 1226 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PluginsEnabled" )); |
| 1227 | return key; |
| 1228 | } |
| 1229 | |
| 1230 | const String& pointerEventsEnabledKey() |
| 1231 | { |
| 1232 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PointerEventsEnabled" )); |
| 1233 | return key; |
| 1234 | } |
| 1235 | |
| 1236 | const String& primaryPlugInSnapshotDetectionEnabledKey() |
| 1237 | { |
| 1238 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PrimaryPlugInSnapshotDetectionEnabled" )); |
| 1239 | return key; |
| 1240 | } |
| 1241 | |
| 1242 | const String& privateBrowsingEnabledKey() |
| 1243 | { |
| 1244 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PrivateBrowsingEnabled" )); |
| 1245 | return key; |
| 1246 | } |
| 1247 | |
| 1248 | const String& processSwapOnCrossSiteNavigationEnabledKey() |
| 1249 | { |
| 1250 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ProcessSwapOnCrossSiteNavigationEnabled" )); |
| 1251 | return key; |
| 1252 | } |
| 1253 | |
| 1254 | const String& punchOutWhiteBackgroundsInDarkModeKey() |
| 1255 | { |
| 1256 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("PunchOutWhiteBackgroundsInDarkMode" )); |
| 1257 | return key; |
| 1258 | } |
| 1259 | |
| 1260 | const String& referrerPolicyAttributeEnabledKey() |
| 1261 | { |
| 1262 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ReferrerPolicyAttributeEnabled" )); |
| 1263 | return key; |
| 1264 | } |
| 1265 | |
| 1266 | const String& requestAnimationFrameEnabledKey() |
| 1267 | { |
| 1268 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RequestAnimationFrameEnabled" )); |
| 1269 | return key; |
| 1270 | } |
| 1271 | |
| 1272 | const String& requiresUserGestureForAudioPlaybackKey() |
| 1273 | { |
| 1274 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RequiresUserGestureForAudioPlayback" )); |
| 1275 | return key; |
| 1276 | } |
| 1277 | |
| 1278 | const String& requiresUserGestureForMediaPlaybackKey() |
| 1279 | { |
| 1280 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RequiresUserGestureForMediaPlayback" )); |
| 1281 | return key; |
| 1282 | } |
| 1283 | |
| 1284 | const String& requiresUserGestureForVideoPlaybackKey() |
| 1285 | { |
| 1286 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RequiresUserGestureForVideoPlayback" )); |
| 1287 | return key; |
| 1288 | } |
| 1289 | |
| 1290 | const String& requiresUserGestureToLoadVideoKey() |
| 1291 | { |
| 1292 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RequiresUserGestureToLoadVideo" )); |
| 1293 | return key; |
| 1294 | } |
| 1295 | |
| 1296 | const String& resizeObserverEnabledKey() |
| 1297 | { |
| 1298 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ResizeObserverEnabled" )); |
| 1299 | return key; |
| 1300 | } |
| 1301 | |
| 1302 | const String& resourceTimingEnabledKey() |
| 1303 | { |
| 1304 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ResourceTimingEnabled" )); |
| 1305 | return key; |
| 1306 | } |
| 1307 | |
| 1308 | const String& resourceUsageOverlayVisibleKey() |
| 1309 | { |
| 1310 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ResourceUsageOverlayVisible" )); |
| 1311 | return key; |
| 1312 | } |
| 1313 | |
| 1314 | const String& restrictedHTTPResponseAccessKey() |
| 1315 | { |
| 1316 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("RestrictedHTTPResponseAccess" )); |
| 1317 | return key; |
| 1318 | } |
| 1319 | |
| 1320 | const String& safeBrowsingEnabledKey() |
| 1321 | { |
| 1322 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SafeBrowsingEnabled" )); |
| 1323 | return key; |
| 1324 | } |
| 1325 | |
| 1326 | const String& sansSerifFontFamilyKey() |
| 1327 | { |
| 1328 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SansSerifFontFamily" )); |
| 1329 | return key; |
| 1330 | } |
| 1331 | |
| 1332 | const String& screenCaptureEnabledKey() |
| 1333 | { |
| 1334 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ScreenCaptureEnabled" )); |
| 1335 | return key; |
| 1336 | } |
| 1337 | |
| 1338 | const String& scrollAnimatorEnabledKey() |
| 1339 | { |
| 1340 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ScrollAnimatorEnabled" )); |
| 1341 | return key; |
| 1342 | } |
| 1343 | |
| 1344 | const String& scrollingPerformanceLoggingEnabledKey() |
| 1345 | { |
| 1346 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ScrollingPerformanceLoggingEnabled" )); |
| 1347 | return key; |
| 1348 | } |
| 1349 | |
| 1350 | const String& selectTrailingWhitespaceEnabledKey() |
| 1351 | { |
| 1352 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SelectTrailingWhitespaceEnabled" )); |
| 1353 | return key; |
| 1354 | } |
| 1355 | |
| 1356 | const String& selectionAcrossShadowBoundariesEnabledKey() |
| 1357 | { |
| 1358 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SelectionAcrossShadowBoundariesEnabled" )); |
| 1359 | return key; |
| 1360 | } |
| 1361 | |
| 1362 | const String& selectionPaintingWithoutSelectionGapsEnabledKey() |
| 1363 | { |
| 1364 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SelectionPaintingWithoutSelectionGapsEnabled" )); |
| 1365 | return key; |
| 1366 | } |
| 1367 | |
| 1368 | const String& serifFontFamilyKey() |
| 1369 | { |
| 1370 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SerifFontFamily" )); |
| 1371 | return key; |
| 1372 | } |
| 1373 | |
| 1374 | const String& serverTimingEnabledKey() |
| 1375 | { |
| 1376 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ServerTimingEnabled" )); |
| 1377 | return key; |
| 1378 | } |
| 1379 | |
| 1380 | const String& serviceControlsEnabledKey() |
| 1381 | { |
| 1382 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ServiceControlsEnabled" )); |
| 1383 | return key; |
| 1384 | } |
| 1385 | |
| 1386 | const String& serviceWorkersEnabledKey() |
| 1387 | { |
| 1388 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ServiceWorkersEnabled" )); |
| 1389 | return key; |
| 1390 | } |
| 1391 | |
| 1392 | const String& shadowDOMEnabledKey() |
| 1393 | { |
| 1394 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShadowDOMEnabled" )); |
| 1395 | return key; |
| 1396 | } |
| 1397 | |
| 1398 | const String& shouldAllowUserInstalledFontsKey() |
| 1399 | { |
| 1400 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldAllowUserInstalledFonts" )); |
| 1401 | return key; |
| 1402 | } |
| 1403 | |
| 1404 | const String& shouldConvertPositionStyleOnCopyKey() |
| 1405 | { |
| 1406 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldConvertPositionStyleOnCopy" )); |
| 1407 | return key; |
| 1408 | } |
| 1409 | |
| 1410 | const String& shouldDecidePolicyBeforeLoadingQuickLookPreviewKey() |
| 1411 | { |
| 1412 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldDecidePolicyBeforeLoadingQuickLookPreview" )); |
| 1413 | return key; |
| 1414 | } |
| 1415 | |
| 1416 | const String& shouldDeferAsynchronousScriptsUntilAfterDocumentLoadKey() |
| 1417 | { |
| 1418 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldDeferAsynchronousScriptsUntilAfterDocumentLoad" )); |
| 1419 | return key; |
| 1420 | } |
| 1421 | |
| 1422 | const String& shouldDisplayCaptionsKey() |
| 1423 | { |
| 1424 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldDisplayCaptions" )); |
| 1425 | return key; |
| 1426 | } |
| 1427 | |
| 1428 | const String& shouldDisplaySubtitlesKey() |
| 1429 | { |
| 1430 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldDisplaySubtitles" )); |
| 1431 | return key; |
| 1432 | } |
| 1433 | |
| 1434 | const String& shouldDisplayTextDescriptionsKey() |
| 1435 | { |
| 1436 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldDisplayTextDescriptions" )); |
| 1437 | return key; |
| 1438 | } |
| 1439 | |
| 1440 | const String& shouldEnableTextAutosizingBoostKey() |
| 1441 | { |
| 1442 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldEnableTextAutosizingBoost" )); |
| 1443 | return key; |
| 1444 | } |
| 1445 | |
| 1446 | const String& shouldIgnoreMetaViewportKey() |
| 1447 | { |
| 1448 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldIgnoreMetaViewport" )); |
| 1449 | return key; |
| 1450 | } |
| 1451 | |
| 1452 | const String& shouldPrintBackgroundsKey() |
| 1453 | { |
| 1454 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldPrintBackgrounds" )); |
| 1455 | return key; |
| 1456 | } |
| 1457 | |
| 1458 | const String& shouldRespectImageOrientationKey() |
| 1459 | { |
| 1460 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldRespectImageOrientation" )); |
| 1461 | return key; |
| 1462 | } |
| 1463 | |
| 1464 | const String& shouldSuppressTextInputFromEditingDuringProvisionalNavigationKey() |
| 1465 | { |
| 1466 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShouldSuppressTextInputFromEditingDuringProvisionalNavigation" )); |
| 1467 | return key; |
| 1468 | } |
| 1469 | |
| 1470 | const String& showsToolTipOverTruncatedTextKey() |
| 1471 | { |
| 1472 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShowsToolTipOverTruncatedText" )); |
| 1473 | return key; |
| 1474 | } |
| 1475 | |
| 1476 | const String& showsURLsInToolTipsEnabledKey() |
| 1477 | { |
| 1478 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ShowsURLsInToolTipsEnabled" )); |
| 1479 | return key; |
| 1480 | } |
| 1481 | |
| 1482 | const String& simpleLineLayoutDebugBordersEnabledKey() |
| 1483 | { |
| 1484 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SimpleLineLayoutDebugBordersEnabled" )); |
| 1485 | return key; |
| 1486 | } |
| 1487 | |
| 1488 | const String& simpleLineLayoutEnabledKey() |
| 1489 | { |
| 1490 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SimpleLineLayoutEnabled" )); |
| 1491 | return key; |
| 1492 | } |
| 1493 | |
| 1494 | const String& smartInsertDeleteEnabledKey() |
| 1495 | { |
| 1496 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SmartInsertDeleteEnabled" )); |
| 1497 | return key; |
| 1498 | } |
| 1499 | |
| 1500 | const String& snapshotAllPlugInsKey() |
| 1501 | { |
| 1502 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SnapshotAllPlugIns" )); |
| 1503 | return key; |
| 1504 | } |
| 1505 | |
| 1506 | const String& sourceBufferChangeTypeEnabledKey() |
| 1507 | { |
| 1508 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SourceBufferChangeTypeEnabled" )); |
| 1509 | return key; |
| 1510 | } |
| 1511 | |
| 1512 | const String& spatialNavigationEnabledKey() |
| 1513 | { |
| 1514 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SpatialNavigationEnabled" )); |
| 1515 | return key; |
| 1516 | } |
| 1517 | |
| 1518 | const String& springTimingFunctionEnabledKey() |
| 1519 | { |
| 1520 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SpringTimingFunctionEnabled" )); |
| 1521 | return key; |
| 1522 | } |
| 1523 | |
| 1524 | const String& standaloneKey() |
| 1525 | { |
| 1526 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("Standalone" )); |
| 1527 | return key; |
| 1528 | } |
| 1529 | |
| 1530 | const String& standardFontFamilyKey() |
| 1531 | { |
| 1532 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("StandardFontFamily" )); |
| 1533 | return key; |
| 1534 | } |
| 1535 | |
| 1536 | const String& storageAccessAPIEnabledKey() |
| 1537 | { |
| 1538 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("StorageAccessAPIEnabled" )); |
| 1539 | return key; |
| 1540 | } |
| 1541 | |
| 1542 | const String& storageBlockingPolicyKey() |
| 1543 | { |
| 1544 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("StorageBlockingPolicy" )); |
| 1545 | return key; |
| 1546 | } |
| 1547 | |
| 1548 | const String& subpixelAntialiasedLayerTextEnabledKey() |
| 1549 | { |
| 1550 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SubpixelAntialiasedLayerTextEnabled" )); |
| 1551 | return key; |
| 1552 | } |
| 1553 | |
| 1554 | const String& subpixelCSSOMElementMetricsEnabledKey() |
| 1555 | { |
| 1556 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SubpixelCSSOMElementMetricsEnabled" )); |
| 1557 | return key; |
| 1558 | } |
| 1559 | |
| 1560 | const String& subresourceIntegrityEnabledKey() |
| 1561 | { |
| 1562 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SubresourceIntegrityEnabled" )); |
| 1563 | return key; |
| 1564 | } |
| 1565 | |
| 1566 | const String& suppressesIncrementalRenderingKey() |
| 1567 | { |
| 1568 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SuppressesIncrementalRendering" )); |
| 1569 | return key; |
| 1570 | } |
| 1571 | |
| 1572 | const String& systemLayoutDirectionKey() |
| 1573 | { |
| 1574 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SystemLayoutDirection" )); |
| 1575 | return key; |
| 1576 | } |
| 1577 | |
| 1578 | const String& systemPreviewEnabledKey() |
| 1579 | { |
| 1580 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("SystemPreviewEnabled" )); |
| 1581 | return key; |
| 1582 | } |
| 1583 | |
| 1584 | const String& tabToLinksEnabledKey() |
| 1585 | { |
| 1586 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TabToLinksEnabled" )); |
| 1587 | return key; |
| 1588 | } |
| 1589 | |
| 1590 | const String& tabsToLinksKey() |
| 1591 | { |
| 1592 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TabsToLinks" )); |
| 1593 | return key; |
| 1594 | } |
| 1595 | |
| 1596 | const String& telephoneNumberParsingEnabledKey() |
| 1597 | { |
| 1598 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TelephoneNumberParsingEnabled" )); |
| 1599 | return key; |
| 1600 | } |
| 1601 | |
| 1602 | const String& temporaryTileCohortRetentionEnabledKey() |
| 1603 | { |
| 1604 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TemporaryTileCohortRetentionEnabled" )); |
| 1605 | return key; |
| 1606 | } |
| 1607 | |
| 1608 | const String& textAreasAreResizableKey() |
| 1609 | { |
| 1610 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TextAreasAreResizable" )); |
| 1611 | return key; |
| 1612 | } |
| 1613 | |
| 1614 | const String& textAutosizingEnabledKey() |
| 1615 | { |
| 1616 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TextAutosizingEnabled" )); |
| 1617 | return key; |
| 1618 | } |
| 1619 | |
| 1620 | const String& thirdPartyIframeRedirectBlockingEnabledKey() |
| 1621 | { |
| 1622 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ThirdPartyIframeRedirectBlockingEnabled" )); |
| 1623 | return key; |
| 1624 | } |
| 1625 | |
| 1626 | const String& threadedScrollingEnabledKey() |
| 1627 | { |
| 1628 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ThreadedScrollingEnabled" )); |
| 1629 | return key; |
| 1630 | } |
| 1631 | |
| 1632 | const String& tiledScrollingIndicatorVisibleKey() |
| 1633 | { |
| 1634 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("TiledScrollingIndicatorVisible" )); |
| 1635 | return key; |
| 1636 | } |
| 1637 | |
| 1638 | const String& undoManagerAPIEnabledKey() |
| 1639 | { |
| 1640 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UndoManagerAPIEnabled" )); |
| 1641 | return key; |
| 1642 | } |
| 1643 | |
| 1644 | const String& useGiantTilesKey() |
| 1645 | { |
| 1646 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UseGiantTiles" )); |
| 1647 | return key; |
| 1648 | } |
| 1649 | |
| 1650 | const String& useLegacyTextAlignPositionedElementBehaviorKey() |
| 1651 | { |
| 1652 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UseLegacyTextAlignPositionedElementBehavior" )); |
| 1653 | return key; |
| 1654 | } |
| 1655 | |
| 1656 | const String& useModernCompatibilityModeByDefaultKey() |
| 1657 | { |
| 1658 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UseModernCompatibilityModeByDefault" )); |
| 1659 | return key; |
| 1660 | } |
| 1661 | |
| 1662 | const String& userInterfaceDirectionPolicyKey() |
| 1663 | { |
| 1664 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UserInterfaceDirectionPolicy" )); |
| 1665 | return key; |
| 1666 | } |
| 1667 | |
| 1668 | const String& userTimingEnabledKey() |
| 1669 | { |
| 1670 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UserTimingEnabled" )); |
| 1671 | return key; |
| 1672 | } |
| 1673 | |
| 1674 | const String& usesEncodingDetectorKey() |
| 1675 | { |
| 1676 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UsesEncodingDetector" )); |
| 1677 | return key; |
| 1678 | } |
| 1679 | |
| 1680 | const String& usesPageCacheKey() |
| 1681 | { |
| 1682 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("UsesPageCache" )); |
| 1683 | return key; |
| 1684 | } |
| 1685 | |
| 1686 | const String& videoQualityIncludesDisplayCompositingEnabledKey() |
| 1687 | { |
| 1688 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("VideoQualityIncludesDisplayCompositingEnabled" )); |
| 1689 | return key; |
| 1690 | } |
| 1691 | |
| 1692 | const String& viewGestureDebuggingEnabledKey() |
| 1693 | { |
| 1694 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ViewGestureDebuggingEnabled" )); |
| 1695 | return key; |
| 1696 | } |
| 1697 | |
| 1698 | const String& viewportFitEnabledKey() |
| 1699 | { |
| 1700 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("ViewportFitEnabled" )); |
| 1701 | return key; |
| 1702 | } |
| 1703 | |
| 1704 | const String& visibleDebugOverlayRegionsKey() |
| 1705 | { |
| 1706 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("VisibleDebugOverlayRegions" )); |
| 1707 | return key; |
| 1708 | } |
| 1709 | |
| 1710 | const String& visualViewportAPIEnabledKey() |
| 1711 | { |
| 1712 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("VisualViewportAPIEnabled" )); |
| 1713 | return key; |
| 1714 | } |
| 1715 | |
| 1716 | const String& wantsBalancedSetDefersLoadingBehaviorKey() |
| 1717 | { |
| 1718 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WantsBalancedSetDefersLoadingBehavior" )); |
| 1719 | return key; |
| 1720 | } |
| 1721 | |
| 1722 | const String& webAPIStatisticsEnabledKey() |
| 1723 | { |
| 1724 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAPIStatisticsEnabled" )); |
| 1725 | return key; |
| 1726 | } |
| 1727 | |
| 1728 | const String& webAnimationsCSSIntegrationEnabledKey() |
| 1729 | { |
| 1730 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAnimationsCSSIntegrationEnabled" )); |
| 1731 | return key; |
| 1732 | } |
| 1733 | |
| 1734 | const String& webAnimationsEnabledKey() |
| 1735 | { |
| 1736 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAnimationsEnabled" )); |
| 1737 | return key; |
| 1738 | } |
| 1739 | |
| 1740 | const String& webArchiveDebugModeEnabledKey() |
| 1741 | { |
| 1742 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebArchiveDebugModeEnabled" )); |
| 1743 | return key; |
| 1744 | } |
| 1745 | |
| 1746 | const String& webAudioEnabledKey() |
| 1747 | { |
| 1748 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAudioEnabled" )); |
| 1749 | return key; |
| 1750 | } |
| 1751 | |
| 1752 | const String& webAuthenticationEnabledKey() |
| 1753 | { |
| 1754 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAuthenticationEnabled" )); |
| 1755 | return key; |
| 1756 | } |
| 1757 | |
| 1758 | const String& webAuthenticationLocalAuthenticatorEnabledKey() |
| 1759 | { |
| 1760 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebAuthenticationLocalAuthenticatorEnabled" )); |
| 1761 | return key; |
| 1762 | } |
| 1763 | |
| 1764 | const String& webGL2EnabledKey() |
| 1765 | { |
| 1766 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebGL2Enabled" )); |
| 1767 | return key; |
| 1768 | } |
| 1769 | |
| 1770 | const String& webGLCompressedTextureASTCSupportEnabledKey() |
| 1771 | { |
| 1772 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebGLCompressedTextureASTCSupportEnabled" )); |
| 1773 | return key; |
| 1774 | } |
| 1775 | |
| 1776 | const String& webGLEnabledKey() |
| 1777 | { |
| 1778 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebGLEnabled" )); |
| 1779 | return key; |
| 1780 | } |
| 1781 | |
| 1782 | const String& webGPUEnabledKey() |
| 1783 | { |
| 1784 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebGPUEnabled" )); |
| 1785 | return key; |
| 1786 | } |
| 1787 | |
| 1788 | const String& webRTCH264SimulcastEnabledKey() |
| 1789 | { |
| 1790 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebRTCH264SimulcastEnabled" )); |
| 1791 | return key; |
| 1792 | } |
| 1793 | |
| 1794 | const String& webRTCMDNSICECandidatesEnabledKey() |
| 1795 | { |
| 1796 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebRTCMDNSICECandidatesEnabled" )); |
| 1797 | return key; |
| 1798 | } |
| 1799 | |
| 1800 | const String& webRTCUnifiedPlanEnabledKey() |
| 1801 | { |
| 1802 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebRTCUnifiedPlanEnabled" )); |
| 1803 | return key; |
| 1804 | } |
| 1805 | |
| 1806 | const String& webRTCVP8CodecEnabledKey() |
| 1807 | { |
| 1808 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebRTCVP8CodecEnabled" )); |
| 1809 | return key; |
| 1810 | } |
| 1811 | |
| 1812 | const String& webSQLDisabledKey() |
| 1813 | { |
| 1814 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebSQLDisabled" )); |
| 1815 | return key; |
| 1816 | } |
| 1817 | |
| 1818 | const String& webSecurityEnabledKey() |
| 1819 | { |
| 1820 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebSecurityEnabled" )); |
| 1821 | return key; |
| 1822 | } |
| 1823 | |
| 1824 | const String& webShareEnabledKey() |
| 1825 | { |
| 1826 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebShareEnabled" )); |
| 1827 | return key; |
| 1828 | } |
| 1829 | |
| 1830 | const String& webVREnabledKey() |
| 1831 | { |
| 1832 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("WebVREnabled" )); |
| 1833 | return key; |
| 1834 | } |
| 1835 | |
| 1836 | const String& xssAuditorEnabledKey() |
| 1837 | { |
| 1838 | static NeverDestroyed<String> key(MAKE_STATIC_STRING_IMPL("XSSAuditorEnabled" )); |
| 1839 | return key; |
| 1840 | } |
| 1841 | |
| 1842 | |
| 1843 | } // namespace WebPreferencesKey |
| 1844 | } // namespace WebKit |
| 1845 | |