Skip to content

Commit fbe25f6

Browse files
author
copybara-service
committed
deploy: 8143bff
1 parent 04b578c commit fbe25f6

64 files changed

Lines changed: 6165 additions & 1806 deletions

File tree

Some content is hidden

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

front_end/core/host/AidaGcaTranslation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/AidaGcaTranslation.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,7 @@
32073207
"message": "This is an experimental AI feature and won’t always get it right. Double check this text before pasting into another tool."
32083208
},
32093209
"panels/ai_assistance/components/ExportForAgentsDialog.ts | exportForAgents": {
3210-
"message": "Copy for your coding agent"
3210+
"message": "Copy to coding agent"
32113211
},
32123212
"panels/ai_assistance/components/ExportForAgentsDialog.ts | generatingSummary": {
32133213
"message": "Generating summary…"

front_end/core/sdk/sdk.js

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ var generatedProperties = [
574574
"grid-template-areas",
575575
"grid-template-columns",
576576
"grid-template-rows",
577+
"hanging-punctuation",
577578
"hash",
578579
"height",
579580
"hostname",
@@ -1885,7 +1886,7 @@ var generatedProperties = [
18851886
"inherited": false,
18861887
"keywords": [
18871888
"all",
1888-
"auto",
1889+
"normal",
18891890
"around",
18901891
"between"
18911892
],
@@ -2840,6 +2841,16 @@ var generatedProperties = [
28402841
],
28412842
"name": "grid-template-rows"
28422843
},
2844+
{
2845+
"inherited": true,
2846+
"keywords": [
2847+
"none",
2848+
"first",
2849+
"last",
2850+
"allow-end"
2851+
],
2852+
"name": "hanging-punctuation"
2853+
},
28432854
{
28442855
"name": "hash"
28452856
},
@@ -3966,7 +3977,7 @@ var generatedProperties = [
39663977
"inherited": false,
39673978
"keywords": [
39683979
"all",
3969-
"auto",
3980+
"normal",
39703981
"around",
39713982
"between"
39723983
],
@@ -5725,7 +5736,7 @@ var generatedPropertyValues = {
57255736
"column-rule-visibility-items": {
57265737
"values": [
57275738
"all",
5728-
"auto",
5739+
"normal",
57295740
"around",
57305741
"between"
57315742
]
@@ -6306,6 +6317,14 @@ var generatedPropertyValues = {
63066317
"none"
63076318
]
63086319
},
6320+
"hanging-punctuation": {
6321+
"values": [
6322+
"none",
6323+
"first",
6324+
"last",
6325+
"allow-end"
6326+
]
6327+
},
63096328
"height": {
63106329
"values": [
63116330
"auto",
@@ -6886,7 +6905,7 @@ var generatedPropertyValues = {
68866905
"row-rule-visibility-items": {
68876906
"values": [
68886907
"all",
6889-
"auto",
6908+
"normal",
68906909
"around",
68916910
"between"
68926911
]

front_end/core/sdk/sdk.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/foundation_tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ entrypoints/formatter_worker/ScopeParser.test.js
5757
entrypoints/formatter_worker/Substitute.test.js
5858
foundation/Universe.test.js
5959
models/ai_assistance/data_formatters/LighthouseFormatter.test.js
60+
models/ai_assistance/data_formatters/NetworkRequestFormatter.test.js
6061
models/ai_assistance/data_formatters/PerformanceInsightFormatter.test.js
6162
models/ai_assistance/data_formatters/PerformanceTraceFormatter.test.js
6263
models/crux-manager/CrUXManager.test.js

front_end/generated/SupportedCSSProperties.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,9 @@ export const generatedPropertyValues: {
512512
"grid-template-rows": {
513513
values: string[];
514514
};
515+
"hanging-punctuation": {
516+
values: string[];
517+
};
515518
height: {
516519
values: string[];
517520
};

0 commit comments

Comments
 (0)