Skip to content

Commit 5581170

Browse files
author
copybara-service
committed
deploy: a75c1ef
1 parent 0123852 commit 5581170

19 files changed

Lines changed: 108 additions & 33 deletions

front_end/core/common/Color.js

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

front_end/core/common/Color.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/core/common/common.js

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

front_end/core/common/common.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/core/platform/StringUtilities.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export declare const trimMiddle: (str: string, maxLength: number) => string;
4747
/** Returns a string that has no more than maxLength characters. Actual graphemes are used, not bytes. */
4848
export declare const trimEndWithMaxLength: (str: string, maxLength: number) => string;
4949
export declare const escapeForRegExp: (str: string) => string;
50+
export declare const escapeForURLPattern: (text: string) => string;
5051
export declare const naturalOrderComparator: (a: string, b: string) => number;
5152
export declare const base64ToSize: (content: string | null) => number;
5253
export declare const SINGLE_QUOTE = "'";

front_end/core/platform/StringUtilities.js

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

front_end/core/platform/StringUtilities.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/core/platform/platform.js

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

front_end/core/platform/platform.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/core/protocol_client/protocol_client.js

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

0 commit comments

Comments
 (0)