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