You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/gcdapi/audits.go
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ type AuditsCookieIssueDetails struct {
32
32
Cookie*AuditsAffectedCookie`json:"cookie,omitempty"`// If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created.
Operationstring`json:"operation"`// Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. enum values: SetCookie, ReadCookie
@@ -146,20 +146,21 @@ type AuditsNavigatorUserAgentIssueDetails struct {
146
146
147
147
// Depending on the concrete errorType, different properties are set.
148
148
typeAuditsGenericIssueDetailsstruct {
149
-
ErrorTypestring`json:"errorType"`// Issues with the same errorType are aggregated in the frontend. enum values: CrossOriginPortalPostMessageError
150
-
FrameIdstring`json:"frameId,omitempty"`//
149
+
ErrorTypestring`json:"errorType"`// Issues with the same errorType are aggregated in the frontend. enum values: CrossOriginPortalPostMessageError, FormLabelForNameError, FormDuplicateIdForInputError, FormInputWithNoLabelError, FormAutocompleteAttributeEmptyError, FormEmptyIdAndNameAttributesForInputError, FormAriaLabelledByToNonExistingId, FormInputAssignedAutocompleteValueToIdOrNameAttributeError, FormLabelHasNeitherForNorNestedInput, FormLabelForMatchesNonExistingIdError
// This issue tracks information needed to print a deprecation message. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
0 commit comments