Skip to content

Commit f703ad6

Browse files
Build 20-10-2024 (#57)
Latest devtools frontend commit: [11db398](https://chromium.googlesource.com/devtools/devtools-frontend.git/+/11db398f811784395a6706cf3f800014d98171d9) Co-authored-by: GitHub <noreply@github.com>
1 parent 719fcca commit f703ad6

File tree

598 files changed

+5802
-2299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

598 files changed

+5802
-2299
lines changed

public/Images/Images.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/Images/Images.prebundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/Images/center-focus-weak.svg

+1
Loading
+1
Loading

public/core/common/ResourceType.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ export declare class ResourceType {
3232
canonicalMimeType(): string;
3333
}
3434
export declare class ResourceCategory {
35+
readonly name: string;
3536
title: () => Platform.UIString.LocalizedString;
3637
shortTitle: () => Platform.UIString.LocalizedString;
37-
constructor(title: () => Platform.UIString.LocalizedString, shortTitle: () => Platform.UIString.LocalizedString);
38+
constructor(name: string, title: () => Platform.UIString.LocalizedString, shortTitle: () => Platform.UIString.LocalizedString);
3839
static categoryByTitle(title: string): ResourceCategory | null;
3940
}
4041
export declare const resourceCategories: {

public/core/common/ResourceType.js

+14-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/core/common/ResourceType.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)