Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // NOTE: This enum is being deprecated. Please add your new Feature enum value | |
|
Nico
2017/05/26 20:22:31
Why is this called .in instead of .h? It's just in
lunalu1
2017/05/29 18:46:33
Done. Thanks
| |
| 2 // in "public/platform/WebFeature.h". | |
| 3 enum Feature : uint32_t { | |
| 4 // Do not change assigned numbers of existing items: add new features | |
| 5 // to the end of the list. | |
| 6 kOBSOLETE_PageDestruction = 0, | |
| 7 kWorkerStart = 4, | |
| 8 kSharedWorkerStart = 5, | |
| 9 kUnprefixedIndexedDB = 9, | |
| 10 kOpenWebDatabase = 10, | |
| 11 kUnprefixedRequestAnimationFrame = 13, | |
| 12 kPrefixedRequestAnimationFrame = 14, | |
| 13 kContentSecurityPolicy = 15, | |
| 14 kContentSecurityPolicyReportOnly = 16, | |
| 15 kPrefixedTransitionEndEvent = 18, | |
| 16 kUnprefixedTransitionEndEvent = 19, | |
| 17 kPrefixedAndUnprefixedTransitionEndEvent = 20, | |
| 18 kAutoFocusAttribute = 21, | |
| 19 kDataListElement = 23, | |
| 20 kFormAttribute = 24, | |
| 21 kIncrementalAttribute = 25, | |
| 22 kInputTypeColor = 26, | |
| 23 kInputTypeDate = 27, | |
| 24 kInputTypeDateTimeFallback = 29, | |
| 25 kInputTypeDateTimeLocal = 30, | |
| 26 kInputTypeEmail = 31, | |
| 27 kInputTypeMonth = 32, | |
| 28 kInputTypeNumber = 33, | |
| 29 kInputTypeRange = 34, | |
| 30 kInputTypeSearch = 35, | |
| 31 kInputTypeTel = 36, | |
| 32 kInputTypeTime = 37, | |
| 33 kInputTypeURL = 38, | |
| 34 kInputTypeWeek = 39, | |
| 35 kInputTypeWeekFallback = 40, | |
| 36 kListAttribute = 41, | |
| 37 kMaxAttribute = 42, | |
| 38 kMinAttribute = 43, | |
| 39 kPatternAttribute = 44, | |
| 40 kPlaceholderAttribute = 45, | |
| 41 kPrefixedDirectoryAttribute = 47, | |
| 42 kRequiredAttribute = 49, | |
| 43 kStepAttribute = 51, | |
| 44 kPageVisits = 52, | |
| 45 kHTMLMarqueeElement = 53, | |
| 46 kReflection = 55, | |
| 47 kPrefixedStorageInfo = 57, | |
| 48 kDeprecatedFlexboxWebContent = 61, | |
| 49 kDeprecatedFlexboxChrome = 62, | |
| 50 kDeprecatedFlexboxChromeExtension = 63, | |
| 51 kUnprefixedPerformanceTimeline = 65, | |
| 52 kUnprefixedUserTiming = 67, | |
| 53 kWindowEvent = 69, | |
| 54 kContentSecurityPolicyWithBaseElement = 70, | |
| 55 kDocumentClear = 74, | |
| 56 kXMLDocument = 77, | |
| 57 kXSLProcessingInstruction = 78, | |
| 58 kXSLTProcessor = 79, | |
| 59 kSVGSwitchElement = 80, | |
| 60 kDocumentAll = 83, | |
| 61 kFormElement = 84, | |
| 62 kDemotedFormElement = 85, | |
| 63 kSVGAnimationElement = 90, | |
| 64 kLineClamp = 96, | |
| 65 kSubFrameBeforeUnloadRegistered = 97, | |
| 66 kSubFrameBeforeUnloadFired = 98, | |
| 67 kConsoleMarkTimeline = 102, | |
| 68 kDocumentCreateAttribute = 111, | |
| 69 kDocumentCreateAttributeNS = 112, | |
| 70 kDocumentXMLEncoding = 115, // Removed from DOM4. | |
| 71 kDocumentXMLStandalone = 116, // Removed from DOM4. | |
| 72 kDocumentXMLVersion = 117, // Removed from DOM4. | |
| 73 kNavigatorProductSub = 123, | |
| 74 kNavigatorVendor = 124, | |
| 75 kNavigatorVendorSub = 125, | |
| 76 kPrefixedAnimationEndEvent = 128, | |
| 77 kUnprefixedAnimationEndEvent = 129, | |
| 78 kPrefixedAndUnprefixedAnimationEndEvent = 130, | |
| 79 kPrefixedAnimationStartEvent = 131, | |
| 80 kUnprefixedAnimationStartEvent = 132, | |
| 81 kPrefixedAndUnprefixedAnimationStartEvent = 133, | |
| 82 kPrefixedAnimationIterationEvent = 134, | |
| 83 kUnprefixedAnimationIterationEvent = 135, | |
| 84 kPrefixedAndUnprefixedAnimationIterationEvent = 136, | |
| 85 kEventReturnValue = 137, // Legacy IE extension. | |
| 86 kSVGSVGElement = 138, | |
| 87 kDOMSubtreeModifiedEvent = 143, | |
| 88 kDOMNodeInsertedEvent = 144, | |
| 89 kDOMNodeRemovedEvent = 145, | |
| 90 kDOMNodeRemovedFromDocumentEvent = 146, | |
| 91 kDOMNodeInsertedIntoDocumentEvent = 147, | |
| 92 kDOMCharacterDataModifiedEvent = 148, | |
| 93 kDocumentAllLegacyCall = 150, | |
| 94 kGetMatchedCSSRules = 155, | |
| 95 kPrefixedAudioDecodedByteCount = 164, | |
| 96 kPrefixedVideoDecodedByteCount = 165, | |
| 97 kPrefixedVideoSupportsFullscreen = 166, | |
| 98 kPrefixedVideoDisplayingFullscreen = 167, | |
| 99 kPrefixedVideoEnterFullscreen = 168, | |
| 100 kPrefixedVideoExitFullscreen = 169, | |
| 101 kPrefixedVideoEnterFullScreen = 170, | |
| 102 kPrefixedVideoExitFullScreen = 171, | |
| 103 kPrefixedVideoDecodedFrameCount = 172, | |
| 104 kPrefixedVideoDroppedFrameCount = 173, | |
| 105 kPrefixedElementRequestFullscreen = 176, | |
| 106 kPrefixedElementRequestFullScreen = 177, | |
| 107 kBarPropLocationbar = 178, | |
| 108 kBarPropMenubar = 179, | |
| 109 kBarPropPersonalbar = 180, | |
| 110 kBarPropScrollbars = 181, | |
| 111 kBarPropStatusbar = 182, | |
| 112 kBarPropToolbar = 183, | |
| 113 kInputTypeEmailMultiple = 184, | |
| 114 kInputTypeEmailMaxLength = 185, | |
| 115 kInputTypeEmailMultipleMaxLength = 186, | |
| 116 kInputTypeText = 190, | |
| 117 kInputTypeTextMaxLength = 191, | |
| 118 kInputTypePassword = 192, | |
| 119 kInputTypePasswordMaxLength = 193, | |
| 120 kPrefixedPageVisibility = 196, | |
| 121 kDocumentBeforeUnloadRegistered = 200, | |
| 122 kDocumentBeforeUnloadFired = 201, | |
| 123 kDocumentUnloadRegistered = 202, | |
| 124 kDocumentUnloadFired = 203, | |
| 125 kSVGLocatableNearestViewportElement = 204, | |
| 126 kSVGLocatableFarthestViewportElement = 205, | |
| 127 kSVGPointMatrixTransform = 209, | |
| 128 kDOMFocusInOutEvent = 211, | |
| 129 kFileGetLastModifiedDate = 212, | |
| 130 kHTMLElementInnerText = 213, | |
| 131 kHTMLElementOuterText = 214, | |
| 132 kReplaceDocumentViaJavaScriptURL = 215, | |
| 133 kElementPrefixedMatchesSelector = 217, | |
| 134 kCSSStyleSheetRules = 219, | |
| 135 kCSSStyleSheetAddRule = 220, | |
| 136 kCSSStyleSheetRemoveRule = 221, | |
| 137 // The above items are available in M33 branch. | |
| 138 | |
| 139 kInitMessageEvent = 222, | |
| 140 kPrefixedDevicePixelRatioMediaFeature = 233, | |
| 141 kPrefixedMaxDevicePixelRatioMediaFeature = 234, | |
| 142 kPrefixedMinDevicePixelRatioMediaFeature = 235, | |
| 143 kPrefixedTransform3dMediaFeature = 237, | |
| 144 kPrefixedStorageQuota = 240, | |
| 145 kResetReferrerPolicy = 243, | |
| 146 // Case-insensitivity dropped from specification. | |
| 147 kCaseInsensitiveAttrSelectorMatch = 244, | |
| 148 kFormNameAccessForImageElement = 246, | |
| 149 kFormNameAccessForPastNamesMap = 247, | |
| 150 kFormAssociationByParser = 248, | |
| 151 kSVGSVGElementInDocument = 250, | |
| 152 kSVGDocumentRootElement = 251, | |
| 153 kWorkerSubjectToCSP = 257, | |
| 154 kWorkerAllowedByChildBlockedByScript = 258, | |
| 155 kDeprecatedWebKitGradient = 260, | |
| 156 kDeprecatedWebKitLinearGradient = 261, | |
| 157 kDeprecatedWebKitRepeatingLinearGradient = 262, | |
| 158 kDeprecatedWebKitRadialGradient = 263, | |
| 159 kDeprecatedWebKitRepeatingRadialGradient = 264, | |
| 160 // The above items are available in M34 branch. | |
| 161 | |
| 162 kTextAutosizing = 274, | |
| 163 kHTMLAnchorElementPingAttribute = 276, | |
| 164 kSVGClassName = 279, | |
| 165 kHTMLMediaElementSeekToFragmentStart = 281, | |
| 166 kHTMLMediaElementPauseAtFragmentEnd = 282, | |
| 167 kPrefixedWindowURL = 283, | |
| 168 kWindowOrientation = 285, | |
| 169 kDocumentCaptureEvents = 287, | |
| 170 kDocumentReleaseEvents = 288, | |
| 171 kWindowCaptureEvents = 289, | |
| 172 kWindowReleaseEvents = 290, | |
| 173 kDocumentXPathCreateExpression = 295, | |
| 174 kDocumentXPathCreateNSResolver = 296, | |
| 175 kDocumentXPathEvaluate = 297, | |
| 176 kAnimationConstructorKeyframeListEffectObjectTiming = 300, | |
| 177 kAnimationConstructorKeyframeListEffectNoTiming = 302, | |
| 178 kPrefixedCancelAnimationFrame = 304, | |
| 179 kNamedNodeMapGetNamedItem = 306, | |
| 180 kNamedNodeMapSetNamedItem = 307, | |
| 181 kNamedNodeMapRemoveNamedItem = 308, | |
| 182 kNamedNodeMapItem = 309, | |
| 183 kNamedNodeMapGetNamedItemNS = 310, | |
| 184 kNamedNodeMapSetNamedItemNS = 311, | |
| 185 kNamedNodeMapRemoveNamedItemNS = 312, | |
| 186 kPrefixedDocumentIsFullscreen = 318, | |
| 187 kPrefixedDocumentCurrentFullScreenElement = 320, | |
| 188 kPrefixedDocumentCancelFullScreen = 321, | |
| 189 kPrefixedDocumentFullscreenEnabled = 322, | |
| 190 kPrefixedDocumentFullscreenElement = 323, | |
| 191 kPrefixedDocumentExitFullscreen = 324, | |
| 192 // The above items are available in M35 branch. | |
| 193 | |
| 194 kSVGForeignObjectElement = 325, | |
| 195 kSelectionSetPosition = 327, | |
| 196 kAnimationFinishEvent = 328, | |
| 197 kSVGSVGElementInXMLDocument = 329, | |
| 198 kEventSrcElement = 343, | |
| 199 kEventCancelBubble = 344, | |
| 200 kEventPath = 345, | |
| 201 kNodeIteratorDetach = 347, | |
| 202 kEventGetReturnValueTrue = 350, | |
| 203 kEventGetReturnValueFalse = 351, | |
| 204 kEventSetReturnValueTrue = 352, | |
| 205 kEventSetReturnValueFalse = 353, | |
| 206 kWindowOffscreenBuffering = 356, | |
| 207 kWindowDefaultStatus = 357, | |
| 208 kWindowDefaultstatus = 358, | |
| 209 kPrefixedTransitionEventConstructor = 361, | |
| 210 kPrefixedMutationObserverConstructor = 362, | |
| 211 kNotificationPermission = 371, | |
| 212 kRangeDetach = 372, | |
| 213 kPrefixedFileRelativePath = 386, | |
| 214 kDocumentCaretRangeFromPoint = 387, | |
| 215 kElementScrollIntoViewIfNeeded = 389, | |
| 216 kRangeExpand = 393, | |
| 217 kHTMLImageElementX = 396, | |
| 218 kHTMLImageElementY = 397, | |
| 219 kSelectionBaseNode = 400, | |
| 220 kSelectionBaseOffset = 401, | |
| 221 kSelectionExtentNode = 402, | |
| 222 kSelectionExtentOffset = 403, | |
| 223 kSelectionType = 404, | |
| 224 kSelectionModify = 405, | |
| 225 kSelectionSetBaseAndExtent = 406, | |
| 226 kSelectionEmpty = 407, | |
| 227 kVTTCue = 409, | |
| 228 kVTTCueRender = 410, | |
| 229 kVTTCueRenderVertical = 411, | |
| 230 kVTTCueRenderSnapToLinesFalse = 412, | |
| 231 kVTTCueRenderLineNotAuto = 413, | |
| 232 kVTTCueRenderPositionNot50 = 414, | |
| 233 kVTTCueRenderSizeNot100 = 415, | |
| 234 kVTTCueRenderAlignNotCenter = 416, | |
| 235 // The above items are available in M36 branch. | |
| 236 | |
| 237 kElementRequestPointerLock = 417, | |
| 238 kVTTCueRenderRtl = 418, | |
| 239 kPostMessageFromSecureToInsecure = 419, | |
| 240 kPostMessageFromInsecureToSecure = 420, | |
| 241 kDocumentExitPointerLock = 421, | |
| 242 kDocumentPointerLockElement = 422, | |
| 243 kPrefixedCursorZoomIn = 424, | |
| 244 kPrefixedCursorZoomOut = 425, | |
| 245 kTextEncoderConstructor = 429, | |
| 246 kTextEncoderEncode = 430, | |
| 247 kTextDecoderConstructor = 431, | |
| 248 kTextDecoderDecode = 432, | |
| 249 kFocusInOutEvent = 433, | |
| 250 kMouseEventMovementX = 434, | |
| 251 kMouseEventMovementY = 435, | |
| 252 kDocumentFonts = 440, | |
| 253 kMixedContentFormsSubmitted = 441, | |
| 254 kFormsSubmitted = 442, | |
| 255 kHTMLImports = 455, | |
| 256 kElementCreateShadowRoot = 456, | |
| 257 kDocumentRegisterElement = 457, | |
| 258 kEditingAppleInterchangeNewline = 458, | |
| 259 kEditingAppleConvertedSpace = 459, | |
| 260 kEditingApplePasteAsQuotation = 460, | |
| 261 kEditingAppleStyleSpanClass = 461, | |
| 262 kHTMLImportsAsyncAttribute = 463, | |
| 263 kXMLHttpRequestSynchronous = 465, | |
| 264 kCSSSelectorPseudoUnresolved = 466, | |
| 265 kCSSSelectorPseudoShadow = 467, | |
| 266 kCSSSelectorPseudoContent = 468, | |
| 267 kCSSSelectorPseudoHost = 469, | |
| 268 kCSSSelectorPseudoHostContext = 470, | |
| 269 kCSSDeepCombinator = 471, | |
| 270 // The above items are available in M37 branch. | |
| 271 | |
| 272 kUseAsm = 473, | |
| 273 kDOMWindowOpen = 475, | |
| 274 kDOMWindowOpenFeatures = 476, | |
| 275 kAspectRatioFlexItem = 479, | |
| 276 kDetailsElement = 480, | |
| 277 kDialogElement = 481, | |
| 278 kMapElement = 482, | |
| 279 kMeterElement = 483, | |
| 280 kProgressElement = 484, | |
| 281 kWheelEventWheelDeltaX = 491, | |
| 282 kWheelEventWheelDeltaY = 492, | |
| 283 kWheelEventWheelDelta = 493, | |
| 284 kSendBeacon = 494, | |
| 285 kSendBeaconQuotaExceeded = 495, | |
| 286 kSVGSMILElementInDocument = 501, | |
| 287 kMouseEventOffsetX = 502, | |
| 288 kMouseEventOffsetY = 503, | |
| 289 kMouseEventX = 504, | |
| 290 kMouseEventY = 505, | |
| 291 kMouseEventFromElement = 506, | |
| 292 kMouseEventToElement = 507, | |
| 293 kRequestFileSystem = 508, | |
| 294 kRequestFileSystemWorker = 509, | |
| 295 kRequestFileSystemSyncWorker = 510, | |
| 296 kSVGStyleElementTitle = 519, | |
| 297 kPictureSourceSrc = 520, | |
| 298 // The above items are available in M38 branch. | |
| 299 | |
| 300 kPicture = 521, | |
| 301 kSizes = 522, | |
| 302 kSrcsetXDescriptor = 523, | |
| 303 kSrcsetWDescriptor = 524, | |
| 304 kSelectionContainsNode = 525, | |
| 305 kXMLExternalResourceLoad = 529, | |
| 306 kMixedContentPrivateHostnameInPublicHostname = 530, | |
| 307 kLegacyProtocolEmbeddedAsSubresource = 531, | |
| 308 kRequestedSubresourceWithEmbeddedCredentials = 532, | |
| 309 kNotificationCreated = 533, | |
| 310 kNotificationClosed = 534, | |
| 311 kNotificationPermissionRequested = 535, | |
| 312 kConsoleTimeline = 538, | |
| 313 kConsoleTimelineEnd = 539, | |
| 314 kSRIElementWithMatchingIntegrityAttribute = 540, | |
| 315 kSRIElementWithNonMatchingIntegrityAttribute = 541, | |
| 316 kSRIElementWithUnparsableIntegrityAttribute = 542, | |
| 317 kV8Animation_StartTime_AttributeGetter = 545, | |
| 318 kV8Animation_StartTime_AttributeSetter = 546, | |
| 319 kV8Animation_CurrentTime_AttributeGetter = 547, | |
| 320 kV8Animation_CurrentTime_AttributeSetter = 548, | |
| 321 kV8Animation_PlaybackRate_AttributeGetter = 549, | |
| 322 kV8Animation_PlaybackRate_AttributeSetter = 550, | |
| 323 kV8Animation_PlayState_AttributeGetter = 551, | |
| 324 kV8Animation_Finish_Method = 552, | |
| 325 kV8Animation_Play_Method = 553, | |
| 326 kV8Animation_Pause_Method = 554, | |
| 327 kV8Animation_Reverse_Method = 555, | |
| 328 // The above items are available in M39 branch. | |
| 329 | |
| 330 kBreakIterator = 556, | |
| 331 kScreenOrientationAngle = 557, | |
| 332 kScreenOrientationType = 558, | |
| 333 kScreenOrientationLock = 559, | |
| 334 kScreenOrientationUnlock = 560, | |
| 335 kGeolocationSecureOrigin = 561, | |
| 336 kGeolocationInsecureOrigin = 562, | |
| 337 kNotificationSecureOrigin = 563, | |
| 338 kNotificationInsecureOrigin = 564, | |
| 339 kNotificationShowEvent = 565, | |
| 340 kSVGTransformListConsolidate = 569, | |
| 341 kSVGAnimatedTransformListBaseVal = 570, | |
| 342 kQuotedAnimationName = 571, | |
| 343 kQuotedKeyframesRule = 572, | |
| 344 kSrcsetDroppedCandidate = 573, | |
| 345 kWindowPostMessage = 574, | |
| 346 kRenderRuby = 576, | |
| 347 kScriptElementWithInvalidTypeHasSrc = 578, | |
| 348 kXMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, | |
| 349 kCSSSelectorPseudoScrollbar = 582, | |
| 350 kCSSSelectorPseudoScrollbarButton = 583, | |
| 351 kCSSSelectorPseudoScrollbarThumb = 584, | |
| 352 kCSSSelectorPseudoScrollbarTrack = 585, | |
| 353 kCSSSelectorPseudoScrollbarTrackPiece = 586, | |
| 354 kLangAttribute = 587, | |
| 355 kLangAttributeOnHTML = 588, | |
| 356 kLangAttributeOnBody = 589, | |
| 357 kLangAttributeDoesNotMatchToUILocale = 590, | |
| 358 kInputTypeSubmit = 591, | |
| 359 kInputTypeSubmitWithValue = 592, | |
| 360 // The above items are available in M40 branch. | |
| 361 | |
| 362 kSetReferrerPolicy = 593, | |
| 363 kTextWholeText = 599, | |
| 364 kNotificationCloseEvent = 603, | |
| 365 kStyleMedia = 606, | |
| 366 kStyleMediaType = 607, | |
| 367 kStyleMediaMatchMedium = 608, | |
| 368 kMixedContentPresent = 609, | |
| 369 kMixedContentBlockable = 610, | |
| 370 kMixedContentAudio = 611, | |
| 371 kMixedContentDownload = 612, | |
| 372 kMixedContentFavicon = 613, | |
| 373 kMixedContentImage = 614, | |
| 374 kMixedContentInternal = 615, | |
| 375 kMixedContentPlugin = 616, | |
| 376 kMixedContentPrefetch = 617, | |
| 377 kMixedContentVideo = 618, | |
| 378 kCSSSelectorPseudoFullScreenAncestor = 628, | |
| 379 kCSSSelectorPseudoFullScreen = 629, | |
| 380 kWebKitCSSMatrix = 630, | |
| 381 kAudioContextCreateAnalyser = 631, | |
| 382 kAudioContextCreateBiquadFilter = 632, | |
| 383 kAudioContextCreateBufferSource = 633, | |
| 384 kAudioContextCreateChannelMerger = 634, | |
| 385 kAudioContextCreateChannelSplitter = 635, | |
| 386 kAudioContextCreateConvolver = 636, | |
| 387 kAudioContextCreateDelay = 637, | |
| 388 kAudioContextCreateDynamicsCompressor = 638, | |
| 389 kAudioContextCreateGain = 639, | |
| 390 kAudioContextCreateMediaElementSource = 640, | |
| 391 kAudioContextCreateMediaStreamDestination = 641, | |
| 392 kAudioContextCreateMediaStreamSource = 642, | |
| 393 kAudioContextCreateOscillator = 643, | |
| 394 kAudioContextCreatePeriodicWave = 645, | |
| 395 kAudioContextCreateScriptProcessor = 646, | |
| 396 kAudioContextCreateStereoPanner = 647, | |
| 397 kAudioContextCreateWaveShaper = 648, | |
| 398 kAudioContextDecodeAudioData = 649, | |
| 399 kAudioContextResume = 650, | |
| 400 kAudioContextSuspend = 651, | |
| 401 kMixedContentInNonHTTPSFrameThatRestrictsMixedContent = 661, | |
| 402 kMixedContentInSecureFrameThatDoesNotRestrictMixedContent = 662, | |
| 403 kMixedContentWebSocket = 663, | |
| 404 kSyntheticKeyframesInCompositedCSSAnimation = 664, | |
| 405 kMixedContentFormPresent = 665, | |
| 406 kGetUserMediaInsecureOrigin = 666, | |
| 407 kGetUserMediaSecureOrigin = 667, | |
| 408 // The above items are available in M41 branch. | |
| 409 | |
| 410 kDeviceMotionInsecureOrigin = 668, | |
| 411 kDeviceMotionSecureOrigin = 669, | |
| 412 kDeviceOrientationInsecureOrigin = 670, | |
| 413 kDeviceOrientationSecureOrigin = 671, | |
| 414 kSandboxViaIFrame = 672, | |
| 415 kSandboxViaCSP = 673, | |
| 416 kBlockedSniffingImageToScript = 674, | |
| 417 kFetch = 675, | |
| 418 kFetchBodyStream = 676, | |
| 419 kXMLHttpRequestAsynchronous = 677, | |
| 420 kWhiteSpacePreFromXMLSpace = 679, | |
| 421 kWhiteSpaceNowrapFromXMLSpace = 680, | |
| 422 kSVGSVGElementForceRedraw = 685, | |
| 423 kSVGSVGElementSuspendRedraw = 686, | |
| 424 kSVGSVGElementUnsuspendRedraw = 687, | |
| 425 kSVGSVGElementUnsuspendRedrawAll = 688, | |
| 426 kAudioContextClose = 689, | |
| 427 kCSSZoomNotEqualToOne = 691, | |
| 428 // The above items are available in M42 branch. | |
| 429 | |
| 430 kClientRectListItem = 694, | |
| 431 kWindowClientInformation = 695, | |
| 432 kWindowFind = 696, | |
| 433 kWindowScreenLeft = 697, | |
| 434 kWindowScreenTop = 698, | |
| 435 kV8Animation_Cancel_Method = 699, | |
| 436 kV8Animation_Onfinish_AttributeGetter = 700, | |
| 437 kV8Animation_Onfinish_AttributeSetter = 701, | |
| 438 kV8Window_WebKitAnimationEvent_ConstructorGetter = 707, | |
| 439 kCryptoGetRandomValues = 710, | |
| 440 kSubtleCryptoEncrypt = 711, | |
| 441 kSubtleCryptoDecrypt = 712, | |
| 442 kSubtleCryptoSign = 713, | |
| 443 kSubtleCryptoVerify = 714, | |
| 444 kSubtleCryptoDigest = 715, | |
| 445 kSubtleCryptoGenerateKey = 716, | |
| 446 kSubtleCryptoImportKey = 717, | |
| 447 kSubtleCryptoExportKey = 718, | |
| 448 kSubtleCryptoDeriveBits = 719, | |
| 449 kSubtleCryptoDeriveKey = 720, | |
| 450 kSubtleCryptoWrapKey = 721, | |
| 451 kSubtleCryptoUnwrapKey = 722, | |
| 452 kCryptoAlgorithmAesCbc = 723, | |
| 453 kCryptoAlgorithmHmac = 724, | |
| 454 kCryptoAlgorithmRsaSsaPkcs1v1_5 = 725, | |
| 455 kCryptoAlgorithmSha1 = 726, | |
| 456 kCryptoAlgorithmSha256 = 727, | |
| 457 kCryptoAlgorithmSha384 = 728, | |
| 458 kCryptoAlgorithmSha512 = 729, | |
| 459 kCryptoAlgorithmAesGcm = 730, | |
| 460 kCryptoAlgorithmRsaOaep = 731, | |
| 461 kCryptoAlgorithmAesCtr = 732, | |
| 462 kCryptoAlgorithmAesKw = 733, | |
| 463 kCryptoAlgorithmRsaPss = 734, | |
| 464 kCryptoAlgorithmEcdsa = 735, | |
| 465 kCryptoAlgorithmEcdh = 736, | |
| 466 kCryptoAlgorithmHkdf = 737, | |
| 467 kCryptoAlgorithmPbkdf2 = 738, | |
| 468 kDocumentSetDomain = 739, | |
| 469 kUpgradeInsecureRequestsEnabled = 740, | |
| 470 kUpgradeInsecureRequestsUpgradedRequest = 741, | |
| 471 kDocumentDesignMode = 742, | |
| 472 kGlobalCacheStorage = 743, | |
| 473 kNetInfo = 744, | |
| 474 kBackgroundSync = 745, | |
| 475 kLegacyConst = 748, | |
| 476 kV8Permissions_Query_Method = 750, | |
| 477 // The above items are available in M43 branch. | |
| 478 | |
| 479 kV8HTMLInputElement_Autocapitalize_AttributeGetter = 754, | |
| 480 kV8HTMLInputElement_Autocapitalize_AttributeSetter = 755, | |
| 481 kV8HTMLTextAreaElement_Autocapitalize_AttributeGetter = 756, | |
| 482 kV8HTMLTextAreaElement_Autocapitalize_AttributeSetter = 757, | |
| 483 kSVGHrefBaseVal = 758, | |
| 484 kSVGHrefAnimVal = 759, | |
| 485 kV8CSSRuleList_Item_Method = 760, | |
| 486 kV8MediaList_Item_Method = 761, | |
| 487 kV8StyleSheetList_Item_Method = 762, | |
| 488 kStyleSheetListAnonymousNamedGetter = 763, | |
| 489 kAutocapitalizeAttribute = 764, | |
| 490 kFullscreenSecureOrigin = 765, | |
| 491 kFullscreenInsecureOrigin = 766, | |
| 492 kDialogInSandboxedContext = 767, | |
| 493 kSVGSMILAnimationInImageRegardlessOfCache = 768, | |
| 494 kPerformanceFrameTiming = 772, | |
| 495 kV8Element_Animate_Method = 773, | |
| 496 // The above items are available in M44 branch. | |
| 497 | |
| 498 kV8SVGSVGElement_GetElementById_Method = 778, | |
| 499 kElementCreateShadowRootMultiple = 779, | |
| 500 kV8MessageChannel_Constructor = 780, | |
| 501 kV8MessagePort_PostMessage_Method = 781, | |
| 502 kV8MessagePort_Start_Method = 782, | |
| 503 kV8MessagePort_Close_Method = 783, | |
| 504 kMessagePortsTransferred = 784, | |
| 505 kCSSKeyframesRuleAnonymousIndexedGetter = 785, | |
| 506 kV8Screen_AvailLeft_AttributeGetter = 786, | |
| 507 kV8Screen_AvailTop_AttributeGetter = 787, | |
| 508 kV8SVGFEConvolveMatrixElement_PreserveAlpha_AttributeGetter = 791, | |
| 509 kV8SVGStyleElement_Disabled_AttributeGetter = 798, | |
| 510 kV8SVGStyleElement_Disabled_AttributeSetter = 799, | |
| 511 kInputTypeFileSecureOrigin = 801, | |
| 512 kInputTypeFileInsecureOrigin = 802, | |
| 513 kElementAttachShadow = 804, | |
| 514 kV8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806, | |
| 515 kV8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807, | |
| 516 kV8SecurityPolicyViolationEvent_StatusCode_AttributeGetter = 808, | |
| 517 kHTMLLinkElementDisabled = 809, | |
| 518 kV8HTMLLinkElement_Disabled_AttributeGetter = 810, | |
| 519 kV8HTMLLinkElement_Disabled_AttributeSetter = 811, | |
| 520 kV8HTMLStyleElement_Disabled_AttributeGetter = 812, | |
| 521 kV8HTMLStyleElement_Disabled_AttributeSetter = 813, | |
| 522 kV8DOMError_Constructor = 816, | |
| 523 kV8DOMError_Name_AttributeGetter = 817, | |
| 524 kV8DOMError_Message_AttributeGetter = 818, | |
| 525 kTextInputFired = 830, | |
| 526 kV8TextEvent_Data_AttributeGetter = 831, | |
| 527 kV8TextEvent_InitTextEvent_Method = 832, | |
| 528 kClientHintsDPR = 835, | |
| 529 kClientHintsResourceWidth = 836, | |
| 530 kClientHintsViewportWidth = 837, | |
| 531 kSRIElementIntegrityAttributeButIneligible = 838, | |
| 532 kFormDataAppendNull = 843, | |
| 533 kNonHTMLElementSetAttributeNodeFromHTMLDocumentNameNotLowercase = 845, | |
| 534 kNavigatorVibrate = 850, | |
| 535 kNavigatorVibrateSubFrame = 851, | |
| 536 kV8XPathEvaluator_Constructor = 853, | |
| 537 kV8XPathEvaluator_CreateExpression_Method = 854, | |
| 538 kV8XPathEvaluator_CreateNSResolver_Method = 855, | |
| 539 kV8XPathEvaluator_Evaluate_Method = 856, | |
| 540 kRequestMIDIAccess = 857, | |
| 541 kV8MouseEvent_LayerX_AttributeGetter = 858, | |
| 542 kV8MouseEvent_LayerY_AttributeGetter = 859, | |
| 543 kInnerTextWithShadowTree = 860, | |
| 544 kSelectionToStringWithShadowTree = 861, | |
| 545 kWindowFindWithShadowTree = 862, | |
| 546 kV8CompositionEvent_InitCompositionEvent_Method = 863, | |
| 547 kV8CustomEvent_InitCustomEvent_Method = 864, | |
| 548 kV8DeviceMotionEvent_InitDeviceMotionEvent_Method = 865, | |
| 549 kV8DeviceOrientationEvent_InitDeviceOrientationEvent_Method = 866, | |
| 550 kV8Event_InitEvent_Method = 867, | |
| 551 kV8KeyboardEvent_InitKeyboardEvent_Method = 868, | |
| 552 kV8MouseEvent_InitMouseEvent_Method = 869, | |
| 553 kV8MutationEvent_InitMutationEvent_Method = 870, | |
| 554 kV8StorageEvent_InitStorageEvent_Method = 871, | |
| 555 kV8UIEvent_InitUIEvent_Method = 873, | |
| 556 kV8Document_CreateTouch_Method = 874, | |
| 557 kRequestFileSystemNonWebbyOrigin = 876, | |
| 558 kV8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, | |
| 559 kV8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, | |
| 560 kV8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, | |
| 561 kV8Performance_Timing_AttributeGetter = 882, | |
| 562 kV8Performance_Navigation_AttributeGetter = 883, | |
| 563 kV8Performance_Memory_AttributeGetter = 884, | |
| 564 kV8SharedWorker_WorkerStart_AttributeGetter = 885, | |
| 565 // The above items are available in M45 branch. | |
| 566 | |
| 567 kHTMLMediaElementPreloadNone = 892, | |
| 568 kHTMLMediaElementPreloadMetadata = 893, | |
| 569 kHTMLMediaElementPreloadAuto = 894, | |
| 570 kHTMLMediaElementPreloadDefault = 895, | |
| 571 kMixedContentBlockableAllowed = 896, | |
| 572 kPseudoBeforeAfterForInputElement = 897, | |
| 573 kV8Permissions_Revoke_Method = 898, | |
| 574 kLinkRelDnsPrefetch = 899, | |
| 575 kLinkRelPreconnect = 900, | |
| 576 kLinkRelPreload = 901, | |
| 577 kLinkHeaderDnsPrefetch = 902, | |
| 578 kLinkHeaderPreconnect = 903, | |
| 579 kClientHintsMetaAcceptCH = 904, | |
| 580 kHTMLElementDeprecatedWidth = 905, | |
| 581 kClientHintsContentDPR = 906, | |
| 582 kElementAttachShadowOpen = 907, | |
| 583 kElementAttachShadowClosed = 908, | |
| 584 kAudioParamSetValueAtTime = 909, | |
| 585 kAudioParamLinearRampToValueAtTime = 910, | |
| 586 kAudioParamExponentialRampToValueAtTime = 911, | |
| 587 kAudioParamSetTargetAtTime = 912, | |
| 588 kAudioParamSetValueCurveAtTime = 913, | |
| 589 kAudioParamCancelScheduledValues = 914, | |
| 590 kV8Permissions_Request_Method = 915, | |
| 591 kLinkRelPrefetch = 917, | |
| 592 kLinkRelPrerender = 918, | |
| 593 kLinkRelNext = 919, | |
| 594 kCSSValuePrefixedMinContent = 921, | |
| 595 kCSSValuePrefixedMaxContent = 922, | |
| 596 kCSSValuePrefixedFitContent = 923, | |
| 597 kCSSValuePrefixedFillAvailable = 924, | |
| 598 kPresentationDefaultRequest = 926, | |
| 599 kPresentationAvailabilityChangeEventListener = 927, | |
| 600 kPresentationRequestConstructor = 928, | |
| 601 kPresentationRequestStart = 929, | |
| 602 kPresentationRequestReconnect = 930, | |
| 603 kPresentationRequestGetAvailability = 931, | |
| 604 kPresentationRequestConnectionAvailableEventListener = 932, | |
| 605 kPresentationConnectionTerminate = 933, | |
| 606 kPresentationConnectionSend = 934, | |
| 607 kPresentationConnectionMessageEventListener = 936, | |
| 608 kCSSAnimationsStackedNeutralKeyframe = 937, | |
| 609 kReadingCheckedInClickHandler = 938, | |
| 610 kFlexboxIntrinsicSizeAlgorithmIsDifferent = 939, | |
| 611 // The above items are available in M46 branch. | |
| 612 | |
| 613 kHTMLImportsHasStyleSheets = 940, | |
| 614 kNetInfoType = 946, | |
| 615 kNetInfoDownlinkMax = 947, | |
| 616 kNetInfoOnChange = 948, | |
| 617 kNetInfoOnTypeChange = 949, | |
| 618 kV8Window_Alert_Method = 950, | |
| 619 kV8Window_Confirm_Method = 951, | |
| 620 kV8Window_Prompt_Method = 952, | |
| 621 kV8Window_Print_Method = 953, | |
| 622 kV8Window_RequestIdleCallback_Method = 954, | |
| 623 kFlexboxPercentagePaddingVertical = 955, | |
| 624 kFlexboxPercentageMarginVertical = 956, | |
| 625 kBackspaceNavigatedBack = 957, | |
| 626 kBackspaceNavigatedBackAfterFormInteraction = 958, | |
| 627 kCSPSourceWildcardWouldMatchExactHost = 959, | |
| 628 kCredentialManagerGet = 960, | |
| 629 kCredentialManagerGetMediationOptional = 961, | |
| 630 kCredentialManagerGetMediationSilent = 962, | |
| 631 kCredentialManagerStore = 963, | |
| 632 kCredentialManagerRequireUserMediation = 964, | |
| 633 // The above items are available in M47 branch. | |
| 634 | |
| 635 kBlockableMixedContentInSubframeBlocked = 966, | |
| 636 kAddEventListenerThirdArgumentIsObject = 967, | |
| 637 kRemoveEventListenerThirdArgumentIsObject = 968, | |
| 638 kCSSAtRuleCharset = 969, | |
| 639 kCSSAtRuleFontFace = 970, | |
| 640 kCSSAtRuleImport = 971, | |
| 641 kCSSAtRuleKeyframes = 972, | |
| 642 kCSSAtRuleMedia = 973, | |
| 643 kCSSAtRuleNamespace = 974, | |
| 644 kCSSAtRulePage = 975, | |
| 645 kCSSAtRuleSupports = 976, | |
| 646 kCSSAtRuleViewport = 977, | |
| 647 kCSSAtRuleWebkitKeyframes = 978, | |
| 648 kV8HTMLFieldSetElement_Elements_AttributeGetter = 979, | |
| 649 kHTMLMediaElementPreloadForcedNone = 980, | |
| 650 kExternalAddSearchProvider = 981, | |
| 651 kExternalIsSearchProviderInstalled = 982, | |
| 652 kV8Permissions_RequestAll_Method = 983, | |
| 653 kDeviceOrientationAbsoluteInsecureOrigin = 987, | |
| 654 kDeviceOrientationAbsoluteSecureOrigin = 988, | |
| 655 kFontFaceConstructor = 989, | |
| 656 kServiceWorkerControlledPage = 990, | |
| 657 kMeterElementWithMeterAppearance = 993, | |
| 658 kMeterElementWithNoneAppearance = 994, | |
| 659 kSelectionAnchorNode = 997, | |
| 660 kSelectionAnchorOffset = 998, | |
| 661 kSelectionFocusNode = 999, | |
| 662 kSelectionFocusOffset = 1000, | |
| 663 kSelectionIsCollapsed = 1001, | |
| 664 kSelectionRangeCount = 1002, | |
| 665 kSelectionGetRangeAt = 1003, | |
| 666 kSelectionAddRange = 1004, | |
| 667 kSelectionRemoveAllRanges = 1005, | |
| 668 kSelectionCollapse = 1006, | |
| 669 kSelectionCollapseToStart = 1007, | |
| 670 kSelectionCollapseToEnd = 1008, | |
| 671 kSelectionExtend = 1009, | |
| 672 kSelectionSelectAllChildren = 1010, | |
| 673 kSelectionDeleteDromDocument = 1011, | |
| 674 kSelectionDOMString = 1012, | |
| 675 kInputTypeRangeVerticalAppearance = 1013, | |
| 676 // The above items are available in M48 branch. | |
| 677 | |
| 678 kCSSFilterReference = 1014, | |
| 679 kCSSFilterGrayscale = 1015, | |
| 680 kCSSFilterSepia = 1016, | |
| 681 kCSSFilterSaturate = 1017, | |
| 682 kCSSFilterHueRotate = 1018, | |
| 683 kCSSFilterInvert = 1019, | |
| 684 kCSSFilterOpacity = 1020, | |
| 685 kCSSFilterBrightness = 1021, | |
| 686 kCSSFilterContrast = 1022, | |
| 687 kCSSFilterBlur = 1023, | |
| 688 kCSSFilterDropShadow = 1024, | |
| 689 kBackgroundSyncRegister = 1025, | |
| 690 kExecCommandOnInputOrTextarea = 1027, | |
| 691 kV8History_ScrollRestoration_AttributeGetter = 1028, | |
| 692 kV8History_ScrollRestoration_AttributeSetter = 1029, | |
| 693 kSVG1DOMFilter = 1030, | |
| 694 kOfflineAudioContextStartRendering = 1031, | |
| 695 kOfflineAudioContextSuspend = 1032, | |
| 696 kOfflineAudioContextResume = 1033, | |
| 697 kSVG1DOMPaintServer = 1035, | |
| 698 kSVGSVGElementFragmentSVGView = 1036, | |
| 699 kSVGSVGElementFragmentSVGViewElement = 1037, | |
| 700 kPresentationConnectionClose = 1038, | |
| 701 kSVG1DOMShape = 1039, | |
| 702 kSVG1DOMText = 1040, | |
| 703 kRTCPeerConnectionConstructorConstraints = 1041, | |
| 704 kRTCPeerConnectionConstructorCompliant = 1042, | |
| 705 kRTCPeerConnectionCreateOfferLegacyFailureCallback = 1044, | |
| 706 kRTCPeerConnectionCreateOfferLegacyConstraints = 1045, | |
| 707 kRTCPeerConnectionCreateOfferLegacyOfferOptions = 1046, | |
| 708 kRTCPeerConnectionCreateOfferLegacyCompliant = 1047, | |
| 709 kRTCPeerConnectionCreateAnswerLegacyFailureCallback = 1049, | |
| 710 kRTCPeerConnectionCreateAnswerLegacyConstraints = 1050, | |
| 711 kRTCPeerConnectionCreateAnswerLegacyCompliant = 1051, | |
| 712 kRTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052, | |
| 713 kRTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053, | |
| 714 kRTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054, | |
| 715 kRTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055, | |
| 716 kRTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056, | |
| 717 kRTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057, | |
| 718 kRTCPeerConnectionGetStatsLegacyNonCompliant = 1058, | |
| 719 kNodeFilterIsFunction = 1059, | |
| 720 kNodeFilterIsObject = 1060, | |
| 721 kCSSSelectorInternalPseudoListBox = 1062, | |
| 722 kCSSSelectorInternalMediaControlsOverlayCastButton = 1064, | |
| 723 kCSSSelectorInternalPseudoSpatialNavigationFocus = 1065, | |
| 724 kSameOriginTextScript = 1066, | |
| 725 kSameOriginApplicationScript = 1067, | |
| 726 kSameOriginOtherScript = 1068, | |
| 727 kCrossOriginTextScript = 1069, | |
| 728 kCrossOriginApplicationScript = 1070, | |
| 729 kCrossOriginOtherScript = 1071, | |
| 730 kSVG1DOMSVGTests = 1072, | |
| 731 kDisableRemotePlaybackAttribute = 1074, | |
| 732 kV8SloppyMode = 1075, | |
| 733 kV8StrictMode = 1076, | |
| 734 kV8StrongMode = 1077, | |
| 735 kAudioNodeConnectToAudioNode = 1078, | |
| 736 kAudioNodeConnectToAudioParam = 1079, | |
| 737 kAudioNodeDisconnectFromAudioNode = 1080, | |
| 738 kAudioNodeDisconnectFromAudioParam = 1081, | |
| 739 kV8CSSFontFaceRule_Style_AttributeGetter = 1082, | |
| 740 kSelectionCollapseNull = 1083, | |
| 741 kSelectionSetBaseAndExtentNull = 1084, | |
| 742 kV8SVGSVGElement_CreateSVGNumber_Method = 1085, | |
| 743 kV8SVGSVGElement_CreateSVGLength_Method = 1086, | |
| 744 kV8SVGSVGElement_CreateSVGAngle_Method = 1087, | |
| 745 kV8SVGSVGElement_CreateSVGPoint_Method = 1088, | |
| 746 kV8SVGSVGElement_CreateSVGMatrix_Method = 1089, | |
| 747 kV8SVGSVGElement_CreateSVGRect_Method = 1090, | |
| 748 kV8SVGSVGElement_CreateSVGTransform_Method = 1091, | |
| 749 kV8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092, | |
| 750 kFormNameAccessForNonDescendantImageElement = 1093, | |
| 751 kV8RegExpPrototypeStickyGetter = 1096, | |
| 752 kV8RegExpPrototypeToString = 1097, | |
| 753 kV8InputDeviceCapabilities_FiresTouchEvents_AttributeGetter = 1098, | |
| 754 kDataElement = 1099, | |
| 755 kTimeElement = 1100, | |
| 756 kSVG1DOMUriReference = 1101, | |
| 757 kSVG1DOMZoomAndPan = 1102, | |
| 758 kV8SVGGraphicsElement_Transform_AttributeGetter = 1103, | |
| 759 kMenuItemElement = 1104, | |
| 760 kMenuItemCloseTag = 1105, | |
| 761 kSVG1DOMMarkerElement = 1106, | |
| 762 kSVG1DOMUseElement = 1107, | |
| 763 kSVG1DOMMaskElement = 1108, | |
| 764 kV8SVGAElement_Target_AttributeGetter = 1109, | |
| 765 kV8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110, | |
| 766 kSVG1DOMFitToViewBox = 1111, | |
| 767 kSVG1DOMSVGElement = 1114, | |
| 768 kSVG1DOMImageElement = 1115, | |
| 769 kSVG1DOMForeignObjectElement = 1116, | |
| 770 kAudioContextCreateIIRFilter = 1117, | |
| 771 // The above items are available in M49 branch | |
| 772 | |
| 773 kCSSSelectorPseudoSlotted = 1118, | |
| 774 kMediaDevicesEnumerateDevices = 1119, | |
| 775 kNonSecureSharedWorkerAccessedFromSecureContext = 1120, | |
| 776 kSecureSharedWorkerAccessedFromNonSecureContext = 1121, | |
| 777 kEventComposedPath = 1123, | |
| 778 kLinkHeaderPreload = 1124, | |
| 779 kMouseWheelEvent = 1125, | |
| 780 kWheelEvent = 1126, | |
| 781 kMouseWheelAndWheelEvent = 1127, | |
| 782 kBodyScrollsInAdditionToViewport = 1128, | |
| 783 kDocumentDesignModeEnabeld = 1129, | |
| 784 kContentEditableTrue = 1130, | |
| 785 kContentEditableTrueOnHTML = 1131, | |
| 786 kContentEditablePlainTextOnly = 1132, | |
| 787 kV8RegExpPrototypeUnicodeGetter = 1133, | |
| 788 kV8IntlV8Parse = 1134, | |
| 789 kV8IntlPattern = 1135, | |
| 790 kV8IntlResolved = 1136, | |
| 791 kV8PromiseChain = 1137, | |
| 792 kV8PromiseAccept = 1138, | |
| 793 kV8PromiseDefer = 1139, | |
| 794 kEventComposed = 1140, | |
| 795 kGeolocationInsecureOriginIframe = 1141, | |
| 796 kGeolocationSecureOriginIframe = 1142, | |
| 797 kRequestMIDIAccessIframe = 1143, | |
| 798 kGetUserMediaInsecureOriginIframe = 1144, | |
| 799 kGetUserMediaSecureOriginIframe = 1145, | |
| 800 kElementRequestPointerLockIframe = 1146, | |
| 801 kNotificationAPIInsecureOriginIframe = 1147, | |
| 802 kNotificationAPISecureOriginIframe = 1148, | |
| 803 kWebSocket = 1149, | |
| 804 kMediaStreamConstraintsNameValue = 1150, | |
| 805 kMediaStreamConstraintsFromDictionary = 1151, | |
| 806 kMediaStreamConstraintsConformant = 1152, | |
| 807 kCSSSelectorIndirectAdjacent = 1153, | |
| 808 kCreateImageBitmap = 1156, | |
| 809 kPresentationConnectionConnectEventListener = 1157, | |
| 810 kPresentationConnectionCloseEventListener = 1158, | |
| 811 kPresentationConnectionTerminateEventListener = 1159, | |
| 812 kDocumentCreateEventAnimationEvent = 1162, | |
| 813 kDocumentCreateEventBeforeUnloadEvent = 1166, | |
| 814 kDocumentCreateEventCompositionEvent = 1168, | |
| 815 kDocumentCreateEventDragEvent = 1169, | |
| 816 kDocumentCreateEventErrorEvent = 1170, | |
| 817 kDocumentCreateEventFocusEvent = 1171, | |
| 818 kDocumentCreateEventHashChangeEvent = 1172, | |
| 819 kDocumentCreateEventMutationEvent = 1173, | |
| 820 kDocumentCreateEventPageTransitionEvent = 1174, | |
| 821 kDocumentCreateEventPopStateEvent = 1176, | |
| 822 kDocumentCreateEventTextEvent = 1182, | |
| 823 kDocumentCreateEventTransitionEvent = 1183, | |
| 824 kDocumentCreateEventWheelEvent = 1184, | |
| 825 kDocumentCreateEventTrackEvent = 1186, | |
| 826 kDocumentCreateEventMutationEvents = 1188, | |
| 827 kDocumentCreateEventSVGEvents = 1190, | |
| 828 kDocumentCreateEventDeviceMotionEvent = 1195, | |
| 829 kDocumentCreateEventDeviceOrientationEvent = 1196, | |
| 830 kDocumentCreateEventIDBVersionChangeEvent = 1201, | |
| 831 kDocumentCreateEventStorageEvent = 1221, | |
| 832 kDocumentCreateEventWebGLContextEvent = 1224, | |
| 833 kDocumentCreateEventCloseEvent = 1227, | |
| 834 kDocumentCreateEventKeyboardEvents = 1228, | |
| 835 kHTMLMediaElement = 1229, | |
| 836 kHTMLMediaElementInDocument = 1230, | |
| 837 kHTMLMediaElementControlsAttribute = 1231, | |
| 838 kV8Animation_Oncancel_AttributeGetter = 1233, | |
| 839 kV8Animation_Oncancel_AttributeSetter = 1234, | |
| 840 kV8HTMLCommentInExternalScript = 1235, | |
| 841 kV8HTMLComment = 1236, | |
| 842 kV8SloppyModeBlockScopedFunctionRedefinition = 1237, | |
| 843 kV8ForInInitializer = 1238, | |
| 844 kV8Animation_Id_AttributeGetter = 1239, | |
| 845 kV8Animation_Id_AttributeSetter = 1240, | |
| 846 kApplicationCacheManifestSelectInsecureOrigin = 1245, | |
| 847 kApplicationCacheManifestSelectSecureOrigin = 1246, | |
| 848 kApplicationCacheAPIInsecureOrigin = 1247, | |
| 849 kApplicationCacheAPISecureOrigin = 1248, | |
| 850 // The above items are available in M50 branch | |
| 851 | |
| 852 kCSSAtRuleApply = 1249, | |
| 853 kCSSSelectorPseudoAny = 1250, | |
| 854 kDocumentAllItemNoArguments = 1252, | |
| 855 kDocumentAllItemNamed = 1253, | |
| 856 kDocumentAllItemIndexed = 1254, | |
| 857 kDocumentAllItemIndexedWithNonNumber = 1255, | |
| 858 kDocumentAllLegacyCallNoArguments = 1256, | |
| 859 kDocumentAllLegacyCallNamed = 1257, | |
| 860 kDocumentAllLegacyCallIndexed = 1258, | |
| 861 kDocumentAllLegacyCallIndexedWithNonNumber = 1259, | |
| 862 kDocumentAllLegacyCallTwoArguments = 1260, | |
| 863 kHTMLLabelElementControlForNonFormAssociatedElement = 1263, | |
| 864 kHTMLMediaElementLoadNetworkEmptyNotPaused = 1265, | |
| 865 kV8Window_WebkitSpeechGrammar_ConstructorGetter = 1267, | |
| 866 kV8Window_WebkitSpeechGrammarList_ConstructorGetter = 1268, | |
| 867 kV8Window_WebkitSpeechRecognition_ConstructorGetter = 1269, | |
| 868 kV8Window_WebkitSpeechRecognitionError_ConstructorGetter = 1270, | |
| 869 kV8Window_WebkitSpeechRecognitionEvent_ConstructorGetter = 1271, | |
| 870 kV8Window_SpeechSynthesis_AttributeGetter = 1272, | |
| 871 kV8IDBFactory_WebkitGetDatabaseNames_Method = 1273, | |
| 872 kImageDocument = 1274, | |
| 873 kScriptPassesCSPDynamic = 1275, | |
| 874 kCSPWithStrictDynamic = 1277, | |
| 875 kScrollAnchored = 1278, | |
| 876 kAddEventListenerFourArguments = 1279, | |
| 877 kRemoveEventListenerFourArguments = 1280, | |
| 878 kSVGCalcModeDiscrete = 1287, | |
| 879 kSVGCalcModeLinear = 1288, | |
| 880 kSVGCalcModePaced = 1289, | |
| 881 kSVGCalcModeSpline = 1290, | |
| 882 kFormSubmissionStarted = 1291, | |
| 883 kFormValidationStarted = 1292, | |
| 884 kFormValidationAbortedSubmission = 1293, | |
| 885 kFormValidationShowedMessage = 1294, | |
| 886 kWebAnimationsEasingAsFunctionLinear = 1295, | |
| 887 kWebAnimationsEasingAsFunctionOther = 1296, | |
| 888 // The above items are available in M51 branch | |
| 889 | |
| 890 kV8Document_Images_AttributeGetter = 1297, | |
| 891 kV8Document_Embeds_AttributeGetter = 1298, | |
| 892 kV8Document_Plugins_AttributeGetter = 1299, | |
| 893 kV8Document_Links_AttributeGetter = 1300, | |
| 894 kV8Document_Forms_AttributeGetter = 1301, | |
| 895 kV8Document_Scripts_AttributeGetter = 1302, | |
| 896 kV8Document_Anchors_AttributeGetter = 1303, | |
| 897 kV8Document_Applets_AttributeGetter = 1304, | |
| 898 kXMLHttpRequestCrossOriginWithCredentials = 1305, | |
| 899 kMediaStreamTrackRemote = 1306, | |
| 900 kV8Node_IsConnected_AttributeGetter = 1307, | |
| 901 kShadowRootDelegatesFocus = 1308, | |
| 902 kMixedShadowRootV0AndV1 = 1309, | |
| 903 kImageDocumentInFrame = 1310, | |
| 904 kMediaDocument = 1311, | |
| 905 kMediaDocumentInFrame = 1312, | |
| 906 kPluginDocument = 1313, | |
| 907 kPluginDocumentInFrame = 1314, | |
| 908 kSinkDocument = 1315, | |
| 909 kSinkDocumentInFrame = 1316, | |
| 910 kTextDocument = 1317, | |
| 911 kTextDocumentInFrame = 1318, | |
| 912 kViewSourceDocument = 1319, | |
| 913 kFileAPINativeLineEndings = 1320, | |
| 914 kPointerEventAttributeCount = 1321, | |
| 915 kCompositedReplication = 1322, | |
| 916 kV8DataTransferItem_WebkitGetAsEntry_Method = 1325, | |
| 917 kV8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, | |
| 918 kEntry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, | |
| 919 kEntry_GetMetadata_Method_IsolatedFileSystem = 1328, | |
| 920 kEntry_MoveTo_Method_IsolatedFileSystem = 1329, | |
| 921 kEntry_CopyTo_Method_IsolatedFileSystem = 1330, | |
| 922 kEntry_Remove_Method_IsolatedFileSystem = 1331, | |
| 923 kEntry_GetParent_Method_IsolatedFileSystem = 1332, | |
| 924 kEntry_ToURL_Method_IsolatedFileSystem = 1333, | |
| 925 kDuring_Microtask_Alert = 1334, | |
| 926 kDuring_Microtask_Confirm = 1335, | |
| 927 kDuring_Microtask_Print = 1336, | |
| 928 kDuring_Microtask_Prompt = 1337, | |
| 929 kDuring_Microtask_SyncXHR = 1338, | |
| 930 kCredentialManagerGetReturnedCredential = 1342, | |
| 931 kGeolocationInsecureOriginDeprecatedNotRemoved = 1343, | |
| 932 kGeolocationInsecureOriginIframeDeprecatedNotRemoved = 1344, | |
| 933 kProgressElementWithNoneAppearance = 1345, | |
| 934 kProgressElementWithProgressBarAppearance = 1346, | |
| 935 kPointerEventAddListenerCount = 1347, | |
| 936 kCSSValueAppearanceNone = 1351, | |
| 937 kCSSValueAppearanceNotNone = 1352, | |
| 938 kCSSValueAppearanceOthers = 1353, | |
| 939 kCSSValueAppearanceButton = 1354, | |
| 940 kCSSValueAppearanceCaret = 1355, | |
| 941 kCSSValueAppearanceCheckbox = 1356, | |
| 942 kCSSValueAppearanceMenulist = 1357, | |
| 943 kCSSValueAppearanceMenulistButton = 1358, | |
| 944 kCSSValueAppearanceListbox = 1359, | |
| 945 kCSSValueAppearanceRadio = 1360, | |
| 946 kCSSValueAppearanceSearchField = 1361, | |
| 947 kCSSValueAppearanceTextField = 1362, | |
| 948 kAudioContextCreatePannerAutomated = 1363, | |
| 949 kPannerNodeSetPosition = 1364, | |
| 950 kPannerNodeSetOrientation = 1365, | |
| 951 kAudioListenerSetPosition = 1366, | |
| 952 kAudioListenerSetOrientation = 1367, | |
| 953 kIntersectionObserver_Constructor = 1368, | |
| 954 kDurableStoragePersist = 1369, | |
| 955 kDurableStoragePersisted = 1370, | |
| 956 kDurableStorageEstimate = 1371, | |
| 957 kCSSDeepCombinatorAndShadow = 1375, | |
| 958 kOpacityWithPreserve3DQuirk = 1376, | |
| 959 kCSSSelectorPseudoReadOnly = 1377, | |
| 960 kCSSSelectorPseudoReadWrite = 1378, | |
| 961 // The above items are available in M52 branch | |
| 962 | |
| 963 kCSSSelectorPseudoDefined = 1383, | |
| 964 kRTCPeerConnectionAddIceCandidatePromise = 1384, | |
| 965 kRTCPeerConnectionAddIceCandidateLegacy = 1385, | |
| 966 kRTCIceCandidateDefaultSdpMLineIndex = 1386, | |
| 967 kMediaStreamConstraintsOldAndNew = 1389, | |
| 968 kV8ArrayProtectorDirtied = 1390, | |
| 969 kV8ArraySpeciesModified = 1391, | |
| 970 kV8ArrayPrototypeConstructorModified = 1392, | |
| 971 kV8ArrayInstanceProtoModified = 1393, | |
| 972 kV8ArrayInstanceConstructorModified = 1394, | |
| 973 kV8LegacyFunctionDeclaration = 1395, | |
| 974 kV8RegExpPrototypeSourceGetter = 1396, | |
| 975 kV8RegExpPrototypeOldFlagGetter = 1397, | |
| 976 kV8DecimalWithLeadingZeroInStrictMode = 1398, | |
| 977 kGetUserMediaPrefixed = 1400, | |
| 978 kGetUserMediaLegacy = 1401, | |
| 979 kGetUserMediaPromise = 1402, | |
| 980 kCSSFilterFunctionNoArguments = 1403, | |
| 981 kV8LegacyDateParser = 1404, | |
| 982 kOpenSearchInsecureOriginInsecureTarget = 1405, | |
| 983 kOpenSearchInsecureOriginSecureTarget = 1406, | |
| 984 kOpenSearchSecureOriginInsecureTarget = 1407, | |
| 985 kOpenSearchSecureOriginSecureTarget = 1408, | |
| 986 kRegisterProtocolHandlerSecureOrigin = 1409, | |
| 987 kRegisterProtocolHandlerInsecureOrigin = 1410, | |
| 988 kCrossOriginWindowAlert = 1411, | |
| 989 kCrossOriginWindowConfirm = 1412, | |
| 990 kCrossOriginWindowPrompt = 1413, | |
| 991 kCrossOriginWindowPrint = 1414, | |
| 992 kMediaStreamOnActive = 1415, | |
| 993 kMediaStreamOnInactive = 1416, | |
| 994 kAddEventListenerPassiveTrue = 1417, | |
| 995 kAddEventListenerPassiveFalse = 1418, | |
| 996 kCSPReferrerDirective = 1419, | |
| 997 kDocumentOpen = 1420, | |
| 998 kElementRequestPointerLockInShadow = 1421, | |
| 999 kShadowRootPointerLockElement = 1422, | |
| 1000 kDocumentPointerLockElementInV0Shadow = 1423, | |
| 1001 kTextAreaMaxLength = 1424, | |
| 1002 kTextAreaMinLength = 1425, | |
| 1003 kTopNavigationFromSubFrame = 1426, | |
| 1004 kPrefixedElementRequestFullscreenInShadow = 1427, | |
| 1005 kMediaSourceAbortRemove = 1428, | |
| 1006 kMediaSourceDurationTruncatingBuffered = 1429, | |
| 1007 kAudioContextCrossOriginIframe = 1430, | |
| 1008 // The above items are available in M53 branch | |
| 1009 | |
| 1010 kPointerEventSetCapture = 1431, | |
| 1011 kPointerEventDispatch = 1432, | |
| 1012 kMIDIMessageEventReceivedTime = 1433, | |
| 1013 kSummaryElementWithDisplayBlockAuthorRule = 1434, | |
| 1014 kV8MediaStream_Active_AttributeGetter = 1435, | |
| 1015 kBeforeInstallPromptEvent = 1436, | |
| 1016 kBeforeInstallPromptEventUserChoice = 1437, | |
| 1017 kBeforeInstallPromptEventPreventDefault = 1438, | |
| 1018 kBeforeInstallPromptEventPrompt = 1439, | |
| 1019 kExecCommandAltersHTMLStructure = 1440, | |
| 1020 kSecureContextCheckPassed = 1441, | |
| 1021 kSecureContextCheckFailed = 1442, | |
| 1022 kSecureContextCheckForSandboxedOriginPassed = 1443, | |
| 1023 kSecureContextCheckForSandboxedOriginFailed = 1444, | |
| 1024 kV8DefineGetterOrSetterWouldThrow = 1445, | |
| 1025 kV8FunctionConstructorReturnedUndefined = 1446, | |
| 1026 kV8BroadcastChannel_Constructor = 1447, | |
| 1027 kV8BroadcastChannel_PostMessage_Method = 1448, | |
| 1028 kV8BroadcastChannel_Close_Method = 1449, | |
| 1029 kTouchStartFired = 1450, | |
| 1030 kMouseDownFired = 1451, | |
| 1031 kPointerDownFired = 1452, | |
| 1032 kPointerDownFiredForTouch = 1453, | |
| 1033 kPointerEventDispatchPointerDown = 1454, | |
| 1034 kSVGSMILBeginOrEndEventValue = 1455, | |
| 1035 kSVGSMILBeginOrEndSyncbaseValue = 1456, | |
| 1036 kSVGSMILElementInsertedAfterLoad = 1457, | |
| 1037 kV8VisualViewport_OffsetLeft_AttributeGetter = 1458, | |
| 1038 kV8VisualViewport_OffsetTop_AttributeGetter = 1459, | |
| 1039 kV8VisualViewport_PageLeft_AttributeGetter = 1460, | |
| 1040 kV8VisualViewport_PageTop_AttributeGetter = 1461, | |
| 1041 kV8VisualViewport_Width_AttributeGetter = 1462, | |
| 1042 kV8VisualViewport_Height_AttributeGetter = 1463, | |
| 1043 kV8VisualViewport_Scale_AttributeGetter = 1464, | |
| 1044 kVisualViewportScrollFired = 1465, | |
| 1045 kVisualViewportResizeFired = 1466, | |
| 1046 kNodeGetRootNode = 1467, | |
| 1047 kSlotChangeEventAddListener = 1468, | |
| 1048 kCSSValueAppearanceButtonRendered = 1469, | |
| 1049 kCSSValueAppearanceButtonForAnchor = 1470, | |
| 1050 kCSSValueAppearanceButtonForButton = 1471, | |
| 1051 kCSSValueAppearanceButtonForOtherButtons = 1472, | |
| 1052 kCSSValueAppearanceTextFieldRendered = 1473, | |
| 1053 kCSSValueAppearanceTextFieldForSearch = 1474, | |
| 1054 kCSSValueAppearanceTextFieldForTextField = 1475, | |
| 1055 kRTCPeerConnectionGetStats = 1476, | |
| 1056 kSVGSMILAnimationAppliedEffect = 1477, | |
| 1057 kPerformanceResourceTimingSizes = 1478, | |
| 1058 kEventSourceDocument = 1479, | |
| 1059 kEventSourceWorker = 1480, | |
| 1060 kSingleOriginInTimingAllowOrigin = 1481, | |
| 1061 kMultipleOriginsInTimingAllowOrigin = 1482, | |
| 1062 kStarInTimingAllowOrigin = 1483, | |
| 1063 kSVGSMILAdditiveAnimation = 1484, | |
| 1064 kSendBeaconWithNonSimpleContentType = 1485, | |
| 1065 kChromeLoadTimesRequestTime = 1486, | |
| 1066 kChromeLoadTimesStartLoadTime = 1487, | |
| 1067 kChromeLoadTimesCommitLoadTime = 1488, | |
| 1068 kChromeLoadTimesFinishDocumentLoadTime = 1489, | |
| 1069 kChromeLoadTimesFinishLoadTime = 1490, | |
| 1070 kChromeLoadTimesFirstPaintTime = 1491, | |
| 1071 kChromeLoadTimesFirstPaintAfterLoadTime = 1492, | |
| 1072 kChromeLoadTimesNavigationType = 1493, | |
| 1073 kChromeLoadTimesWasFetchedViaSpdy = 1494, | |
| 1074 kChromeLoadTimesWasNpnNegotiated = 1495, | |
| 1075 kChromeLoadTimesNpnNegotiatedProtocol = 1496, | |
| 1076 kChromeLoadTimesWasAlternateProtocolAvailable = 1497, | |
| 1077 kChromeLoadTimesConnectionInfo = 1498, | |
| 1078 kChromeLoadTimesUnknown = 1499, | |
| 1079 kSVGViewElement = 1500, | |
| 1080 kWebShareShare = 1501, | |
| 1081 kAuxclickAddListenerCount = 1502, | |
| 1082 kHTMLCanvasElement = 1503, | |
| 1083 kSVGSMILAnimationElementTiming = 1504, | |
| 1084 kSVGSMILBeginEndAnimationElement = 1505, | |
| 1085 kSVGSMILPausing = 1506, | |
| 1086 kSVGSMILCurrentTime = 1507, | |
| 1087 kHTMLBodyElementOnSelectionChangeAttribute = 1508, | |
| 1088 kForeignFetchInterception = 1509, | |
| 1089 kUsbGetDevices = 1519, | |
| 1090 kUsbRequestDevice = 1520, | |
| 1091 kUsbDeviceOpen = 1521, | |
| 1092 kUsbDeviceClose = 1522, | |
| 1093 kUsbDeviceSelectConfiguration = 1523, | |
| 1094 kUsbDeviceClaimInterface = 1524, | |
| 1095 kUsbDeviceReleaseInterface = 1525, | |
| 1096 kUsbDeviceSelectAlternateInterface = 1526, | |
| 1097 kUsbDeviceControlTransferIn = 1527, | |
| 1098 kUsbDeviceControlTransferOut = 1528, | |
| 1099 kUsbDeviceClearHalt = 1529, | |
| 1100 kUsbDeviceTransferIn = 1530, | |
| 1101 kUsbDeviceTransferOut = 1531, | |
| 1102 kUsbDeviceIsochronousTransferIn = 1532, | |
| 1103 kUsbDeviceIsochronousTransferOut = 1533, | |
| 1104 kUsbDeviceReset = 1534, | |
| 1105 // The above items are available in M54 branch | |
| 1106 | |
| 1107 kPointerEnterLeaveFired = 1535, | |
| 1108 kPointerOverOutFired = 1536, | |
| 1109 kDraggableAttribute = 1539, | |
| 1110 kCleanScriptElementWithNonce = 1540, | |
| 1111 kPotentiallyInjectedScriptElementWithNonce = 1541, | |
| 1112 kPendingStylesheetAddedAfterBodyStarted = 1542, | |
| 1113 kUntrustedMouseDownEventDispatchedToSelect = 1543, | |
| 1114 kBlockedSniffingAudioToScript = 1544, | |
| 1115 kBlockedSniffingVideoToScript = 1545, | |
| 1116 kBlockedSniffingCSVToScript = 1546, | |
| 1117 kMetaSetCookie = 1547, | |
| 1118 kMetaRefresh = 1548, | |
| 1119 kMetaSetCookieWhenCSPBlocksInlineScript = 1549, | |
| 1120 kMetaRefreshWhenCSPBlocksInlineScript = 1550, | |
| 1121 kMiddleClickAutoscrollStart = 1551, | |
| 1122 kRTCPeerConnectionCreateOfferOptionsOfferToReceive = 1553, | |
| 1123 kDragAndDropScrollStart = 1554, | |
| 1124 kPresentationConnectionListConnectionAvailableEventListener = 1555, | |
| 1125 kWebAudioAutoplayCrossOriginIframe = 1556, | |
| 1126 kVRGetDisplays = 1558, | |
| 1127 kXSSAuditorBlockedScript = 1581, | |
| 1128 kXSSAuditorBlockedEntirePage = 1582, | |
| 1129 kXSSAuditorDisabled = 1583, | |
| 1130 kXSSAuditorEnabledFilter = 1584, | |
| 1131 kXSSAuditorEnabledBlock = 1585, | |
| 1132 kXSSAuditorInvalid = 1586, | |
| 1133 kTextInputEventOnInput = 1589, | |
| 1134 kTextInputEventOnTextArea = 1590, | |
| 1135 kTextInputEventOnContentEditable = 1591, | |
| 1136 kTextInputEventOnNotNode = 1592, | |
| 1137 kWebkitBeforeTextInsertedOnInput = 1593, | |
| 1138 kWebkitBeforeTextInsertedOnTextArea = 1594, | |
| 1139 kWebkitBeforeTextInsertedOnContentEditable = 1595, | |
| 1140 kWebkitBeforeTextInsertedOnNotNode = 1596, | |
| 1141 kWebkitEditableContentChangedOnInput = 1597, | |
| 1142 kWebkitEditableContentChangedOnTextArea = 1598, | |
| 1143 kWebkitEditableContentChangedOnContentEditable = 1599, | |
| 1144 kWebkitEditableContentChangedOnNotNode = 1600, | |
| 1145 kV8NavigatorUserMediaError_ConstraintName_AttributeGetter = 1601, | |
| 1146 kV8HTMLMediaElement_SrcObject_AttributeGetter = 1602, | |
| 1147 kV8HTMLMediaElement_SrcObject_AttributeSetter = 1603, | |
| 1148 kCreateObjectURLBlob = 1604, | |
| 1149 kCreateObjectURLMediaSource = 1605, | |
| 1150 kCreateObjectURLMediaStream = 1606, | |
| 1151 kDocumentCreateTouchWindowNull = 1607, | |
| 1152 kDocumentCreateTouchWindowWrongType = 1608, | |
| 1153 kDocumentCreateTouchTargetNull = 1609, | |
| 1154 kDocumentCreateTouchTargetWrongType = 1610, | |
| 1155 kDocumentCreateTouchMoreThanSevenArguments = 1612, | |
| 1156 kLongTaskObserver = 1615, | |
| 1157 kCSSOffsetInEffect = 1617, | |
| 1158 // The above items are available in M55 branch | |
| 1159 | |
| 1160 kVRGetDisplaysInsecureOrigin = 1618, | |
| 1161 kVRRequestPresent = 1619, | |
| 1162 kVRRequestPresentInsecureOrigin = 1620, | |
| 1163 kVRDeprecatedFieldOfView = 1621, | |
| 1164 kVideoInCanvas = 1622, | |
| 1165 kHiddenAutoplayedVideoInCanvas = 1623, | |
| 1166 kOffscreenCanvas = 1624, | |
| 1167 kGamepadPose = 1625, | |
| 1168 kGamepadHand = 1626, | |
| 1169 kGamepadDisplayId = 1627, | |
| 1170 kGamepadButtonTouched = 1628, | |
| 1171 kGamepadPoseHasOrientation = 1629, | |
| 1172 kGamepadPoseHasPosition = 1630, | |
| 1173 kGamepadPosePosition = 1631, | |
| 1174 kGamepadPoseLinearVelocity = 1632, | |
| 1175 kGamepadPoseLinearAcceleration = 1633, | |
| 1176 kGamepadPoseOrientation = 1634, | |
| 1177 kGamepadPoseAngularVelocity = 1635, | |
| 1178 kGamepadPoseAngularAcceleration = 1636, | |
| 1179 kV8RTCDataChannel_MaxRetransmitTime_AttributeGetter = 1638, | |
| 1180 kV8RTCDataChannel_MaxRetransmits_AttributeGetter = 1639, | |
| 1181 kV8RTCDataChannel_Reliable_AttributeGetter = 1640, | |
| 1182 kV8RTCPeerConnection_AddStream_Method = 1641, | |
| 1183 kV8RTCPeerConnection_CreateDTMFSender_Method = 1642, | |
| 1184 kV8RTCPeerConnection_GetLocalStreams_Method = 1643, | |
| 1185 kV8RTCPeerConnection_GetRemoteStreams_Method = 1644, | |
| 1186 kV8RTCPeerConnection_GetStreamById_Method = 1645, | |
| 1187 kV8RTCPeerConnection_RemoveStream_Method = 1646, | |
| 1188 kRTCPeerConnectionCreateDataChannelMaxRetransmitTime = 1648, | |
| 1189 kRTCPeerConnectionCreateDataChannelMaxRetransmits = 1649, | |
| 1190 kAudioContextCreateConstantSource = 1650, | |
| 1191 kWebAudioConstantSourceNode = 1651, | |
| 1192 kLoopbackEmbeddedInSecureContext = 1652, | |
| 1193 kLoopbackEmbeddedInNonSecureContext = 1653, | |
| 1194 kBlinkMacSystemFont = 1654, | |
| 1195 kRTCIceServerURL = 1656, | |
| 1196 kRTCIceServerURLs = 1657, | |
| 1197 kOffscreenCanvasTransferToImageBitmap2D = 1658, | |
| 1198 kOffscreenCanvasTransferToImageBitmapWebGL = 1659, | |
| 1199 kOffscreenCanvasCommit2D = 1660, | |
| 1200 kOffscreenCanvasCommitWebGL = 1661, | |
| 1201 kRTCConfigurationIceTransportPolicy = 1662, | |
| 1202 kRTCConfigurationIceTransports = 1664, | |
| 1203 kDocumentFullscreenElementInV0Shadow = 1665, | |
| 1204 kScriptWithCSPBypassingSchemeParserInserted = 1666, | |
| 1205 kScriptWithCSPBypassingSchemeNotParserInserted = 1667, | |
| 1206 kDocumentCreateElement2ndArgStringHandling = 1668, | |
| 1207 kV8MediaRecorder_Start_Method = 1669, | |
| 1208 kWebBluetoothRequestDevice = 1670, | |
| 1209 kUnitlessPerspectiveInPerspectiveProperty = 1671, | |
| 1210 kUnitlessPerspectiveInTransformProperty = 1672, | |
| 1211 kV8RTCSessionDescription_Type_AttributeGetter = 1673, | |
| 1212 kV8RTCSessionDescription_Type_AttributeSetter = 1674, | |
| 1213 kV8RTCSessionDescription_Sdp_AttributeGetter = 1675, | |
| 1214 kV8RTCSessionDescription_Sdp_AttributeSetter = 1676, | |
| 1215 kRTCSessionDescriptionInitNoType = 1677, | |
| 1216 kRTCSessionDescriptionInitNoSdp = 1678, | |
| 1217 kHTMLMediaElementPreloadForcedMetadata = 1679, | |
| 1218 kGenericSensorStart = 1680, | |
| 1219 kGenericSensorStop = 1681, | |
| 1220 kTouchEventPreventedNoTouchAction = 1682, | |
| 1221 kTouchEventPreventedForcedDocumentPassiveNoTouchAction = 1683, | |
| 1222 kV8Event_StopPropagation_Method = 1684, | |
| 1223 kV8Event_StopImmediatePropagation_Method = 1685, | |
| 1224 kImageCaptureConstructor = 1686, | |
| 1225 kV8Document_RootScroller_AttributeGetter = 1687, | |
| 1226 kV8Document_RootScroller_AttributeSetter = 1688, | |
| 1227 kCustomElementRegistryDefine = 1689, | |
| 1228 kLinkHeaderServiceWorker = 1690, | |
| 1229 kCSSShadowPiercingDescendantCombinator = 1691, | |
| 1230 // The above items are available in M56 branch. | |
| 1231 | |
| 1232 kCSSFlexibleBox = 1692, | |
| 1233 kCSSGridLayout = 1693, | |
| 1234 kFullscreenAllowedByOrientationChange = 1696, | |
| 1235 kServiceWorkerRespondToNavigationRequestWithRedirectedResponse = 1697, | |
| 1236 kV8AudioContext_Constructor = 1698, | |
| 1237 kV8OfflineAudioContext_Constructor = 1699, | |
| 1238 kAppInstalledEventAddListener = 1700, | |
| 1239 kAudioContextGetOutputTimestamp = 1701, | |
| 1240 kV8MediaStreamAudioDestinationNode_Constructor = 1702, | |
| 1241 kV8AnalyserNode_Constructor = 1703, | |
| 1242 kV8AudioBuffer_Constructor = 1704, | |
| 1243 kV8AudioBufferSourceNode_Constructor = 1705, | |
| 1244 kV8AudioProcessingEvent_Constructor = 1706, | |
| 1245 kV8BiquadFilterNode_Constructor = 1707, | |
| 1246 kV8ChannelMergerNode_Constructor = 1708, | |
| 1247 kV8ChannelSplitterNode_Constructor = 1709, | |
| 1248 kV8ConstantSourceNode_Constructor = 1710, | |
| 1249 kV8ConvolverNode_Constructor = 1711, | |
| 1250 kV8DelayNode_Constructor = 1712, | |
| 1251 kV8DynamicsCompressorNode_Constructor = 1713, | |
| 1252 kV8GainNode_Constructor = 1714, | |
| 1253 kV8IIRFilterNode_Constructor = 1715, | |
| 1254 kV8MediaElementAudioSourceNode_Constructor = 1716, | |
| 1255 kV8MediaStreamAudioSourceNode_Constructor = 1717, | |
| 1256 kV8OfflineAudioCompletionEvent_Constructor = 1718, | |
| 1257 kV8OscillatorNode_Constructor = 1719, | |
| 1258 kV8PannerNode_Constructor = 1720, | |
| 1259 kV8PeriodicWave_Constructor = 1721, | |
| 1260 kV8StereoPannerNode_Constructor = 1722, | |
| 1261 kV8WaveShaperNode_Constructor = 1723, | |
| 1262 kV8Headers_GetAll_Method = 1724, | |
| 1263 kNavigatorVibrateEngagementNone = 1725, | |
| 1264 kNavigatorVibrateEngagementMinimal = 1726, | |
| 1265 kNavigatorVibrateEngagementLow = 1727, | |
| 1266 kNavigatorVibrateEngagementMedium = 1728, | |
| 1267 kNavigatorVibrateEngagementHigh = 1729, | |
| 1268 kNavigatorVibrateEngagementMax = 1730, | |
| 1269 kAlertEngagementNone = 1731, | |
| 1270 kAlertEngagementMinimal = 1732, | |
| 1271 kAlertEngagementLow = 1733, | |
| 1272 kAlertEngagementMedium = 1734, | |
| 1273 kAlertEngagementHigh = 1735, | |
| 1274 kAlertEngagementMax = 1736, | |
| 1275 kConfirmEngagementNone = 1737, | |
| 1276 kConfirmEngagementMinimal = 1738, | |
| 1277 kConfirmEngagementLow = 1739, | |
| 1278 kConfirmEngagementMedium = 1740, | |
| 1279 kConfirmEngagementHigh = 1741, | |
| 1280 kConfirmEngagementMax = 1742, | |
| 1281 kPromptEngagementNone = 1743, | |
| 1282 kPromptEngagementMinimal = 1744, | |
| 1283 kPromptEngagementLow = 1745, | |
| 1284 kPromptEngagementMedium = 1746, | |
| 1285 kPromptEngagementHigh = 1747, | |
| 1286 kPromptEngagementMax = 1748, | |
| 1287 kTopNavInSandbox = 1749, | |
| 1288 kTopNavInSandboxWithoutGesture = 1750, | |
| 1289 kTopNavInSandboxWithPerm = 1751, | |
| 1290 kTopNavInSandboxWithPermButNoGesture = 1752, | |
| 1291 kReferrerPolicyHeader = 1753, | |
| 1292 kHTMLAnchorElementReferrerPolicyAttribute = 1754, | |
| 1293 kHTMLIFrameElementReferrerPolicyAttribute = 1755, | |
| 1294 kHTMLImageElementReferrerPolicyAttribute = 1756, | |
| 1295 kHTMLLinkElementReferrerPolicyAttribute = 1757, | |
| 1296 kBaseElement = 1758, | |
| 1297 kBaseWithCrossOriginHref = 1759, | |
| 1298 kBaseWithDataHref = 1760, | |
| 1299 kBaseWithNewlinesInTarget = 1761, | |
| 1300 kBaseWithOpenBracketInTarget = 1762, | |
| 1301 kBaseWouldBeBlockedByDefaultSrc = 1763, | |
| 1302 kV8AssigmentExpressionLHSIsCallInSloppy = 1764, | |
| 1303 kV8AssigmentExpressionLHSIsCallInStrict = 1765, | |
| 1304 kV8PromiseConstructorReturnedUndefined = 1766, | |
| 1305 kFormSubmittedWithUnclosedFormControl = 1767, | |
| 1306 kScrollbarUseVerticalScrollbarButton = 1777, | |
| 1307 kScrollbarUseVerticalScrollbarThumb = 1778, | |
| 1308 kScrollbarUseVerticalScrollbarTrack = 1779, | |
| 1309 kScrollbarUseHorizontalScrollbarButton = 1780, | |
| 1310 kScrollbarUseHorizontalScrollbarThumb = 1781, | |
| 1311 kScrollbarUseHorizontalScrollbarTrack = 1782, | |
| 1312 kHTMLTableCellElementColspan = 1783, | |
| 1313 kHTMLTableCellElementColspanGreaterThan1000 = 1784, | |
| 1314 kHTMLTableCellElementColspanGreaterThan8190 = 1785, | |
| 1315 kSelectionAddRangeIntersect = 1786, | |
| 1316 kPostMessageFromInsecureToSecureToplevel = 1787, | |
| 1317 // The above items are available in M57 branch. | |
| 1318 | |
| 1319 kV8MediaSession_Metadata_AttributeGetter = 1788, | |
| 1320 kV8MediaSession_Metadata_AttributeSetter = 1789, | |
| 1321 kV8MediaSession_PlaybackState_AttributeGetter = 1790, | |
| 1322 kV8MediaSession_PlaybackState_AttributeSetter = 1791, | |
| 1323 kV8MediaSession_SetActionHandler_Method = 1792, | |
| 1324 kWebNFCPush = 1793, | |
| 1325 kWebNFCCancelPush = 1794, | |
| 1326 kWebNFCWatch = 1795, | |
| 1327 kWebNFCCancelWatch = 1796, | |
| 1328 kAudioParamCancelAndHoldAtTime = 1797, | |
| 1329 kCSSValueUserModifyReadOnly = 1798, | |
| 1330 kCSSValueUserModifyReadWrite = 1799, | |
| 1331 kCSSValueUserModifyReadWritePlaintextOnly = 1800, | |
| 1332 kCSSValueOnDemand = 1802, | |
| 1333 kServiceWorkerNavigationPreload = 1803, | |
| 1334 kFullscreenRequestWithPendingElement = 1804, | |
| 1335 kHTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805, | |
| 1336 kPointerEventSetCaptureOutsideDispatch = 1806, | |
| 1337 kNotificationPermissionRequestedInsecureOrigin = 1807, | |
| 1338 kV8DeprecatedStorageInfo_QueryUsageAndQuota_Method = 1808, | |
| 1339 kV8DeprecatedStorageInfo_RequestQuota_Method = 1809, | |
| 1340 kV8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810, | |
| 1341 kV8DeprecatedStorageQuota_RequestQuota_Method = 1811, | |
| 1342 kV8FileReaderSync_Constructor = 1812, | |
| 1343 kUncancelableTouchEventPreventDefaulted = 1813, | |
| 1344 kUncancelableTouchEventDueToMainThreadResponsivenessPreventDefaulted = 1814, | |
| 1345 kV8HTMLVideoElement_Poster_AttributeGetter = 1815, | |
| 1346 kV8HTMLVideoElement_Poster_AttributeSetter = 1816, | |
| 1347 kNotificationPermissionRequestedIframe = 1817, | |
| 1348 kPresentationReceiverInsecureOrigin = 1819, | |
| 1349 kPresentationReceiverSecureOrigin = 1820, | |
| 1350 kPresentationRequestInsecureOrigin = 1821, | |
| 1351 kPresentationRequestSecureOrigin = 1822, | |
| 1352 kRtcpMuxPolicyNegotiate = 1823, | |
| 1353 kDOMClobberedVariableAccessed = 1824, | |
| 1354 kHTMLDocumentCreateProcessingInstruction = 1825, | |
| 1355 kFetchResponseConstructionWithStream = 1826, | |
| 1356 kLocationOrigin = 1827, | |
| 1357 kDocumentOrigin = 1828, | |
| 1358 kCanvas2DFilter = 1830, | |
| 1359 kCanvas2DImageSmoothingQuality = 1831, | |
| 1360 kCanvasToBlob = 1832, | |
| 1361 kCanvasToDataURL = 1833, | |
| 1362 kOffscreenCanvasConvertToBlob = 1834, | |
| 1363 kSVGInCanvas2D = 1835, | |
| 1364 kSVGInWebGL = 1836, | |
| 1365 kSelectionFuncionsChangeFocus = 1837, | |
| 1366 kHTMLObjectElementGetter = 1838, | |
| 1367 kHTMLObjectElementSetter = 1839, | |
| 1368 kHTMLEmbedElementGetter = 1840, | |
| 1369 kHTMLEmbedElementSetter = 1841, | |
| 1370 kTransformUsesBoxSizeOnSVG = 1842, | |
| 1371 // The above items are available in M58 branch. | |
| 1372 | |
| 1373 kScrollByKeyboardArrowKeys = 1843, | |
| 1374 kScrollByKeyboardPageUpDownKeys = 1844, | |
| 1375 kScrollByKeyboardHomeEndKeys = 1845, | |
| 1376 kScrollByKeyboardSpacebarKey = 1846, | |
| 1377 kScrollByTouch = 1847, | |
| 1378 kScrollByWheel = 1848, | |
| 1379 kScheduledActionIgnored = 1849, | |
| 1380 kGetCanvas2DContextAttributes = 1850, | |
| 1381 kV8HTMLInputElement_Capture_AttributeGetter = 1851, | |
| 1382 kV8HTMLInputElement_Capture_AttributeSetter = 1852, | |
| 1383 kHTMLMediaElementControlsListAttribute = 1853, | |
| 1384 kHTMLMediaElementControlsListNoDownload = 1854, | |
| 1385 kHTMLMediaElementControlsListNoFullscreen = 1855, | |
| 1386 kHTMLMediaElementControlsListNoRemotePlayback = 1856, | |
| 1387 kPointerEventClickRetargetCausedByCapture = 1857, | |
| 1388 kVRDisplayDisplayName = 1861, | |
| 1389 kVREyeParametersOffset = 1862, | |
| 1390 kVRPoseLinearVelocity = 1863, | |
| 1391 kVRPoseLinearAcceleration = 1864, | |
| 1392 kVRPoseAngularVelocity = 1865, | |
| 1393 kVRPoseAngularAcceleration = 1866, | |
| 1394 kCSSOverflowPaged = 1867, | |
| 1395 kChildSrcAllowedWorkerThatScriptSrcBlocked = 1868, | |
| 1396 kHTMLTableElementPresentationAttributeBackground = 1869, | |
| 1397 kV8Navigator_GetInstalledRelatedApps_Method = 1870, | |
| 1398 kNamedAccessOnWindow_ChildBrowsingContext = 1871, | |
| 1399 kNamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch = 1872, | |
| 1400 kV0CustomElementsRegisterHTMLCustomTag = 1873, | |
| 1401 kV0CustomElementsRegisterHTMLTypeExtension = 1874, | |
| 1402 kV0CustomElementsRegisterSVGElement = 1875, | |
| 1403 kV0CustomElementsRegisterEmbedderElement = 1876, | |
| 1404 kV0CustomElementsCreateCustomTagElement = 1877, | |
| 1405 kV0CustomElementsCreateTypeExtensionElement = 1878, | |
| 1406 kV0CustomElementsConstruct = 1879, | |
| 1407 kV8IDBObserver_Observe_Method = 1880, | |
| 1408 kV8IDBObserver_Unobserve_Method = 1881, | |
| 1409 kWebBluetoothRemoteCharacteristicGetDescriptor = 1882, | |
| 1410 kWebBluetoothRemoteCharacteristicGetDescriptors = 1883, | |
| 1411 kWebBluetoothRemoteCharacteristicReadValue = 1884, | |
| 1412 kWebBluetoothRemoteCharacteristicWriteValue = 1885, | |
| 1413 kWebBluetoothRemoteCharacteristicStartNotifications = 1886, | |
| 1414 kWebBluetoothRemoteCharacteristicStopNotifications = 1887, | |
| 1415 kWebBluetoothRemoteDescriptorReadValue = 1888, | |
| 1416 kWebBluetoothRemoteDescriptorWriteValue = 1889, | |
| 1417 kWebBluetoothRemoteServerConnect = 1890, | |
| 1418 kWebBluetoothRemoteServerDisconnect = 1891, | |
| 1419 kWebBluetoothRemoteServerGetPrimaryService = 1892, | |
| 1420 kWebBluetoothRemoteServerGetPrimaryServices = 1893, | |
| 1421 kWebBluetoothRemoteServiceGetCharacteristic = 1894, | |
| 1422 kWebBluetoothRemoteServiceGetCharacteristics = 1895, | |
| 1423 kHTMLContentElement = 1896, | |
| 1424 kHTMLShadowElement = 1897, | |
| 1425 kHTMLSlotElement = 1898, | |
| 1426 kAccelerometerConstructor = 1899, | |
| 1427 kAbsoluteOrientationSensorConstructor = 1900, | |
| 1428 kAmbientLightSensorConstructor = 1901, | |
| 1429 kGenericSensorOnActivate = 1902, | |
| 1430 kGenericSensorOnChange = 1903, | |
| 1431 kGenericSensorOnError = 1904, | |
| 1432 kGenericSensorActivated = 1905, | |
| 1433 kGyroscopeConstructor = 1906, | |
| 1434 kMagnetometerConstructor = 1907, | |
| 1435 kOrientationSensorPopulateMatrix = 1908, | |
| 1436 kWindowOpenWithInvalidURL = 1909, | |
| 1437 kCrossOriginMainFrameNulledNameAccessed = 1910, | |
| 1438 kMenuItemElementIconAttribute = 1911, | |
| 1439 kWebkitCSSMatrixSetMatrixValue = 1912, | |
| 1440 kWebkitCSSMatrixConstructFromString = 1913, | |
| 1441 kCanRequestURLHTTPContainingNewline = 1914, | |
| 1442 kGetGamepads = 1916, | |
| 1443 kV8SVGPathElement_GetPathSegAtLength_Method = 1917, | |
| 1444 kMediaStreamConstraintsAudio = 1918, | |
| 1445 kMediaStreamConstraintsAudioUnconstrained = 1919, | |
| 1446 kMediaStreamConstraintsVideo = 1920, | |
| 1447 kMediaStreamConstraintsVideoUnconstrained = 1921, | |
| 1448 kMediaStreamConstraintsWidth = 1922, | |
| 1449 kMediaStreamConstraintsHeight = 1923, | |
| 1450 kMediaStreamConstraintsAspectRatio = 1924, | |
| 1451 kMediaStreamConstraintsFrameRate = 1925, | |
| 1452 kMediaStreamConstraintsFacingMode = 1926, | |
| 1453 kMediaStreamConstraintsVolume = 1927, | |
| 1454 kMediaStreamConstraintsSampleRate = 1928, | |
| 1455 kMediaStreamConstraintsSampleSize = 1929, | |
| 1456 kMediaStreamConstraintsEchoCancellation = 1930, | |
| 1457 kMediaStreamConstraintsLatency = 1931, | |
| 1458 kMediaStreamConstraintsChannelCount = 1932, | |
| 1459 kMediaStreamConstraintsDeviceIdAudio = 1933, | |
| 1460 kMediaStreamConstraintsDeviceIdVideo = 1934, | |
| 1461 kMediaStreamConstraintsDisableLocalEcho = 1935, | |
| 1462 kMediaStreamConstraintsGroupIdAudio = 1936, | |
| 1463 kMediaStreamConstraintsGroupIdVideo = 1937, | |
| 1464 kMediaStreamConstraintsVideoKind = 1938, | |
| 1465 kMediaStreamConstraintsDepthNear = 1939, | |
| 1466 kMediaStreamConstraintsDepthFar = 1940, | |
| 1467 kMediaStreamConstraintsFocalLengthX = 1941, | |
| 1468 kMediaStreamConstraintsFocalLengthY = 1942, | |
| 1469 kMediaStreamConstraintsMediaStreamSourceAudio = 1943, | |
| 1470 kMediaStreamConstraintsMediaStreamSourceVideo = 1944, | |
| 1471 kMediaStreamConstraintsRenderToAssociatedSink = 1945, | |
| 1472 kMediaStreamConstraintsHotwordEnabled = 1946, | |
| 1473 kMediaStreamConstraintsGoogEchoCancellation = 1947, | |
| 1474 kMediaStreamConstraintsGoogExperimentalEchoCancellation = 1948, | |
| 1475 kMediaStreamConstraintsGoogAutoGainControl = 1949, | |
| 1476 kMediaStreamConstraintsGoogExperimentalAutoGainControl = 1950, | |
| 1477 kMediaStreamConstraintsGoogNoiseSuppression = 1951, | |
| 1478 kMediaStreamConstraintsGoogHighpassFilter = 1952, | |
| 1479 kMediaStreamConstraintsGoogTypingNoiseDetection = 1953, | |
| 1480 kMediaStreamConstraintsGoogExperimentalNoiseSuppression = 1954, | |
| 1481 kMediaStreamConstraintsGoogBeamforming = 1955, | |
| 1482 kMediaStreamConstraintsGoogArrayGeometry = 1956, | |
| 1483 kMediaStreamConstraintsGoogAudioMirroring = 1957, | |
| 1484 kMediaStreamConstraintsGoogDAEchoCancellation = 1958, | |
| 1485 kMediaStreamConstraintsGoogNoiseReduction = 1959, | |
| 1486 kMediaStreamConstraintsGoogPowerLineFrequency = 1960, | |
| 1487 // The above items are available in M59 branch. | |
| 1488 | |
| 1489 kViewportFixedPositionUnderFilter = 1961, | |
| 1490 kRequestMIDIAccessWithSysExOption = 1962, | |
| 1491 kRequestMIDIAccessIframeWithSysExOption = 1963, | |
| 1492 kGamepadAxes = 1964, | |
| 1493 kGamepadButtons = 1965, | |
| 1494 kVibrateWithoutUserGesture = 1966, | |
| 1495 kDispatchMouseEventOnDisabledFormControl = 1967, | |
| 1496 kElementNameDOMInvalidHTMLParserValid = 1968, | |
| 1497 kElementNameDOMValidHTMLParserInvalid = 1969, | |
| 1498 kGATTServerDisconnectedEvent = 1970, | |
| 1499 kAnchorClickDispatchForNonConnectedNode = 1971, | |
| 1500 kHTMLParseErrorNestedForm = 1972, | |
| 1501 kFontShapingNotDefGlyphObserved = 1973, | |
| 1502 kPostMessageOutgoingWouldBeBlockedByConnectSrc = 1974, | |
| 1503 kPostMessageIncomingWouldBeBlockedByConnectSrc = 1975, | |
| 1504 kPaymentRequestNetworkNameInSupportedMethods = 1976, | |
| 1505 kCrossOriginPropertyAccess = 1977, | |
| 1506 kCrossOriginPropertyAccessFromOpener = 1978, | |
| 1507 kCredentialManagerCreate = 1979, | |
| 1508 kWebDatabaseCreateDropFTS3Table = 1980, | |
| 1509 kFieldEditInSecureContext = 1981, | |
| 1510 kFieldEditInNonSecureContext = 1982, | |
| 1511 kCredentialManagerCredentialRequestOptionsUnmediated = 1983, | |
| 1512 kCredentialManagerGetMediationRequired = 1984, | |
| 1513 kCredentialManagerIdName = 1985, | |
| 1514 kCredentialManagerPasswordName = 1986, | |
| 1515 kCredentialManagerAdditionalData = 1987, | |
| 1516 kCredentialManagerCustomFetch = 1988, | |
| 1517 kNetInfoRtt = 1989, | |
| 1518 kNetInfoDownlink = 1990, | |
| 1519 kShapeDetection_BarcodeDetectorConstructor = 1991, | |
| 1520 kShapeDetection_FaceDetectorConstructor = 1992, | |
| 1521 kShapeDetection_TextDetectorConstructor = 1993, | |
| 1522 kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994, | |
| 1523 kInertAttribute = 1995, | |
| 1524 kPluginInstanceAccessFromIsolatedWorld = 1996, | |
| 1525 kPluginInstanceAccessFromMainWorld = 1997, | |
| 1526 kRequestFullscreenForDialogElement = 1998, | |
| 1527 kRequestFullscreenForDialogElementInTopLayer = 1999, | |
| 1528 kShowModalForElementInFullscreenStack = 2000, | |
| 1529 kThreeValuedPositionBackground = 2001, | |
| 1530 kThreeValuedPositionBasicShape = 2002, | |
| 1531 kThreeValuedPositionGradient = 2003, | |
| 1532 kThreeValuedPositionObjectPosition = 2004, | |
| 1533 kThreeValuedPositionPerspectiveOrigin = 2005, | |
| 1534 kUnitlessZeroAngleCustomProperty = 2006, | |
| 1535 kUnitlessZeroAngleFilter = 2007, | |
| 1536 kUnitlessZeroAngleGradient = 2008, | |
| 1537 kUnitlessZeroAngleOffsetRotate = 2009, | |
| 1538 kUnitlessZeroAngleTransform = 2010, | |
| 1539 kHTMLOListElementStartGetterReversedWithoutStartAttribute = 2011, | |
| 1540 kCredentialManagerPreventSilentAccess = 2012, | |
| 1541 kNetInfoEffectiveType = 2013, | |
| 1542 | |
| 1543 // Add new features immediately above this line. Don't change assigned | |
| 1544 // numbers of any item, and don't reuse removed slots. | |
| 1545 // Also, run update_use_counter_feature_enum.py in | |
| 1546 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. | |
| 1547 kNumberOfFeatures, // This enum value must be last. | |
| 1548 }; | |
| OLD | NEW |