Skip to content

Commit 649a167

Browse files
Build 27-10-2024 (#58)
Latest devtools frontend commit: [07a4a5d](https://chromium.googlesource.com/devtools/devtools-frontend.git/+/07a4a5dca94be566d2298bad412e4100c14e97ce) Co-authored-by: GitHub <noreply@github.com>
1 parent f703ad6 commit 649a167

File tree

588 files changed

+7348
-2650
lines changed

Some content is hidden

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

588 files changed

+7348
-2650
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/home.svg

+1
Loading

public/Images/src/home.svg

+1
Loading

public/core/common/Color.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@ export declare class Legacy implements Color {
296296
a: (number | undefined);
297297
};
298298
invert(): Legacy;
299+
/**
300+
* Returns a new color using the NTSC formula for making a RGB color grayscale.
301+
* Note: this is ill-defined for colors with alpha, and alpha is not modified.
302+
*/
303+
grayscale(): Legacy;
299304
setAlpha(alpha: number): Legacy;
300305
blendWith(fgColor: Legacy): Legacy;
301306
blendWithAlpha(alpha: number): Legacy;

public/core/common/Color.js

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

public/core/common/Color.js.map

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

public/core/host/InspectorFrontendHostAPI.d.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,19 @@ export interface InspectorFrontendHostAPI {
251251
recordChange(event: ChangeEvent): void;
252252
recordKeyDown(event: KeyDownEvent): void;
253253
}
254+
export interface AcceleratorDescriptor {
255+
keyCode: number;
256+
modifiers: number;
257+
}
254258
export interface ContextMenuDescriptor {
255259
type: 'checkbox' | 'item' | 'separator' | 'subMenu';
256260
id?: number;
257261
label?: string;
262+
accelerator?: AcceleratorDescriptor;
258263
isExperimentalFeature?: boolean;
259264
enabled?: boolean;
260265
checked?: boolean;
266+
isDevToolsPerformanceMenuItem?: boolean;
261267
subItems?: ContextMenuDescriptor[];
262268
shortcut?: string;
263269
jslogContext?: string;
@@ -346,7 +352,6 @@ export declare const enum EnumeratedHistogram {
346352
CSSHintShown = "DevTools.CSSHintShown",
347353
LighthouseModeRun = "DevTools.LighthouseModeRun",
348354
LighthouseCategoryUsed = "DevTools.LighthouseCategoryUsed",
349-
ColorPickerOpenedFrom = "DevTools.ColorPickerOpenedFrom",
350355
CSSPropertyDocumentation = "DevTools.CSSPropertyDocumentation",
351356
SwatchActivated = "DevTools.SwatchActivated",
352357
AnimationPlaybackRateChanged = "DevTools.AnimationPlaybackRateChanged",

public/core/host/InspectorFrontendHostAPI.js.map

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

public/core/host/UserMetrics.d.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export declare class UserMetrics {
3838
cssHintShown(type: CSSHintType): void;
3939
lighthouseModeRun(type: LighthouseModeRun): void;
4040
lighthouseCategoryUsed(type: LighthouseCategoryUsed): void;
41-
colorPickerOpenedFrom(type: ColorPickerOpenedFrom): void;
4241
cssPropertyDocumentation(type: CSSPropertyDocumentation): void;
4342
swatchActivated(swatch: SwatchType): void;
4443
animationPlaybackRateChanged(playbackRate: AnimationsPlaybackRate): void;
@@ -663,12 +662,8 @@ export declare enum DevtoolsExperiments {
663662
'extension-storage-viewer' = 100,
664663
'floating-entry-points-for-ai-assistance' = 101,
665664
'timeline-experimental-insights' = 102,
666-
MAX_VALUE = 103
667-
}
668-
export declare const enum ColorPickerOpenedFrom {
669-
SOURCES_PANEL = 0,
670-
STYLES_TAB = 1,
671-
MAX_VALUE = 2
665+
'timeline-dim-unrelated-events' = 103,
666+
MAX_VALUE = 104
672667
}
673668
export declare const enum CSSPropertyDocumentation {
674669
SHOWN = 0,

public/core/host/UserMetrics.js

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

public/core/host/UserMetrics.js.map

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

public/core/i18n/locales/af.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/am.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/ar.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/as.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/az.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/be.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/bg.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/bn.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/bs.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/ca.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/cs.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/cy.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/da.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/de.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/el.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/en-GB.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/en-US.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/en-XL.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/es-419.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/es.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/et.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/eu.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/fa.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/fi.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/fil.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/fr-CA.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/fr.json

+1-1
Large diffs are not rendered by default.

public/core/i18n/locales/generated/collected-ui-strings.d

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)