Skip to content

Commit d6d6782

Browse files
author
copybara-service
committed
deploy: 0daf2c4
1 parent 2599073 commit d6d6782

17 files changed

Lines changed: 67 additions & 57 deletions

front_end/core/protocol_client/protocol_client.js

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/protocol_client/protocol_client.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/InspectorBackendCommands.js

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/InspectorBackendCommands.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/generated/protocol-mapping.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,14 +1170,6 @@ export namespace ProtocolMapping {
11701170
paramsType: [];
11711171
returnType: void;
11721172
};
1173-
/**
1174-
* Runs the contrast check for the target page. Found issues are reported
1175-
* using Audits.issueAdded event.
1176-
*/
1177-
'Audits.checkContrast': {
1178-
paramsType: [Protocol.Audits.CheckContrastRequest?];
1179-
returnType: void;
1180-
};
11811173
/**
11821174
* Runs the form issues check for the target page. Found issues are reported
11831175
* using Audits.issueAdded event.

front_end/generated/protocol-proxy-api.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,6 @@ declare namespace ProtocolProxyApi {
393393
*/
394394
invoke_enable(): Promise<Protocol.ProtocolResponseWithError>;
395395

396-
/**
397-
* Runs the contrast check for the target page. Found issues are reported
398-
* using Audits.issueAdded event.
399-
*/
400-
invoke_checkContrast(params: Protocol.Audits.CheckContrastRequest): Promise<Protocol.ProtocolResponseWithError>;
401-
402396
/**
403397
* Runs the form issues check for the target page. Found issues are reported
404398
* using Audits.issueAdded event.

front_end/generated/protocol.d.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -958,15 +958,6 @@ export declare namespace Audits {
958958
isWarning: boolean;
959959
type: SharedArrayBufferIssueType;
960960
}
961-
interface LowTextContrastIssueDetails {
962-
violatingNodeId: DOM.BackendNodeId;
963-
violatingNodeSelector: string;
964-
contrastRatio: number;
965-
thresholdAA: number;
966-
thresholdAAA: number;
967-
fontSize: string;
968-
fontWeight: string;
969-
}
970961
/**
971962
* Details for a CORS related issue, e.g. a warning or error related to
972963
* CORS RFC1918 enforcement.
@@ -1497,7 +1488,6 @@ export declare namespace Audits {
14971488
HeavyAdIssue = "HeavyAdIssue",
14981489
ContentSecurityPolicyIssue = "ContentSecurityPolicyIssue",
14991490
SharedArrayBufferIssue = "SharedArrayBufferIssue",
1500-
LowTextContrastIssue = "LowTextContrastIssue",
15011491
CorsIssue = "CorsIssue",
15021492
AttributionReportingIssue = "AttributionReportingIssue",
15031493
QuirksModeIssue = "QuirksModeIssue",
@@ -1534,7 +1524,6 @@ export declare namespace Audits {
15341524
heavyAdIssueDetails?: HeavyAdIssueDetails;
15351525
contentSecurityPolicyIssueDetails?: ContentSecurityPolicyIssueDetails;
15361526
sharedArrayBufferIssueDetails?: SharedArrayBufferIssueDetails;
1537-
lowTextContrastIssueDetails?: LowTextContrastIssueDetails;
15381527
corsIssueDetails?: CorsIssueDetails;
15391528
attributionReportingIssueDetails?: AttributionReportingIssueDetails;
15401529
quirksModeIssueDetails?: QuirksModeIssueDetails;
@@ -1616,12 +1605,6 @@ export declare namespace Audits {
16161605
*/
16171606
encodedSize: integer;
16181607
}
1619-
interface CheckContrastRequest {
1620-
/**
1621-
* Whether to report WCAG AAA level issues. Default is false.
1622-
*/
1623-
reportAAA?: boolean;
1624-
}
16251608
interface CheckFormsIssuesResponse extends ProtocolResponseWithError {
16261609
formIssues: GenericIssueDetails[];
16271610
}
@@ -14179,6 +14162,7 @@ export declare namespace Page {
1417914162
BackForwardCacheDisabledForPrerender = "BackForwardCacheDisabledForPrerender",
1418014163
UserAgentOverrideDiffers = "UserAgentOverrideDiffers",
1418114164
ForegroundCacheLimit = "ForegroundCacheLimit",
14165+
ForwardCacheDisabled = "ForwardCacheDisabled",
1418214166
BrowsingInstanceNotSwapped = "BrowsingInstanceNotSwapped",
1418314167
BackForwardCacheDisabledForDelegate = "BackForwardCacheDisabledForDelegate",
1418414168
UnloadHandlerExistsInMainFrame = "UnloadHandlerExistsInMainFrame",

front_end/generated/protocol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/javascript_metadata/NativeFunctions.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)