Skip to content

Commit ce12540

Browse files
Build 17-11-2024 (#61)
Latest devtools frontend commit: [52cd052](https://chromium.googlesource.com/devtools/devtools-frontend.git/+/52cd0520fea2ed336d8f270d9baee55e0c1f696d) Co-authored-by: GitHub <noreply@github.com>
1 parent 41c43cd commit ce12540

File tree

487 files changed

+8867
-7589
lines changed

Some content is hidden

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

487 files changed

+8867
-7589
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/domain.svg

+1
Loading

public/Images/src/domain.svg

+3
Loading

public/core/host/AidaClient.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export declare const enum Rating {
1010
POSITIVE = "POSITIVE",
1111
NEGATIVE = "NEGATIVE"
1212
}
13-
export interface Chunk {
13+
export interface HistoryChunk {
1414
text: string;
1515
entity: Entity;
1616
}
@@ -36,10 +36,10 @@ export declare enum UserTier {
3636
export interface AidaRequest {
3737
input: string;
3838
preamble?: string;
39-
chat_history?: Chunk[];
39+
chat_history?: HistoryChunk[];
4040
client: string;
4141
options?: {
42-
temperature?: Number;
42+
temperature?: number;
4343
model_id?: string;
4444
};
4545
metadata?: {

public/core/host/AidaClient.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

-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ export declare enum DevtoolsExperiments {
666666
'timeline-rpp-sidebar' = 95,
667667
'timeline-observations' = 96,
668668
'timeline-server-timings' = 98,
669-
'extension-storage-viewer' = 100,
670669
'floating-entry-points-for-ai-assistance' = 101,
671670
'timeline-experimental-insights' = 102,
672671
'timeline-dim-unrelated-events' = 103,

public/core/host/UserMetrics.js

-1
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/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/generated/collected-ui-strings.d

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

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

+40-10
Original file line numberDiff line numberDiff line change
@@ -8861,6 +8861,9 @@
88618861
"panels/network/NetworkPanel.ts | doNotClearLogOnPageReload": {
88628862
"message": "Do not clear log on page reload / navigation"
88638863
},
8864+
"panels/network/NetworkPanel.ts | exportHar": {
8865+
"message": "Export HAR (either sanitized or with sensitive data)"
8866+
},
88648867
"panels/network/NetworkPanel.ts | exportHarSanitized": {
88658868
"message": "Export HAR (sanitized)..."
88668869
},
@@ -10538,12 +10541,36 @@
1053810541
"panels/security/CookieReportView.ts | body": {
1053910542
"message": "Third-party cookies that might be restricted by users, depending on their settings. If a user chooses to restrict cookies, then this site might not work for them."
1054010543
},
10544+
"panels/security/CookieReportView.ts | domain": {
10545+
"message": "Domain"
10546+
},
1054110547
"panels/security/CookieReportView.ts | learnMoreLink": {
1054210548
"message": "Learn more about how third-party cookies are used"
1054310549
},
10550+
"panels/security/CookieReportView.ts | name": {
10551+
"message": "Name"
10552+
},
10553+
"panels/security/CookieReportView.ts | platform": {
10554+
"message": "Platform"
10555+
},
10556+
"panels/security/CookieReportView.ts | recommendation": {
10557+
"message": "Recommendation"
10558+
},
10559+
"panels/security/CookieReportView.ts | report": {
10560+
"message": "Third-Party Cookie Report"
10561+
},
10562+
"panels/security/CookieReportView.ts | status": {
10563+
"message": "Status"
10564+
},
1054410565
"panels/security/CookieReportView.ts | title": {
1054510566
"message": "Third-party cookies"
1054610567
},
10568+
"panels/security/CookieReportView.ts | type": {
10569+
"message": "Type"
10570+
},
10571+
"panels/security/CookieReportView.ts | unknown": {
10572+
"message": "Unknown"
10573+
},
1054710574
"panels/security/security-meta.ts | security": {
1054810575
"message": "Security"
1054910576
},
@@ -11517,7 +11544,7 @@
1151711544
"message": "Learn more"
1151811545
},
1151911546
"panels/settings/SettingsScreen.ts | noResults": {
11520-
"message": "Warning: No experiments match the filter"
11547+
"message": "No experiments match the filter"
1152111548
},
1152211549
"panels/settings/SettingsScreen.ts | oneOrMoreSettingsHaveChanged": {
1152311550
"message": "One or more settings have changed which requires a reload to take effect."
@@ -12701,6 +12728,15 @@
1270112728
"panels/timeline/components/FieldSettingsDialog.ts | whenPerformanceIsShown": {
1270212729
"message": "When DevTools is open, the URLs you visit will be sent to Google to query field data. These requests are not tied to your Google account."
1270312730
},
12731+
"panels/timeline/components/insights/BaseInsightComponent.ts | estimatedSavings": {
12732+
"message": "Est savings: {PH1}"
12733+
},
12734+
"panels/timeline/components/insights/BaseInsightComponent.ts | estimatedSavingsTimingAndBytes": {
12735+
"message": "Est savings: {PH1} & {PH2}"
12736+
},
12737+
"panels/timeline/components/insights/BaseInsightComponent.ts | viewDetails": {
12738+
"message": "View details for {PH1}"
12739+
},
1270412740
"panels/timeline/components/insights/CLSCulprits.ts | animation": {
1270512741
"message": "Animation"
1270612742
},
@@ -12821,15 +12857,6 @@
1282112857
"panels/timeline/components/insights/RenderBlocking.ts | renderBlockingRequest": {
1282212858
"message": "Request"
1282312859
},
12824-
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavings": {
12825-
"message": "Est savings: {PH1}"
12826-
},
12827-
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavingsTimingAndBytes": {
12828-
"message": "Est savings: {PH1} & {PH2}"
12829-
},
12830-
"panels/timeline/components/insights/SidebarInsight.ts | viewDetails": {
12831-
"message": "View details for {PH1}"
12832-
},
1283312860
"panels/timeline/components/insights/SlowCSSSelector.ts | elapsed": {
1283412861
"message": "Elapsed time"
1283512862
},
@@ -15812,6 +15839,9 @@
1581215839
"ui/legacy/InspectorView.ts | panels": {
1581315840
"message": "Panels"
1581415841
},
15842+
"ui/legacy/InspectorView.ts | reloadDebuggedTab": {
15843+
"message": "Reload"
15844+
},
1581515845
"ui/legacy/InspectorView.ts | reloadDevtools": {
1581615846
"message": "Reload DevTools"
1581715847
},

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

+40-10
Original file line numberDiff line numberDiff line change
@@ -8861,6 +8861,9 @@
88618861
"panels/network/NetworkPanel.ts | doNotClearLogOnPageReload": {
88628862
"message": "D̂ó n̂ót̂ ćl̂éâŕ l̂óĝ ón̂ ṕâǵê ŕêĺôád̂ / ńâv́îǵât́îón̂"
88638863
},
8864+
"panels/network/NetworkPanel.ts | exportHar": {
8865+
"message": "Êx́p̂ór̂t́ HAR (êít̂h́êŕ ŝán̂ít̂íẑéd̂ ór̂ ẃît́ĥ śêńŝít̂ív̂é d̂át̂á)"
8866+
},
88648867
"panels/network/NetworkPanel.ts | exportHarSanitized": {
88658868
"message": "Êx́p̂ór̂t́ HAR (ŝán̂ít̂íẑéd̂)..."
88668869
},
@@ -10538,12 +10541,36 @@
1053810541
"panels/security/CookieReportView.ts | body": {
1053910542
"message": "T̂h́îŕd̂-ṕâŕt̂ý ĉóôḱîéŝ t́ĥát̂ ḿîǵĥt́ b̂é r̂éŝt́r̂íĉt́êd́ b̂ý ûśêŕŝ, d́êṕêńd̂ín̂ǵ ôń t̂h́êír̂ śêt́t̂ín̂ǵŝ. Íf̂ á ûśêŕ ĉh́ôóŝéŝ t́ô ŕêśt̂ŕîćt̂ ćôók̂íêś, t̂h́êń t̂h́îś ŝít̂é m̂íĝh́t̂ ńôt́ ŵór̂ḱ f̂ór̂ t́ĥém̂."
1054010543
},
10544+
"panels/security/CookieReportView.ts | domain": {
10545+
"message": "D̂óm̂áîń"
10546+
},
1054110547
"panels/security/CookieReportView.ts | learnMoreLink": {
1054210548
"message": "L̂éâŕn̂ ḿôŕê áb̂óût́ ĥóŵ t́ĥír̂d́-p̂ár̂t́ŷ ćôók̂íêś âŕê úŝéd̂"
1054310549
},
10550+
"panels/security/CookieReportView.ts | name": {
10551+
"message": "N̂ám̂é"
10552+
},
10553+
"panels/security/CookieReportView.ts | platform": {
10554+
"message": "P̂ĺât́f̂ór̂ḿ"
10555+
},
10556+
"panels/security/CookieReportView.ts | recommendation": {
10557+
"message": "R̂éĉóm̂ḿêńd̂át̂íôń"
10558+
},
10559+
"panels/security/CookieReportView.ts | report": {
10560+
"message": "T̂h́îŕd̂-Ṕâŕt̂ý Ĉóôḱîé R̂ép̂ór̂t́"
10561+
},
10562+
"panels/security/CookieReportView.ts | status": {
10563+
"message": "Ŝt́ât́ûś"
10564+
},
1054410565
"panels/security/CookieReportView.ts | title": {
1054510566
"message": "T̂h́îŕd̂-ṕâŕt̂ý ĉóôḱîéŝ"
1054610567
},
10568+
"panels/security/CookieReportView.ts | type": {
10569+
"message": "T̂ýp̂é"
10570+
},
10571+
"panels/security/CookieReportView.ts | unknown": {
10572+
"message": "Ûńk̂ńôẃn̂"
10573+
},
1054710574
"panels/security/security-meta.ts | security": {
1054810575
"message": "Ŝéĉúr̂ít̂ý"
1054910576
},
@@ -11517,7 +11544,7 @@
1151711544
"message": "L̂éâŕn̂ ḿôŕê"
1151811545
},
1151911546
"panels/settings/SettingsScreen.ts | noResults": {
11520-
"message": "Ŵár̂ńîńĝ: Ńô éx̂ṕêŕîḿêńt̂ś m̂át̂ćĥ t́ĥé f̂íl̂t́êŕ"
11547+
"message": "N̂ó êx́p̂ér̂ím̂én̂t́ŝ ḿât́ĉh́ t̂h́ê f́îĺt̂ér̂"
1152111548
},
1152211549
"panels/settings/SettingsScreen.ts | oneOrMoreSettingsHaveChanged": {
1152311550
"message": "Ôńê ór̂ ḿôŕê śêt́t̂ín̂ǵŝ h́âv́ê ćĥán̂ǵêd́ ŵh́îćĥ ŕêq́ûír̂éŝ á r̂él̂óâd́ t̂ó t̂ák̂é êf́f̂éĉt́."
@@ -12701,6 +12728,15 @@
1270112728
"panels/timeline/components/FieldSettingsDialog.ts | whenPerformanceIsShown": {
1270212729
"message": "Ŵh́êń D̂év̂T́ôól̂ś îś ôṕêń, t̂h́ê ÚR̂Ĺŝ ýôú v̂íŝít̂ ẃîĺl̂ b́ê śêńt̂ t́ô Ǵôóĝĺê t́ô q́ûér̂ý f̂íêĺd̂ d́ât́â. T́ĥéŝé r̂éq̂úêśt̂ś âŕê ńôt́ t̂íêd́ t̂ó ŷóûŕ Ĝóôǵl̂é âćĉóûńt̂."
1270312730
},
12731+
"panels/timeline/components/insights/BaseInsightComponent.ts | estimatedSavings": {
12732+
"message": "Êśt̂ śâv́îńĝś: {PH1}"
12733+
},
12734+
"panels/timeline/components/insights/BaseInsightComponent.ts | estimatedSavingsTimingAndBytes": {
12735+
"message": "Êśt̂ śâv́îńĝś: {PH1} & {PH2}"
12736+
},
12737+
"panels/timeline/components/insights/BaseInsightComponent.ts | viewDetails": {
12738+
"message": "V̂íêẃ d̂ét̂áîĺŝ f́ôŕ {PH1}"
12739+
},
1270412740
"panels/timeline/components/insights/CLSCulprits.ts | animation": {
1270512741
"message": "Âńîḿât́îón̂"
1270612742
},
@@ -12821,15 +12857,6 @@
1282112857
"panels/timeline/components/insights/RenderBlocking.ts | renderBlockingRequest": {
1282212858
"message": "R̂éq̂úêśt̂"
1282312859
},
12824-
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavings": {
12825-
"message": "Êśt̂ śâv́îńĝś: {PH1}"
12826-
},
12827-
"panels/timeline/components/insights/SidebarInsight.ts | estimatedSavingsTimingAndBytes": {
12828-
"message": "Êśt̂ śâv́îńĝś: {PH1} & {PH2}"
12829-
},
12830-
"panels/timeline/components/insights/SidebarInsight.ts | viewDetails": {
12831-
"message": "V̂íêẃ d̂ét̂áîĺŝ f́ôŕ {PH1}"
12832-
},
1283312860
"panels/timeline/components/insights/SlowCSSSelector.ts | elapsed": {
1283412861
"message": "Êĺâṕŝéd̂ t́îḿê"
1283512862
},
@@ -15812,6 +15839,9 @@
1581215839
"ui/legacy/InspectorView.ts | panels": {
1581315840
"message": "P̂án̂él̂ś"
1581415841
},
15842+
"ui/legacy/InspectorView.ts | reloadDebuggedTab": {
15843+
"message": "R̂él̂óâd́"
15844+
},
1581515845
"ui/legacy/InspectorView.ts | reloadDevtools": {
1581615846
"message": "R̂él̂óâd́ D̂év̂T́ôól̂ś"
1581715847
},

public/core/root/Runtime.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export declare const enum ExperimentName {
8181
TIMELINE_OBSERVATIONS = "timeline-observations",
8282
TIMELINE_ENHANCED_TRACES = "timeline-enhanced-traces",
8383
TIMELINE_SERVER_TIMINGS = "timeline-server-timings",
84-
EXTENSION_STORAGE_VIEWER = "extension-storage-viewer",
8584
FLOATING_ENTRY_POINTS_FOR_AI_ASSISTANCE = "floating-entry-points-for-ai-assistance",
8685
TIMELINE_EXPERIMENTAL_INSIGHTS = "timeline-experimental-insights",
8786
TIMELINE_DIM_UNRELATED_EVENTS = "timeline-dim-unrelated-events",

public/core/root/Runtime.js.map

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

public/core/sdk/SourceMap.test.js

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

public/core/sdk/SourceMap.test.js.map

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

public/core/sdk/SourceMapScopeChainEntry.js

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

0 commit comments

Comments
 (0)