From e957b12f68145b7827c765704c1bc59f328e35d0 Mon Sep 17 00:00:00 2001 From: David Nelson Date: Mon, 12 Aug 2024 15:50:24 -0500 Subject: [PATCH] Update to Chromium 127.0.6533.88 --- v2/gcdapi/accessibility.go | 12 +- v2/gcdapi/animation.go | 40 +++- v2/gcdapi/audits.go | 159 ++++++++++---- v2/gcdapi/autofill.go | 124 +++++++++++ v2/gcdapi/bluetoothemulation.go | 111 ++++++++++ v2/gcdapi/browser.go | 35 ++- v2/gcdapi/cachestorage.go | 20 +- v2/gcdapi/css.go | 213 +++++++++++++++--- v2/gcdapi/debugger.go | 38 ++-- v2/gcdapi/dom.go | 138 +++++++++++- v2/gcdapi/domsnapshot.go | 2 +- v2/gcdapi/emulation.go | 229 +++++++++++++++++++- v2/gcdapi/eventbreakpoints.go | 5 + v2/gcdapi/extensions.go | 115 ++++++++++ v2/gcdapi/fedcm.go | 67 +++++- v2/gcdapi/fetch.go | 28 +-- v2/gcdapi/filesystem.go | 85 ++++++++ v2/gcdapi/headlessexperimental.go | 23 +- v2/gcdapi/input.go | 19 +- v2/gcdapi/io.go | 4 +- v2/gcdapi/layertree.go | 7 +- v2/gcdapi/network.go | 344 ++++++++++++++++++----------- v2/gcdapi/overlay.go | 31 ++- v2/gcdapi/page.go | 304 ++++++++++++++++++-------- v2/gcdapi/performancetimeline.go | 2 +- v2/gcdapi/preload.go | 42 ++-- v2/gcdapi/pwa.go | 257 ++++++++++++++++++++++ v2/gcdapi/runtime.go | 62 +++--- v2/gcdapi/security.go | 2 +- v2/gcdapi/serviceworker.go | 1 + v2/gcdapi/storage.go | 346 ++++++++++++++++++++++++++---- v2/gcdapi/target.go | 10 +- v2/gcdapi/tracing.go | 6 +- v2/gcdapi/webauthn.go | 52 +++-- v2/gcdapigen/protocol.json | 2 +- 35 files changed, 2399 insertions(+), 536 deletions(-) create mode 100644 v2/gcdapi/autofill.go create mode 100644 v2/gcdapi/bluetoothemulation.go create mode 100644 v2/gcdapi/extensions.go create mode 100644 v2/gcdapi/filesystem.go create mode 100644 v2/gcdapi/pwa.go diff --git a/v2/gcdapi/accessibility.go b/v2/gcdapi/accessibility.go index 1fffc52..a6afa66 100644 --- a/v2/gcdapi/accessibility.go +++ b/v2/gcdapi/accessibility.go @@ -16,7 +16,7 @@ type AccessibilityAXValueSource struct { Attribute string `json:"attribute,omitempty"` // The name of the relevant attribute, if any. AttributeValue *AccessibilityAXValue `json:"attributeValue,omitempty"` // The value of the relevant attribute, if any. Superseded bool `json:"superseded,omitempty"` // Whether this source is superseded by a higher priority source. - NativeSource string `json:"nativeSource,omitempty"` // The native markup source for this value, e.g. a