Skip to content

Commit 44b80b0

Browse files
Build 10-03-2024 (#25)
Latest devtools frontend commit: [3539050](https://chromium.googlesource.com/devtools/devtools-frontend.git/+/353905021a065c9684a243a1acccf71f4793c565) Co-authored-by: GitHub <noreply@github.com>
1 parent 20ac853 commit 44b80b0

File tree

972 files changed

+4332
-2854
lines changed

Some content is hidden

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

972 files changed

+4332
-2854
lines changed

Diff for: public/Images/Images.js

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

Diff for: public/Images/Images.prebundle.js

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

Diff for: public/Images/mouse.svg

+1-1
Loading

Diff for: public/Images/report.svg

+1
Loading

Diff for: public/Images/src/mouse.svg

+1-1
Loading

Diff for: public/Images/src/report.svg

+1
Loading

Diff for: public/core/common/ColorUtils-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"../../../../../../front_end/legacy/legacy-defs.d.ts",
3434
"../../../../../../front_end/global_typings/global_defs.d.ts",
3535
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
36-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
37-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
36+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
3837
]
3938
}

Diff for: public/core/common/common-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
"../../../../../../front_end/legacy/legacy-defs.d.ts",
6464
"../../../../../../front_end/global_typings/global_defs.d.ts",
6565
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
66-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
67-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
66+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
6867
],
6968
"references": [
7069
{

Diff for: public/core/common/devtools_entrypoint-bundle-typescript-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"../../../../../../front_end/legacy/legacy-defs.d.ts",
3434
"../../../../../../front_end/global_typings/global_defs.d.ts",
3535
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
36-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
37-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
36+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
3837
],
3938
"references": [
4039
{

Diff for: public/core/common/unittests-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"../../../../../../front_end/legacy/legacy-defs.d.ts",
6666
"../../../../../../front_end/global_typings/global_defs.d.ts",
6767
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
68-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
69-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
68+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
7069
],
7170
"references": [
7271
{

Diff for: public/core/dom_extension/devtools_entrypoint-bundle-typescript-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"../../../../../../front_end/legacy/legacy-defs.d.ts",
3434
"../../../../../../front_end/global_typings/global_defs.d.ts",
3535
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
36-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
37-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
36+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
3837
],
3938
"references": [
4039
{

Diff for: public/core/dom_extension/dom_extension-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"../../../../../../front_end/legacy/legacy-defs.d.ts",
3434
"../../../../../../front_end/global_typings/global_defs.d.ts",
3535
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
36-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
37-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
36+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
3837
],
3938
"references": [
4039
{

Diff for: public/core/dom_extension/unittests-tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"../../../../../../front_end/legacy/legacy-defs.d.ts",
4242
"../../../../../../front_end/global_typings/global_defs.d.ts",
4343
"../../../../../../front_end/global_typings/request_idle_callback.d.ts",
44-
"../../../../../../node_modules/@types/filesystem/index.d.ts",
45-
"../../../../../../node_modules/@webgpu/types/dist/index.d.ts"
44+
"../../../../../../node_modules/@types/filesystem/index.d.ts"
4645
],
4746
"references": [
4847
{

Diff for: public/core/host/AidaClient.js

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

0 commit comments

Comments
 (0)