diff --git a/cdproto.go b/cdproto.go index d362fa0..383ab37 100644 --- a/cdproto.go +++ b/cdproto.go @@ -83,761 +83,762 @@ func (t MethodType) Domain() string { // MethodType values. const ( - CommandAccessibilityDisable = accessibility.CommandDisable - CommandAccessibilityEnable = accessibility.CommandEnable - CommandAccessibilityGetPartialAXTree = accessibility.CommandGetPartialAXTree - CommandAccessibilityGetFullAXTree = accessibility.CommandGetFullAXTree - CommandAccessibilityGetRootAXNode = accessibility.CommandGetRootAXNode - CommandAccessibilityGetAXNodeAndAncestors = accessibility.CommandGetAXNodeAndAncestors - CommandAccessibilityGetChildAXNodes = accessibility.CommandGetChildAXNodes - CommandAccessibilityQueryAXTree = accessibility.CommandQueryAXTree - EventAccessibilityLoadComplete = "Accessibility.loadComplete" - EventAccessibilityNodesUpdated = "Accessibility.nodesUpdated" - CommandAnimationDisable = animation.CommandDisable - CommandAnimationEnable = animation.CommandEnable - CommandAnimationGetCurrentTime = animation.CommandGetCurrentTime - CommandAnimationGetPlaybackRate = animation.CommandGetPlaybackRate - CommandAnimationReleaseAnimations = animation.CommandReleaseAnimations - CommandAnimationResolveAnimation = animation.CommandResolveAnimation - CommandAnimationSeekAnimations = animation.CommandSeekAnimations - CommandAnimationSetPaused = animation.CommandSetPaused - CommandAnimationSetPlaybackRate = animation.CommandSetPlaybackRate - CommandAnimationSetTiming = animation.CommandSetTiming - EventAnimationAnimationCanceled = "Animation.animationCanceled" - EventAnimationAnimationCreated = "Animation.animationCreated" - EventAnimationAnimationStarted = "Animation.animationStarted" - EventAnimationAnimationUpdated = "Animation.animationUpdated" - CommandAuditsGetEncodedResponse = audits.CommandGetEncodedResponse - CommandAuditsDisable = audits.CommandDisable - CommandAuditsEnable = audits.CommandEnable - CommandAuditsCheckContrast = audits.CommandCheckContrast - CommandAuditsCheckFormsIssues = audits.CommandCheckFormsIssues - EventAuditsIssueAdded = "Audits.issueAdded" - CommandAutofillTrigger = autofill.CommandTrigger - CommandAutofillSetAddresses = autofill.CommandSetAddresses - CommandAutofillDisable = autofill.CommandDisable - CommandAutofillEnable = autofill.CommandEnable - EventAutofillAddressFormFilled = "Autofill.addressFormFilled" - CommandBackgroundServiceStartObserving = backgroundservice.CommandStartObserving - CommandBackgroundServiceStopObserving = backgroundservice.CommandStopObserving - CommandBackgroundServiceSetRecording = backgroundservice.CommandSetRecording - CommandBackgroundServiceClearEvents = backgroundservice.CommandClearEvents - EventBackgroundServiceRecordingStateChanged = "BackgroundService.recordingStateChanged" - EventBackgroundServiceBackgroundServiceEventReceived = "BackgroundService.backgroundServiceEventReceived" - CommandBluetoothEmulationEnable = bluetoothemulation.CommandEnable - CommandBluetoothEmulationDisable = bluetoothemulation.CommandDisable - CommandBluetoothEmulationSimulatePreconnectedPeripheral = bluetoothemulation.CommandSimulatePreconnectedPeripheral - CommandBluetoothEmulationSimulateAdvertisement = bluetoothemulation.CommandSimulateAdvertisement - CommandBrowserSetPermission = browser.CommandSetPermission - CommandBrowserGrantPermissions = browser.CommandGrantPermissions - CommandBrowserResetPermissions = browser.CommandResetPermissions - CommandBrowserSetDownloadBehavior = browser.CommandSetDownloadBehavior - CommandBrowserCancelDownload = browser.CommandCancelDownload - CommandBrowserClose = browser.CommandClose - CommandBrowserCrash = browser.CommandCrash - CommandBrowserCrashGpuProcess = browser.CommandCrashGpuProcess - CommandBrowserGetVersion = browser.CommandGetVersion - CommandBrowserGetBrowserCommandLine = browser.CommandGetBrowserCommandLine - CommandBrowserGetHistograms = browser.CommandGetHistograms - CommandBrowserGetHistogram = browser.CommandGetHistogram - CommandBrowserGetWindowBounds = browser.CommandGetWindowBounds - CommandBrowserGetWindowForTarget = browser.CommandGetWindowForTarget - CommandBrowserSetWindowBounds = browser.CommandSetWindowBounds - CommandBrowserSetDockTile = browser.CommandSetDockTile - CommandBrowserExecuteBrowserCommand = browser.CommandExecuteBrowserCommand - CommandBrowserAddPrivacySandboxEnrollmentOverride = browser.CommandAddPrivacySandboxEnrollmentOverride - EventBrowserDownloadWillBegin = "Browser.downloadWillBegin" - EventBrowserDownloadProgress = "Browser.downloadProgress" - CommandCSSAddRule = css.CommandAddRule - CommandCSSCollectClassNames = css.CommandCollectClassNames - CommandCSSCreateStyleSheet = css.CommandCreateStyleSheet - CommandCSSDisable = css.CommandDisable - CommandCSSEnable = css.CommandEnable - CommandCSSForcePseudoState = css.CommandForcePseudoState - CommandCSSForceStartingStyle = css.CommandForceStartingStyle - CommandCSSGetBackgroundColors = css.CommandGetBackgroundColors - CommandCSSGetComputedStyleForNode = css.CommandGetComputedStyleForNode - CommandCSSResolveValues = css.CommandResolveValues - CommandCSSGetLonghandProperties = css.CommandGetLonghandProperties - CommandCSSGetInlineStylesForNode = css.CommandGetInlineStylesForNode - CommandCSSGetAnimatedStylesForNode = css.CommandGetAnimatedStylesForNode - CommandCSSGetMatchedStylesForNode = css.CommandGetMatchedStylesForNode - CommandCSSGetMediaQueries = css.CommandGetMediaQueries - CommandCSSGetPlatformFontsForNode = css.CommandGetPlatformFontsForNode - CommandCSSGetStyleSheetText = css.CommandGetStyleSheetText - CommandCSSGetLayersForNode = css.CommandGetLayersForNode - CommandCSSGetLocationForSelector = css.CommandGetLocationForSelector - CommandCSSTrackComputedStyleUpdatesForNode = css.CommandTrackComputedStyleUpdatesForNode - CommandCSSTrackComputedStyleUpdates = css.CommandTrackComputedStyleUpdates - CommandCSSTakeComputedStyleUpdates = css.CommandTakeComputedStyleUpdates - CommandCSSSetEffectivePropertyValueForNode = css.CommandSetEffectivePropertyValueForNode - CommandCSSSetPropertyRulePropertyName = css.CommandSetPropertyRulePropertyName - CommandCSSSetKeyframeKey = css.CommandSetKeyframeKey - CommandCSSSetMediaText = css.CommandSetMediaText - CommandCSSSetContainerQueryText = css.CommandSetContainerQueryText - CommandCSSSetSupportsText = css.CommandSetSupportsText - CommandCSSSetScopeText = css.CommandSetScopeText - CommandCSSSetRuleSelector = css.CommandSetRuleSelector - CommandCSSSetStyleSheetText = css.CommandSetStyleSheetText - CommandCSSSetStyleTexts = css.CommandSetStyleTexts - CommandCSSStartRuleUsageTracking = css.CommandStartRuleUsageTracking - CommandCSSStopRuleUsageTracking = css.CommandStopRuleUsageTracking - CommandCSSTakeCoverageDelta = css.CommandTakeCoverageDelta - CommandCSSSetLocalFontsEnabled = css.CommandSetLocalFontsEnabled - EventCSSFontsUpdated = "CSS.fontsUpdated" - EventCSSMediaQueryResultChanged = "CSS.mediaQueryResultChanged" - EventCSSStyleSheetAdded = "CSS.styleSheetAdded" - EventCSSStyleSheetChanged = "CSS.styleSheetChanged" - EventCSSStyleSheetRemoved = "CSS.styleSheetRemoved" - EventCSSComputedStyleUpdated = "CSS.computedStyleUpdated" - CommandCacheStorageDeleteCache = cachestorage.CommandDeleteCache - CommandCacheStorageDeleteEntry = cachestorage.CommandDeleteEntry - CommandCacheStorageRequestCacheNames = cachestorage.CommandRequestCacheNames - CommandCacheStorageRequestCachedResponse = cachestorage.CommandRequestCachedResponse - CommandCacheStorageRequestEntries = cachestorage.CommandRequestEntries - CommandCastEnable = cast.CommandEnable - CommandCastDisable = cast.CommandDisable - CommandCastSetSinkToUse = cast.CommandSetSinkToUse - CommandCastStartDesktopMirroring = cast.CommandStartDesktopMirroring - CommandCastStartTabMirroring = cast.CommandStartTabMirroring - CommandCastStopCasting = cast.CommandStopCasting - EventCastSinksUpdated = "Cast.sinksUpdated" - EventCastIssueUpdated = "Cast.issueUpdated" - CommandDOMCollectClassNamesFromSubtree = dom.CommandCollectClassNamesFromSubtree - CommandDOMCopyTo = dom.CommandCopyTo - CommandDOMDescribeNode = dom.CommandDescribeNode - CommandDOMScrollIntoViewIfNeeded = dom.CommandScrollIntoViewIfNeeded - CommandDOMDisable = dom.CommandDisable - CommandDOMDiscardSearchResults = dom.CommandDiscardSearchResults - CommandDOMEnable = dom.CommandEnable - CommandDOMFocus = dom.CommandFocus - CommandDOMGetAttributes = dom.CommandGetAttributes - CommandDOMGetBoxModel = dom.CommandGetBoxModel - CommandDOMGetContentQuads = dom.CommandGetContentQuads - CommandDOMGetDocument = dom.CommandGetDocument - CommandDOMGetNodesForSubtreeByStyle = dom.CommandGetNodesForSubtreeByStyle - CommandDOMGetNodeForLocation = dom.CommandGetNodeForLocation - CommandDOMGetOuterHTML = dom.CommandGetOuterHTML - CommandDOMGetRelayoutBoundary = dom.CommandGetRelayoutBoundary - CommandDOMGetSearchResults = dom.CommandGetSearchResults - CommandDOMMarkUndoableState = dom.CommandMarkUndoableState - CommandDOMMoveTo = dom.CommandMoveTo - CommandDOMPerformSearch = dom.CommandPerformSearch - CommandDOMPushNodeByPathToFrontend = dom.CommandPushNodeByPathToFrontend - CommandDOMPushNodesByBackendIDsToFrontend = dom.CommandPushNodesByBackendIDsToFrontend - CommandDOMQuerySelector = dom.CommandQuerySelector - CommandDOMQuerySelectorAll = dom.CommandQuerySelectorAll - CommandDOMGetTopLayerElements = dom.CommandGetTopLayerElements - CommandDOMGetElementByRelation = dom.CommandGetElementByRelation - CommandDOMRedo = dom.CommandRedo - CommandDOMRemoveAttribute = dom.CommandRemoveAttribute - CommandDOMRemoveNode = dom.CommandRemoveNode - CommandDOMRequestChildNodes = dom.CommandRequestChildNodes - CommandDOMRequestNode = dom.CommandRequestNode - CommandDOMResolveNode = dom.CommandResolveNode - CommandDOMSetAttributeValue = dom.CommandSetAttributeValue - CommandDOMSetAttributesAsText = dom.CommandSetAttributesAsText - CommandDOMSetFileInputFiles = dom.CommandSetFileInputFiles - CommandDOMSetNodeStackTracesEnabled = dom.CommandSetNodeStackTracesEnabled - CommandDOMGetNodeStackTraces = dom.CommandGetNodeStackTraces - CommandDOMGetFileInfo = dom.CommandGetFileInfo - CommandDOMGetDetachedDomNodes = dom.CommandGetDetachedDomNodes - CommandDOMSetInspectedNode = dom.CommandSetInspectedNode - CommandDOMSetNodeName = dom.CommandSetNodeName - CommandDOMSetNodeValue = dom.CommandSetNodeValue - CommandDOMSetOuterHTML = dom.CommandSetOuterHTML - CommandDOMUndo = dom.CommandUndo - CommandDOMGetFrameOwner = dom.CommandGetFrameOwner - CommandDOMGetContainerForNode = dom.CommandGetContainerForNode - CommandDOMGetQueryingDescendantsForContainer = dom.CommandGetQueryingDescendantsForContainer - CommandDOMGetAnchorElement = dom.CommandGetAnchorElement - EventDOMAttributeModified = "DOM.attributeModified" - EventDOMAttributeRemoved = "DOM.attributeRemoved" - EventDOMCharacterDataModified = "DOM.characterDataModified" - EventDOMChildNodeCountUpdated = "DOM.childNodeCountUpdated" - EventDOMChildNodeInserted = "DOM.childNodeInserted" - EventDOMChildNodeRemoved = "DOM.childNodeRemoved" - EventDOMDistributedNodesUpdated = "DOM.distributedNodesUpdated" - EventDOMDocumentUpdated = "DOM.documentUpdated" - EventDOMInlineStyleInvalidated = "DOM.inlineStyleInvalidated" - EventDOMPseudoElementAdded = "DOM.pseudoElementAdded" - EventDOMTopLayerElementsUpdated = "DOM.topLayerElementsUpdated" - EventDOMScrollableFlagUpdated = "DOM.scrollableFlagUpdated" - EventDOMPseudoElementRemoved = "DOM.pseudoElementRemoved" - EventDOMSetChildNodes = "DOM.setChildNodes" - EventDOMShadowRootPopped = "DOM.shadowRootPopped" - EventDOMShadowRootPushed = "DOM.shadowRootPushed" - CommandDOMDebuggerGetEventListeners = domdebugger.CommandGetEventListeners - CommandDOMDebuggerRemoveDOMBreakpoint = domdebugger.CommandRemoveDOMBreakpoint - CommandDOMDebuggerRemoveEventListenerBreakpoint = domdebugger.CommandRemoveEventListenerBreakpoint - CommandDOMDebuggerRemoveXHRBreakpoint = domdebugger.CommandRemoveXHRBreakpoint - CommandDOMDebuggerSetBreakOnCSPViolation = domdebugger.CommandSetBreakOnCSPViolation - CommandDOMDebuggerSetDOMBreakpoint = domdebugger.CommandSetDOMBreakpoint - CommandDOMDebuggerSetEventListenerBreakpoint = domdebugger.CommandSetEventListenerBreakpoint - CommandDOMDebuggerSetXHRBreakpoint = domdebugger.CommandSetXHRBreakpoint - CommandDOMSnapshotDisable = domsnapshot.CommandDisable - CommandDOMSnapshotEnable = domsnapshot.CommandEnable - CommandDOMSnapshotCaptureSnapshot = domsnapshot.CommandCaptureSnapshot - CommandDOMStorageClear = domstorage.CommandClear - CommandDOMStorageDisable = domstorage.CommandDisable - CommandDOMStorageEnable = domstorage.CommandEnable - CommandDOMStorageGetDOMStorageItems = domstorage.CommandGetDOMStorageItems - CommandDOMStorageRemoveDOMStorageItem = domstorage.CommandRemoveDOMStorageItem - CommandDOMStorageSetDOMStorageItem = domstorage.CommandSetDOMStorageItem - EventDOMStorageDomStorageItemAdded = "DOMStorage.domStorageItemAdded" - EventDOMStorageDomStorageItemRemoved = "DOMStorage.domStorageItemRemoved" - EventDOMStorageDomStorageItemUpdated = "DOMStorage.domStorageItemUpdated" - EventDOMStorageDomStorageItemsCleared = "DOMStorage.domStorageItemsCleared" - CommandDebuggerContinueToLocation = debugger.CommandContinueToLocation - CommandDebuggerDisable = debugger.CommandDisable - CommandDebuggerEnable = debugger.CommandEnable - CommandDebuggerEvaluateOnCallFrame = debugger.CommandEvaluateOnCallFrame - CommandDebuggerGetPossibleBreakpoints = debugger.CommandGetPossibleBreakpoints - CommandDebuggerGetScriptSource = debugger.CommandGetScriptSource - CommandDebuggerDisassembleWasmModule = debugger.CommandDisassembleWasmModule - CommandDebuggerNextWasmDisassemblyChunk = debugger.CommandNextWasmDisassemblyChunk - CommandDebuggerGetStackTrace = debugger.CommandGetStackTrace - CommandDebuggerPause = debugger.CommandPause - CommandDebuggerRemoveBreakpoint = debugger.CommandRemoveBreakpoint - CommandDebuggerRestartFrame = debugger.CommandRestartFrame - CommandDebuggerResume = debugger.CommandResume - CommandDebuggerSearchInContent = debugger.CommandSearchInContent - CommandDebuggerSetAsyncCallStackDepth = debugger.CommandSetAsyncCallStackDepth - CommandDebuggerSetBlackboxExecutionContexts = debugger.CommandSetBlackboxExecutionContexts - CommandDebuggerSetBlackboxPatterns = debugger.CommandSetBlackboxPatterns - CommandDebuggerSetBlackboxedRanges = debugger.CommandSetBlackboxedRanges - CommandDebuggerSetBreakpoint = debugger.CommandSetBreakpoint - CommandDebuggerSetInstrumentationBreakpoint = debugger.CommandSetInstrumentationBreakpoint - CommandDebuggerSetBreakpointByURL = debugger.CommandSetBreakpointByURL - CommandDebuggerSetBreakpointOnFunctionCall = debugger.CommandSetBreakpointOnFunctionCall - CommandDebuggerSetBreakpointsActive = debugger.CommandSetBreakpointsActive - CommandDebuggerSetPauseOnExceptions = debugger.CommandSetPauseOnExceptions - CommandDebuggerSetReturnValue = debugger.CommandSetReturnValue - CommandDebuggerSetScriptSource = debugger.CommandSetScriptSource - CommandDebuggerSetSkipAllPauses = debugger.CommandSetSkipAllPauses - CommandDebuggerSetVariableValue = debugger.CommandSetVariableValue - CommandDebuggerStepInto = debugger.CommandStepInto - CommandDebuggerStepOut = debugger.CommandStepOut - CommandDebuggerStepOver = debugger.CommandStepOver - EventDebuggerBreakpointResolved = "Debugger.breakpointResolved" - EventDebuggerPaused = "Debugger.paused" - EventDebuggerResumed = "Debugger.resumed" - EventDebuggerScriptFailedToParse = "Debugger.scriptFailedToParse" - EventDebuggerScriptParsed = "Debugger.scriptParsed" - CommandDeviceAccessEnable = deviceaccess.CommandEnable - CommandDeviceAccessDisable = deviceaccess.CommandDisable - CommandDeviceAccessSelectPrompt = deviceaccess.CommandSelectPrompt - CommandDeviceAccessCancelPrompt = deviceaccess.CommandCancelPrompt - EventDeviceAccessDeviceRequestPrompted = "DeviceAccess.deviceRequestPrompted" - CommandDeviceOrientationClearDeviceOrientationOverride = deviceorientation.CommandClearDeviceOrientationOverride - CommandDeviceOrientationSetDeviceOrientationOverride = deviceorientation.CommandSetDeviceOrientationOverride - CommandEmulationClearDeviceMetricsOverride = emulation.CommandClearDeviceMetricsOverride - CommandEmulationClearGeolocationOverride = emulation.CommandClearGeolocationOverride - CommandEmulationResetPageScaleFactor = emulation.CommandResetPageScaleFactor - CommandEmulationSetFocusEmulationEnabled = emulation.CommandSetFocusEmulationEnabled - CommandEmulationSetAutoDarkModeOverride = emulation.CommandSetAutoDarkModeOverride - CommandEmulationSetCPUThrottlingRate = emulation.CommandSetCPUThrottlingRate - CommandEmulationSetDefaultBackgroundColorOverride = emulation.CommandSetDefaultBackgroundColorOverride - CommandEmulationSetDeviceMetricsOverride = emulation.CommandSetDeviceMetricsOverride - CommandEmulationSetDevicePostureOverride = emulation.CommandSetDevicePostureOverride - CommandEmulationClearDevicePostureOverride = emulation.CommandClearDevicePostureOverride - CommandEmulationSetScrollbarsHidden = emulation.CommandSetScrollbarsHidden - CommandEmulationSetDocumentCookieDisabled = emulation.CommandSetDocumentCookieDisabled - CommandEmulationSetEmitTouchEventsForMouse = emulation.CommandSetEmitTouchEventsForMouse - CommandEmulationSetEmulatedMedia = emulation.CommandSetEmulatedMedia - CommandEmulationSetEmulatedVisionDeficiency = emulation.CommandSetEmulatedVisionDeficiency - CommandEmulationSetGeolocationOverride = emulation.CommandSetGeolocationOverride - CommandEmulationGetOverriddenSensorInformation = emulation.CommandGetOverriddenSensorInformation - CommandEmulationSetSensorOverrideEnabled = emulation.CommandSetSensorOverrideEnabled - CommandEmulationSetSensorOverrideReadings = emulation.CommandSetSensorOverrideReadings - CommandEmulationSetPressureSourceOverrideEnabled = emulation.CommandSetPressureSourceOverrideEnabled - CommandEmulationSetPressureStateOverride = emulation.CommandSetPressureStateOverride - CommandEmulationSetIdleOverride = emulation.CommandSetIdleOverride - CommandEmulationClearIdleOverride = emulation.CommandClearIdleOverride - CommandEmulationSetPageScaleFactor = emulation.CommandSetPageScaleFactor - CommandEmulationSetScriptExecutionDisabled = emulation.CommandSetScriptExecutionDisabled - CommandEmulationSetTouchEmulationEnabled = emulation.CommandSetTouchEmulationEnabled - CommandEmulationSetVirtualTimePolicy = emulation.CommandSetVirtualTimePolicy - CommandEmulationSetLocaleOverride = emulation.CommandSetLocaleOverride - CommandEmulationSetTimezoneOverride = emulation.CommandSetTimezoneOverride - CommandEmulationSetDisabledImageTypes = emulation.CommandSetDisabledImageTypes - CommandEmulationSetHardwareConcurrencyOverride = emulation.CommandSetHardwareConcurrencyOverride - CommandEmulationSetUserAgentOverride = emulation.CommandSetUserAgentOverride - CommandEmulationSetAutomationOverride = emulation.CommandSetAutomationOverride - EventEmulationVirtualTimeBudgetExpired = "Emulation.virtualTimeBudgetExpired" - CommandEventBreakpointsSetInstrumentationBreakpoint = eventbreakpoints.CommandSetInstrumentationBreakpoint - CommandEventBreakpointsRemoveInstrumentationBreakpoint = eventbreakpoints.CommandRemoveInstrumentationBreakpoint - CommandEventBreakpointsDisable = eventbreakpoints.CommandDisable - CommandExtensionsLoadUnpacked = extensions.CommandLoadUnpacked - CommandExtensionsGetStorageItems = extensions.CommandGetStorageItems - CommandExtensionsRemoveStorageItems = extensions.CommandRemoveStorageItems - CommandExtensionsClearStorageItems = extensions.CommandClearStorageItems - CommandExtensionsSetStorageItems = extensions.CommandSetStorageItems - CommandFedCmEnable = fedcm.CommandEnable - CommandFedCmDisable = fedcm.CommandDisable - CommandFedCmSelectAccount = fedcm.CommandSelectAccount - CommandFedCmClickDialogButton = fedcm.CommandClickDialogButton - CommandFedCmOpenURL = fedcm.CommandOpenURL - CommandFedCmDismissDialog = fedcm.CommandDismissDialog - CommandFedCmResetCooldown = fedcm.CommandResetCooldown - EventFedCmDialogShown = "FedCm.dialogShown" - EventFedCmDialogClosed = "FedCm.dialogClosed" - CommandFetchDisable = fetch.CommandDisable - CommandFetchEnable = fetch.CommandEnable - CommandFetchFailRequest = fetch.CommandFailRequest - CommandFetchFulfillRequest = fetch.CommandFulfillRequest - CommandFetchContinueRequest = fetch.CommandContinueRequest - CommandFetchContinueWithAuth = fetch.CommandContinueWithAuth - CommandFetchContinueResponse = fetch.CommandContinueResponse - CommandFetchGetResponseBody = fetch.CommandGetResponseBody - CommandFetchTakeResponseBodyAsStream = fetch.CommandTakeResponseBodyAsStream - EventFetchRequestPaused = "Fetch.requestPaused" - EventFetchAuthRequired = "Fetch.authRequired" - CommandFileSystemGetDirectory = filesystem.CommandGetDirectory - CommandHeadlessExperimentalBeginFrame = headlessexperimental.CommandBeginFrame - CommandHeapProfilerAddInspectedHeapObject = heapprofiler.CommandAddInspectedHeapObject - CommandHeapProfilerCollectGarbage = heapprofiler.CommandCollectGarbage - CommandHeapProfilerDisable = heapprofiler.CommandDisable - CommandHeapProfilerEnable = heapprofiler.CommandEnable - CommandHeapProfilerGetHeapObjectID = heapprofiler.CommandGetHeapObjectID - CommandHeapProfilerGetObjectByHeapObjectID = heapprofiler.CommandGetObjectByHeapObjectID - CommandHeapProfilerGetSamplingProfile = heapprofiler.CommandGetSamplingProfile - CommandHeapProfilerStartSampling = heapprofiler.CommandStartSampling - CommandHeapProfilerStartTrackingHeapObjects = heapprofiler.CommandStartTrackingHeapObjects - CommandHeapProfilerStopSampling = heapprofiler.CommandStopSampling - CommandHeapProfilerStopTrackingHeapObjects = heapprofiler.CommandStopTrackingHeapObjects - CommandHeapProfilerTakeHeapSnapshot = heapprofiler.CommandTakeHeapSnapshot - EventHeapProfilerAddHeapSnapshotChunk = "HeapProfiler.addHeapSnapshotChunk" - EventHeapProfilerHeapStatsUpdate = "HeapProfiler.heapStatsUpdate" - EventHeapProfilerLastSeenObjectID = "HeapProfiler.lastSeenObjectId" - EventHeapProfilerReportHeapSnapshotProgress = "HeapProfiler.reportHeapSnapshotProgress" - EventHeapProfilerResetProfiles = "HeapProfiler.resetProfiles" - CommandIOClose = io.CommandClose - CommandIORead = io.CommandRead - CommandIOResolveBlob = io.CommandResolveBlob - CommandIndexedDBClearObjectStore = indexeddb.CommandClearObjectStore - CommandIndexedDBDeleteDatabase = indexeddb.CommandDeleteDatabase - CommandIndexedDBDeleteObjectStoreEntries = indexeddb.CommandDeleteObjectStoreEntries - CommandIndexedDBDisable = indexeddb.CommandDisable - CommandIndexedDBEnable = indexeddb.CommandEnable - CommandIndexedDBRequestData = indexeddb.CommandRequestData - CommandIndexedDBGetMetadata = indexeddb.CommandGetMetadata - CommandIndexedDBRequestDatabase = indexeddb.CommandRequestDatabase - CommandIndexedDBRequestDatabaseNames = indexeddb.CommandRequestDatabaseNames - CommandInputDispatchDragEvent = input.CommandDispatchDragEvent - CommandInputDispatchKeyEvent = input.CommandDispatchKeyEvent - CommandInputInsertText = input.CommandInsertText - CommandInputImeSetComposition = input.CommandImeSetComposition - CommandInputDispatchMouseEvent = input.CommandDispatchMouseEvent - CommandInputDispatchTouchEvent = input.CommandDispatchTouchEvent - CommandInputCancelDragging = input.CommandCancelDragging - CommandInputEmulateTouchFromMouseEvent = input.CommandEmulateTouchFromMouseEvent - CommandInputSetIgnoreInputEvents = input.CommandSetIgnoreInputEvents - CommandInputSetInterceptDrags = input.CommandSetInterceptDrags - CommandInputSynthesizePinchGesture = input.CommandSynthesizePinchGesture - CommandInputSynthesizeScrollGesture = input.CommandSynthesizeScrollGesture - CommandInputSynthesizeTapGesture = input.CommandSynthesizeTapGesture - EventInputDragIntercepted = "Input.dragIntercepted" - CommandInspectorDisable = inspector.CommandDisable - CommandInspectorEnable = inspector.CommandEnable - EventInspectorDetached = "Inspector.detached" - EventInspectorTargetCrashed = "Inspector.targetCrashed" - EventInspectorTargetReloadedAfterCrash = "Inspector.targetReloadedAfterCrash" - CommandLayerTreeCompositingReasons = layertree.CommandCompositingReasons - CommandLayerTreeDisable = layertree.CommandDisable - CommandLayerTreeEnable = layertree.CommandEnable - CommandLayerTreeLoadSnapshot = layertree.CommandLoadSnapshot - CommandLayerTreeMakeSnapshot = layertree.CommandMakeSnapshot - CommandLayerTreeProfileSnapshot = layertree.CommandProfileSnapshot - CommandLayerTreeReleaseSnapshot = layertree.CommandReleaseSnapshot - CommandLayerTreeReplaySnapshot = layertree.CommandReplaySnapshot - CommandLayerTreeSnapshotCommandLog = layertree.CommandSnapshotCommandLog - EventLayerTreeLayerPainted = "LayerTree.layerPainted" - EventLayerTreeLayerTreeDidChange = "LayerTree.layerTreeDidChange" - CommandLogClear = log.CommandClear - CommandLogDisable = log.CommandDisable - CommandLogEnable = log.CommandEnable - CommandLogStartViolationsReport = log.CommandStartViolationsReport - CommandLogStopViolationsReport = log.CommandStopViolationsReport - EventLogEntryAdded = "Log.entryAdded" - CommandMediaEnable = media.CommandEnable - CommandMediaDisable = media.CommandDisable - EventMediaPlayerPropertiesChanged = "Media.playerPropertiesChanged" - EventMediaPlayerEventsAdded = "Media.playerEventsAdded" - EventMediaPlayerMessagesLogged = "Media.playerMessagesLogged" - EventMediaPlayerErrorsRaised = "Media.playerErrorsRaised" - EventMediaPlayersCreated = "Media.playersCreated" - CommandMemoryGetDOMCounters = memory.CommandGetDOMCounters - CommandMemoryGetDOMCountersForLeakDetection = memory.CommandGetDOMCountersForLeakDetection - CommandMemoryPrepareForLeakDetection = memory.CommandPrepareForLeakDetection - CommandMemoryForciblyPurgeJavaScriptMemory = memory.CommandForciblyPurgeJavaScriptMemory - CommandMemorySetPressureNotificationsSuppressed = memory.CommandSetPressureNotificationsSuppressed - CommandMemorySimulatePressureNotification = memory.CommandSimulatePressureNotification - CommandMemoryStartSampling = memory.CommandStartSampling - CommandMemoryStopSampling = memory.CommandStopSampling - CommandMemoryGetAllTimeSamplingProfile = memory.CommandGetAllTimeSamplingProfile - CommandMemoryGetBrowserSamplingProfile = memory.CommandGetBrowserSamplingProfile - CommandMemoryGetSamplingProfile = memory.CommandGetSamplingProfile - CommandNetworkSetAcceptedEncodings = network.CommandSetAcceptedEncodings - CommandNetworkClearAcceptedEncodingsOverride = network.CommandClearAcceptedEncodingsOverride - CommandNetworkClearBrowserCache = network.CommandClearBrowserCache - CommandNetworkClearBrowserCookies = network.CommandClearBrowserCookies - CommandNetworkDeleteCookies = network.CommandDeleteCookies - CommandNetworkDisable = network.CommandDisable - CommandNetworkEmulateNetworkConditions = network.CommandEmulateNetworkConditions - CommandNetworkEnable = network.CommandEnable - CommandNetworkGetCertificate = network.CommandGetCertificate - CommandNetworkGetCookies = network.CommandGetCookies - CommandNetworkGetResponseBody = network.CommandGetResponseBody - CommandNetworkGetRequestPostData = network.CommandGetRequestPostData - CommandNetworkGetResponseBodyForInterception = network.CommandGetResponseBodyForInterception - CommandNetworkTakeResponseBodyForInterceptionAsStream = network.CommandTakeResponseBodyForInterceptionAsStream - CommandNetworkReplayXHR = network.CommandReplayXHR - CommandNetworkSearchInResponseBody = network.CommandSearchInResponseBody - CommandNetworkSetBlockedURLS = network.CommandSetBlockedURLS - CommandNetworkSetBypassServiceWorker = network.CommandSetBypassServiceWorker - CommandNetworkSetCacheDisabled = network.CommandSetCacheDisabled - CommandNetworkSetCookie = network.CommandSetCookie - CommandNetworkSetCookies = network.CommandSetCookies - CommandNetworkSetExtraHTTPHeaders = network.CommandSetExtraHTTPHeaders - CommandNetworkSetAttachDebugStack = network.CommandSetAttachDebugStack - CommandNetworkStreamResourceContent = network.CommandStreamResourceContent - CommandNetworkGetSecurityIsolationStatus = network.CommandGetSecurityIsolationStatus - CommandNetworkEnableReportingAPI = network.CommandEnableReportingAPI - CommandNetworkLoadNetworkResource = network.CommandLoadNetworkResource - CommandNetworkSetCookieControls = network.CommandSetCookieControls - EventNetworkDataReceived = "Network.dataReceived" - EventNetworkEventSourceMessageReceived = "Network.eventSourceMessageReceived" - EventNetworkLoadingFailed = "Network.loadingFailed" - EventNetworkLoadingFinished = "Network.loadingFinished" - EventNetworkRequestServedFromCache = "Network.requestServedFromCache" - EventNetworkRequestWillBeSent = "Network.requestWillBeSent" - EventNetworkResourceChangedPriority = "Network.resourceChangedPriority" - EventNetworkSignedExchangeReceived = "Network.signedExchangeReceived" - EventNetworkResponseReceived = "Network.responseReceived" - EventNetworkWebSocketClosed = "Network.webSocketClosed" - EventNetworkWebSocketCreated = "Network.webSocketCreated" - EventNetworkWebSocketFrameError = "Network.webSocketFrameError" - EventNetworkWebSocketFrameReceived = "Network.webSocketFrameReceived" - EventNetworkWebSocketFrameSent = "Network.webSocketFrameSent" - EventNetworkWebSocketHandshakeResponseReceived = "Network.webSocketHandshakeResponseReceived" - EventNetworkWebSocketWillSendHandshakeRequest = "Network.webSocketWillSendHandshakeRequest" - EventNetworkWebTransportCreated = "Network.webTransportCreated" - EventNetworkWebTransportConnectionEstablished = "Network.webTransportConnectionEstablished" - EventNetworkWebTransportClosed = "Network.webTransportClosed" - EventNetworkRequestWillBeSentExtraInfo = "Network.requestWillBeSentExtraInfo" - EventNetworkResponseReceivedExtraInfo = "Network.responseReceivedExtraInfo" - EventNetworkResponseReceivedEarlyHints = "Network.responseReceivedEarlyHints" - EventNetworkTrustTokenOperationDone = "Network.trustTokenOperationDone" - EventNetworkPolicyUpdated = "Network.policyUpdated" - EventNetworkSubresourceWebBundleMetadataReceived = "Network.subresourceWebBundleMetadataReceived" - EventNetworkSubresourceWebBundleMetadataError = "Network.subresourceWebBundleMetadataError" - EventNetworkSubresourceWebBundleInnerResponseParsed = "Network.subresourceWebBundleInnerResponseParsed" - EventNetworkSubresourceWebBundleInnerResponseError = "Network.subresourceWebBundleInnerResponseError" - EventNetworkReportingAPIReportAdded = "Network.reportingApiReportAdded" - EventNetworkReportingAPIReportUpdated = "Network.reportingApiReportUpdated" - EventNetworkReportingAPIEndpointsChangedForOrigin = "Network.reportingApiEndpointsChangedForOrigin" - CommandOverlayDisable = overlay.CommandDisable - CommandOverlayEnable = overlay.CommandEnable - CommandOverlayGetHighlightObjectForTest = overlay.CommandGetHighlightObjectForTest - CommandOverlayGetGridHighlightObjectsForTest = overlay.CommandGetGridHighlightObjectsForTest - CommandOverlayGetSourceOrderHighlightObjectForTest = overlay.CommandGetSourceOrderHighlightObjectForTest - CommandOverlayHideHighlight = overlay.CommandHideHighlight - CommandOverlayHighlightNode = overlay.CommandHighlightNode - CommandOverlayHighlightQuad = overlay.CommandHighlightQuad - CommandOverlayHighlightRect = overlay.CommandHighlightRect - CommandOverlayHighlightSourceOrder = overlay.CommandHighlightSourceOrder - CommandOverlaySetInspectMode = overlay.CommandSetInspectMode - CommandOverlaySetShowAdHighlights = overlay.CommandSetShowAdHighlights - CommandOverlaySetPausedInDebuggerMessage = overlay.CommandSetPausedInDebuggerMessage - CommandOverlaySetShowDebugBorders = overlay.CommandSetShowDebugBorders - CommandOverlaySetShowFPSCounter = overlay.CommandSetShowFPSCounter - CommandOverlaySetShowGridOverlays = overlay.CommandSetShowGridOverlays - CommandOverlaySetShowFlexOverlays = overlay.CommandSetShowFlexOverlays - CommandOverlaySetShowScrollSnapOverlays = overlay.CommandSetShowScrollSnapOverlays - CommandOverlaySetShowContainerQueryOverlays = overlay.CommandSetShowContainerQueryOverlays - CommandOverlaySetShowPaintRects = overlay.CommandSetShowPaintRects - CommandOverlaySetShowLayoutShiftRegions = overlay.CommandSetShowLayoutShiftRegions - CommandOverlaySetShowScrollBottleneckRects = overlay.CommandSetShowScrollBottleneckRects - CommandOverlaySetShowViewportSizeOnResize = overlay.CommandSetShowViewportSizeOnResize - CommandOverlaySetShowHinge = overlay.CommandSetShowHinge - CommandOverlaySetShowIsolatedElements = overlay.CommandSetShowIsolatedElements - CommandOverlaySetShowWindowControlsOverlay = overlay.CommandSetShowWindowControlsOverlay - EventOverlayInspectNodeRequested = "Overlay.inspectNodeRequested" - EventOverlayNodeHighlightRequested = "Overlay.nodeHighlightRequested" - EventOverlayScreenshotRequested = "Overlay.screenshotRequested" - EventOverlayInspectModeCanceled = "Overlay.inspectModeCanceled" - CommandPWAGetOsAppState = pwa.CommandGetOsAppState - CommandPWAInstall = pwa.CommandInstall - CommandPWAUninstall = pwa.CommandUninstall - CommandPWALaunch = pwa.CommandLaunch - CommandPWALaunchFilesInApp = pwa.CommandLaunchFilesInApp - CommandPWAOpenCurrentPageInApp = pwa.CommandOpenCurrentPageInApp - CommandPWAChangeAppUserSettings = pwa.CommandChangeAppUserSettings - CommandPageAddScriptToEvaluateOnNewDocument = page.CommandAddScriptToEvaluateOnNewDocument - CommandPageBringToFront = page.CommandBringToFront - CommandPageCaptureScreenshot = page.CommandCaptureScreenshot - CommandPageCaptureSnapshot = page.CommandCaptureSnapshot - CommandPageCreateIsolatedWorld = page.CommandCreateIsolatedWorld - CommandPageDisable = page.CommandDisable - CommandPageEnable = page.CommandEnable - CommandPageGetAppManifest = page.CommandGetAppManifest - CommandPageGetInstallabilityErrors = page.CommandGetInstallabilityErrors - CommandPageGetAppID = page.CommandGetAppID - CommandPageGetAdScriptID = page.CommandGetAdScriptID - CommandPageGetFrameTree = page.CommandGetFrameTree - CommandPageGetLayoutMetrics = page.CommandGetLayoutMetrics - CommandPageGetNavigationHistory = page.CommandGetNavigationHistory - CommandPageResetNavigationHistory = page.CommandResetNavigationHistory - CommandPageGetResourceContent = page.CommandGetResourceContent - CommandPageGetResourceTree = page.CommandGetResourceTree - CommandPageHandleJavaScriptDialog = page.CommandHandleJavaScriptDialog - CommandPageNavigate = page.CommandNavigate - CommandPageNavigateToHistoryEntry = page.CommandNavigateToHistoryEntry - CommandPagePrintToPDF = page.CommandPrintToPDF - CommandPageReload = page.CommandReload - CommandPageRemoveScriptToEvaluateOnNewDocument = page.CommandRemoveScriptToEvaluateOnNewDocument - CommandPageScreencastFrameAck = page.CommandScreencastFrameAck - CommandPageSearchInResource = page.CommandSearchInResource - CommandPageSetAdBlockingEnabled = page.CommandSetAdBlockingEnabled - CommandPageSetBypassCSP = page.CommandSetBypassCSP - CommandPageGetPermissionsPolicyState = page.CommandGetPermissionsPolicyState - CommandPageGetOriginTrials = page.CommandGetOriginTrials - CommandPageSetFontFamilies = page.CommandSetFontFamilies - CommandPageSetFontSizes = page.CommandSetFontSizes - CommandPageSetDocumentContent = page.CommandSetDocumentContent - CommandPageSetLifecycleEventsEnabled = page.CommandSetLifecycleEventsEnabled - CommandPageStartScreencast = page.CommandStartScreencast - CommandPageStopLoading = page.CommandStopLoading - CommandPageCrash = page.CommandCrash - CommandPageClose = page.CommandClose - CommandPageSetWebLifecycleState = page.CommandSetWebLifecycleState - CommandPageStopScreencast = page.CommandStopScreencast - CommandPageProduceCompilationCache = page.CommandProduceCompilationCache - CommandPageAddCompilationCache = page.CommandAddCompilationCache - CommandPageClearCompilationCache = page.CommandClearCompilationCache - CommandPageSetSPCTransactionMode = page.CommandSetSPCTransactionMode - CommandPageSetRPHRegistrationMode = page.CommandSetRPHRegistrationMode - CommandPageGenerateTestReport = page.CommandGenerateTestReport - CommandPageWaitForDebugger = page.CommandWaitForDebugger - CommandPageSetInterceptFileChooserDialog = page.CommandSetInterceptFileChooserDialog - CommandPageSetPrerenderingAllowed = page.CommandSetPrerenderingAllowed - EventPageDomContentEventFired = "Page.domContentEventFired" - EventPageFileChooserOpened = "Page.fileChooserOpened" - EventPageFrameAttached = "Page.frameAttached" - EventPageFrameDetached = "Page.frameDetached" - EventPageFrameSubtreeWillBeDetached = "Page.frameSubtreeWillBeDetached" - EventPageFrameNavigated = "Page.frameNavigated" - EventPageDocumentOpened = "Page.documentOpened" - EventPageFrameResized = "Page.frameResized" - EventPageFrameRequestedNavigation = "Page.frameRequestedNavigation" - EventPageFrameStartedLoading = "Page.frameStartedLoading" - EventPageFrameStoppedLoading = "Page.frameStoppedLoading" - EventPageInterstitialHidden = "Page.interstitialHidden" - EventPageInterstitialShown = "Page.interstitialShown" - EventPageJavascriptDialogClosed = "Page.javascriptDialogClosed" - EventPageJavascriptDialogOpening = "Page.javascriptDialogOpening" - EventPageLifecycleEvent = "Page.lifecycleEvent" - EventPageBackForwardCacheNotUsed = "Page.backForwardCacheNotUsed" - EventPageLoadEventFired = "Page.loadEventFired" - EventPageNavigatedWithinDocument = "Page.navigatedWithinDocument" - EventPageScreencastFrame = "Page.screencastFrame" - EventPageScreencastVisibilityChanged = "Page.screencastVisibilityChanged" - EventPageWindowOpen = "Page.windowOpen" - EventPageCompilationCacheProduced = "Page.compilationCacheProduced" - CommandPerformanceDisable = performance.CommandDisable - CommandPerformanceEnable = performance.CommandEnable - CommandPerformanceGetMetrics = performance.CommandGetMetrics - EventPerformanceMetrics = "Performance.metrics" - CommandPerformanceTimelineEnable = performancetimeline.CommandEnable - EventPerformanceTimelineTimelineEventAdded = "PerformanceTimeline.timelineEventAdded" - CommandPreloadEnable = preload.CommandEnable - CommandPreloadDisable = preload.CommandDisable - EventPreloadRuleSetUpdated = "Preload.ruleSetUpdated" - EventPreloadRuleSetRemoved = "Preload.ruleSetRemoved" - EventPreloadPreloadEnabledStateUpdated = "Preload.preloadEnabledStateUpdated" - EventPreloadPrefetchStatusUpdated = "Preload.prefetchStatusUpdated" - EventPreloadPrerenderStatusUpdated = "Preload.prerenderStatusUpdated" - EventPreloadPreloadingAttemptSourcesUpdated = "Preload.preloadingAttemptSourcesUpdated" - CommandProfilerDisable = profiler.CommandDisable - CommandProfilerEnable = profiler.CommandEnable - CommandProfilerGetBestEffortCoverage = profiler.CommandGetBestEffortCoverage - CommandProfilerSetSamplingInterval = profiler.CommandSetSamplingInterval - CommandProfilerStart = profiler.CommandStart - CommandProfilerStartPreciseCoverage = profiler.CommandStartPreciseCoverage - CommandProfilerStop = profiler.CommandStop - CommandProfilerStopPreciseCoverage = profiler.CommandStopPreciseCoverage - CommandProfilerTakePreciseCoverage = profiler.CommandTakePreciseCoverage - EventProfilerConsoleProfileFinished = "Profiler.consoleProfileFinished" - EventProfilerConsoleProfileStarted = "Profiler.consoleProfileStarted" - EventProfilerPreciseCoverageDeltaUpdate = "Profiler.preciseCoverageDeltaUpdate" - CommandRuntimeAwaitPromise = runtime.CommandAwaitPromise - CommandRuntimeCallFunctionOn = runtime.CommandCallFunctionOn - CommandRuntimeCompileScript = runtime.CommandCompileScript - CommandRuntimeDisable = runtime.CommandDisable - CommandRuntimeDiscardConsoleEntries = runtime.CommandDiscardConsoleEntries - CommandRuntimeEnable = runtime.CommandEnable - CommandRuntimeEvaluate = runtime.CommandEvaluate - CommandRuntimeGetIsolateID = runtime.CommandGetIsolateID - CommandRuntimeGetHeapUsage = runtime.CommandGetHeapUsage - CommandRuntimeGetProperties = runtime.CommandGetProperties - CommandRuntimeGlobalLexicalScopeNames = runtime.CommandGlobalLexicalScopeNames - CommandRuntimeQueryObjects = runtime.CommandQueryObjects - CommandRuntimeReleaseObject = runtime.CommandReleaseObject - CommandRuntimeReleaseObjectGroup = runtime.CommandReleaseObjectGroup - CommandRuntimeRunIfWaitingForDebugger = runtime.CommandRunIfWaitingForDebugger - CommandRuntimeRunScript = runtime.CommandRunScript - CommandRuntimeSetCustomObjectFormatterEnabled = runtime.CommandSetCustomObjectFormatterEnabled - CommandRuntimeSetMaxCallStackSizeToCapture = runtime.CommandSetMaxCallStackSizeToCapture - CommandRuntimeTerminateExecution = runtime.CommandTerminateExecution - CommandRuntimeAddBinding = runtime.CommandAddBinding - CommandRuntimeRemoveBinding = runtime.CommandRemoveBinding - CommandRuntimeGetExceptionDetails = runtime.CommandGetExceptionDetails - EventRuntimeBindingCalled = "Runtime.bindingCalled" - EventRuntimeConsoleAPICalled = "Runtime.consoleAPICalled" - EventRuntimeExceptionRevoked = "Runtime.exceptionRevoked" - EventRuntimeExceptionThrown = "Runtime.exceptionThrown" - EventRuntimeExecutionContextCreated = "Runtime.executionContextCreated" - EventRuntimeExecutionContextDestroyed = "Runtime.executionContextDestroyed" - EventRuntimeExecutionContextsCleared = "Runtime.executionContextsCleared" - EventRuntimeInspectRequested = "Runtime.inspectRequested" - CommandSecurityDisable = security.CommandDisable - CommandSecurityEnable = security.CommandEnable - CommandSecuritySetIgnoreCertificateErrors = security.CommandSetIgnoreCertificateErrors - EventSecurityVisibleSecurityStateChanged = "Security.visibleSecurityStateChanged" - CommandServiceWorkerDeliverPushMessage = serviceworker.CommandDeliverPushMessage - CommandServiceWorkerDisable = serviceworker.CommandDisable - CommandServiceWorkerDispatchSyncEvent = serviceworker.CommandDispatchSyncEvent - CommandServiceWorkerDispatchPeriodicSyncEvent = serviceworker.CommandDispatchPeriodicSyncEvent - CommandServiceWorkerEnable = serviceworker.CommandEnable - CommandServiceWorkerInspectWorker = serviceworker.CommandInspectWorker - CommandServiceWorkerSetForceUpdateOnPageLoad = serviceworker.CommandSetForceUpdateOnPageLoad - CommandServiceWorkerSkipWaiting = serviceworker.CommandSkipWaiting - CommandServiceWorkerStartWorker = serviceworker.CommandStartWorker - CommandServiceWorkerStopAllWorkers = serviceworker.CommandStopAllWorkers - CommandServiceWorkerStopWorker = serviceworker.CommandStopWorker - CommandServiceWorkerUnregister = serviceworker.CommandUnregister - CommandServiceWorkerUpdateRegistration = serviceworker.CommandUpdateRegistration - EventServiceWorkerWorkerErrorReported = "ServiceWorker.workerErrorReported" - EventServiceWorkerWorkerRegistrationUpdated = "ServiceWorker.workerRegistrationUpdated" - EventServiceWorkerWorkerVersionUpdated = "ServiceWorker.workerVersionUpdated" - CommandStorageGetStorageKeyForFrame = storage.CommandGetStorageKeyForFrame - CommandStorageClearDataForOrigin = storage.CommandClearDataForOrigin - CommandStorageClearDataForStorageKey = storage.CommandClearDataForStorageKey - CommandStorageGetCookies = storage.CommandGetCookies - CommandStorageSetCookies = storage.CommandSetCookies - CommandStorageClearCookies = storage.CommandClearCookies - CommandStorageGetUsageAndQuota = storage.CommandGetUsageAndQuota - CommandStorageOverrideQuotaForOrigin = storage.CommandOverrideQuotaForOrigin - CommandStorageTrackCacheStorageForOrigin = storage.CommandTrackCacheStorageForOrigin - CommandStorageTrackCacheStorageForStorageKey = storage.CommandTrackCacheStorageForStorageKey - CommandStorageTrackIndexedDBForOrigin = storage.CommandTrackIndexedDBForOrigin - CommandStorageTrackIndexedDBForStorageKey = storage.CommandTrackIndexedDBForStorageKey - CommandStorageUntrackCacheStorageForOrigin = storage.CommandUntrackCacheStorageForOrigin - CommandStorageUntrackCacheStorageForStorageKey = storage.CommandUntrackCacheStorageForStorageKey - CommandStorageUntrackIndexedDBForOrigin = storage.CommandUntrackIndexedDBForOrigin - CommandStorageUntrackIndexedDBForStorageKey = storage.CommandUntrackIndexedDBForStorageKey - CommandStorageGetTrustTokens = storage.CommandGetTrustTokens - CommandStorageClearTrustTokens = storage.CommandClearTrustTokens - CommandStorageGetInterestGroupDetails = storage.CommandGetInterestGroupDetails - CommandStorageSetInterestGroupTracking = storage.CommandSetInterestGroupTracking - CommandStorageSetInterestGroupAuctionTracking = storage.CommandSetInterestGroupAuctionTracking - CommandStorageGetSharedStorageMetadata = storage.CommandGetSharedStorageMetadata - CommandStorageGetSharedStorageEntries = storage.CommandGetSharedStorageEntries - CommandStorageSetSharedStorageEntry = storage.CommandSetSharedStorageEntry - CommandStorageDeleteSharedStorageEntry = storage.CommandDeleteSharedStorageEntry - CommandStorageClearSharedStorageEntries = storage.CommandClearSharedStorageEntries - CommandStorageResetSharedStorageBudget = storage.CommandResetSharedStorageBudget - CommandStorageSetSharedStorageTracking = storage.CommandSetSharedStorageTracking - CommandStorageSetStorageBucketTracking = storage.CommandSetStorageBucketTracking - CommandStorageDeleteStorageBucket = storage.CommandDeleteStorageBucket - CommandStorageRunBounceTrackingMitigations = storage.CommandRunBounceTrackingMitigations - CommandStorageSetAttributionReportingLocalTestingMode = storage.CommandSetAttributionReportingLocalTestingMode - CommandStorageSetAttributionReportingTracking = storage.CommandSetAttributionReportingTracking - CommandStorageSendPendingAttributionReports = storage.CommandSendPendingAttributionReports - CommandStorageGetRelatedWebsiteSets = storage.CommandGetRelatedWebsiteSets - EventStorageCacheStorageContentUpdated = "Storage.cacheStorageContentUpdated" - EventStorageCacheStorageListUpdated = "Storage.cacheStorageListUpdated" - EventStorageIndexedDBContentUpdated = "Storage.indexedDBContentUpdated" - EventStorageIndexedDBListUpdated = "Storage.indexedDBListUpdated" - EventStorageInterestGroupAccessed = "Storage.interestGroupAccessed" - EventStorageInterestGroupAuctionEventOccurred = "Storage.interestGroupAuctionEventOccurred" - EventStorageInterestGroupAuctionNetworkRequestCreated = "Storage.interestGroupAuctionNetworkRequestCreated" - EventStorageSharedStorageAccessed = "Storage.sharedStorageAccessed" - EventStorageStorageBucketCreatedOrUpdated = "Storage.storageBucketCreatedOrUpdated" - EventStorageStorageBucketDeleted = "Storage.storageBucketDeleted" - EventStorageAttributionReportingSourceRegistered = "Storage.attributionReportingSourceRegistered" - EventStorageAttributionReportingTriggerRegistered = "Storage.attributionReportingTriggerRegistered" - CommandSystemInfoGetInfo = systeminfo.CommandGetInfo - CommandSystemInfoGetFeatureState = systeminfo.CommandGetFeatureState - CommandSystemInfoGetProcessInfo = systeminfo.CommandGetProcessInfo - CommandTargetActivateTarget = target.CommandActivateTarget - CommandTargetAttachToTarget = target.CommandAttachToTarget - CommandTargetAttachToBrowserTarget = target.CommandAttachToBrowserTarget - CommandTargetCloseTarget = target.CommandCloseTarget - CommandTargetExposeDevToolsProtocol = target.CommandExposeDevToolsProtocol - CommandTargetCreateBrowserContext = target.CommandCreateBrowserContext - CommandTargetGetBrowserContexts = target.CommandGetBrowserContexts - CommandTargetCreateTarget = target.CommandCreateTarget - CommandTargetDetachFromTarget = target.CommandDetachFromTarget - CommandTargetDisposeBrowserContext = target.CommandDisposeBrowserContext - CommandTargetGetTargetInfo = target.CommandGetTargetInfo - CommandTargetGetTargets = target.CommandGetTargets - CommandTargetSetAutoAttach = target.CommandSetAutoAttach - CommandTargetAutoAttachRelated = target.CommandAutoAttachRelated - CommandTargetSetDiscoverTargets = target.CommandSetDiscoverTargets - CommandTargetSetRemoteLocations = target.CommandSetRemoteLocations - EventTargetAttachedToTarget = "Target.attachedToTarget" - EventTargetDetachedFromTarget = "Target.detachedFromTarget" - EventTargetReceivedMessageFromTarget = "Target.receivedMessageFromTarget" - EventTargetTargetCreated = "Target.targetCreated" - EventTargetTargetDestroyed = "Target.targetDestroyed" - EventTargetTargetCrashed = "Target.targetCrashed" - EventTargetTargetInfoChanged = "Target.targetInfoChanged" - CommandTetheringBind = tethering.CommandBind - CommandTetheringUnbind = tethering.CommandUnbind - EventTetheringAccepted = "Tethering.accepted" - CommandTracingEnd = tracing.CommandEnd - CommandTracingGetCategories = tracing.CommandGetCategories - CommandTracingRecordClockSyncMarker = tracing.CommandRecordClockSyncMarker - CommandTracingRequestMemoryDump = tracing.CommandRequestMemoryDump - CommandTracingStart = tracing.CommandStart - EventTracingBufferUsage = "Tracing.bufferUsage" - EventTracingDataCollected = "Tracing.dataCollected" - EventTracingTracingComplete = "Tracing.tracingComplete" - CommandWebAudioEnable = webaudio.CommandEnable - CommandWebAudioDisable = webaudio.CommandDisable - CommandWebAudioGetRealtimeData = webaudio.CommandGetRealtimeData - EventWebAudioContextCreated = "WebAudio.contextCreated" - EventWebAudioContextWillBeDestroyed = "WebAudio.contextWillBeDestroyed" - EventWebAudioContextChanged = "WebAudio.contextChanged" - EventWebAudioAudioListenerCreated = "WebAudio.audioListenerCreated" - EventWebAudioAudioListenerWillBeDestroyed = "WebAudio.audioListenerWillBeDestroyed" - EventWebAudioAudioNodeCreated = "WebAudio.audioNodeCreated" - EventWebAudioAudioNodeWillBeDestroyed = "WebAudio.audioNodeWillBeDestroyed" - EventWebAudioAudioParamCreated = "WebAudio.audioParamCreated" - EventWebAudioAudioParamWillBeDestroyed = "WebAudio.audioParamWillBeDestroyed" - EventWebAudioNodesConnected = "WebAudio.nodesConnected" - EventWebAudioNodesDisconnected = "WebAudio.nodesDisconnected" - EventWebAudioNodeParamConnected = "WebAudio.nodeParamConnected" - EventWebAudioNodeParamDisconnected = "WebAudio.nodeParamDisconnected" - CommandWebAuthnEnable = webauthn.CommandEnable - CommandWebAuthnDisable = webauthn.CommandDisable - CommandWebAuthnAddVirtualAuthenticator = webauthn.CommandAddVirtualAuthenticator - CommandWebAuthnSetResponseOverrideBits = webauthn.CommandSetResponseOverrideBits - CommandWebAuthnRemoveVirtualAuthenticator = webauthn.CommandRemoveVirtualAuthenticator - CommandWebAuthnAddCredential = webauthn.CommandAddCredential - CommandWebAuthnGetCredential = webauthn.CommandGetCredential - CommandWebAuthnGetCredentials = webauthn.CommandGetCredentials - CommandWebAuthnRemoveCredential = webauthn.CommandRemoveCredential - CommandWebAuthnClearCredentials = webauthn.CommandClearCredentials - CommandWebAuthnSetUserVerified = webauthn.CommandSetUserVerified - CommandWebAuthnSetAutomaticPresenceSimulation = webauthn.CommandSetAutomaticPresenceSimulation - CommandWebAuthnSetCredentialProperties = webauthn.CommandSetCredentialProperties - EventWebAuthnCredentialAdded = "WebAuthn.credentialAdded" - EventWebAuthnCredentialDeleted = "WebAuthn.credentialDeleted" - EventWebAuthnCredentialUpdated = "WebAuthn.credentialUpdated" - EventWebAuthnCredentialAsserted = "WebAuthn.credentialAsserted" + CommandAccessibilityDisable = accessibility.CommandDisable + CommandAccessibilityEnable = accessibility.CommandEnable + CommandAccessibilityGetPartialAXTree = accessibility.CommandGetPartialAXTree + CommandAccessibilityGetFullAXTree = accessibility.CommandGetFullAXTree + CommandAccessibilityGetRootAXNode = accessibility.CommandGetRootAXNode + CommandAccessibilityGetAXNodeAndAncestors = accessibility.CommandGetAXNodeAndAncestors + CommandAccessibilityGetChildAXNodes = accessibility.CommandGetChildAXNodes + CommandAccessibilityQueryAXTree = accessibility.CommandQueryAXTree + EventAccessibilityLoadComplete = "Accessibility.loadComplete" + EventAccessibilityNodesUpdated = "Accessibility.nodesUpdated" + CommandAnimationDisable = animation.CommandDisable + CommandAnimationEnable = animation.CommandEnable + CommandAnimationGetCurrentTime = animation.CommandGetCurrentTime + CommandAnimationGetPlaybackRate = animation.CommandGetPlaybackRate + CommandAnimationReleaseAnimations = animation.CommandReleaseAnimations + CommandAnimationResolveAnimation = animation.CommandResolveAnimation + CommandAnimationSeekAnimations = animation.CommandSeekAnimations + CommandAnimationSetPaused = animation.CommandSetPaused + CommandAnimationSetPlaybackRate = animation.CommandSetPlaybackRate + CommandAnimationSetTiming = animation.CommandSetTiming + EventAnimationAnimationCanceled = "Animation.animationCanceled" + EventAnimationAnimationCreated = "Animation.animationCreated" + EventAnimationAnimationStarted = "Animation.animationStarted" + EventAnimationAnimationUpdated = "Animation.animationUpdated" + CommandAuditsGetEncodedResponse = audits.CommandGetEncodedResponse + CommandAuditsDisable = audits.CommandDisable + CommandAuditsEnable = audits.CommandEnable + CommandAuditsCheckContrast = audits.CommandCheckContrast + CommandAuditsCheckFormsIssues = audits.CommandCheckFormsIssues + EventAuditsIssueAdded = "Audits.issueAdded" + CommandAutofillTrigger = autofill.CommandTrigger + CommandAutofillSetAddresses = autofill.CommandSetAddresses + CommandAutofillDisable = autofill.CommandDisable + CommandAutofillEnable = autofill.CommandEnable + EventAutofillAddressFormFilled = "Autofill.addressFormFilled" + CommandBackgroundServiceStartObserving = backgroundservice.CommandStartObserving + CommandBackgroundServiceStopObserving = backgroundservice.CommandStopObserving + CommandBackgroundServiceSetRecording = backgroundservice.CommandSetRecording + CommandBackgroundServiceClearEvents = backgroundservice.CommandClearEvents + EventBackgroundServiceRecordingStateChanged = "BackgroundService.recordingStateChanged" + EventBackgroundServiceBackgroundServiceEventReceived = "BackgroundService.backgroundServiceEventReceived" + CommandBluetoothEmulationEnable = bluetoothemulation.CommandEnable + CommandBluetoothEmulationDisable = bluetoothemulation.CommandDisable + CommandBluetoothEmulationSimulatePreconnectedPeripheral = bluetoothemulation.CommandSimulatePreconnectedPeripheral + CommandBluetoothEmulationSimulateAdvertisement = bluetoothemulation.CommandSimulateAdvertisement + CommandBrowserSetPermission = browser.CommandSetPermission + CommandBrowserGrantPermissions = browser.CommandGrantPermissions + CommandBrowserResetPermissions = browser.CommandResetPermissions + CommandBrowserSetDownloadBehavior = browser.CommandSetDownloadBehavior + CommandBrowserCancelDownload = browser.CommandCancelDownload + CommandBrowserClose = browser.CommandClose + CommandBrowserCrash = browser.CommandCrash + CommandBrowserCrashGpuProcess = browser.CommandCrashGpuProcess + CommandBrowserGetVersion = browser.CommandGetVersion + CommandBrowserGetBrowserCommandLine = browser.CommandGetBrowserCommandLine + CommandBrowserGetHistograms = browser.CommandGetHistograms + CommandBrowserGetHistogram = browser.CommandGetHistogram + CommandBrowserGetWindowBounds = browser.CommandGetWindowBounds + CommandBrowserGetWindowForTarget = browser.CommandGetWindowForTarget + CommandBrowserSetWindowBounds = browser.CommandSetWindowBounds + CommandBrowserSetDockTile = browser.CommandSetDockTile + CommandBrowserExecuteBrowserCommand = browser.CommandExecuteBrowserCommand + CommandBrowserAddPrivacySandboxEnrollmentOverride = browser.CommandAddPrivacySandboxEnrollmentOverride + EventBrowserDownloadWillBegin = "Browser.downloadWillBegin" + EventBrowserDownloadProgress = "Browser.downloadProgress" + CommandCSSAddRule = css.CommandAddRule + CommandCSSCollectClassNames = css.CommandCollectClassNames + CommandCSSCreateStyleSheet = css.CommandCreateStyleSheet + CommandCSSDisable = css.CommandDisable + CommandCSSEnable = css.CommandEnable + CommandCSSForcePseudoState = css.CommandForcePseudoState + CommandCSSForceStartingStyle = css.CommandForceStartingStyle + CommandCSSGetBackgroundColors = css.CommandGetBackgroundColors + CommandCSSGetComputedStyleForNode = css.CommandGetComputedStyleForNode + CommandCSSResolveValues = css.CommandResolveValues + CommandCSSGetLonghandProperties = css.CommandGetLonghandProperties + CommandCSSGetInlineStylesForNode = css.CommandGetInlineStylesForNode + CommandCSSGetAnimatedStylesForNode = css.CommandGetAnimatedStylesForNode + CommandCSSGetMatchedStylesForNode = css.CommandGetMatchedStylesForNode + CommandCSSGetMediaQueries = css.CommandGetMediaQueries + CommandCSSGetPlatformFontsForNode = css.CommandGetPlatformFontsForNode + CommandCSSGetStyleSheetText = css.CommandGetStyleSheetText + CommandCSSGetLayersForNode = css.CommandGetLayersForNode + CommandCSSGetLocationForSelector = css.CommandGetLocationForSelector + CommandCSSTrackComputedStyleUpdatesForNode = css.CommandTrackComputedStyleUpdatesForNode + CommandCSSTrackComputedStyleUpdates = css.CommandTrackComputedStyleUpdates + CommandCSSTakeComputedStyleUpdates = css.CommandTakeComputedStyleUpdates + CommandCSSSetEffectivePropertyValueForNode = css.CommandSetEffectivePropertyValueForNode + CommandCSSSetPropertyRulePropertyName = css.CommandSetPropertyRulePropertyName + CommandCSSSetKeyframeKey = css.CommandSetKeyframeKey + CommandCSSSetMediaText = css.CommandSetMediaText + CommandCSSSetContainerQueryText = css.CommandSetContainerQueryText + CommandCSSSetSupportsText = css.CommandSetSupportsText + CommandCSSSetScopeText = css.CommandSetScopeText + CommandCSSSetRuleSelector = css.CommandSetRuleSelector + CommandCSSSetStyleSheetText = css.CommandSetStyleSheetText + CommandCSSSetStyleTexts = css.CommandSetStyleTexts + CommandCSSStartRuleUsageTracking = css.CommandStartRuleUsageTracking + CommandCSSStopRuleUsageTracking = css.CommandStopRuleUsageTracking + CommandCSSTakeCoverageDelta = css.CommandTakeCoverageDelta + CommandCSSSetLocalFontsEnabled = css.CommandSetLocalFontsEnabled + EventCSSFontsUpdated = "CSS.fontsUpdated" + EventCSSMediaQueryResultChanged = "CSS.mediaQueryResultChanged" + EventCSSStyleSheetAdded = "CSS.styleSheetAdded" + EventCSSStyleSheetChanged = "CSS.styleSheetChanged" + EventCSSStyleSheetRemoved = "CSS.styleSheetRemoved" + EventCSSComputedStyleUpdated = "CSS.computedStyleUpdated" + CommandCacheStorageDeleteCache = cachestorage.CommandDeleteCache + CommandCacheStorageDeleteEntry = cachestorage.CommandDeleteEntry + CommandCacheStorageRequestCacheNames = cachestorage.CommandRequestCacheNames + CommandCacheStorageRequestCachedResponse = cachestorage.CommandRequestCachedResponse + CommandCacheStorageRequestEntries = cachestorage.CommandRequestEntries + CommandCastEnable = cast.CommandEnable + CommandCastDisable = cast.CommandDisable + CommandCastSetSinkToUse = cast.CommandSetSinkToUse + CommandCastStartDesktopMirroring = cast.CommandStartDesktopMirroring + CommandCastStartTabMirroring = cast.CommandStartTabMirroring + CommandCastStopCasting = cast.CommandStopCasting + EventCastSinksUpdated = "Cast.sinksUpdated" + EventCastIssueUpdated = "Cast.issueUpdated" + CommandDOMCollectClassNamesFromSubtree = dom.CommandCollectClassNamesFromSubtree + CommandDOMCopyTo = dom.CommandCopyTo + CommandDOMDescribeNode = dom.CommandDescribeNode + CommandDOMScrollIntoViewIfNeeded = dom.CommandScrollIntoViewIfNeeded + CommandDOMDisable = dom.CommandDisable + CommandDOMDiscardSearchResults = dom.CommandDiscardSearchResults + CommandDOMEnable = dom.CommandEnable + CommandDOMFocus = dom.CommandFocus + CommandDOMGetAttributes = dom.CommandGetAttributes + CommandDOMGetBoxModel = dom.CommandGetBoxModel + CommandDOMGetContentQuads = dom.CommandGetContentQuads + CommandDOMGetDocument = dom.CommandGetDocument + CommandDOMGetNodesForSubtreeByStyle = dom.CommandGetNodesForSubtreeByStyle + CommandDOMGetNodeForLocation = dom.CommandGetNodeForLocation + CommandDOMGetOuterHTML = dom.CommandGetOuterHTML + CommandDOMGetRelayoutBoundary = dom.CommandGetRelayoutBoundary + CommandDOMGetSearchResults = dom.CommandGetSearchResults + CommandDOMMarkUndoableState = dom.CommandMarkUndoableState + CommandDOMMoveTo = dom.CommandMoveTo + CommandDOMPerformSearch = dom.CommandPerformSearch + CommandDOMPushNodeByPathToFrontend = dom.CommandPushNodeByPathToFrontend + CommandDOMPushNodesByBackendIDsToFrontend = dom.CommandPushNodesByBackendIDsToFrontend + CommandDOMQuerySelector = dom.CommandQuerySelector + CommandDOMQuerySelectorAll = dom.CommandQuerySelectorAll + CommandDOMGetTopLayerElements = dom.CommandGetTopLayerElements + CommandDOMGetElementByRelation = dom.CommandGetElementByRelation + CommandDOMRedo = dom.CommandRedo + CommandDOMRemoveAttribute = dom.CommandRemoveAttribute + CommandDOMRemoveNode = dom.CommandRemoveNode + CommandDOMRequestChildNodes = dom.CommandRequestChildNodes + CommandDOMRequestNode = dom.CommandRequestNode + CommandDOMResolveNode = dom.CommandResolveNode + CommandDOMSetAttributeValue = dom.CommandSetAttributeValue + CommandDOMSetAttributesAsText = dom.CommandSetAttributesAsText + CommandDOMSetFileInputFiles = dom.CommandSetFileInputFiles + CommandDOMSetNodeStackTracesEnabled = dom.CommandSetNodeStackTracesEnabled + CommandDOMGetNodeStackTraces = dom.CommandGetNodeStackTraces + CommandDOMGetFileInfo = dom.CommandGetFileInfo + CommandDOMGetDetachedDomNodes = dom.CommandGetDetachedDomNodes + CommandDOMSetInspectedNode = dom.CommandSetInspectedNode + CommandDOMSetNodeName = dom.CommandSetNodeName + CommandDOMSetNodeValue = dom.CommandSetNodeValue + CommandDOMSetOuterHTML = dom.CommandSetOuterHTML + CommandDOMUndo = dom.CommandUndo + CommandDOMGetFrameOwner = dom.CommandGetFrameOwner + CommandDOMGetContainerForNode = dom.CommandGetContainerForNode + CommandDOMGetQueryingDescendantsForContainer = dom.CommandGetQueryingDescendantsForContainer + CommandDOMGetAnchorElement = dom.CommandGetAnchorElement + EventDOMAttributeModified = "DOM.attributeModified" + EventDOMAttributeRemoved = "DOM.attributeRemoved" + EventDOMCharacterDataModified = "DOM.characterDataModified" + EventDOMChildNodeCountUpdated = "DOM.childNodeCountUpdated" + EventDOMChildNodeInserted = "DOM.childNodeInserted" + EventDOMChildNodeRemoved = "DOM.childNodeRemoved" + EventDOMDistributedNodesUpdated = "DOM.distributedNodesUpdated" + EventDOMDocumentUpdated = "DOM.documentUpdated" + EventDOMInlineStyleInvalidated = "DOM.inlineStyleInvalidated" + EventDOMPseudoElementAdded = "DOM.pseudoElementAdded" + EventDOMTopLayerElementsUpdated = "DOM.topLayerElementsUpdated" + EventDOMScrollableFlagUpdated = "DOM.scrollableFlagUpdated" + EventDOMPseudoElementRemoved = "DOM.pseudoElementRemoved" + EventDOMSetChildNodes = "DOM.setChildNodes" + EventDOMShadowRootPopped = "DOM.shadowRootPopped" + EventDOMShadowRootPushed = "DOM.shadowRootPushed" + CommandDOMDebuggerGetEventListeners = domdebugger.CommandGetEventListeners + CommandDOMDebuggerRemoveDOMBreakpoint = domdebugger.CommandRemoveDOMBreakpoint + CommandDOMDebuggerRemoveEventListenerBreakpoint = domdebugger.CommandRemoveEventListenerBreakpoint + CommandDOMDebuggerRemoveXHRBreakpoint = domdebugger.CommandRemoveXHRBreakpoint + CommandDOMDebuggerSetBreakOnCSPViolation = domdebugger.CommandSetBreakOnCSPViolation + CommandDOMDebuggerSetDOMBreakpoint = domdebugger.CommandSetDOMBreakpoint + CommandDOMDebuggerSetEventListenerBreakpoint = domdebugger.CommandSetEventListenerBreakpoint + CommandDOMDebuggerSetXHRBreakpoint = domdebugger.CommandSetXHRBreakpoint + CommandDOMSnapshotDisable = domsnapshot.CommandDisable + CommandDOMSnapshotEnable = domsnapshot.CommandEnable + CommandDOMSnapshotCaptureSnapshot = domsnapshot.CommandCaptureSnapshot + CommandDOMStorageClear = domstorage.CommandClear + CommandDOMStorageDisable = domstorage.CommandDisable + CommandDOMStorageEnable = domstorage.CommandEnable + CommandDOMStorageGetDOMStorageItems = domstorage.CommandGetDOMStorageItems + CommandDOMStorageRemoveDOMStorageItem = domstorage.CommandRemoveDOMStorageItem + CommandDOMStorageSetDOMStorageItem = domstorage.CommandSetDOMStorageItem + EventDOMStorageDomStorageItemAdded = "DOMStorage.domStorageItemAdded" + EventDOMStorageDomStorageItemRemoved = "DOMStorage.domStorageItemRemoved" + EventDOMStorageDomStorageItemUpdated = "DOMStorage.domStorageItemUpdated" + EventDOMStorageDomStorageItemsCleared = "DOMStorage.domStorageItemsCleared" + CommandDebuggerContinueToLocation = debugger.CommandContinueToLocation + CommandDebuggerDisable = debugger.CommandDisable + CommandDebuggerEnable = debugger.CommandEnable + CommandDebuggerEvaluateOnCallFrame = debugger.CommandEvaluateOnCallFrame + CommandDebuggerGetPossibleBreakpoints = debugger.CommandGetPossibleBreakpoints + CommandDebuggerGetScriptSource = debugger.CommandGetScriptSource + CommandDebuggerDisassembleWasmModule = debugger.CommandDisassembleWasmModule + CommandDebuggerNextWasmDisassemblyChunk = debugger.CommandNextWasmDisassemblyChunk + CommandDebuggerGetStackTrace = debugger.CommandGetStackTrace + CommandDebuggerPause = debugger.CommandPause + CommandDebuggerRemoveBreakpoint = debugger.CommandRemoveBreakpoint + CommandDebuggerRestartFrame = debugger.CommandRestartFrame + CommandDebuggerResume = debugger.CommandResume + CommandDebuggerSearchInContent = debugger.CommandSearchInContent + CommandDebuggerSetAsyncCallStackDepth = debugger.CommandSetAsyncCallStackDepth + CommandDebuggerSetBlackboxExecutionContexts = debugger.CommandSetBlackboxExecutionContexts + CommandDebuggerSetBlackboxPatterns = debugger.CommandSetBlackboxPatterns + CommandDebuggerSetBlackboxedRanges = debugger.CommandSetBlackboxedRanges + CommandDebuggerSetBreakpoint = debugger.CommandSetBreakpoint + CommandDebuggerSetInstrumentationBreakpoint = debugger.CommandSetInstrumentationBreakpoint + CommandDebuggerSetBreakpointByURL = debugger.CommandSetBreakpointByURL + CommandDebuggerSetBreakpointOnFunctionCall = debugger.CommandSetBreakpointOnFunctionCall + CommandDebuggerSetBreakpointsActive = debugger.CommandSetBreakpointsActive + CommandDebuggerSetPauseOnExceptions = debugger.CommandSetPauseOnExceptions + CommandDebuggerSetReturnValue = debugger.CommandSetReturnValue + CommandDebuggerSetScriptSource = debugger.CommandSetScriptSource + CommandDebuggerSetSkipAllPauses = debugger.CommandSetSkipAllPauses + CommandDebuggerSetVariableValue = debugger.CommandSetVariableValue + CommandDebuggerStepInto = debugger.CommandStepInto + CommandDebuggerStepOut = debugger.CommandStepOut + CommandDebuggerStepOver = debugger.CommandStepOver + EventDebuggerBreakpointResolved = "Debugger.breakpointResolved" + EventDebuggerPaused = "Debugger.paused" + EventDebuggerResumed = "Debugger.resumed" + EventDebuggerScriptFailedToParse = "Debugger.scriptFailedToParse" + EventDebuggerScriptParsed = "Debugger.scriptParsed" + CommandDeviceAccessEnable = deviceaccess.CommandEnable + CommandDeviceAccessDisable = deviceaccess.CommandDisable + CommandDeviceAccessSelectPrompt = deviceaccess.CommandSelectPrompt + CommandDeviceAccessCancelPrompt = deviceaccess.CommandCancelPrompt + EventDeviceAccessDeviceRequestPrompted = "DeviceAccess.deviceRequestPrompted" + CommandDeviceOrientationClearDeviceOrientationOverride = deviceorientation.CommandClearDeviceOrientationOverride + CommandDeviceOrientationSetDeviceOrientationOverride = deviceorientation.CommandSetDeviceOrientationOverride + CommandEmulationClearDeviceMetricsOverride = emulation.CommandClearDeviceMetricsOverride + CommandEmulationClearGeolocationOverride = emulation.CommandClearGeolocationOverride + CommandEmulationResetPageScaleFactor = emulation.CommandResetPageScaleFactor + CommandEmulationSetFocusEmulationEnabled = emulation.CommandSetFocusEmulationEnabled + CommandEmulationSetAutoDarkModeOverride = emulation.CommandSetAutoDarkModeOverride + CommandEmulationSetCPUThrottlingRate = emulation.CommandSetCPUThrottlingRate + CommandEmulationSetDefaultBackgroundColorOverride = emulation.CommandSetDefaultBackgroundColorOverride + CommandEmulationSetDeviceMetricsOverride = emulation.CommandSetDeviceMetricsOverride + CommandEmulationSetDevicePostureOverride = emulation.CommandSetDevicePostureOverride + CommandEmulationClearDevicePostureOverride = emulation.CommandClearDevicePostureOverride + CommandEmulationSetScrollbarsHidden = emulation.CommandSetScrollbarsHidden + CommandEmulationSetDocumentCookieDisabled = emulation.CommandSetDocumentCookieDisabled + CommandEmulationSetEmitTouchEventsForMouse = emulation.CommandSetEmitTouchEventsForMouse + CommandEmulationSetEmulatedMedia = emulation.CommandSetEmulatedMedia + CommandEmulationSetEmulatedVisionDeficiency = emulation.CommandSetEmulatedVisionDeficiency + CommandEmulationSetGeolocationOverride = emulation.CommandSetGeolocationOverride + CommandEmulationGetOverriddenSensorInformation = emulation.CommandGetOverriddenSensorInformation + CommandEmulationSetSensorOverrideEnabled = emulation.CommandSetSensorOverrideEnabled + CommandEmulationSetSensorOverrideReadings = emulation.CommandSetSensorOverrideReadings + CommandEmulationSetPressureSourceOverrideEnabled = emulation.CommandSetPressureSourceOverrideEnabled + CommandEmulationSetPressureStateOverride = emulation.CommandSetPressureStateOverride + CommandEmulationSetIdleOverride = emulation.CommandSetIdleOverride + CommandEmulationClearIdleOverride = emulation.CommandClearIdleOverride + CommandEmulationSetPageScaleFactor = emulation.CommandSetPageScaleFactor + CommandEmulationSetScriptExecutionDisabled = emulation.CommandSetScriptExecutionDisabled + CommandEmulationSetTouchEmulationEnabled = emulation.CommandSetTouchEmulationEnabled + CommandEmulationSetVirtualTimePolicy = emulation.CommandSetVirtualTimePolicy + CommandEmulationSetLocaleOverride = emulation.CommandSetLocaleOverride + CommandEmulationSetTimezoneOverride = emulation.CommandSetTimezoneOverride + CommandEmulationSetDisabledImageTypes = emulation.CommandSetDisabledImageTypes + CommandEmulationSetHardwareConcurrencyOverride = emulation.CommandSetHardwareConcurrencyOverride + CommandEmulationSetUserAgentOverride = emulation.CommandSetUserAgentOverride + CommandEmulationSetAutomationOverride = emulation.CommandSetAutomationOverride + EventEmulationVirtualTimeBudgetExpired = "Emulation.virtualTimeBudgetExpired" + CommandEventBreakpointsSetInstrumentationBreakpoint = eventbreakpoints.CommandSetInstrumentationBreakpoint + CommandEventBreakpointsRemoveInstrumentationBreakpoint = eventbreakpoints.CommandRemoveInstrumentationBreakpoint + CommandEventBreakpointsDisable = eventbreakpoints.CommandDisable + CommandExtensionsLoadUnpacked = extensions.CommandLoadUnpacked + CommandExtensionsGetStorageItems = extensions.CommandGetStorageItems + CommandExtensionsRemoveStorageItems = extensions.CommandRemoveStorageItems + CommandExtensionsClearStorageItems = extensions.CommandClearStorageItems + CommandExtensionsSetStorageItems = extensions.CommandSetStorageItems + CommandFedCmEnable = fedcm.CommandEnable + CommandFedCmDisable = fedcm.CommandDisable + CommandFedCmSelectAccount = fedcm.CommandSelectAccount + CommandFedCmClickDialogButton = fedcm.CommandClickDialogButton + CommandFedCmOpenURL = fedcm.CommandOpenURL + CommandFedCmDismissDialog = fedcm.CommandDismissDialog + CommandFedCmResetCooldown = fedcm.CommandResetCooldown + EventFedCmDialogShown = "FedCm.dialogShown" + EventFedCmDialogClosed = "FedCm.dialogClosed" + CommandFetchDisable = fetch.CommandDisable + CommandFetchEnable = fetch.CommandEnable + CommandFetchFailRequest = fetch.CommandFailRequest + CommandFetchFulfillRequest = fetch.CommandFulfillRequest + CommandFetchContinueRequest = fetch.CommandContinueRequest + CommandFetchContinueWithAuth = fetch.CommandContinueWithAuth + CommandFetchContinueResponse = fetch.CommandContinueResponse + CommandFetchGetResponseBody = fetch.CommandGetResponseBody + CommandFetchTakeResponseBodyAsStream = fetch.CommandTakeResponseBodyAsStream + EventFetchRequestPaused = "Fetch.requestPaused" + EventFetchAuthRequired = "Fetch.authRequired" + CommandFileSystemGetDirectory = filesystem.CommandGetDirectory + CommandHeadlessExperimentalBeginFrame = headlessexperimental.CommandBeginFrame + CommandHeapProfilerAddInspectedHeapObject = heapprofiler.CommandAddInspectedHeapObject + CommandHeapProfilerCollectGarbage = heapprofiler.CommandCollectGarbage + CommandHeapProfilerDisable = heapprofiler.CommandDisable + CommandHeapProfilerEnable = heapprofiler.CommandEnable + CommandHeapProfilerGetHeapObjectID = heapprofiler.CommandGetHeapObjectID + CommandHeapProfilerGetObjectByHeapObjectID = heapprofiler.CommandGetObjectByHeapObjectID + CommandHeapProfilerGetSamplingProfile = heapprofiler.CommandGetSamplingProfile + CommandHeapProfilerStartSampling = heapprofiler.CommandStartSampling + CommandHeapProfilerStartTrackingHeapObjects = heapprofiler.CommandStartTrackingHeapObjects + CommandHeapProfilerStopSampling = heapprofiler.CommandStopSampling + CommandHeapProfilerStopTrackingHeapObjects = heapprofiler.CommandStopTrackingHeapObjects + CommandHeapProfilerTakeHeapSnapshot = heapprofiler.CommandTakeHeapSnapshot + EventHeapProfilerAddHeapSnapshotChunk = "HeapProfiler.addHeapSnapshotChunk" + EventHeapProfilerHeapStatsUpdate = "HeapProfiler.heapStatsUpdate" + EventHeapProfilerLastSeenObjectID = "HeapProfiler.lastSeenObjectId" + EventHeapProfilerReportHeapSnapshotProgress = "HeapProfiler.reportHeapSnapshotProgress" + EventHeapProfilerResetProfiles = "HeapProfiler.resetProfiles" + CommandIOClose = io.CommandClose + CommandIORead = io.CommandRead + CommandIOResolveBlob = io.CommandResolveBlob + CommandIndexedDBClearObjectStore = indexeddb.CommandClearObjectStore + CommandIndexedDBDeleteDatabase = indexeddb.CommandDeleteDatabase + CommandIndexedDBDeleteObjectStoreEntries = indexeddb.CommandDeleteObjectStoreEntries + CommandIndexedDBDisable = indexeddb.CommandDisable + CommandIndexedDBEnable = indexeddb.CommandEnable + CommandIndexedDBRequestData = indexeddb.CommandRequestData + CommandIndexedDBGetMetadata = indexeddb.CommandGetMetadata + CommandIndexedDBRequestDatabase = indexeddb.CommandRequestDatabase + CommandIndexedDBRequestDatabaseNames = indexeddb.CommandRequestDatabaseNames + CommandInputDispatchDragEvent = input.CommandDispatchDragEvent + CommandInputDispatchKeyEvent = input.CommandDispatchKeyEvent + CommandInputInsertText = input.CommandInsertText + CommandInputImeSetComposition = input.CommandImeSetComposition + CommandInputDispatchMouseEvent = input.CommandDispatchMouseEvent + CommandInputDispatchTouchEvent = input.CommandDispatchTouchEvent + CommandInputCancelDragging = input.CommandCancelDragging + CommandInputEmulateTouchFromMouseEvent = input.CommandEmulateTouchFromMouseEvent + CommandInputSetIgnoreInputEvents = input.CommandSetIgnoreInputEvents + CommandInputSetInterceptDrags = input.CommandSetInterceptDrags + CommandInputSynthesizePinchGesture = input.CommandSynthesizePinchGesture + CommandInputSynthesizeScrollGesture = input.CommandSynthesizeScrollGesture + CommandInputSynthesizeTapGesture = input.CommandSynthesizeTapGesture + EventInputDragIntercepted = "Input.dragIntercepted" + CommandInspectorDisable = inspector.CommandDisable + CommandInspectorEnable = inspector.CommandEnable + EventInspectorDetached = "Inspector.detached" + EventInspectorTargetCrashed = "Inspector.targetCrashed" + EventInspectorTargetReloadedAfterCrash = "Inspector.targetReloadedAfterCrash" + CommandLayerTreeCompositingReasons = layertree.CommandCompositingReasons + CommandLayerTreeDisable = layertree.CommandDisable + CommandLayerTreeEnable = layertree.CommandEnable + CommandLayerTreeLoadSnapshot = layertree.CommandLoadSnapshot + CommandLayerTreeMakeSnapshot = layertree.CommandMakeSnapshot + CommandLayerTreeProfileSnapshot = layertree.CommandProfileSnapshot + CommandLayerTreeReleaseSnapshot = layertree.CommandReleaseSnapshot + CommandLayerTreeReplaySnapshot = layertree.CommandReplaySnapshot + CommandLayerTreeSnapshotCommandLog = layertree.CommandSnapshotCommandLog + EventLayerTreeLayerPainted = "LayerTree.layerPainted" + EventLayerTreeLayerTreeDidChange = "LayerTree.layerTreeDidChange" + CommandLogClear = log.CommandClear + CommandLogDisable = log.CommandDisable + CommandLogEnable = log.CommandEnable + CommandLogStartViolationsReport = log.CommandStartViolationsReport + CommandLogStopViolationsReport = log.CommandStopViolationsReport + EventLogEntryAdded = "Log.entryAdded" + CommandMediaEnable = media.CommandEnable + CommandMediaDisable = media.CommandDisable + EventMediaPlayerPropertiesChanged = "Media.playerPropertiesChanged" + EventMediaPlayerEventsAdded = "Media.playerEventsAdded" + EventMediaPlayerMessagesLogged = "Media.playerMessagesLogged" + EventMediaPlayerErrorsRaised = "Media.playerErrorsRaised" + EventMediaPlayersCreated = "Media.playersCreated" + CommandMemoryGetDOMCounters = memory.CommandGetDOMCounters + CommandMemoryGetDOMCountersForLeakDetection = memory.CommandGetDOMCountersForLeakDetection + CommandMemoryPrepareForLeakDetection = memory.CommandPrepareForLeakDetection + CommandMemoryForciblyPurgeJavaScriptMemory = memory.CommandForciblyPurgeJavaScriptMemory + CommandMemorySetPressureNotificationsSuppressed = memory.CommandSetPressureNotificationsSuppressed + CommandMemorySimulatePressureNotification = memory.CommandSimulatePressureNotification + CommandMemoryStartSampling = memory.CommandStartSampling + CommandMemoryStopSampling = memory.CommandStopSampling + CommandMemoryGetAllTimeSamplingProfile = memory.CommandGetAllTimeSamplingProfile + CommandMemoryGetBrowserSamplingProfile = memory.CommandGetBrowserSamplingProfile + CommandMemoryGetSamplingProfile = memory.CommandGetSamplingProfile + CommandNetworkSetAcceptedEncodings = network.CommandSetAcceptedEncodings + CommandNetworkClearAcceptedEncodingsOverride = network.CommandClearAcceptedEncodingsOverride + CommandNetworkClearBrowserCache = network.CommandClearBrowserCache + CommandNetworkClearBrowserCookies = network.CommandClearBrowserCookies + CommandNetworkDeleteCookies = network.CommandDeleteCookies + CommandNetworkDisable = network.CommandDisable + CommandNetworkEmulateNetworkConditions = network.CommandEmulateNetworkConditions + CommandNetworkEnable = network.CommandEnable + CommandNetworkGetCertificate = network.CommandGetCertificate + CommandNetworkGetCookies = network.CommandGetCookies + CommandNetworkGetResponseBody = network.CommandGetResponseBody + CommandNetworkGetRequestPostData = network.CommandGetRequestPostData + CommandNetworkGetResponseBodyForInterception = network.CommandGetResponseBodyForInterception + CommandNetworkTakeResponseBodyForInterceptionAsStream = network.CommandTakeResponseBodyForInterceptionAsStream + CommandNetworkReplayXHR = network.CommandReplayXHR + CommandNetworkSearchInResponseBody = network.CommandSearchInResponseBody + CommandNetworkSetBlockedURLS = network.CommandSetBlockedURLS + CommandNetworkSetBypassServiceWorker = network.CommandSetBypassServiceWorker + CommandNetworkSetCacheDisabled = network.CommandSetCacheDisabled + CommandNetworkSetCookie = network.CommandSetCookie + CommandNetworkSetCookies = network.CommandSetCookies + CommandNetworkSetExtraHTTPHeaders = network.CommandSetExtraHTTPHeaders + CommandNetworkSetAttachDebugStack = network.CommandSetAttachDebugStack + CommandNetworkStreamResourceContent = network.CommandStreamResourceContent + CommandNetworkGetSecurityIsolationStatus = network.CommandGetSecurityIsolationStatus + CommandNetworkEnableReportingAPI = network.CommandEnableReportingAPI + CommandNetworkLoadNetworkResource = network.CommandLoadNetworkResource + CommandNetworkSetCookieControls = network.CommandSetCookieControls + EventNetworkDataReceived = "Network.dataReceived" + EventNetworkEventSourceMessageReceived = "Network.eventSourceMessageReceived" + EventNetworkLoadingFailed = "Network.loadingFailed" + EventNetworkLoadingFinished = "Network.loadingFinished" + EventNetworkRequestServedFromCache = "Network.requestServedFromCache" + EventNetworkRequestWillBeSent = "Network.requestWillBeSent" + EventNetworkResourceChangedPriority = "Network.resourceChangedPriority" + EventNetworkSignedExchangeReceived = "Network.signedExchangeReceived" + EventNetworkResponseReceived = "Network.responseReceived" + EventNetworkWebSocketClosed = "Network.webSocketClosed" + EventNetworkWebSocketCreated = "Network.webSocketCreated" + EventNetworkWebSocketFrameError = "Network.webSocketFrameError" + EventNetworkWebSocketFrameReceived = "Network.webSocketFrameReceived" + EventNetworkWebSocketFrameSent = "Network.webSocketFrameSent" + EventNetworkWebSocketHandshakeResponseReceived = "Network.webSocketHandshakeResponseReceived" + EventNetworkWebSocketWillSendHandshakeRequest = "Network.webSocketWillSendHandshakeRequest" + EventNetworkWebTransportCreated = "Network.webTransportCreated" + EventNetworkWebTransportConnectionEstablished = "Network.webTransportConnectionEstablished" + EventNetworkWebTransportClosed = "Network.webTransportClosed" + EventNetworkRequestWillBeSentExtraInfo = "Network.requestWillBeSentExtraInfo" + EventNetworkResponseReceivedExtraInfo = "Network.responseReceivedExtraInfo" + EventNetworkResponseReceivedEarlyHints = "Network.responseReceivedEarlyHints" + EventNetworkTrustTokenOperationDone = "Network.trustTokenOperationDone" + EventNetworkPolicyUpdated = "Network.policyUpdated" + EventNetworkSubresourceWebBundleMetadataReceived = "Network.subresourceWebBundleMetadataReceived" + EventNetworkSubresourceWebBundleMetadataError = "Network.subresourceWebBundleMetadataError" + EventNetworkSubresourceWebBundleInnerResponseParsed = "Network.subresourceWebBundleInnerResponseParsed" + EventNetworkSubresourceWebBundleInnerResponseError = "Network.subresourceWebBundleInnerResponseError" + EventNetworkReportingAPIReportAdded = "Network.reportingApiReportAdded" + EventNetworkReportingAPIReportUpdated = "Network.reportingApiReportUpdated" + EventNetworkReportingAPIEndpointsChangedForOrigin = "Network.reportingApiEndpointsChangedForOrigin" + CommandOverlayDisable = overlay.CommandDisable + CommandOverlayEnable = overlay.CommandEnable + CommandOverlayGetHighlightObjectForTest = overlay.CommandGetHighlightObjectForTest + CommandOverlayGetGridHighlightObjectsForTest = overlay.CommandGetGridHighlightObjectsForTest + CommandOverlayGetSourceOrderHighlightObjectForTest = overlay.CommandGetSourceOrderHighlightObjectForTest + CommandOverlayHideHighlight = overlay.CommandHideHighlight + CommandOverlayHighlightNode = overlay.CommandHighlightNode + CommandOverlayHighlightQuad = overlay.CommandHighlightQuad + CommandOverlayHighlightRect = overlay.CommandHighlightRect + CommandOverlayHighlightSourceOrder = overlay.CommandHighlightSourceOrder + CommandOverlaySetInspectMode = overlay.CommandSetInspectMode + CommandOverlaySetShowAdHighlights = overlay.CommandSetShowAdHighlights + CommandOverlaySetPausedInDebuggerMessage = overlay.CommandSetPausedInDebuggerMessage + CommandOverlaySetShowDebugBorders = overlay.CommandSetShowDebugBorders + CommandOverlaySetShowFPSCounter = overlay.CommandSetShowFPSCounter + CommandOverlaySetShowGridOverlays = overlay.CommandSetShowGridOverlays + CommandOverlaySetShowFlexOverlays = overlay.CommandSetShowFlexOverlays + CommandOverlaySetShowScrollSnapOverlays = overlay.CommandSetShowScrollSnapOverlays + CommandOverlaySetShowContainerQueryOverlays = overlay.CommandSetShowContainerQueryOverlays + CommandOverlaySetShowPaintRects = overlay.CommandSetShowPaintRects + CommandOverlaySetShowLayoutShiftRegions = overlay.CommandSetShowLayoutShiftRegions + CommandOverlaySetShowScrollBottleneckRects = overlay.CommandSetShowScrollBottleneckRects + CommandOverlaySetShowViewportSizeOnResize = overlay.CommandSetShowViewportSizeOnResize + CommandOverlaySetShowHinge = overlay.CommandSetShowHinge + CommandOverlaySetShowIsolatedElements = overlay.CommandSetShowIsolatedElements + CommandOverlaySetShowWindowControlsOverlay = overlay.CommandSetShowWindowControlsOverlay + EventOverlayInspectNodeRequested = "Overlay.inspectNodeRequested" + EventOverlayNodeHighlightRequested = "Overlay.nodeHighlightRequested" + EventOverlayScreenshotRequested = "Overlay.screenshotRequested" + EventOverlayInspectModeCanceled = "Overlay.inspectModeCanceled" + CommandPWAGetOsAppState = pwa.CommandGetOsAppState + CommandPWAInstall = pwa.CommandInstall + CommandPWAUninstall = pwa.CommandUninstall + CommandPWALaunch = pwa.CommandLaunch + CommandPWALaunchFilesInApp = pwa.CommandLaunchFilesInApp + CommandPWAOpenCurrentPageInApp = pwa.CommandOpenCurrentPageInApp + CommandPWAChangeAppUserSettings = pwa.CommandChangeAppUserSettings + CommandPageAddScriptToEvaluateOnNewDocument = page.CommandAddScriptToEvaluateOnNewDocument + CommandPageBringToFront = page.CommandBringToFront + CommandPageCaptureScreenshot = page.CommandCaptureScreenshot + CommandPageCaptureSnapshot = page.CommandCaptureSnapshot + CommandPageCreateIsolatedWorld = page.CommandCreateIsolatedWorld + CommandPageDisable = page.CommandDisable + CommandPageEnable = page.CommandEnable + CommandPageGetAppManifest = page.CommandGetAppManifest + CommandPageGetInstallabilityErrors = page.CommandGetInstallabilityErrors + CommandPageGetAppID = page.CommandGetAppID + CommandPageGetAdScriptID = page.CommandGetAdScriptID + CommandPageGetFrameTree = page.CommandGetFrameTree + CommandPageGetLayoutMetrics = page.CommandGetLayoutMetrics + CommandPageGetNavigationHistory = page.CommandGetNavigationHistory + CommandPageResetNavigationHistory = page.CommandResetNavigationHistory + CommandPageGetResourceContent = page.CommandGetResourceContent + CommandPageGetResourceTree = page.CommandGetResourceTree + CommandPageHandleJavaScriptDialog = page.CommandHandleJavaScriptDialog + CommandPageNavigate = page.CommandNavigate + CommandPageNavigateToHistoryEntry = page.CommandNavigateToHistoryEntry + CommandPagePrintToPDF = page.CommandPrintToPDF + CommandPageReload = page.CommandReload + CommandPageRemoveScriptToEvaluateOnNewDocument = page.CommandRemoveScriptToEvaluateOnNewDocument + CommandPageScreencastFrameAck = page.CommandScreencastFrameAck + CommandPageSearchInResource = page.CommandSearchInResource + CommandPageSetAdBlockingEnabled = page.CommandSetAdBlockingEnabled + CommandPageSetBypassCSP = page.CommandSetBypassCSP + CommandPageGetPermissionsPolicyState = page.CommandGetPermissionsPolicyState + CommandPageGetOriginTrials = page.CommandGetOriginTrials + CommandPageSetFontFamilies = page.CommandSetFontFamilies + CommandPageSetFontSizes = page.CommandSetFontSizes + CommandPageSetDocumentContent = page.CommandSetDocumentContent + CommandPageSetLifecycleEventsEnabled = page.CommandSetLifecycleEventsEnabled + CommandPageStartScreencast = page.CommandStartScreencast + CommandPageStopLoading = page.CommandStopLoading + CommandPageCrash = page.CommandCrash + CommandPageClose = page.CommandClose + CommandPageSetWebLifecycleState = page.CommandSetWebLifecycleState + CommandPageStopScreencast = page.CommandStopScreencast + CommandPageProduceCompilationCache = page.CommandProduceCompilationCache + CommandPageAddCompilationCache = page.CommandAddCompilationCache + CommandPageClearCompilationCache = page.CommandClearCompilationCache + CommandPageSetSPCTransactionMode = page.CommandSetSPCTransactionMode + CommandPageSetRPHRegistrationMode = page.CommandSetRPHRegistrationMode + CommandPageGenerateTestReport = page.CommandGenerateTestReport + CommandPageWaitForDebugger = page.CommandWaitForDebugger + CommandPageSetInterceptFileChooserDialog = page.CommandSetInterceptFileChooserDialog + CommandPageSetPrerenderingAllowed = page.CommandSetPrerenderingAllowed + EventPageDomContentEventFired = "Page.domContentEventFired" + EventPageFileChooserOpened = "Page.fileChooserOpened" + EventPageFrameAttached = "Page.frameAttached" + EventPageFrameDetached = "Page.frameDetached" + EventPageFrameSubtreeWillBeDetached = "Page.frameSubtreeWillBeDetached" + EventPageFrameNavigated = "Page.frameNavigated" + EventPageDocumentOpened = "Page.documentOpened" + EventPageFrameResized = "Page.frameResized" + EventPageFrameRequestedNavigation = "Page.frameRequestedNavigation" + EventPageFrameStartedLoading = "Page.frameStartedLoading" + EventPageFrameStoppedLoading = "Page.frameStoppedLoading" + EventPageInterstitialHidden = "Page.interstitialHidden" + EventPageInterstitialShown = "Page.interstitialShown" + EventPageJavascriptDialogClosed = "Page.javascriptDialogClosed" + EventPageJavascriptDialogOpening = "Page.javascriptDialogOpening" + EventPageLifecycleEvent = "Page.lifecycleEvent" + EventPageBackForwardCacheNotUsed = "Page.backForwardCacheNotUsed" + EventPageLoadEventFired = "Page.loadEventFired" + EventPageNavigatedWithinDocument = "Page.navigatedWithinDocument" + EventPageScreencastFrame = "Page.screencastFrame" + EventPageScreencastVisibilityChanged = "Page.screencastVisibilityChanged" + EventPageWindowOpen = "Page.windowOpen" + EventPageCompilationCacheProduced = "Page.compilationCacheProduced" + CommandPerformanceDisable = performance.CommandDisable + CommandPerformanceEnable = performance.CommandEnable + CommandPerformanceGetMetrics = performance.CommandGetMetrics + EventPerformanceMetrics = "Performance.metrics" + CommandPerformanceTimelineEnable = performancetimeline.CommandEnable + EventPerformanceTimelineTimelineEventAdded = "PerformanceTimeline.timelineEventAdded" + CommandPreloadEnable = preload.CommandEnable + CommandPreloadDisable = preload.CommandDisable + EventPreloadRuleSetUpdated = "Preload.ruleSetUpdated" + EventPreloadRuleSetRemoved = "Preload.ruleSetRemoved" + EventPreloadPreloadEnabledStateUpdated = "Preload.preloadEnabledStateUpdated" + EventPreloadPrefetchStatusUpdated = "Preload.prefetchStatusUpdated" + EventPreloadPrerenderStatusUpdated = "Preload.prerenderStatusUpdated" + EventPreloadPreloadingAttemptSourcesUpdated = "Preload.preloadingAttemptSourcesUpdated" + CommandProfilerDisable = profiler.CommandDisable + CommandProfilerEnable = profiler.CommandEnable + CommandProfilerGetBestEffortCoverage = profiler.CommandGetBestEffortCoverage + CommandProfilerSetSamplingInterval = profiler.CommandSetSamplingInterval + CommandProfilerStart = profiler.CommandStart + CommandProfilerStartPreciseCoverage = profiler.CommandStartPreciseCoverage + CommandProfilerStop = profiler.CommandStop + CommandProfilerStopPreciseCoverage = profiler.CommandStopPreciseCoverage + CommandProfilerTakePreciseCoverage = profiler.CommandTakePreciseCoverage + EventProfilerConsoleProfileFinished = "Profiler.consoleProfileFinished" + EventProfilerConsoleProfileStarted = "Profiler.consoleProfileStarted" + EventProfilerPreciseCoverageDeltaUpdate = "Profiler.preciseCoverageDeltaUpdate" + CommandRuntimeAwaitPromise = runtime.CommandAwaitPromise + CommandRuntimeCallFunctionOn = runtime.CommandCallFunctionOn + CommandRuntimeCompileScript = runtime.CommandCompileScript + CommandRuntimeDisable = runtime.CommandDisable + CommandRuntimeDiscardConsoleEntries = runtime.CommandDiscardConsoleEntries + CommandRuntimeEnable = runtime.CommandEnable + CommandRuntimeEvaluate = runtime.CommandEvaluate + CommandRuntimeGetIsolateID = runtime.CommandGetIsolateID + CommandRuntimeGetHeapUsage = runtime.CommandGetHeapUsage + CommandRuntimeGetProperties = runtime.CommandGetProperties + CommandRuntimeGlobalLexicalScopeNames = runtime.CommandGlobalLexicalScopeNames + CommandRuntimeQueryObjects = runtime.CommandQueryObjects + CommandRuntimeReleaseObject = runtime.CommandReleaseObject + CommandRuntimeReleaseObjectGroup = runtime.CommandReleaseObjectGroup + CommandRuntimeRunIfWaitingForDebugger = runtime.CommandRunIfWaitingForDebugger + CommandRuntimeRunScript = runtime.CommandRunScript + CommandRuntimeSetCustomObjectFormatterEnabled = runtime.CommandSetCustomObjectFormatterEnabled + CommandRuntimeSetMaxCallStackSizeToCapture = runtime.CommandSetMaxCallStackSizeToCapture + CommandRuntimeTerminateExecution = runtime.CommandTerminateExecution + CommandRuntimeAddBinding = runtime.CommandAddBinding + CommandRuntimeRemoveBinding = runtime.CommandRemoveBinding + CommandRuntimeGetExceptionDetails = runtime.CommandGetExceptionDetails + EventRuntimeBindingCalled = "Runtime.bindingCalled" + EventRuntimeConsoleAPICalled = "Runtime.consoleAPICalled" + EventRuntimeExceptionRevoked = "Runtime.exceptionRevoked" + EventRuntimeExceptionThrown = "Runtime.exceptionThrown" + EventRuntimeExecutionContextCreated = "Runtime.executionContextCreated" + EventRuntimeExecutionContextDestroyed = "Runtime.executionContextDestroyed" + EventRuntimeExecutionContextsCleared = "Runtime.executionContextsCleared" + EventRuntimeInspectRequested = "Runtime.inspectRequested" + CommandSecurityDisable = security.CommandDisable + CommandSecurityEnable = security.CommandEnable + CommandSecuritySetIgnoreCertificateErrors = security.CommandSetIgnoreCertificateErrors + EventSecurityVisibleSecurityStateChanged = "Security.visibleSecurityStateChanged" + CommandServiceWorkerDeliverPushMessage = serviceworker.CommandDeliverPushMessage + CommandServiceWorkerDisable = serviceworker.CommandDisable + CommandServiceWorkerDispatchSyncEvent = serviceworker.CommandDispatchSyncEvent + CommandServiceWorkerDispatchPeriodicSyncEvent = serviceworker.CommandDispatchPeriodicSyncEvent + CommandServiceWorkerEnable = serviceworker.CommandEnable + CommandServiceWorkerInspectWorker = serviceworker.CommandInspectWorker + CommandServiceWorkerSetForceUpdateOnPageLoad = serviceworker.CommandSetForceUpdateOnPageLoad + CommandServiceWorkerSkipWaiting = serviceworker.CommandSkipWaiting + CommandServiceWorkerStartWorker = serviceworker.CommandStartWorker + CommandServiceWorkerStopAllWorkers = serviceworker.CommandStopAllWorkers + CommandServiceWorkerStopWorker = serviceworker.CommandStopWorker + CommandServiceWorkerUnregister = serviceworker.CommandUnregister + CommandServiceWorkerUpdateRegistration = serviceworker.CommandUpdateRegistration + EventServiceWorkerWorkerErrorReported = "ServiceWorker.workerErrorReported" + EventServiceWorkerWorkerRegistrationUpdated = "ServiceWorker.workerRegistrationUpdated" + EventServiceWorkerWorkerVersionUpdated = "ServiceWorker.workerVersionUpdated" + CommandStorageGetStorageKeyForFrame = storage.CommandGetStorageKeyForFrame + CommandStorageClearDataForOrigin = storage.CommandClearDataForOrigin + CommandStorageClearDataForStorageKey = storage.CommandClearDataForStorageKey + CommandStorageGetCookies = storage.CommandGetCookies + CommandStorageSetCookies = storage.CommandSetCookies + CommandStorageClearCookies = storage.CommandClearCookies + CommandStorageGetUsageAndQuota = storage.CommandGetUsageAndQuota + CommandStorageOverrideQuotaForOrigin = storage.CommandOverrideQuotaForOrigin + CommandStorageTrackCacheStorageForOrigin = storage.CommandTrackCacheStorageForOrigin + CommandStorageTrackCacheStorageForStorageKey = storage.CommandTrackCacheStorageForStorageKey + CommandStorageTrackIndexedDBForOrigin = storage.CommandTrackIndexedDBForOrigin + CommandStorageTrackIndexedDBForStorageKey = storage.CommandTrackIndexedDBForStorageKey + CommandStorageUntrackCacheStorageForOrigin = storage.CommandUntrackCacheStorageForOrigin + CommandStorageUntrackCacheStorageForStorageKey = storage.CommandUntrackCacheStorageForStorageKey + CommandStorageUntrackIndexedDBForOrigin = storage.CommandUntrackIndexedDBForOrigin + CommandStorageUntrackIndexedDBForStorageKey = storage.CommandUntrackIndexedDBForStorageKey + CommandStorageGetTrustTokens = storage.CommandGetTrustTokens + CommandStorageClearTrustTokens = storage.CommandClearTrustTokens + CommandStorageGetInterestGroupDetails = storage.CommandGetInterestGroupDetails + CommandStorageSetInterestGroupTracking = storage.CommandSetInterestGroupTracking + CommandStorageSetInterestGroupAuctionTracking = storage.CommandSetInterestGroupAuctionTracking + CommandStorageGetSharedStorageMetadata = storage.CommandGetSharedStorageMetadata + CommandStorageGetSharedStorageEntries = storage.CommandGetSharedStorageEntries + CommandStorageSetSharedStorageEntry = storage.CommandSetSharedStorageEntry + CommandStorageDeleteSharedStorageEntry = storage.CommandDeleteSharedStorageEntry + CommandStorageClearSharedStorageEntries = storage.CommandClearSharedStorageEntries + CommandStorageResetSharedStorageBudget = storage.CommandResetSharedStorageBudget + CommandStorageSetSharedStorageTracking = storage.CommandSetSharedStorageTracking + CommandStorageSetStorageBucketTracking = storage.CommandSetStorageBucketTracking + CommandStorageDeleteStorageBucket = storage.CommandDeleteStorageBucket + CommandStorageRunBounceTrackingMitigations = storage.CommandRunBounceTrackingMitigations + CommandStorageSetAttributionReportingLocalTestingMode = storage.CommandSetAttributionReportingLocalTestingMode + CommandStorageSetAttributionReportingTracking = storage.CommandSetAttributionReportingTracking + CommandStorageSendPendingAttributionReports = storage.CommandSendPendingAttributionReports + CommandStorageGetRelatedWebsiteSets = storage.CommandGetRelatedWebsiteSets + CommandStorageGetAffectedUrlsForThirdPartyCookieMetadata = storage.CommandGetAffectedUrlsForThirdPartyCookieMetadata + EventStorageCacheStorageContentUpdated = "Storage.cacheStorageContentUpdated" + EventStorageCacheStorageListUpdated = "Storage.cacheStorageListUpdated" + EventStorageIndexedDBContentUpdated = "Storage.indexedDBContentUpdated" + EventStorageIndexedDBListUpdated = "Storage.indexedDBListUpdated" + EventStorageInterestGroupAccessed = "Storage.interestGroupAccessed" + EventStorageInterestGroupAuctionEventOccurred = "Storage.interestGroupAuctionEventOccurred" + EventStorageInterestGroupAuctionNetworkRequestCreated = "Storage.interestGroupAuctionNetworkRequestCreated" + EventStorageSharedStorageAccessed = "Storage.sharedStorageAccessed" + EventStorageStorageBucketCreatedOrUpdated = "Storage.storageBucketCreatedOrUpdated" + EventStorageStorageBucketDeleted = "Storage.storageBucketDeleted" + EventStorageAttributionReportingSourceRegistered = "Storage.attributionReportingSourceRegistered" + EventStorageAttributionReportingTriggerRegistered = "Storage.attributionReportingTriggerRegistered" + CommandSystemInfoGetInfo = systeminfo.CommandGetInfo + CommandSystemInfoGetFeatureState = systeminfo.CommandGetFeatureState + CommandSystemInfoGetProcessInfo = systeminfo.CommandGetProcessInfo + CommandTargetActivateTarget = target.CommandActivateTarget + CommandTargetAttachToTarget = target.CommandAttachToTarget + CommandTargetAttachToBrowserTarget = target.CommandAttachToBrowserTarget + CommandTargetCloseTarget = target.CommandCloseTarget + CommandTargetExposeDevToolsProtocol = target.CommandExposeDevToolsProtocol + CommandTargetCreateBrowserContext = target.CommandCreateBrowserContext + CommandTargetGetBrowserContexts = target.CommandGetBrowserContexts + CommandTargetCreateTarget = target.CommandCreateTarget + CommandTargetDetachFromTarget = target.CommandDetachFromTarget + CommandTargetDisposeBrowserContext = target.CommandDisposeBrowserContext + CommandTargetGetTargetInfo = target.CommandGetTargetInfo + CommandTargetGetTargets = target.CommandGetTargets + CommandTargetSetAutoAttach = target.CommandSetAutoAttach + CommandTargetAutoAttachRelated = target.CommandAutoAttachRelated + CommandTargetSetDiscoverTargets = target.CommandSetDiscoverTargets + CommandTargetSetRemoteLocations = target.CommandSetRemoteLocations + EventTargetAttachedToTarget = "Target.attachedToTarget" + EventTargetDetachedFromTarget = "Target.detachedFromTarget" + EventTargetReceivedMessageFromTarget = "Target.receivedMessageFromTarget" + EventTargetTargetCreated = "Target.targetCreated" + EventTargetTargetDestroyed = "Target.targetDestroyed" + EventTargetTargetCrashed = "Target.targetCrashed" + EventTargetTargetInfoChanged = "Target.targetInfoChanged" + CommandTetheringBind = tethering.CommandBind + CommandTetheringUnbind = tethering.CommandUnbind + EventTetheringAccepted = "Tethering.accepted" + CommandTracingEnd = tracing.CommandEnd + CommandTracingGetCategories = tracing.CommandGetCategories + CommandTracingRecordClockSyncMarker = tracing.CommandRecordClockSyncMarker + CommandTracingRequestMemoryDump = tracing.CommandRequestMemoryDump + CommandTracingStart = tracing.CommandStart + EventTracingBufferUsage = "Tracing.bufferUsage" + EventTracingDataCollected = "Tracing.dataCollected" + EventTracingTracingComplete = "Tracing.tracingComplete" + CommandWebAudioEnable = webaudio.CommandEnable + CommandWebAudioDisable = webaudio.CommandDisable + CommandWebAudioGetRealtimeData = webaudio.CommandGetRealtimeData + EventWebAudioContextCreated = "WebAudio.contextCreated" + EventWebAudioContextWillBeDestroyed = "WebAudio.contextWillBeDestroyed" + EventWebAudioContextChanged = "WebAudio.contextChanged" + EventWebAudioAudioListenerCreated = "WebAudio.audioListenerCreated" + EventWebAudioAudioListenerWillBeDestroyed = "WebAudio.audioListenerWillBeDestroyed" + EventWebAudioAudioNodeCreated = "WebAudio.audioNodeCreated" + EventWebAudioAudioNodeWillBeDestroyed = "WebAudio.audioNodeWillBeDestroyed" + EventWebAudioAudioParamCreated = "WebAudio.audioParamCreated" + EventWebAudioAudioParamWillBeDestroyed = "WebAudio.audioParamWillBeDestroyed" + EventWebAudioNodesConnected = "WebAudio.nodesConnected" + EventWebAudioNodesDisconnected = "WebAudio.nodesDisconnected" + EventWebAudioNodeParamConnected = "WebAudio.nodeParamConnected" + EventWebAudioNodeParamDisconnected = "WebAudio.nodeParamDisconnected" + CommandWebAuthnEnable = webauthn.CommandEnable + CommandWebAuthnDisable = webauthn.CommandDisable + CommandWebAuthnAddVirtualAuthenticator = webauthn.CommandAddVirtualAuthenticator + CommandWebAuthnSetResponseOverrideBits = webauthn.CommandSetResponseOverrideBits + CommandWebAuthnRemoveVirtualAuthenticator = webauthn.CommandRemoveVirtualAuthenticator + CommandWebAuthnAddCredential = webauthn.CommandAddCredential + CommandWebAuthnGetCredential = webauthn.CommandGetCredential + CommandWebAuthnGetCredentials = webauthn.CommandGetCredentials + CommandWebAuthnRemoveCredential = webauthn.CommandRemoveCredential + CommandWebAuthnClearCredentials = webauthn.CommandClearCredentials + CommandWebAuthnSetUserVerified = webauthn.CommandSetUserVerified + CommandWebAuthnSetAutomaticPresenceSimulation = webauthn.CommandSetAutomaticPresenceSimulation + CommandWebAuthnSetCredentialProperties = webauthn.CommandSetCredentialProperties + EventWebAuthnCredentialAdded = "WebAuthn.credentialAdded" + EventWebAuthnCredentialDeleted = "WebAuthn.credentialDeleted" + EventWebAuthnCredentialUpdated = "WebAuthn.credentialUpdated" + EventWebAuthnCredentialAsserted = "WebAuthn.credentialAsserted" ) // Error error type. @@ -2889,6 +2890,9 @@ func UnmarshalMessage(msg *Message) (interface{}, error) { case CommandStorageGetRelatedWebsiteSets: v = new(storage.GetRelatedWebsiteSetsReturns) + case CommandStorageGetAffectedUrlsForThirdPartyCookieMetadata: + v = new(storage.GetAffectedUrlsForThirdPartyCookieMetadataReturns) + case EventStorageCacheStorageContentUpdated: v = new(storage.EventCacheStorageContentUpdated) diff --git a/network/types.go b/network/types.go index 51c24be..bc833d8 100644 --- a/network/types.go +++ b/network/types.go @@ -1450,6 +1450,7 @@ const ( CookieExemptionReasonStorageAccess CookieExemptionReason = "StorageAccess" CookieExemptionReasonTopLevelStorageAccess CookieExemptionReason = "TopLevelStorageAccess" CookieExemptionReasonScheme CookieExemptionReason = "Scheme" + CookieExemptionReasonSameSiteNoneCookiesInSandbox CookieExemptionReason = "SameSiteNoneCookiesInSandbox" ) // MarshalEasyJSON satisfies easyjson.Marshaler. @@ -1486,6 +1487,8 @@ func (t *CookieExemptionReason) UnmarshalEasyJSON(in *jlexer.Lexer) { *t = CookieExemptionReasonTopLevelStorageAccess case CookieExemptionReasonScheme: *t = CookieExemptionReasonScheme + case CookieExemptionReasonSameSiteNoneCookiesInSandbox: + *t = CookieExemptionReasonSameSiteNoneCookiesInSandbox default: in.AddError(fmt.Errorf("unknown CookieExemptionReason value: %v", v)) diff --git a/storage/easyjson.go b/storage/easyjson.go index 1bc97a2..8d6c9b1 100644 --- a/storage/easyjson.go +++ b/storage/easyjson.go @@ -3752,7 +3752,209 @@ func (v *GetCookiesParams) UnmarshalJSON(data []byte) error { func (v *GetCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) { easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage45(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(in *jlexer.Lexer, out *EventStorageBucketDeleted) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(in *jlexer.Lexer, out *GetAffectedUrlsForThirdPartyCookieMetadataReturns) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "matchedUrls": + if in.IsNull() { + in.Skip() + out.MatchedUrls = nil + } else { + in.Delim('[') + if out.MatchedUrls == nil { + if !in.IsDelim(']') { + out.MatchedUrls = make([]string, 0, 4) + } else { + out.MatchedUrls = []string{} + } + } else { + out.MatchedUrls = (out.MatchedUrls)[:0] + } + for !in.IsDelim(']') { + var v37 string + v37 = string(in.String()) + out.MatchedUrls = append(out.MatchedUrls, v37) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(out *jwriter.Writer, in GetAffectedUrlsForThirdPartyCookieMetadataReturns) { + out.RawByte('{') + first := true + _ = first + if len(in.MatchedUrls) != 0 { + const prefix string = ",\"matchedUrls\":" + first = false + out.RawString(prefix[1:]) + { + out.RawByte('[') + for v38, v39 := range in.MatchedUrls { + if v38 > 0 { + out.RawByte(',') + } + out.String(string(v39)) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v GetAffectedUrlsForThirdPartyCookieMetadataReturns) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v GetAffectedUrlsForThirdPartyCookieMetadataReturns) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *GetAffectedUrlsForThirdPartyCookieMetadataReturns) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *GetAffectedUrlsForThirdPartyCookieMetadataReturns) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(l, v) +} +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(in *jlexer.Lexer, out *GetAffectedUrlsForThirdPartyCookieMetadataParams) { + isTopLevel := in.IsStart() + if in.IsNull() { + if isTopLevel { + in.Consumed() + } + in.Skip() + return + } + in.Delim('{') + for !in.IsDelim('}') { + key := in.UnsafeFieldName(false) + in.WantColon() + if in.IsNull() { + in.Skip() + in.WantComma() + continue + } + switch key { + case "firstPartyUrl": + out.FirstPartyURL = string(in.String()) + case "thirdPartyUrls": + if in.IsNull() { + in.Skip() + out.ThirdPartyUrls = nil + } else { + in.Delim('[') + if out.ThirdPartyUrls == nil { + if !in.IsDelim(']') { + out.ThirdPartyUrls = make([]string, 0, 4) + } else { + out.ThirdPartyUrls = []string{} + } + } else { + out.ThirdPartyUrls = (out.ThirdPartyUrls)[:0] + } + for !in.IsDelim(']') { + var v40 string + v40 = string(in.String()) + out.ThirdPartyUrls = append(out.ThirdPartyUrls, v40) + in.WantComma() + } + in.Delim(']') + } + default: + in.SkipRecursive() + } + in.WantComma() + } + in.Delim('}') + if isTopLevel { + in.Consumed() + } +} +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(out *jwriter.Writer, in GetAffectedUrlsForThirdPartyCookieMetadataParams) { + out.RawByte('{') + first := true + _ = first + { + const prefix string = ",\"firstPartyUrl\":" + out.RawString(prefix[1:]) + out.String(string(in.FirstPartyURL)) + } + { + const prefix string = ",\"thirdPartyUrls\":" + out.RawString(prefix) + if in.ThirdPartyUrls == nil && (out.Flags&jwriter.NilSliceAsEmpty) == 0 { + out.RawString("null") + } else { + out.RawByte('[') + for v41, v42 := range in.ThirdPartyUrls { + if v41 > 0 { + out.RawByte(',') + } + out.String(string(v42)) + } + out.RawByte(']') + } + } + out.RawByte('}') +} + +// MarshalJSON supports json.Marshaler interface +func (v GetAffectedUrlsForThirdPartyCookieMetadataParams) MarshalJSON() ([]byte, error) { + w := jwriter.Writer{} + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(&w, v) + return w.Buffer.BuildBytes(), w.Error +} + +// MarshalEasyJSON supports easyjson.Marshaler interface +func (v GetAffectedUrlsForThirdPartyCookieMetadataParams) MarshalEasyJSON(w *jwriter.Writer) { + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(w, v) +} + +// UnmarshalJSON supports json.Unmarshaler interface +func (v *GetAffectedUrlsForThirdPartyCookieMetadataParams) UnmarshalJSON(data []byte) error { + r := jlexer.Lexer{Data: data} + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(&r, v) + return r.Error() +} + +// UnmarshalEasyJSON supports easyjson.Unmarshaler interface +func (v *GetAffectedUrlsForThirdPartyCookieMetadataParams) UnmarshalEasyJSON(l *jlexer.Lexer) { + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(l, v) +} +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(in *jlexer.Lexer, out *EventStorageBucketDeleted) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -3783,7 +3985,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(out *jwriter.Writer, in EventStorageBucketDeleted) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(out *jwriter.Writer, in EventStorageBucketDeleted) { out.RawByte('{') first := true _ = first @@ -3798,27 +4000,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventStorageBucketDeleted) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventStorageBucketDeleted) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage46(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventStorageBucketDeleted) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventStorageBucketDeleted) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage46(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(in *jlexer.Lexer, out *EventStorageBucketCreatedOrUpdated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(in *jlexer.Lexer, out *EventStorageBucketCreatedOrUpdated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -3857,7 +4059,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(out *jwriter.Writer, in EventStorageBucketCreatedOrUpdated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(out *jwriter.Writer, in EventStorageBucketCreatedOrUpdated) { out.RawByte('{') first := true _ = first @@ -3876,27 +4078,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventStorageBucketCreatedOrUpdated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventStorageBucketCreatedOrUpdated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage47(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventStorageBucketCreatedOrUpdated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventStorageBucketCreatedOrUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage47(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(in *jlexer.Lexer, out *EventSharedStorageAccessed) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(in *jlexer.Lexer, out *EventSharedStorageAccessed) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -3951,7 +4153,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(out *jwriter.Writer, in EventSharedStorageAccessed) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(out *jwriter.Writer, in EventSharedStorageAccessed) { out.RawByte('{') first := true _ = first @@ -3994,27 +4196,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventSharedStorageAccessed) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventSharedStorageAccessed) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage48(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventSharedStorageAccessed) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventSharedStorageAccessed) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage48(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(in *jlexer.Lexer, out *EventInterestGroupAuctionNetworkRequestCreated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(in *jlexer.Lexer, out *EventInterestGroupAuctionNetworkRequestCreated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4053,9 +4255,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(in *jlexer.Lexer, o out.Auctions = (out.Auctions)[:0] } for !in.IsDelim(']') { - var v37 InterestGroupAuctionID - v37 = InterestGroupAuctionID(in.String()) - out.Auctions = append(out.Auctions, v37) + var v43 InterestGroupAuctionID + v43 = InterestGroupAuctionID(in.String()) + out.Auctions = append(out.Auctions, v43) in.WantComma() } in.Delim(']') @@ -4070,7 +4272,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(out *jwriter.Writer, in EventInterestGroupAuctionNetworkRequestCreated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(out *jwriter.Writer, in EventInterestGroupAuctionNetworkRequestCreated) { out.RawByte('{') first := true _ = first @@ -4091,11 +4293,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v38, v39 := range in.Auctions { - if v38 > 0 { + for v44, v45 := range in.Auctions { + if v44 > 0 { out.RawByte(',') } - out.String(string(v39)) + out.String(string(v45)) } out.RawByte(']') } @@ -4106,27 +4308,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventInterestGroupAuctionNetworkRequestCreated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventInterestGroupAuctionNetworkRequestCreated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage49(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventInterestGroupAuctionNetworkRequestCreated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventInterestGroupAuctionNetworkRequestCreated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage49(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(in *jlexer.Lexer, out *EventInterestGroupAuctionEventOccurred) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(in *jlexer.Lexer, out *EventInterestGroupAuctionEventOccurred) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4173,7 +4375,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(out *jwriter.Writer, in EventInterestGroupAuctionEventOccurred) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(out *jwriter.Writer, in EventInterestGroupAuctionEventOccurred) { out.RawByte('{') first := true _ = first @@ -4212,27 +4414,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventInterestGroupAuctionEventOccurred) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventInterestGroupAuctionEventOccurred) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage50(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventInterestGroupAuctionEventOccurred) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventInterestGroupAuctionEventOccurred) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage50(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(in *jlexer.Lexer, out *EventInterestGroupAccessed) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(in *jlexer.Lexer, out *EventInterestGroupAccessed) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4285,7 +4487,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(out *jwriter.Writer, in EventInterestGroupAccessed) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(out *jwriter.Writer, in EventInterestGroupAccessed) { out.RawByte('{') first := true _ = first @@ -4339,27 +4541,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventInterestGroupAccessed) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventInterestGroupAccessed) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage51(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventInterestGroupAccessed) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventInterestGroupAccessed) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage51(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(in *jlexer.Lexer, out *EventIndexedDBListUpdated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(in *jlexer.Lexer, out *EventIndexedDBListUpdated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4394,7 +4596,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(out *jwriter.Writer, in EventIndexedDBListUpdated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(out *jwriter.Writer, in EventIndexedDBListUpdated) { out.RawByte('{') first := true _ = first @@ -4419,27 +4621,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventIndexedDBListUpdated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventIndexedDBListUpdated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage52(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventIndexedDBListUpdated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventIndexedDBListUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage52(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(in *jlexer.Lexer, out *EventIndexedDBContentUpdated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(in *jlexer.Lexer, out *EventIndexedDBContentUpdated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4478,7 +4680,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(out *jwriter.Writer, in EventIndexedDBContentUpdated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(out *jwriter.Writer, in EventIndexedDBContentUpdated) { out.RawByte('{') first := true _ = first @@ -4513,27 +4715,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventIndexedDBContentUpdated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventIndexedDBContentUpdated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage53(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventIndexedDBContentUpdated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventIndexedDBContentUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage53(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(in *jlexer.Lexer, out *EventCacheStorageListUpdated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(in *jlexer.Lexer, out *EventCacheStorageListUpdated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4568,7 +4770,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(out *jwriter.Writer, in EventCacheStorageListUpdated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(out *jwriter.Writer, in EventCacheStorageListUpdated) { out.RawByte('{') first := true _ = first @@ -4593,27 +4795,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventCacheStorageListUpdated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventCacheStorageListUpdated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage54(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventCacheStorageListUpdated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventCacheStorageListUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage54(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(in *jlexer.Lexer, out *EventCacheStorageContentUpdated) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(in *jlexer.Lexer, out *EventCacheStorageContentUpdated) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4650,7 +4852,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(out *jwriter.Writer, in EventCacheStorageContentUpdated) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(out *jwriter.Writer, in EventCacheStorageContentUpdated) { out.RawByte('{') first := true _ = first @@ -4680,27 +4882,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventCacheStorageContentUpdated) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventCacheStorageContentUpdated) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage55(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventCacheStorageContentUpdated) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventCacheStorageContentUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage55(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(in *jlexer.Lexer, out *EventAttributionReportingTriggerRegistered) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(in *jlexer.Lexer, out *EventAttributionReportingTriggerRegistered) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4743,7 +4945,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(out *jwriter.Writer, in EventAttributionReportingTriggerRegistered) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(out *jwriter.Writer, in EventAttributionReportingTriggerRegistered) { out.RawByte('{') first := true _ = first @@ -4772,27 +4974,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventAttributionReportingTriggerRegistered) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventAttributionReportingTriggerRegistered) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage56(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventAttributionReportingTriggerRegistered) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventAttributionReportingTriggerRegistered) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage56(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(in *jlexer.Lexer, out *EventAttributionReportingSourceRegistered) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(in *jlexer.Lexer, out *EventAttributionReportingSourceRegistered) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4833,7 +5035,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(out *jwriter.Writer, in EventAttributionReportingSourceRegistered) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(out *jwriter.Writer, in EventAttributionReportingSourceRegistered) { out.RawByte('{') first := true _ = first @@ -4857,27 +5059,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v EventAttributionReportingSourceRegistered) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v EventAttributionReportingSourceRegistered) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage57(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *EventAttributionReportingSourceRegistered) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *EventAttributionReportingSourceRegistered) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage57(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(in *jlexer.Lexer, out *DeleteStorageBucketParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(in *jlexer.Lexer, out *DeleteStorageBucketParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4916,7 +5118,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(out *jwriter.Writer, in DeleteStorageBucketParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(out *jwriter.Writer, in DeleteStorageBucketParams) { out.RawByte('{') first := true _ = first @@ -4935,27 +5137,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v DeleteStorageBucketParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v DeleteStorageBucketParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage58(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *DeleteStorageBucketParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *DeleteStorageBucketParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage58(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(in *jlexer.Lexer, out *DeleteSharedStorageEntryParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(in *jlexer.Lexer, out *DeleteSharedStorageEntryParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -4988,7 +5190,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(out *jwriter.Writer, in DeleteSharedStorageEntryParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(out *jwriter.Writer, in DeleteSharedStorageEntryParams) { out.RawByte('{') first := true _ = first @@ -5008,27 +5210,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v DeleteSharedStorageEntryParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v DeleteSharedStorageEntryParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage59(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *DeleteSharedStorageEntryParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *DeleteSharedStorageEntryParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage59(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(in *jlexer.Lexer, out *ClearTrustTokensReturns) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(in *jlexer.Lexer, out *ClearTrustTokensReturns) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5059,7 +5261,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(out *jwriter.Writer, in ClearTrustTokensReturns) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(out *jwriter.Writer, in ClearTrustTokensReturns) { out.RawByte('{') first := true _ = first @@ -5075,27 +5277,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearTrustTokensReturns) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearTrustTokensReturns) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage60(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearTrustTokensReturns) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearTrustTokensReturns) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage60(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(in *jlexer.Lexer, out *ClearTrustTokensParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(in *jlexer.Lexer, out *ClearTrustTokensParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5126,7 +5328,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(out *jwriter.Writer, in ClearTrustTokensParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(out *jwriter.Writer, in ClearTrustTokensParams) { out.RawByte('{') first := true _ = first @@ -5141,27 +5343,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearTrustTokensParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearTrustTokensParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage61(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearTrustTokensParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearTrustTokensParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage61(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(in *jlexer.Lexer, out *ClearSharedStorageEntriesParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(in *jlexer.Lexer, out *ClearSharedStorageEntriesParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5192,7 +5394,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(out *jwriter.Writer, in ClearSharedStorageEntriesParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(out *jwriter.Writer, in ClearSharedStorageEntriesParams) { out.RawByte('{') first := true _ = first @@ -5207,27 +5409,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearSharedStorageEntriesParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearSharedStorageEntriesParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage62(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearSharedStorageEntriesParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearSharedStorageEntriesParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage62(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(in *jlexer.Lexer, out *ClearDataForStorageKeyParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(in *jlexer.Lexer, out *ClearDataForStorageKeyParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5260,7 +5462,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(out *jwriter.Writer, in ClearDataForStorageKeyParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(out *jwriter.Writer, in ClearDataForStorageKeyParams) { out.RawByte('{') first := true _ = first @@ -5280,27 +5482,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearDataForStorageKeyParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearDataForStorageKeyParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage63(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearDataForStorageKeyParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearDataForStorageKeyParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage63(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(in *jlexer.Lexer, out *ClearDataForOriginParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(in *jlexer.Lexer, out *ClearDataForOriginParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5333,7 +5535,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(out *jwriter.Writer, in ClearDataForOriginParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(out *jwriter.Writer, in ClearDataForOriginParams) { out.RawByte('{') first := true _ = first @@ -5353,27 +5555,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearDataForOriginParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearDataForOriginParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage64(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearDataForOriginParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearDataForOriginParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage64(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(in *jlexer.Lexer, out *ClearCookiesParams) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(in *jlexer.Lexer, out *ClearCookiesParams) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5404,7 +5606,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(out *jwriter.Writer, in ClearCookiesParams) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(out *jwriter.Writer, in ClearCookiesParams) { out.RawByte('{') first := true _ = first @@ -5420,27 +5622,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v ClearCookiesParams) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v ClearCookiesParams) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage65(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *ClearCookiesParams) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *ClearCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage65(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(in *jlexer.Lexer, out *BucketInfo) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(in *jlexer.Lexer, out *BucketInfo) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5497,7 +5699,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(out *jwriter.Writer, in BucketInfo) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(out *jwriter.Writer, in BucketInfo) { out.RawByte('{') first := true _ = first @@ -5545,27 +5747,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v BucketInfo) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v BucketInfo) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage66(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *BucketInfo) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *BucketInfo) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage66(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(in *jlexer.Lexer, out *Bucket) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(in *jlexer.Lexer, out *Bucket) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5598,7 +5800,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(out *jwriter.Writer, in Bucket) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(out *jwriter.Writer, in Bucket) { out.RawByte('{') first := true _ = first @@ -5618,27 +5820,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v Bucket) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v Bucket) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage67(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *Bucket) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *Bucket) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage67(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(in *jlexer.Lexer, out *AttributionScopesData) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, out *AttributionScopesData) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5673,9 +5875,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(in *jlexer.Lexer, o out.Values = (out.Values)[:0] } for !in.IsDelim(']') { - var v40 string - v40 = string(in.String()) - out.Values = append(out.Values, v40) + var v46 string + v46 = string(in.String()) + out.Values = append(out.Values, v46) in.WantComma() } in.Delim(']') @@ -5694,7 +5896,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(out *jwriter.Writer, in AttributionScopesData) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer, in AttributionScopesData) { out.RawByte('{') first := true _ = first @@ -5705,11 +5907,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v41, v42 := range in.Values { - if v41 > 0 { + for v47, v48 := range in.Values { + if v47 > 0 { out.RawByte(',') } - out.String(string(v42)) + out.String(string(v48)) } out.RawByte(']') } @@ -5730,27 +5932,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionScopesData) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionScopesData) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage68(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionScopesData) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionScopesData) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage68(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(in *jlexer.Lexer, out *AttributionReportingTriggerSpec) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, out *AttributionReportingTriggerSpec) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5785,9 +5987,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(in *jlexer.Lexer, o out.TriggerData = (out.TriggerData)[:0] } for !in.IsDelim(']') { - var v43 float64 - v43 = float64(in.Float64()) - out.TriggerData = append(out.TriggerData, v43) + var v49 float64 + v49 = float64(in.Float64()) + out.TriggerData = append(out.TriggerData, v49) in.WantComma() } in.Delim(']') @@ -5812,7 +6014,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(out *jwriter.Writer, in AttributionReportingTriggerSpec) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer, in AttributionReportingTriggerSpec) { out.RawByte('{') first := true _ = first @@ -5823,11 +6025,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v44, v45 := range in.TriggerData { - if v44 > 0 { + for v50, v51 := range in.TriggerData { + if v50 > 0 { out.RawByte(',') } - out.Float64(float64(v45)) + out.Float64(float64(v51)) } out.RawByte(']') } @@ -5847,27 +6049,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingTriggerSpec) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingTriggerSpec) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage69(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingTriggerSpec) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingTriggerSpec) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage69(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, out *AttributionReportingTriggerRegistration) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(in *jlexer.Lexer, out *AttributionReportingTriggerRegistration) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -5914,17 +6116,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o out.AggregatableDedupKeys = (out.AggregatableDedupKeys)[:0] } for !in.IsDelim(']') { - var v46 *AttributionReportingAggregatableDedupKey + var v52 *AttributionReportingAggregatableDedupKey if in.IsNull() { in.Skip() - v46 = nil + v52 = nil } else { - if v46 == nil { - v46 = new(AttributionReportingAggregatableDedupKey) + if v52 == nil { + v52 = new(AttributionReportingAggregatableDedupKey) } - (*v46).UnmarshalEasyJSON(in) + (*v52).UnmarshalEasyJSON(in) } - out.AggregatableDedupKeys = append(out.AggregatableDedupKeys, v46) + out.AggregatableDedupKeys = append(out.AggregatableDedupKeys, v52) in.WantComma() } in.Delim(']') @@ -5945,17 +6147,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o out.EventTriggerData = (out.EventTriggerData)[:0] } for !in.IsDelim(']') { - var v47 *AttributionReportingEventTriggerData + var v53 *AttributionReportingEventTriggerData if in.IsNull() { in.Skip() - v47 = nil + v53 = nil } else { - if v47 == nil { - v47 = new(AttributionReportingEventTriggerData) + if v53 == nil { + v53 = new(AttributionReportingEventTriggerData) } - (*v47).UnmarshalEasyJSON(in) + (*v53).UnmarshalEasyJSON(in) } - out.EventTriggerData = append(out.EventTriggerData, v47) + out.EventTriggerData = append(out.EventTriggerData, v53) in.WantComma() } in.Delim(']') @@ -5976,17 +6178,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o out.AggregatableTriggerData = (out.AggregatableTriggerData)[:0] } for !in.IsDelim(']') { - var v48 *AttributionReportingAggregatableTriggerData + var v54 *AttributionReportingAggregatableTriggerData if in.IsNull() { in.Skip() - v48 = nil + v54 = nil } else { - if v48 == nil { - v48 = new(AttributionReportingAggregatableTriggerData) + if v54 == nil { + v54 = new(AttributionReportingAggregatableTriggerData) } - (*v48).UnmarshalEasyJSON(in) + (*v54).UnmarshalEasyJSON(in) } - out.AggregatableTriggerData = append(out.AggregatableTriggerData, v48) + out.AggregatableTriggerData = append(out.AggregatableTriggerData, v54) in.WantComma() } in.Delim(']') @@ -6007,17 +6209,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o out.AggregatableValues = (out.AggregatableValues)[:0] } for !in.IsDelim(']') { - var v49 *AttributionReportingAggregatableValueEntry + var v55 *AttributionReportingAggregatableValueEntry if in.IsNull() { in.Skip() - v49 = nil + v55 = nil } else { - if v49 == nil { - v49 = new(AttributionReportingAggregatableValueEntry) + if v55 == nil { + v55 = new(AttributionReportingAggregatableValueEntry) } - (*v49).UnmarshalEasyJSON(in) + (*v55).UnmarshalEasyJSON(in) } - out.AggregatableValues = append(out.AggregatableValues, v49) + out.AggregatableValues = append(out.AggregatableValues, v55) in.WantComma() } in.Delim(']') @@ -6058,9 +6260,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o out.Scopes = (out.Scopes)[:0] } for !in.IsDelim(']') { - var v50 string - v50 = string(in.String()) - out.Scopes = append(out.Scopes, v50) + var v56 string + v56 = string(in.String()) + out.Scopes = append(out.Scopes, v56) in.WantComma() } in.Delim(']') @@ -6075,7 +6277,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer, in AttributionReportingTriggerRegistration) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(out *jwriter.Writer, in AttributionReportingTriggerRegistration) { out.RawByte('{') first := true _ = first @@ -6100,14 +6302,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v51, v52 := range in.AggregatableDedupKeys { - if v51 > 0 { + for v57, v58 := range in.AggregatableDedupKeys { + if v57 > 0 { out.RawByte(',') } - if v52 == nil { + if v58 == nil { out.RawString("null") } else { - (*v52).MarshalEasyJSON(out) + (*v58).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6120,14 +6322,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v53, v54 := range in.EventTriggerData { - if v53 > 0 { + for v59, v60 := range in.EventTriggerData { + if v59 > 0 { out.RawByte(',') } - if v54 == nil { + if v60 == nil { out.RawString("null") } else { - (*v54).MarshalEasyJSON(out) + (*v60).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6140,14 +6342,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v55, v56 := range in.AggregatableTriggerData { - if v55 > 0 { + for v61, v62 := range in.AggregatableTriggerData { + if v61 > 0 { out.RawByte(',') } - if v56 == nil { + if v62 == nil { out.RawString("null") } else { - (*v56).MarshalEasyJSON(out) + (*v62).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6160,14 +6362,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v57, v58 := range in.AggregatableValues { - if v57 > 0 { + for v63, v64 := range in.AggregatableValues { + if v63 > 0 { out.RawByte(',') } - if v58 == nil { + if v64 == nil { out.RawString("null") } else { - (*v58).MarshalEasyJSON(out) + (*v64).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6214,11 +6416,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v59, v60 := range in.Scopes { - if v59 > 0 { + for v65, v66 := range in.Scopes { + if v65 > 0 { out.RawByte(',') } - out.String(string(v60)) + out.String(string(v66)) } out.RawByte(']') } @@ -6229,27 +6431,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingTriggerRegistration) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingTriggerRegistration) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage70(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingTriggerRegistration) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingTriggerRegistration) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage70(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, out *AttributionReportingSourceRegistration) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(in *jlexer.Lexer, out *AttributionReportingSourceRegistration) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -6296,17 +6498,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, o out.TriggerSpecs = (out.TriggerSpecs)[:0] } for !in.IsDelim(']') { - var v61 *AttributionReportingTriggerSpec + var v67 *AttributionReportingTriggerSpec if in.IsNull() { in.Skip() - v61 = nil + v67 = nil } else { - if v61 == nil { - v61 = new(AttributionReportingTriggerSpec) + if v67 == nil { + v67 = new(AttributionReportingTriggerSpec) } - (*v61).UnmarshalEasyJSON(in) + (*v67).UnmarshalEasyJSON(in) } - out.TriggerSpecs = append(out.TriggerSpecs, v61) + out.TriggerSpecs = append(out.TriggerSpecs, v67) in.WantComma() } in.Delim(']') @@ -6335,9 +6537,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, o out.DestinationSites = (out.DestinationSites)[:0] } for !in.IsDelim(']') { - var v62 string - v62 = string(in.String()) - out.DestinationSites = append(out.DestinationSites, v62) + var v68 string + v68 = string(in.String()) + out.DestinationSites = append(out.DestinationSites, v68) in.WantComma() } in.Delim(']') @@ -6362,17 +6564,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, o out.FilterData = (out.FilterData)[:0] } for !in.IsDelim(']') { - var v63 *AttributionReportingFilterDataEntry + var v69 *AttributionReportingFilterDataEntry if in.IsNull() { in.Skip() - v63 = nil + v69 = nil } else { - if v63 == nil { - v63 = new(AttributionReportingFilterDataEntry) + if v69 == nil { + v69 = new(AttributionReportingFilterDataEntry) } - (*v63).UnmarshalEasyJSON(in) + (*v69).UnmarshalEasyJSON(in) } - out.FilterData = append(out.FilterData, v63) + out.FilterData = append(out.FilterData, v69) in.WantComma() } in.Delim(']') @@ -6393,17 +6595,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, o out.AggregationKeys = (out.AggregationKeys)[:0] } for !in.IsDelim(']') { - var v64 *AttributionReportingAggregationKeysEntry + var v70 *AttributionReportingAggregationKeysEntry if in.IsNull() { in.Skip() - v64 = nil + v70 = nil } else { - if v64 == nil { - v64 = new(AttributionReportingAggregationKeysEntry) + if v70 == nil { + v70 = new(AttributionReportingAggregationKeysEntry) } - (*v64).UnmarshalEasyJSON(in) + (*v70).UnmarshalEasyJSON(in) } - out.AggregationKeys = append(out.AggregationKeys, v64) + out.AggregationKeys = append(out.AggregationKeys, v70) in.WantComma() } in.Delim(']') @@ -6446,7 +6648,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer, in AttributionReportingSourceRegistration) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(out *jwriter.Writer, in AttributionReportingSourceRegistration) { out.RawByte('{') first := true _ = first @@ -6471,14 +6673,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v65, v66 := range in.TriggerSpecs { - if v65 > 0 { + for v71, v72 := range in.TriggerSpecs { + if v71 > 0 { out.RawByte(',') } - if v66 == nil { + if v72 == nil { out.RawString("null") } else { - (*v66).MarshalEasyJSON(out) + (*v72).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6511,11 +6713,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v67, v68 := range in.DestinationSites { - if v67 > 0 { + for v73, v74 := range in.DestinationSites { + if v73 > 0 { out.RawByte(',') } - out.String(string(v68)) + out.String(string(v74)) } out.RawByte(']') } @@ -6537,14 +6739,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v69, v70 := range in.FilterData { - if v69 > 0 { + for v75, v76 := range in.FilterData { + if v75 > 0 { out.RawByte(',') } - if v70 == nil { + if v76 == nil { out.RawString("null") } else { - (*v70).MarshalEasyJSON(out) + (*v76).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6557,14 +6759,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v71, v72 := range in.AggregationKeys { - if v71 > 0 { + for v77, v78 := range in.AggregationKeys { + if v77 > 0 { out.RawByte(',') } - if v72 == nil { + if v78 == nil { out.RawString("null") } else { - (*v72).MarshalEasyJSON(out) + (*v78).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6610,27 +6812,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingSourceRegistration) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingSourceRegistration) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage71(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingSourceRegistration) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingSourceRegistration) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage71(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(in *jlexer.Lexer, out *AttributionReportingFilterPair) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(in *jlexer.Lexer, out *AttributionReportingFilterPair) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -6665,17 +6867,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(in *jlexer.Lexer, o out.Filters = (out.Filters)[:0] } for !in.IsDelim(']') { - var v73 *AttributionReportingFilterConfig + var v79 *AttributionReportingFilterConfig if in.IsNull() { in.Skip() - v73 = nil + v79 = nil } else { - if v73 == nil { - v73 = new(AttributionReportingFilterConfig) + if v79 == nil { + v79 = new(AttributionReportingFilterConfig) } - (*v73).UnmarshalEasyJSON(in) + (*v79).UnmarshalEasyJSON(in) } - out.Filters = append(out.Filters, v73) + out.Filters = append(out.Filters, v79) in.WantComma() } in.Delim(']') @@ -6696,17 +6898,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(in *jlexer.Lexer, o out.NotFilters = (out.NotFilters)[:0] } for !in.IsDelim(']') { - var v74 *AttributionReportingFilterConfig + var v80 *AttributionReportingFilterConfig if in.IsNull() { in.Skip() - v74 = nil + v80 = nil } else { - if v74 == nil { - v74 = new(AttributionReportingFilterConfig) + if v80 == nil { + v80 = new(AttributionReportingFilterConfig) } - (*v74).UnmarshalEasyJSON(in) + (*v80).UnmarshalEasyJSON(in) } - out.NotFilters = append(out.NotFilters, v74) + out.NotFilters = append(out.NotFilters, v80) in.WantComma() } in.Delim(']') @@ -6721,7 +6923,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(out *jwriter.Writer, in AttributionReportingFilterPair) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(out *jwriter.Writer, in AttributionReportingFilterPair) { out.RawByte('{') first := true _ = first @@ -6732,14 +6934,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v75, v76 := range in.Filters { - if v75 > 0 { + for v81, v82 := range in.Filters { + if v81 > 0 { out.RawByte(',') } - if v76 == nil { + if v82 == nil { out.RawString("null") } else { - (*v76).MarshalEasyJSON(out) + (*v82).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6752,14 +6954,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v77, v78 := range in.NotFilters { - if v77 > 0 { + for v83, v84 := range in.NotFilters { + if v83 > 0 { out.RawByte(',') } - if v78 == nil { + if v84 == nil { out.RawString("null") } else { - (*v78).MarshalEasyJSON(out) + (*v84).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6771,27 +6973,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingFilterPair) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingFilterPair) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage72(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingFilterPair) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingFilterPair) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage72(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(in *jlexer.Lexer, out *AttributionReportingFilterDataEntry) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(in *jlexer.Lexer, out *AttributionReportingFilterDataEntry) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -6828,9 +7030,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(in *jlexer.Lexer, o out.Values = (out.Values)[:0] } for !in.IsDelim(']') { - var v79 string - v79 = string(in.String()) - out.Values = append(out.Values, v79) + var v85 string + v85 = string(in.String()) + out.Values = append(out.Values, v85) in.WantComma() } in.Delim(']') @@ -6845,7 +7047,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(out *jwriter.Writer, in AttributionReportingFilterDataEntry) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(out *jwriter.Writer, in AttributionReportingFilterDataEntry) { out.RawByte('{') first := true _ = first @@ -6861,11 +7063,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v80, v81 := range in.Values { - if v80 > 0 { + for v86, v87 := range in.Values { + if v86 > 0 { out.RawByte(',') } - out.String(string(v81)) + out.String(string(v87)) } out.RawByte(']') } @@ -6876,27 +7078,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingFilterDataEntry) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingFilterDataEntry) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage73(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingFilterDataEntry) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingFilterDataEntry) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage73(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(in *jlexer.Lexer, out *AttributionReportingFilterConfig) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(in *jlexer.Lexer, out *AttributionReportingFilterConfig) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -6931,17 +7133,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(in *jlexer.Lexer, o out.FilterValues = (out.FilterValues)[:0] } for !in.IsDelim(']') { - var v82 *AttributionReportingFilterDataEntry + var v88 *AttributionReportingFilterDataEntry if in.IsNull() { in.Skip() - v82 = nil + v88 = nil } else { - if v82 == nil { - v82 = new(AttributionReportingFilterDataEntry) + if v88 == nil { + v88 = new(AttributionReportingFilterDataEntry) } - (*v82).UnmarshalEasyJSON(in) + (*v88).UnmarshalEasyJSON(in) } - out.FilterValues = append(out.FilterValues, v82) + out.FilterValues = append(out.FilterValues, v88) in.WantComma() } in.Delim(']') @@ -6958,7 +7160,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(out *jwriter.Writer, in AttributionReportingFilterConfig) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(out *jwriter.Writer, in AttributionReportingFilterConfig) { out.RawByte('{') first := true _ = first @@ -6969,14 +7171,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v83, v84 := range in.FilterValues { - if v83 > 0 { + for v89, v90 := range in.FilterValues { + if v89 > 0 { out.RawByte(',') } - if v84 == nil { + if v90 == nil { out.RawString("null") } else { - (*v84).MarshalEasyJSON(out) + (*v90).MarshalEasyJSON(out) } } out.RawByte(']') @@ -6993,27 +7195,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingFilterConfig) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingFilterConfig) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage74(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingFilterConfig) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingFilterConfig) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage74(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(in *jlexer.Lexer, out *AttributionReportingEventTriggerData) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(in *jlexer.Lexer, out *AttributionReportingEventTriggerData) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7058,7 +7260,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(out *jwriter.Writer, in AttributionReportingEventTriggerData) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(out *jwriter.Writer, in AttributionReportingEventTriggerData) { out.RawByte('{') first := true _ = first @@ -7092,27 +7294,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingEventTriggerData) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingEventTriggerData) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage75(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingEventTriggerData) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingEventTriggerData) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage75(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(in *jlexer.Lexer, out *AttributionReportingEventReportWindows) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(in *jlexer.Lexer, out *AttributionReportingEventReportWindows) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7149,9 +7351,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(in *jlexer.Lexer, o out.Ends = (out.Ends)[:0] } for !in.IsDelim(']') { - var v85 int64 - v85 = int64(in.Int64()) - out.Ends = append(out.Ends, v85) + var v91 int64 + v91 = int64(in.Int64()) + out.Ends = append(out.Ends, v91) in.WantComma() } in.Delim(']') @@ -7166,7 +7368,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(out *jwriter.Writer, in AttributionReportingEventReportWindows) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(out *jwriter.Writer, in AttributionReportingEventReportWindows) { out.RawByte('{') first := true _ = first @@ -7182,11 +7384,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v86, v87 := range in.Ends { - if v86 > 0 { + for v92, v93 := range in.Ends { + if v92 > 0 { out.RawByte(',') } - out.Int64(int64(v87)) + out.Int64(int64(v93)) } out.RawByte(']') } @@ -7197,27 +7399,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingEventReportWindows) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingEventReportWindows) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage76(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingEventReportWindows) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingEventReportWindows) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage76(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(in *jlexer.Lexer, out *AttributionReportingAggregationKeysEntry) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(in *jlexer.Lexer, out *AttributionReportingAggregationKeysEntry) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7250,7 +7452,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(out *jwriter.Writer, in AttributionReportingAggregationKeysEntry) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(out *jwriter.Writer, in AttributionReportingAggregationKeysEntry) { out.RawByte('{') first := true _ = first @@ -7270,27 +7472,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregationKeysEntry) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregationKeysEntry) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage77(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregationKeysEntry) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregationKeysEntry) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage77(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(in *jlexer.Lexer, out *AttributionReportingAggregatableValueEntry) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(in *jlexer.Lexer, out *AttributionReportingAggregatableValueEntry) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7325,17 +7527,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(in *jlexer.Lexer, o out.Values = (out.Values)[:0] } for !in.IsDelim(']') { - var v88 *AttributionReportingAggregatableValueDictEntry + var v94 *AttributionReportingAggregatableValueDictEntry if in.IsNull() { in.Skip() - v88 = nil + v94 = nil } else { - if v88 == nil { - v88 = new(AttributionReportingAggregatableValueDictEntry) + if v94 == nil { + v94 = new(AttributionReportingAggregatableValueDictEntry) } - (*v88).UnmarshalEasyJSON(in) + (*v94).UnmarshalEasyJSON(in) } - out.Values = append(out.Values, v88) + out.Values = append(out.Values, v94) in.WantComma() } in.Delim(']') @@ -7360,7 +7562,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(out *jwriter.Writer, in AttributionReportingAggregatableValueEntry) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(out *jwriter.Writer, in AttributionReportingAggregatableValueEntry) { out.RawByte('{') first := true _ = first @@ -7371,14 +7573,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v89, v90 := range in.Values { - if v89 > 0 { + for v95, v96 := range in.Values { + if v95 > 0 { out.RawByte(',') } - if v90 == nil { + if v96 == nil { out.RawString("null") } else { - (*v90).MarshalEasyJSON(out) + (*v96).MarshalEasyJSON(out) } } out.RawByte(']') @@ -7399,27 +7601,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableValueEntry) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableValueEntry) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage78(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableValueEntry) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableValueEntry) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage78(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(in *jlexer.Lexer, out *AttributionReportingAggregatableValueDictEntry) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(in *jlexer.Lexer, out *AttributionReportingAggregatableValueDictEntry) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7454,7 +7656,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(out *jwriter.Writer, in AttributionReportingAggregatableValueDictEntry) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(out *jwriter.Writer, in AttributionReportingAggregatableValueDictEntry) { out.RawByte('{') first := true _ = first @@ -7479,27 +7681,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableValueDictEntry) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableValueDictEntry) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage79(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableValueDictEntry) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableValueDictEntry) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage79(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(in *jlexer.Lexer, out *AttributionReportingAggregatableTriggerData) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(in *jlexer.Lexer, out *AttributionReportingAggregatableTriggerData) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7536,9 +7738,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(in *jlexer.Lexer, o out.SourceKeys = (out.SourceKeys)[:0] } for !in.IsDelim(']') { - var v91 string - v91 = string(in.String()) - out.SourceKeys = append(out.SourceKeys, v91) + var v97 string + v97 = string(in.String()) + out.SourceKeys = append(out.SourceKeys, v97) in.WantComma() } in.Delim(']') @@ -7563,7 +7765,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(out *jwriter.Writer, in AttributionReportingAggregatableTriggerData) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(out *jwriter.Writer, in AttributionReportingAggregatableTriggerData) { out.RawByte('{') first := true _ = first @@ -7579,11 +7781,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v92, v93 := range in.SourceKeys { - if v92 > 0 { + for v98, v99 := range in.SourceKeys { + if v98 > 0 { out.RawByte(',') } - out.String(string(v93)) + out.String(string(v99)) } out.RawByte(']') } @@ -7603,27 +7805,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableTriggerData) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableTriggerData) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage80(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableTriggerData) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableTriggerData) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage80(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(in *jlexer.Lexer, out *AttributionReportingAggregatableDedupKey) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(in *jlexer.Lexer, out *AttributionReportingAggregatableDedupKey) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7664,7 +7866,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(out *jwriter.Writer, in AttributionReportingAggregatableDedupKey) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(out *jwriter.Writer, in AttributionReportingAggregatableDedupKey) { out.RawByte('{') first := true _ = first @@ -7694,27 +7896,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableDedupKey) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableDedupKey) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage81(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableDedupKey) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableDedupKey) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage81(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(in *jlexer.Lexer, out *AttributionReportingAggregatableDebugReportingData) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage84(in *jlexer.Lexer, out *AttributionReportingAggregatableDebugReportingData) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7753,9 +7955,9 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(in *jlexer.Lexer, o out.Types = (out.Types)[:0] } for !in.IsDelim(']') { - var v94 string - v94 = string(in.String()) - out.Types = append(out.Types, v94) + var v100 string + v100 = string(in.String()) + out.Types = append(out.Types, v100) in.WantComma() } in.Delim(']') @@ -7770,7 +7972,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(out *jwriter.Writer, in AttributionReportingAggregatableDebugReportingData) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage84(out *jwriter.Writer, in AttributionReportingAggregatableDebugReportingData) { out.RawByte('{') first := true _ = first @@ -7791,11 +7993,11 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v95, v96 := range in.Types { - if v95 > 0 { + for v101, v102 := range in.Types { + if v101 > 0 { out.RawByte(',') } - out.String(string(v96)) + out.String(string(v102)) } out.RawByte(']') } @@ -7806,27 +8008,27 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableDebugReportingData) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage84(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableDebugReportingData) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage82(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage84(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableDebugReportingData) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage84(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableDebugReportingData) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage82(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage84(l, v) } -func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(in *jlexer.Lexer, out *AttributionReportingAggregatableDebugReportingConfig) { +func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage85(in *jlexer.Lexer, out *AttributionReportingAggregatableDebugReportingConfig) { isTopLevel := in.IsStart() if in.IsNull() { if isTopLevel { @@ -7865,17 +8067,17 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(in *jlexer.Lexer, o out.DebugData = (out.DebugData)[:0] } for !in.IsDelim(']') { - var v97 *AttributionReportingAggregatableDebugReportingData + var v103 *AttributionReportingAggregatableDebugReportingData if in.IsNull() { in.Skip() - v97 = nil + v103 = nil } else { - if v97 == nil { - v97 = new(AttributionReportingAggregatableDebugReportingData) + if v103 == nil { + v103 = new(AttributionReportingAggregatableDebugReportingData) } - (*v97).UnmarshalEasyJSON(in) + (*v103).UnmarshalEasyJSON(in) } - out.DebugData = append(out.DebugData, v97) + out.DebugData = append(out.DebugData, v103) in.WantComma() } in.Delim(']') @@ -7892,7 +8094,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(in *jlexer.Lexer, o in.Consumed() } } -func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(out *jwriter.Writer, in AttributionReportingAggregatableDebugReportingConfig) { +func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage85(out *jwriter.Writer, in AttributionReportingAggregatableDebugReportingConfig) { out.RawByte('{') first := true _ = first @@ -7919,14 +8121,14 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(out *jwriter.Writer out.RawString("null") } else { out.RawByte('[') - for v98, v99 := range in.DebugData { - if v98 > 0 { + for v104, v105 := range in.DebugData { + if v104 > 0 { out.RawByte(',') } - if v99 == nil { + if v105 == nil { out.RawString("null") } else { - (*v99).MarshalEasyJSON(out) + (*v105).MarshalEasyJSON(out) } } out.RawByte(']') @@ -7943,23 +8145,23 @@ func easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(out *jwriter.Writer // MarshalJSON supports json.Marshaler interface func (v AttributionReportingAggregatableDebugReportingConfig) MarshalJSON() ([]byte, error) { w := jwriter.Writer{} - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(&w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage85(&w, v) return w.Buffer.BuildBytes(), w.Error } // MarshalEasyJSON supports easyjson.Marshaler interface func (v AttributionReportingAggregatableDebugReportingConfig) MarshalEasyJSON(w *jwriter.Writer) { - easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage83(w, v) + easyjsonC5a4559bEncodeGithubComChromedpCdprotoStorage85(w, v) } // UnmarshalJSON supports json.Unmarshaler interface func (v *AttributionReportingAggregatableDebugReportingConfig) UnmarshalJSON(data []byte) error { r := jlexer.Lexer{Data: data} - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(&r, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage85(&r, v) return r.Error() } // UnmarshalEasyJSON supports easyjson.Unmarshaler interface func (v *AttributionReportingAggregatableDebugReportingConfig) UnmarshalEasyJSON(l *jlexer.Lexer) { - easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage83(l, v) + easyjsonC5a4559bDecodeGithubComChromedpCdprotoStorage85(l, v) } diff --git a/storage/storage.go b/storage/storage.go index 9c2d39d..f428526 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -1080,41 +1080,90 @@ func (p *GetRelatedWebsiteSetsParams) Do(ctx context.Context) (sets []*RelatedWe return res.Sets, nil } +// GetAffectedUrlsForThirdPartyCookieMetadataParams returns the list of URLs +// from a page and its embedded resources that match existing grace period URL +// pattern rules. +// https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period. +type GetAffectedUrlsForThirdPartyCookieMetadataParams struct { + FirstPartyURL string `json:"firstPartyUrl"` // The URL of the page currently being visited. + ThirdPartyUrls []string `json:"thirdPartyUrls"` // The list of embedded resource URLs from the page. +} + +// GetAffectedUrlsForThirdPartyCookieMetadata returns the list of URLs from a +// page and its embedded resources that match existing grace period URL pattern +// rules. +// https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period. +// +// See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getAffectedUrlsForThirdPartyCookieMetadata +// +// parameters: +// +// firstPartyURL - The URL of the page currently being visited. +// thirdPartyUrls - The list of embedded resource URLs from the page. +func GetAffectedUrlsForThirdPartyCookieMetadata(firstPartyURL string, thirdPartyUrls []string) *GetAffectedUrlsForThirdPartyCookieMetadataParams { + return &GetAffectedUrlsForThirdPartyCookieMetadataParams{ + FirstPartyURL: firstPartyURL, + ThirdPartyUrls: thirdPartyUrls, + } +} + +// GetAffectedUrlsForThirdPartyCookieMetadataReturns return values. +type GetAffectedUrlsForThirdPartyCookieMetadataReturns struct { + MatchedUrls []string `json:"matchedUrls,omitempty"` // Array of matching URLs. If there is a primary pattern match for the first- party URL, only the first-party URL is returned in the array. +} + +// Do executes Storage.getAffectedUrlsForThirdPartyCookieMetadata against the provided context. +// +// returns: +// +// matchedUrls - Array of matching URLs. If there is a primary pattern match for the first- party URL, only the first-party URL is returned in the array. +func (p *GetAffectedUrlsForThirdPartyCookieMetadataParams) Do(ctx context.Context) (matchedUrls []string, err error) { + // execute + var res GetAffectedUrlsForThirdPartyCookieMetadataReturns + err = cdp.Execute(ctx, CommandGetAffectedUrlsForThirdPartyCookieMetadata, p, &res) + if err != nil { + return nil, err + } + + return res.MatchedUrls, nil +} + // Command names. const ( - CommandGetStorageKeyForFrame = "Storage.getStorageKeyForFrame" - CommandClearDataForOrigin = "Storage.clearDataForOrigin" - CommandClearDataForStorageKey = "Storage.clearDataForStorageKey" - CommandGetCookies = "Storage.getCookies" - CommandSetCookies = "Storage.setCookies" - CommandClearCookies = "Storage.clearCookies" - CommandGetUsageAndQuota = "Storage.getUsageAndQuota" - CommandOverrideQuotaForOrigin = "Storage.overrideQuotaForOrigin" - CommandTrackCacheStorageForOrigin = "Storage.trackCacheStorageForOrigin" - CommandTrackCacheStorageForStorageKey = "Storage.trackCacheStorageForStorageKey" - CommandTrackIndexedDBForOrigin = "Storage.trackIndexedDBForOrigin" - CommandTrackIndexedDBForStorageKey = "Storage.trackIndexedDBForStorageKey" - CommandUntrackCacheStorageForOrigin = "Storage.untrackCacheStorageForOrigin" - CommandUntrackCacheStorageForStorageKey = "Storage.untrackCacheStorageForStorageKey" - CommandUntrackIndexedDBForOrigin = "Storage.untrackIndexedDBForOrigin" - CommandUntrackIndexedDBForStorageKey = "Storage.untrackIndexedDBForStorageKey" - CommandGetTrustTokens = "Storage.getTrustTokens" - CommandClearTrustTokens = "Storage.clearTrustTokens" - CommandGetInterestGroupDetails = "Storage.getInterestGroupDetails" - CommandSetInterestGroupTracking = "Storage.setInterestGroupTracking" - CommandSetInterestGroupAuctionTracking = "Storage.setInterestGroupAuctionTracking" - CommandGetSharedStorageMetadata = "Storage.getSharedStorageMetadata" - CommandGetSharedStorageEntries = "Storage.getSharedStorageEntries" - CommandSetSharedStorageEntry = "Storage.setSharedStorageEntry" - CommandDeleteSharedStorageEntry = "Storage.deleteSharedStorageEntry" - CommandClearSharedStorageEntries = "Storage.clearSharedStorageEntries" - CommandResetSharedStorageBudget = "Storage.resetSharedStorageBudget" - CommandSetSharedStorageTracking = "Storage.setSharedStorageTracking" - CommandSetStorageBucketTracking = "Storage.setStorageBucketTracking" - CommandDeleteStorageBucket = "Storage.deleteStorageBucket" - CommandRunBounceTrackingMitigations = "Storage.runBounceTrackingMitigations" - CommandSetAttributionReportingLocalTestingMode = "Storage.setAttributionReportingLocalTestingMode" - CommandSetAttributionReportingTracking = "Storage.setAttributionReportingTracking" - CommandSendPendingAttributionReports = "Storage.sendPendingAttributionReports" - CommandGetRelatedWebsiteSets = "Storage.getRelatedWebsiteSets" + CommandGetStorageKeyForFrame = "Storage.getStorageKeyForFrame" + CommandClearDataForOrigin = "Storage.clearDataForOrigin" + CommandClearDataForStorageKey = "Storage.clearDataForStorageKey" + CommandGetCookies = "Storage.getCookies" + CommandSetCookies = "Storage.setCookies" + CommandClearCookies = "Storage.clearCookies" + CommandGetUsageAndQuota = "Storage.getUsageAndQuota" + CommandOverrideQuotaForOrigin = "Storage.overrideQuotaForOrigin" + CommandTrackCacheStorageForOrigin = "Storage.trackCacheStorageForOrigin" + CommandTrackCacheStorageForStorageKey = "Storage.trackCacheStorageForStorageKey" + CommandTrackIndexedDBForOrigin = "Storage.trackIndexedDBForOrigin" + CommandTrackIndexedDBForStorageKey = "Storage.trackIndexedDBForStorageKey" + CommandUntrackCacheStorageForOrigin = "Storage.untrackCacheStorageForOrigin" + CommandUntrackCacheStorageForStorageKey = "Storage.untrackCacheStorageForStorageKey" + CommandUntrackIndexedDBForOrigin = "Storage.untrackIndexedDBForOrigin" + CommandUntrackIndexedDBForStorageKey = "Storage.untrackIndexedDBForStorageKey" + CommandGetTrustTokens = "Storage.getTrustTokens" + CommandClearTrustTokens = "Storage.clearTrustTokens" + CommandGetInterestGroupDetails = "Storage.getInterestGroupDetails" + CommandSetInterestGroupTracking = "Storage.setInterestGroupTracking" + CommandSetInterestGroupAuctionTracking = "Storage.setInterestGroupAuctionTracking" + CommandGetSharedStorageMetadata = "Storage.getSharedStorageMetadata" + CommandGetSharedStorageEntries = "Storage.getSharedStorageEntries" + CommandSetSharedStorageEntry = "Storage.setSharedStorageEntry" + CommandDeleteSharedStorageEntry = "Storage.deleteSharedStorageEntry" + CommandClearSharedStorageEntries = "Storage.clearSharedStorageEntries" + CommandResetSharedStorageBudget = "Storage.resetSharedStorageBudget" + CommandSetSharedStorageTracking = "Storage.setSharedStorageTracking" + CommandSetStorageBucketTracking = "Storage.setStorageBucketTracking" + CommandDeleteStorageBucket = "Storage.deleteStorageBucket" + CommandRunBounceTrackingMitigations = "Storage.runBounceTrackingMitigations" + CommandSetAttributionReportingLocalTestingMode = "Storage.setAttributionReportingLocalTestingMode" + CommandSetAttributionReportingTracking = "Storage.setAttributionReportingTracking" + CommandSendPendingAttributionReports = "Storage.sendPendingAttributionReports" + CommandGetRelatedWebsiteSets = "Storage.getRelatedWebsiteSets" + CommandGetAffectedUrlsForThirdPartyCookieMetadata = "Storage.getAffectedUrlsForThirdPartyCookieMetadata" )