devtools-protocol 0.0.1627472 → 0.0.1628107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1770,6 +1770,7 @@
|
|
|
1770
1770
|
"FormInputHasWrongButWellIntendedAutocompleteValueError",
|
|
1771
1771
|
"ResponseWasBlockedByORB",
|
|
1772
1772
|
"NavigationEntryMarkedSkippable",
|
|
1773
|
+
"BackUINavigationWouldSkipAd",
|
|
1773
1774
|
"AutofillAndManualTextPolicyControlledFeaturesInfo",
|
|
1774
1775
|
"AutofillPolicyControlledFeatureInfo",
|
|
1775
1776
|
"ManualTextPolicyControlledFeatureInfo",
|
package/package.json
CHANGED
package/pdl/domains/Audits.pdl
CHANGED
|
@@ -425,6 +425,7 @@ experimental domain Audits
|
|
|
425
425
|
FormInputHasWrongButWellIntendedAutocompleteValueError
|
|
426
426
|
ResponseWasBlockedByORB
|
|
427
427
|
NavigationEntryMarkedSkippable
|
|
428
|
+
BackUINavigationWouldSkipAd
|
|
428
429
|
AutofillAndManualTextPolicyControlledFeaturesInfo
|
|
429
430
|
AutofillPolicyControlledFeatureInfo
|
|
430
431
|
ManualTextPolicyControlledFeatureInfo
|
package/types/protocol.d.ts
CHANGED
|
@@ -3705,7 +3705,7 @@ export namespace Protocol {
|
|
|
3705
3705
|
request: AffectedRequest;
|
|
3706
3706
|
}
|
|
3707
3707
|
|
|
3708
|
-
export type GenericIssueErrorType = ('FormLabelForNameError' | 'FormDuplicateIdForInputError' | 'FormInputWithNoLabelError' | 'FormAutocompleteAttributeEmptyError' | 'FormEmptyIdAndNameAttributesForInputError' | 'FormAriaLabelledByToNonExistingIdError' | 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError' | 'FormLabelHasNeitherForNorNestedInputError' | 'FormLabelForMatchesNonExistingIdError' | 'FormInputHasWrongButWellIntendedAutocompleteValueError' | 'ResponseWasBlockedByORB' | 'NavigationEntryMarkedSkippable' | 'AutofillAndManualTextPolicyControlledFeaturesInfo' | 'AutofillPolicyControlledFeatureInfo' | 'ManualTextPolicyControlledFeatureInfo' | 'FormModelContextParameterMissingTitleAndDescription' | 'FormModelContextMissingToolName' | 'FormModelContextMissingToolDescription' | 'FormModelContextRequiredParameterMissingName' | 'FormModelContextParameterMissingName');
|
|
3708
|
+
export type GenericIssueErrorType = ('FormLabelForNameError' | 'FormDuplicateIdForInputError' | 'FormInputWithNoLabelError' | 'FormAutocompleteAttributeEmptyError' | 'FormEmptyIdAndNameAttributesForInputError' | 'FormAriaLabelledByToNonExistingIdError' | 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError' | 'FormLabelHasNeitherForNorNestedInputError' | 'FormLabelForMatchesNonExistingIdError' | 'FormInputHasWrongButWellIntendedAutocompleteValueError' | 'ResponseWasBlockedByORB' | 'NavigationEntryMarkedSkippable' | 'BackUINavigationWouldSkipAd' | 'AutofillAndManualTextPolicyControlledFeaturesInfo' | 'AutofillPolicyControlledFeatureInfo' | 'ManualTextPolicyControlledFeatureInfo' | 'FormModelContextParameterMissingTitleAndDescription' | 'FormModelContextMissingToolName' | 'FormModelContextMissingToolDescription' | 'FormModelContextRequiredParameterMissingName' | 'FormModelContextParameterMissingName');
|
|
3709
3709
|
|
|
3710
3710
|
/**
|
|
3711
3711
|
* Depending on the concrete errorType, different properties are set.
|