Skip to content

Commit 798b8b0

Browse files
author
copybara-service
committed
deploy: c98dd4a
1 parent a6c9d9c commit 798b8b0

120 files changed

Lines changed: 1222 additions & 529 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/AidaClient.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ export declare enum ClientFeature {
9595
CHROME_PATCH_AGENT = 12,
9696
CHROME_PERFORMANCE_FULL_AGENT = 24,
9797
CHROME_CONTEXT_SELECTION_AGENT = 25,
98-
CHROME_ACCESSIBILITY_AGENT = 26
98+
CHROME_ACCESSIBILITY_AGENT = 26,
99+
CHROME_CONVERSATION_SUMMARY_AGENT = 27
99100
}
100101
export declare enum UserTier {
101102
USER_TIER_UNSPECIFIED = 0,

front_end/core/host/AidaClient.js

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

front_end/core/host/AidaClient.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 & 0 deletions
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: 2 additions & 2 deletions
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/collected-ui-strings.d

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8051,6 +8051,9 @@
80518051
"panels/elements/ShortcutTreeElement.ts | reveal": {
80528052
"message": "reveal"
80538053
},
8054+
"panels/elements/StylePropertiesSection.ts | collapseExpandedRule": {
8055+
"message": "Collapse expanded rule"
8056+
},
80548057
"panels/elements/StylePropertiesSection.ts | constructedStylesheet": {
80558058
"message": "constructed stylesheet"
80568059
},
@@ -8066,6 +8069,9 @@
80668069
"panels/elements/StylePropertiesSection.ts | cssSelector": {
80678070
"message": "CSS selector"
80688071
},
8072+
"panels/elements/StylePropertiesSection.ts | expandCollapsedRule": {
8073+
"message": "Expand collapsed rule"
8074+
},
80698075
"panels/elements/StylePropertiesSection.ts | injectedStylesheet": {
80708076
"message": "injected stylesheet"
80718077
},

front_end/models/ai_assistance/AiConversation.js

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

front_end/models/ai_assistance/AiConversation.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.

0 commit comments

Comments
 (0)