Skip to content

Commit

Permalink
Build 26-01-2025 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Jan 26, 2025
1 parent f65c4f8 commit 13c5182
Show file tree
Hide file tree
Showing 920 changed files with 12,822 additions and 4,476 deletions.
1 change: 1 addition & 0 deletions public/Images/Images.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/Images/Images.prebundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/Images/account-tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/Images/src/account-tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions public/Tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1131,13 +1131,7 @@
SDK.TargetManager.TargetManager.instance().addModelListener(
SDK.NetworkManager.NetworkManager, SDK.NetworkManager.Events.ResponseReceived, onResponseReceived);

this.evaluateInConsole_(
`
let img = document.createElement('img');
img.src = "${url}";
document.body.appendChild(img);
`,
() => {});
this.evaluateInConsole_(`location.href= "${url}";`, () => {});

let count = 0;
function onResponseReceived(event) {
Expand Down
61 changes: 61 additions & 0 deletions public/application_color_tokens.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*
* Copyright 2023 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:root {
--icon-action: var(--sys-color-primary-bright);
--icon-arrow-main-thread: var(--sys-color-primary-bright);
--icon-checkmark-green: var(--sys-color-green-bright);
--icon-checkmark-purple: var(--sys-color-purple-bright);
--icon-checkmark-red: var(--sys-color-error-bright);
--icon-contrast-issue: var(--sys-color-error-bright);
--icon-default: var(--sys-color-on-surface-subtle);
--icon-default-hover: var(--sys-color-on-surface);
--icon-disabled: var(--sys-color-state-disabled);
--icon-error: var(--sys-color-error-bright);
--icon-file-authored: var(--sys-color-orange-bright);
--icon-file-default: var(--sys-color-on-surface-subtle);
--icon-file-document: var(--sys-color-blue-bright);
--icon-file-font: var(--sys-color-cyan-bright);
--icon-file-media: var(--sys-color-green-bright);
--icon-file-image: var(--sys-color-green-bright);
--icon-file-script: var(--sys-color-orange-bright);
--icon-file-styles: var(--sys-color-purple-bright);
--icon-fold-marker: var(--sys-color-on-surface-subtle);
--icon-folder-authored: var(--sys-color-orange);
--icon-folder-primary: var(--sys-color-on-surface-subtle);
--icon-folder-deployed: var(--sys-color-primary-bright);
--icon-folder-workspace: var(--sys-color-orange);
--icon-force-white: var(--sys-color-on-tonal-container);
--icon-gap-focus-selected: var(--sys-color-tonal-container);
--icon-gap-default: var(--sys-color-cdt-base-container);
--icon-gap-inactive: var(--sys-color-neutral-container);
--icon-gap-hover: var(--sys-color-state-hover-on-subtle);
--icon-gap-toolbar: var(--sys-color-surface1);
--icon-gap-toolbar-hover: var(--sys-color-state-header-hover);
--icon-info: var(--sys-color-primary-bright);
--icon-link: var(--sys-color-primary-bright);
--icon-no-request: var(--sys-color-orange-bright);
--icon-primary: var(--sys-color-primary-bright);
--icon-record: var(--sys-color-error-bright);
--icon-request-response: var(--sys-color-primary-bright);
--icon-request: var(--sys-color-on-surface-subtle);
--icon-security-lock: var(--sys-color-green-bright);
--icon-css: var(--sys-color-purple-bright);
--icon-css-hover: var(--sys-color-purple);
--icon-status-code-ok: var(--sys-color-tertiary-bright);
--icon-stop: var(--sys-color-error-bright);
--icon-toggled: var(--sys-color-primary-bright);
--icon-warning: var(--sys-color-orange-bright);
--ui-text: var(--sys-color-on-surface-subtle);
--text-disabled: var(--ref-palette-neutral60);
--text-primary: var(--sys-color-on-surface);
--text-secondary: var(--sys-color-token-subtle);
--text-link: var(--sys-color-primary);
--color-grid-stripe: var(--sys-color-surface1);
--color-grid-default: var(--sys-color-surface);
--color-grid-focus-selected: var(--sys-color-tonal-container);
--color-grid-selected: var(--sys-color-surface-variant);
--color-grid-hovered: var(--sys-color-state-hover-on-subtle);
}
1 change: 1 addition & 0 deletions public/core/common/Color.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ declare abstract class ShortFormatColorBase implements Color {
protected readonly color: Legacy;
constructor(color: Legacy);
get alpha(): number | null;
rgba(): Color4D;
equal(color: Color): boolean;
setAlpha(alpha: number): Color;
format(): Format;
Expand Down
3 changes: 3 additions & 0 deletions public/core/common/Color.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/Color.js.map

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions public/core/dom_extension/DOMExtension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/dom_extension/DOMExtension.js.map

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions public/core/dom_extension/DOMExtension.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/dom_extension/DOMExtension.test.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/core/dom_extension/unittests-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"references": [
{
"path": "./bundle-tsconfig.json"
},
{
"path": "../../testing/testing-tsconfig.json"
}
]
}
1 change: 0 additions & 1 deletion public/core/host/UserMetrics.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ export declare enum DevtoolsExperiments {
'use-source-map-scopes' = 76,
'network-panel-filter-bar-redesign' = 79,
'autofill-view' = 82,
'css-type-component-length-deprecate' = 85,
'timeline-show-postmessage-events' = 86,
'timeline-enhanced-traces' = 90,
'timeline-compiled-sources' = 91,
Expand Down
1 change: 0 additions & 1 deletion public/core/host/UserMetrics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/host/UserMetrics.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/en-US.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/en-XL.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/i18n/locales/generated/collected-ui-strings.d

Large diffs are not rendered by default.

Loading

0 comments on commit 13c5182

Please sign in to comment.