Skip to content

Commit

Permalink
Build 31-03-2024 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Mar 31, 2024
1 parent b732351 commit 354ed67
Show file tree
Hide file tree
Showing 210 changed files with 1,325 additions and 665 deletions.
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.

11 changes: 7 additions & 4 deletions public/core/i18n/locales/generated/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6476,6 +6476,9 @@
"panels/explain/explain-meta.ts | policyRestricted": {
"message": "Your organization turned off this feature. Contact your administrators for more information."
},
"panels/explain/explain-meta.ts | rolloutRestricted": {
"message": "This feature is currently being rolled out. Please try again later."
},
"panels/explain/explain-meta.ts | wrongLocale": {
"message": "To use this feature, update your Language preference in DevTools Settings to English."
},
Expand Down Expand Up @@ -12281,8 +12284,8 @@
"panels/timeline/components/InteractionBreakdown.ts | presentationDelay": {
"message": "Presentation delay"
},
"panels/timeline/components/InteractionBreakdown.ts | processingTime": {
"message": "Processing time"
"panels/timeline/components/InteractionBreakdown.ts | processingDuration": {
"message": "Processing duration"
},
"panels/timeline/CountersGraph.ts | documents": {
"message": "Documents"
Expand Down Expand Up @@ -13316,8 +13319,8 @@
"panels/timeline/TimelineUIUtils.ts | priority": {
"message": "Priority"
},
"panels/timeline/TimelineUIUtils.ts | processingTime": {
"message": "Processing time"
"panels/timeline/TimelineUIUtils.ts | processingDuration": {
"message": "Processing duration"
},
"panels/timeline/TimelineUIUtils.ts | producedCacheSize": {
"message": "Produced Cache Size"
Expand Down
11 changes: 7 additions & 4 deletions public/core/i18n/locales/generated/en-XL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6476,6 +6476,9 @@
"panels/explain/explain-meta.ts | policyRestricted": {
"message": "Ŷóûŕ ôŕĝán̂íẑát̂íôń t̂úr̂ńêd́ ôf́f̂ t́ĥíŝ f́êát̂úr̂é. Ĉón̂t́âćt̂ ýôúr̂ ád̂ḿîńîśt̂ŕât́ôŕŝ f́ôŕ m̂ór̂é îńf̂ór̂ḿât́îón̂."
},
"panels/explain/explain-meta.ts | rolloutRestricted": {
"message": "T̂h́îś f̂éât́ûŕê íŝ ćûŕr̂én̂t́l̂ý b̂éîńĝ ŕôĺl̂éd̂ óût́. P̂ĺêáŝé t̂ŕŷ áĝáîń l̂át̂ér̂."
},
"panels/explain/explain-meta.ts | wrongLocale": {
"message": "T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ûṕd̂át̂é ŷóûŕ L̂án̂ǵûáĝé p̂ŕêf́êŕêńĉé îń D̂év̂T́ôól̂ś Ŝét̂t́îńĝś t̂ó Êńĝĺîśĥ."
},
Expand Down Expand Up @@ -12281,8 +12284,8 @@
"panels/timeline/components/InteractionBreakdown.ts | presentationDelay": {
"message": "P̂ŕêśêńt̂át̂íôń d̂él̂áŷ"
},
"panels/timeline/components/InteractionBreakdown.ts | processingTime": {
"message": "P̂ŕôćêśŝín̂ǵ t̂ím̂é"
"panels/timeline/components/InteractionBreakdown.ts | processingDuration": {
"message": "P̂ŕôćêśŝín̂ǵ d̂úr̂át̂íôń"
},
"panels/timeline/CountersGraph.ts | documents": {
"message": "D̂óĉúm̂én̂t́ŝ"
Expand Down Expand Up @@ -13316,8 +13319,8 @@
"panels/timeline/TimelineUIUtils.ts | priority": {
"message": "P̂ŕîór̂ít̂ý"
},
"panels/timeline/TimelineUIUtils.ts | processingTime": {
"message": "P̂ŕôćêśŝín̂ǵ t̂ím̂é"
"panels/timeline/TimelineUIUtils.ts | processingDuration": {
"message": "P̂ŕôćêśŝín̂ǵ d̂úr̂át̂íôń"
},
"panels/timeline/TimelineUIUtils.ts | producedCacheSize": {
"message": "P̂ŕôd́ûćêd́ Ĉáĉh́ê Śîźê"
Expand Down
2 changes: 1 addition & 1 deletion public/core/sdk/OverlayPersistentHighlighter.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/core/sdk/RemoteObject.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ export declare class RemoteObjectImpl extends RemoteObject {
#private;
runtimeModelInternal: RuntimeModel;
hasChildrenInternal: boolean;
constructor(runtimeModel: RuntimeModel, objectId: Protocol.Runtime.RemoteObjectId | undefined, type: string, subtype: string | undefined, value: any, unserializableValue?: string, description?: string, preview?: Protocol.Runtime.ObjectPreview, customPreview?: Protocol.Runtime.CustomPreview, className?: string);
constructor(runtimeModel: RuntimeModel, objectId: Protocol.Runtime.RemoteObjectId | undefined, type: string, subtype: string | undefined, value: typeof RemoteObject.prototype.value, unserializableValue?: string, description?: string, preview?: Protocol.Runtime.ObjectPreview, customPreview?: Protocol.Runtime.CustomPreview, className?: string);
customPreview(): Protocol.Runtime.CustomPreview | null;
get objectId(): Protocol.Runtime.RemoteObjectId | undefined;
get type(): string;
get subtype(): string | undefined;
get value(): any;
get value(): typeof RemoteObject.prototype.value;
unserializableValue(): string | undefined;
get description(): string | undefined;
set description(description: string | undefined);
Expand All @@ -77,7 +77,7 @@ export declare class RemoteObjectImpl extends RemoteObject {
}
export declare class ScopeRemoteObject extends RemoteObjectImpl {
#private;
constructor(runtimeModel: RuntimeModel, objectId: Protocol.Runtime.RemoteObjectId | undefined, scopeRef: ScopeRef, type: string, subtype: string | undefined, value: any, unserializableValue?: string, description?: string, preview?: Protocol.Runtime.ObjectPreview);
constructor(runtimeModel: RuntimeModel, objectId: Protocol.Runtime.RemoteObjectId | undefined, scopeRef: ScopeRef, type: string, subtype: string | undefined, value: typeof RemoteObjectImpl.prototype.value, unserializableValue?: string, description?: string, preview?: Protocol.Runtime.ObjectPreview);
doGetProperties(ownProperties: boolean, accessorPropertiesOnly: boolean, _generatePreview: boolean): Promise<GetPropertiesResult>;
doSetObjectPropertyValue(result: Protocol.Runtime.RemoteObject, argumentName: Protocol.Runtime.CallArgument): Promise<string | undefined>;
}
Expand Down Expand Up @@ -111,10 +111,10 @@ export declare class RemoteObjectProperty {
}
export declare class LocalJSONObject extends RemoteObject {
#private;
valueInternal: any;
constructor(value: any);
valueInternal: typeof RemoteObject.prototype.value;
constructor(value: typeof RemoteObject.prototype.value);
get objectId(): Protocol.Runtime.RemoteObjectId | undefined;
get value(): any;
get value(): typeof RemoteObject.prototype.value;
unserializableValue(): string | undefined;
get description(): string;
private formatValue;
Expand Down
20 changes: 2 additions & 18 deletions public/core/sdk/RemoteObject.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/sdk/RemoteObject.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/sdk/RuntimeModel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export declare class RuntimeModel extends SDKModel<EventTypes> {
usedSize: number;
totalSize: number;
} | null>;
inspectRequested(payload: Protocol.Runtime.RemoteObject, hints?: any, executionContextId?: number): void;
inspectRequested(payload: Protocol.Runtime.RemoteObject, hints: unknown, executionContextId?: number): void;
addBinding(event: Protocol.Runtime.AddBindingRequest): Promise<Protocol.ProtocolResponseWithError>;
removeBinding(request: Protocol.Runtime.RemoveBindingRequest): Promise<Protocol.ProtocolResponseWithError>;
bindingCalled(event: Protocol.Runtime.BindingCalledEvent): void;
Expand Down
18 changes: 9 additions & 9 deletions public/core/sdk/RuntimeModel.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/sdk/RuntimeModel.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/devtools_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@
<include file="models/trace/helpers/Trace.js" name="MODELS_TRACE_HELPERS_TRACE_JS" resource_path="models/trace/helpers/Trace.js" type="BINDATA" compress="false"/>
<include file="models/trace/helpers/TreeHelpers.js" name="MODELS_TRACE_HELPERS_TREEHELPERS_JS" resource_path="models/trace/helpers/TreeHelpers.js" type="BINDATA" compress="false"/>
<include file="models/trace/insights/InsightRunners.js" name="MODELS_TRACE_INSIGHTS_INSIGHTRUNNERS_JS" resource_path="models/trace/insights/InsightRunners.js" type="BINDATA" compress="false"/>
<include file="models/trace/insights/InteractionToNextPaint.js" name="MODELS_TRACE_INSIGHTS_INTERACTIONTONEXTPAINT_JS" resource_path="models/trace/insights/InteractionToNextPaint.js" type="BINDATA" compress="false"/>
<include file="models/trace/insights/LargestContentfulPaint.js" name="MODELS_TRACE_INSIGHTS_LARGESTCONTENTFULPAINT_JS" resource_path="models/trace/insights/LargestContentfulPaint.js" type="BINDATA" compress="false"/>
<include file="models/trace/insights/RenderBlocking.js" name="MODELS_TRACE_INSIGHTS_RENDERBLOCKING_JS" resource_path="models/trace/insights/RenderBlocking.js" type="BINDATA" compress="false"/>
<include file="models/trace/insights/types.js" name="MODELS_TRACE_INSIGHTS_TYPES_JS" resource_path="models/trace/insights/types.js" type="BINDATA" compress="false"/>
Expand Down

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions public/entrypoints/heap_snapshot_worker/HeapSnapshotLoader.js

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as HeapSnapshotModel from '../../models/heap_snapshot_model/heap_snapshot_model.js';
export declare class HeapSnapshotWorkerDispatcher {
#private;
constructor(globalObject: Worker, postMessage: Function);
sendEvent(name: string, data: any): void;
constructor(postMessage: typeof Window.prototype.postMessage);
sendEvent(name: string, data: unknown): void;
dispatchMessage({ data }: {
data: HeapSnapshotModel.HeapSnapshotModel.WorkerCommand;
}): void;
Expand Down

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

Loading

0 comments on commit 354ed67

Please sign in to comment.