chrome-devtools-frontend 1.0.1618066 → 1.0.1621064
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/checklist/README.md +8 -7
- package/eslint.config.mjs +7 -0
- package/front_end/core/sdk/NetworkManager.ts +23 -2
- package/front_end/core/sdk/ServerSentEventsProtocol.ts +1 -1
- package/front_end/entrypoints/greendev_floaty/FloatyEntrypoint.ts +119 -13
- package/front_end/generated/InspectorBackendCommands.ts +6 -6
- package/front_end/generated/SupportedCSSProperties.js +100 -100
- package/front_end/generated/protocol-mapping.d.ts +1 -9
- package/front_end/generated/protocol-proxy-api.d.ts +1 -9
- package/front_end/generated/protocol.ts +5 -0
- package/front_end/models/ai_assistance/agents/GreenDevAgent.ts +512 -0
- package/front_end/models/ai_assistance/agents/PerformanceAgent.ts +65 -85
- package/front_end/models/ai_assistance/agents/StylingAgent.ts +9 -16
- package/front_end/models/ai_assistance/ai_assistance.ts +2 -0
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +21 -4
- package/front_end/models/bindings/SymbolizedError.ts +69 -2
- package/front_end/models/javascript_metadata/NativeFunctions.js +2 -2
- package/front_end/models/stack_trace/DetailedErrorStackParser.ts +11 -3
- package/front_end/models/stack_trace/ErrorStackParser.ts +18 -0
- package/front_end/panels/ai_assistance/components/ChatMessage.ts +84 -2
- package/front_end/panels/ai_assistance/components/WalkthroughUtils.ts +1 -1
- package/front_end/panels/ai_assistance/components/WalkthroughView.ts +9 -2
- package/front_end/panels/application/WebMCPView.ts +212 -89
- package/front_end/panels/application/webMCPView.css +260 -199
- package/front_end/panels/browser_debugger/CategorizedBreakpointsSidebarPane.ts +9 -5
- package/front_end/panels/changes/ChangesSidebar.ts +2 -2
- package/front_end/panels/changes/ChangesView.ts +4 -7
- package/front_end/panels/console/ConsoleViewMessage.ts +1 -19
- package/front_end/panels/coverage/CoverageView.ts +4 -5
- package/front_end/panels/elements/ElementsPanel.ts +9 -12
- package/front_end/panels/elements/StylePropertiesSection.ts +1 -1
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +19 -20
- package/front_end/panels/elements/components/ElementsBreadcrumbsUtils.ts +29 -29
- package/front_end/panels/elements/components/QueryContainer.ts +5 -6
- package/front_end/panels/elements/components/components.ts +0 -2
- package/front_end/panels/emulation/MediaQueryInspector.ts +4 -7
- package/front_end/panels/mobile_throttling/NetworkThrottlingSelector.ts +47 -66
- package/front_end/panels/network/RequestConditionsDrawer.ts +6 -4
- package/front_end/panels/performance_monitor/PerformanceMonitor.ts +6 -9
- package/front_end/panels/protocol_monitor/JSONEditor.ts +2 -2
- package/front_end/panels/search/SearchView.ts +4 -7
- package/front_end/panels/sources/DebuggerPausedMessage.ts +18 -22
- package/front_end/panels/sources/ThreadsSidebarPane.ts +2 -4
- package/front_end/panels/web_audio/WebAudioView.ts +5 -4
- package/front_end/third_party/chromium/README.chromium +1 -1
- package/front_end/ui/components/icon_button/iconButton.css +1 -0
- package/front_end/ui/components/lists/list.css +4 -0
- package/front_end/ui/legacy/ViewRegistration.ts +2 -2
- package/front_end/ui/legacy/Widget.ts +9 -2
- package/front_end/ui/legacy/components/utils/Linkifier.ts +32 -11
- package/front_end/ui/visual_logging/KnownContextValues.ts +17 -0
- package/package.json +1 -1
- package/front_end/Images/src/dots-circle.svg +0 -10
- package/front_end/panels/elements/components/Helper.ts +0 -35
|
@@ -420,10 +420,10 @@ export const generatedProperties = [
|
|
|
420
420
|
"column-height",
|
|
421
421
|
"column-rule-break",
|
|
422
422
|
"column-rule-color",
|
|
423
|
-
"column-rule-
|
|
424
|
-
"column-rule-
|
|
425
|
-
"column-rule-
|
|
426
|
-
"column-rule-
|
|
423
|
+
"column-rule-inset-cap-end",
|
|
424
|
+
"column-rule-inset-cap-start",
|
|
425
|
+
"column-rule-inset-junction-end",
|
|
426
|
+
"column-rule-inset-junction-start",
|
|
427
427
|
"column-rule-style",
|
|
428
428
|
"column-rule-visibility-items",
|
|
429
429
|
"column-rule-width",
|
|
@@ -653,10 +653,10 @@ export const generatedProperties = [
|
|
|
653
653
|
"row-gap",
|
|
654
654
|
"row-rule-break",
|
|
655
655
|
"row-rule-color",
|
|
656
|
-
"row-rule-
|
|
657
|
-
"row-rule-
|
|
658
|
-
"row-rule-
|
|
659
|
-
"row-rule-
|
|
656
|
+
"row-rule-inset-cap-end",
|
|
657
|
+
"row-rule-inset-cap-start",
|
|
658
|
+
"row-rule-inset-junction-end",
|
|
659
|
+
"row-rule-inset-junction-start",
|
|
660
660
|
"row-rule-style",
|
|
661
661
|
"row-rule-visibility-items",
|
|
662
662
|
"row-rule-width",
|
|
@@ -1744,68 +1744,68 @@ export const generatedProperties = [
|
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
1746
|
"longhands": [
|
|
1747
|
-
"column-rule-
|
|
1748
|
-
"column-rule-
|
|
1747
|
+
"column-rule-inset-cap-start",
|
|
1748
|
+
"column-rule-inset-cap-end",
|
|
1749
|
+
"column-rule-inset-junction-start",
|
|
1750
|
+
"column-rule-inset-junction-end"
|
|
1749
1751
|
],
|
|
1750
|
-
"name": "column-rule-
|
|
1752
|
+
"name": "column-rule-inset"
|
|
1751
1753
|
},
|
|
1752
1754
|
{
|
|
1753
|
-
"
|
|
1754
|
-
|
|
1755
|
-
"
|
|
1755
|
+
"longhands": [
|
|
1756
|
+
"column-rule-inset-cap-start",
|
|
1757
|
+
"column-rule-inset-cap-end"
|
|
1756
1758
|
],
|
|
1757
|
-
"name": "column-rule-
|
|
1759
|
+
"name": "column-rule-inset-cap"
|
|
1758
1760
|
},
|
|
1759
1761
|
{
|
|
1760
1762
|
"inherited": false,
|
|
1761
1763
|
"keywords": [
|
|
1762
1764
|
"overlap-join"
|
|
1763
1765
|
],
|
|
1764
|
-
"name": "column-rule-
|
|
1766
|
+
"name": "column-rule-inset-cap-end"
|
|
1765
1767
|
},
|
|
1766
1768
|
{
|
|
1767
|
-
"
|
|
1768
|
-
|
|
1769
|
-
"
|
|
1770
|
-
"column-rule-interior-inset-start",
|
|
1771
|
-
"column-rule-interior-inset-end"
|
|
1769
|
+
"inherited": false,
|
|
1770
|
+
"keywords": [
|
|
1771
|
+
"overlap-join"
|
|
1772
1772
|
],
|
|
1773
|
-
"name": "column-rule-inset"
|
|
1773
|
+
"name": "column-rule-inset-cap-start"
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|
|
1776
1776
|
"longhands": [
|
|
1777
|
-
"column-rule-
|
|
1778
|
-
"column-rule-
|
|
1777
|
+
"column-rule-inset-cap-end",
|
|
1778
|
+
"column-rule-inset-junction-end"
|
|
1779
1779
|
],
|
|
1780
1780
|
"name": "column-rule-inset-end"
|
|
1781
1781
|
},
|
|
1782
1782
|
{
|
|
1783
1783
|
"longhands": [
|
|
1784
|
-
"column-rule-
|
|
1785
|
-
"column-rule-
|
|
1786
|
-
],
|
|
1787
|
-
"name": "column-rule-inset-start"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"longhands": [
|
|
1791
|
-
"column-rule-interior-inset-start",
|
|
1792
|
-
"column-rule-interior-inset-end"
|
|
1784
|
+
"column-rule-inset-junction-start",
|
|
1785
|
+
"column-rule-inset-junction-end"
|
|
1793
1786
|
],
|
|
1794
|
-
"name": "column-rule-
|
|
1787
|
+
"name": "column-rule-inset-junction"
|
|
1795
1788
|
},
|
|
1796
1789
|
{
|
|
1797
1790
|
"inherited": false,
|
|
1798
1791
|
"keywords": [
|
|
1799
1792
|
"overlap-join"
|
|
1800
1793
|
],
|
|
1801
|
-
"name": "column-rule-
|
|
1794
|
+
"name": "column-rule-inset-junction-end"
|
|
1802
1795
|
},
|
|
1803
1796
|
{
|
|
1804
1797
|
"inherited": false,
|
|
1805
1798
|
"keywords": [
|
|
1806
1799
|
"overlap-join"
|
|
1807
1800
|
],
|
|
1808
|
-
"name": "column-rule-
|
|
1801
|
+
"name": "column-rule-inset-junction-start"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"longhands": [
|
|
1805
|
+
"column-rule-inset-cap-start",
|
|
1806
|
+
"column-rule-inset-junction-start"
|
|
1807
|
+
],
|
|
1808
|
+
"name": "column-rule-inset-start"
|
|
1809
1809
|
},
|
|
1810
1810
|
{
|
|
1811
1811
|
"keywords": [
|
|
@@ -3840,68 +3840,68 @@ export const generatedProperties = [
|
|
|
3840
3840
|
},
|
|
3841
3841
|
{
|
|
3842
3842
|
"longhands": [
|
|
3843
|
-
"row-rule-
|
|
3844
|
-
"row-rule-
|
|
3843
|
+
"row-rule-inset-cap-start",
|
|
3844
|
+
"row-rule-inset-cap-end",
|
|
3845
|
+
"row-rule-inset-junction-start",
|
|
3846
|
+
"row-rule-inset-junction-end"
|
|
3845
3847
|
],
|
|
3846
|
-
"name": "row-rule-
|
|
3848
|
+
"name": "row-rule-inset"
|
|
3847
3849
|
},
|
|
3848
3850
|
{
|
|
3849
|
-
"
|
|
3850
|
-
|
|
3851
|
-
"
|
|
3851
|
+
"longhands": [
|
|
3852
|
+
"row-rule-inset-cap-start",
|
|
3853
|
+
"row-rule-inset-cap-end"
|
|
3852
3854
|
],
|
|
3853
|
-
"name": "row-rule-
|
|
3855
|
+
"name": "row-rule-inset-cap"
|
|
3854
3856
|
},
|
|
3855
3857
|
{
|
|
3856
3858
|
"inherited": false,
|
|
3857
3859
|
"keywords": [
|
|
3858
3860
|
"overlap-join"
|
|
3859
3861
|
],
|
|
3860
|
-
"name": "row-rule-
|
|
3862
|
+
"name": "row-rule-inset-cap-end"
|
|
3861
3863
|
},
|
|
3862
3864
|
{
|
|
3863
|
-
"
|
|
3864
|
-
|
|
3865
|
-
"
|
|
3866
|
-
"row-rule-interior-inset-start",
|
|
3867
|
-
"row-rule-interior-inset-end"
|
|
3865
|
+
"inherited": false,
|
|
3866
|
+
"keywords": [
|
|
3867
|
+
"overlap-join"
|
|
3868
3868
|
],
|
|
3869
|
-
"name": "row-rule-inset"
|
|
3869
|
+
"name": "row-rule-inset-cap-start"
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
3872
3872
|
"longhands": [
|
|
3873
|
-
"row-rule-
|
|
3874
|
-
"row-rule-
|
|
3873
|
+
"row-rule-inset-cap-end",
|
|
3874
|
+
"row-rule-inset-junction-end"
|
|
3875
3875
|
],
|
|
3876
3876
|
"name": "row-rule-inset-end"
|
|
3877
3877
|
},
|
|
3878
3878
|
{
|
|
3879
3879
|
"longhands": [
|
|
3880
|
-
"row-rule-
|
|
3881
|
-
"row-rule-
|
|
3882
|
-
],
|
|
3883
|
-
"name": "row-rule-inset-start"
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"longhands": [
|
|
3887
|
-
"row-rule-interior-inset-start",
|
|
3888
|
-
"row-rule-interior-inset-end"
|
|
3880
|
+
"row-rule-inset-junction-start",
|
|
3881
|
+
"row-rule-inset-junction-end"
|
|
3889
3882
|
],
|
|
3890
|
-
"name": "row-rule-
|
|
3883
|
+
"name": "row-rule-inset-junction"
|
|
3891
3884
|
},
|
|
3892
3885
|
{
|
|
3893
3886
|
"inherited": false,
|
|
3894
3887
|
"keywords": [
|
|
3895
3888
|
"overlap-join"
|
|
3896
3889
|
],
|
|
3897
|
-
"name": "row-rule-
|
|
3890
|
+
"name": "row-rule-inset-junction-end"
|
|
3898
3891
|
},
|
|
3899
3892
|
{
|
|
3900
3893
|
"inherited": false,
|
|
3901
3894
|
"keywords": [
|
|
3902
3895
|
"overlap-join"
|
|
3903
3896
|
],
|
|
3904
|
-
"name": "row-rule-
|
|
3897
|
+
"name": "row-rule-inset-junction-start"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"longhands": [
|
|
3901
|
+
"row-rule-inset-cap-start",
|
|
3902
|
+
"row-rule-inset-junction-start"
|
|
3903
|
+
],
|
|
3904
|
+
"name": "row-rule-inset-start"
|
|
3905
3905
|
},
|
|
3906
3906
|
{
|
|
3907
3907
|
"keywords": [
|
|
@@ -3989,52 +3989,52 @@ export const generatedProperties = [
|
|
|
3989
3989
|
},
|
|
3990
3990
|
{
|
|
3991
3991
|
"longhands": [
|
|
3992
|
-
"row-rule-
|
|
3993
|
-
"row-rule-
|
|
3994
|
-
"
|
|
3995
|
-
"
|
|
3992
|
+
"row-rule-inset-cap-start",
|
|
3993
|
+
"row-rule-inset-cap-end",
|
|
3994
|
+
"row-rule-inset-junction-start",
|
|
3995
|
+
"row-rule-inset-junction-end",
|
|
3996
|
+
"column-rule-inset-cap-start",
|
|
3997
|
+
"column-rule-inset-cap-end",
|
|
3998
|
+
"column-rule-inset-junction-start",
|
|
3999
|
+
"column-rule-inset-junction-end"
|
|
3996
4000
|
],
|
|
3997
|
-
"name": "rule-
|
|
4001
|
+
"name": "rule-inset"
|
|
3998
4002
|
},
|
|
3999
4003
|
{
|
|
4000
4004
|
"longhands": [
|
|
4001
|
-
"row-rule-
|
|
4002
|
-
"row-rule-
|
|
4003
|
-
"
|
|
4004
|
-
"
|
|
4005
|
-
"column-rule-edge-inset-start",
|
|
4006
|
-
"column-rule-edge-inset-end",
|
|
4007
|
-
"column-rule-interior-inset-start",
|
|
4008
|
-
"column-rule-interior-inset-end"
|
|
4005
|
+
"row-rule-inset-cap-start",
|
|
4006
|
+
"row-rule-inset-cap-end",
|
|
4007
|
+
"column-rule-inset-cap-start",
|
|
4008
|
+
"column-rule-inset-cap-end"
|
|
4009
4009
|
],
|
|
4010
|
-
"name": "rule-inset"
|
|
4010
|
+
"name": "rule-inset-cap"
|
|
4011
4011
|
},
|
|
4012
4012
|
{
|
|
4013
4013
|
"longhands": [
|
|
4014
|
-
"column-rule-
|
|
4015
|
-
"column-rule-
|
|
4016
|
-
"row-rule-
|
|
4017
|
-
"row-rule-
|
|
4014
|
+
"column-rule-inset-cap-end",
|
|
4015
|
+
"column-rule-inset-junction-end",
|
|
4016
|
+
"row-rule-inset-cap-end",
|
|
4017
|
+
"row-rule-inset-junction-end"
|
|
4018
4018
|
],
|
|
4019
4019
|
"name": "rule-inset-end"
|
|
4020
4020
|
},
|
|
4021
4021
|
{
|
|
4022
4022
|
"longhands": [
|
|
4023
|
-
"
|
|
4024
|
-
"
|
|
4025
|
-
"
|
|
4026
|
-
"
|
|
4023
|
+
"row-rule-inset-junction-start",
|
|
4024
|
+
"row-rule-inset-junction-end",
|
|
4025
|
+
"column-rule-inset-junction-start",
|
|
4026
|
+
"column-rule-inset-junction-end"
|
|
4027
4027
|
],
|
|
4028
|
-
"name": "rule-inset-
|
|
4028
|
+
"name": "rule-inset-junction"
|
|
4029
4029
|
},
|
|
4030
4030
|
{
|
|
4031
4031
|
"longhands": [
|
|
4032
|
-
"
|
|
4033
|
-
"
|
|
4034
|
-
"
|
|
4035
|
-
"
|
|
4032
|
+
"column-rule-inset-cap-start",
|
|
4033
|
+
"column-rule-inset-junction-start",
|
|
4034
|
+
"row-rule-inset-cap-start",
|
|
4035
|
+
"row-rule-inset-junction-start"
|
|
4036
4036
|
],
|
|
4037
|
-
"name": "rule-
|
|
4037
|
+
"name": "rule-inset-start"
|
|
4038
4038
|
},
|
|
4039
4039
|
{
|
|
4040
4040
|
"inherited": false,
|
|
@@ -5654,22 +5654,22 @@ export const generatedPropertyValues = {
|
|
|
5654
5654
|
"currentcolor"
|
|
5655
5655
|
]
|
|
5656
5656
|
},
|
|
5657
|
-
"column-rule-
|
|
5657
|
+
"column-rule-inset-cap-end": {
|
|
5658
5658
|
"values": [
|
|
5659
5659
|
"overlap-join"
|
|
5660
5660
|
]
|
|
5661
5661
|
},
|
|
5662
|
-
"column-rule-
|
|
5662
|
+
"column-rule-inset-cap-start": {
|
|
5663
5663
|
"values": [
|
|
5664
5664
|
"overlap-join"
|
|
5665
5665
|
]
|
|
5666
5666
|
},
|
|
5667
|
-
"column-rule-
|
|
5667
|
+
"column-rule-inset-junction-end": {
|
|
5668
5668
|
"values": [
|
|
5669
5669
|
"overlap-join"
|
|
5670
5670
|
]
|
|
5671
5671
|
},
|
|
5672
|
-
"column-rule-
|
|
5672
|
+
"column-rule-inset-junction-start": {
|
|
5673
5673
|
"values": [
|
|
5674
5674
|
"overlap-join"
|
|
5675
5675
|
]
|
|
@@ -6825,22 +6825,22 @@ export const generatedPropertyValues = {
|
|
|
6825
6825
|
"currentcolor"
|
|
6826
6826
|
]
|
|
6827
6827
|
},
|
|
6828
|
-
"row-rule-
|
|
6828
|
+
"row-rule-inset-cap-end": {
|
|
6829
6829
|
"values": [
|
|
6830
6830
|
"overlap-join"
|
|
6831
6831
|
]
|
|
6832
6832
|
},
|
|
6833
|
-
"row-rule-
|
|
6833
|
+
"row-rule-inset-cap-start": {
|
|
6834
6834
|
"values": [
|
|
6835
6835
|
"overlap-join"
|
|
6836
6836
|
]
|
|
6837
6837
|
},
|
|
6838
|
-
"row-rule-
|
|
6838
|
+
"row-rule-inset-junction-end": {
|
|
6839
6839
|
"values": [
|
|
6840
6840
|
"overlap-join"
|
|
6841
6841
|
]
|
|
6842
6842
|
},
|
|
6843
|
-
"row-rule-
|
|
6843
|
+
"row-rule-inset-junction-start": {
|
|
6844
6844
|
"values": [
|
|
6845
6845
|
"overlap-join"
|
|
6846
6846
|
]
|
|
@@ -2846,8 +2846,6 @@ export namespace ProtocolMapping {
|
|
|
2846
2846
|
};
|
|
2847
2847
|
/**
|
|
2848
2848
|
* Runs an extension default action.
|
|
2849
|
-
* Available if the client is connected using the --remote-debugging-pipe
|
|
2850
|
-
* flag and the --enable-unsafe-extension-debugging flag is set.
|
|
2851
2849
|
*/
|
|
2852
2850
|
'Extensions.triggerAction': {
|
|
2853
2851
|
paramsType: [Protocol.Extensions.TriggerActionRequest];
|
|
@@ -2856,9 +2854,7 @@ export namespace ProtocolMapping {
|
|
|
2856
2854
|
/**
|
|
2857
2855
|
* Installs an unpacked extension from the filesystem similar to
|
|
2858
2856
|
* --load-extension CLI flags. Returns extension ID once the extension
|
|
2859
|
-
* has been installed.
|
|
2860
|
-
* --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging
|
|
2861
|
-
* flag is set.
|
|
2857
|
+
* has been installed.
|
|
2862
2858
|
*/
|
|
2863
2859
|
'Extensions.loadUnpacked': {
|
|
2864
2860
|
paramsType: [Protocol.Extensions.LoadUnpackedRequest];
|
|
@@ -2866,8 +2862,6 @@ export namespace ProtocolMapping {
|
|
|
2866
2862
|
};
|
|
2867
2863
|
/**
|
|
2868
2864
|
* Gets a list of all unpacked extensions.
|
|
2869
|
-
* Available if the client is connected using the --remote-debugging-pipe flag
|
|
2870
|
-
* and the --enable-unsafe-extension-debugging flag is set.
|
|
2871
2865
|
*/
|
|
2872
2866
|
'Extensions.getExtensions': {
|
|
2873
2867
|
paramsType: [];
|
|
@@ -2875,8 +2869,6 @@ export namespace ProtocolMapping {
|
|
|
2875
2869
|
};
|
|
2876
2870
|
/**
|
|
2877
2871
|
* Uninstalls an unpacked extension (others not supported) from the profile.
|
|
2878
|
-
* Available if the client is connected using the --remote-debugging-pipe flag
|
|
2879
|
-
* and the --enable-unsafe-extension-debugging.
|
|
2880
2872
|
*/
|
|
2881
2873
|
'Extensions.uninstall': {
|
|
2882
2874
|
paramsType: [Protocol.Extensions.UninstallRequest];
|
|
@@ -1921,31 +1921,23 @@ declare namespace ProtocolProxyApi {
|
|
|
1921
1921
|
export interface ExtensionsApi {
|
|
1922
1922
|
/**
|
|
1923
1923
|
* Runs an extension default action.
|
|
1924
|
-
* Available if the client is connected using the --remote-debugging-pipe
|
|
1925
|
-
* flag and the --enable-unsafe-extension-debugging flag is set.
|
|
1926
1924
|
*/
|
|
1927
1925
|
invoke_triggerAction(params: Protocol.Extensions.TriggerActionRequest): Promise<Protocol.ProtocolResponseWithError>;
|
|
1928
1926
|
|
|
1929
1927
|
/**
|
|
1930
1928
|
* Installs an unpacked extension from the filesystem similar to
|
|
1931
1929
|
* --load-extension CLI flags. Returns extension ID once the extension
|
|
1932
|
-
* has been installed.
|
|
1933
|
-
* --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging
|
|
1934
|
-
* flag is set.
|
|
1930
|
+
* has been installed.
|
|
1935
1931
|
*/
|
|
1936
1932
|
invoke_loadUnpacked(params: Protocol.Extensions.LoadUnpackedRequest): Promise<Protocol.Extensions.LoadUnpackedResponse>;
|
|
1937
1933
|
|
|
1938
1934
|
/**
|
|
1939
1935
|
* Gets a list of all unpacked extensions.
|
|
1940
|
-
* Available if the client is connected using the --remote-debugging-pipe flag
|
|
1941
|
-
* and the --enable-unsafe-extension-debugging flag is set.
|
|
1942
1936
|
*/
|
|
1943
1937
|
invoke_getExtensions(): Promise<Protocol.Extensions.GetExtensionsResponse>;
|
|
1944
1938
|
|
|
1945
1939
|
/**
|
|
1946
1940
|
* Uninstalls an unpacked extension (others not supported) from the profile.
|
|
1947
|
-
* Available if the client is connected using the --remote-debugging-pipe flag
|
|
1948
|
-
* and the --enable-unsafe-extension-debugging.
|
|
1949
1941
|
*/
|
|
1950
1942
|
invoke_uninstall(params: Protocol.Extensions.UninstallRequest): Promise<Protocol.ProtocolResponseWithError>;
|
|
1951
1943
|
|
|
@@ -15381,6 +15381,7 @@ export namespace Page {
|
|
|
15381
15381
|
EmbedderExtensionMessaging = 'EmbedderExtensionMessaging',
|
|
15382
15382
|
EmbedderExtensionMessagingForOpenPort = 'EmbedderExtensionMessagingForOpenPort',
|
|
15383
15383
|
EmbedderExtensionSentMessageToCachedFrame = 'EmbedderExtensionSentMessageToCachedFrame',
|
|
15384
|
+
EmbedderExtensionFrame = 'EmbedderExtensionFrame',
|
|
15384
15385
|
RequestedByWebViewClient = 'RequestedByWebViewClient',
|
|
15385
15386
|
PostMessageByWebViewClient = 'PostMessageByWebViewClient',
|
|
15386
15387
|
CacheControlNoStoreDeviceBoundSessionTerminated = 'CacheControlNoStoreDeviceBoundSessionTerminated',
|
|
@@ -20321,6 +20322,10 @@ export namespace WebMCP {
|
|
|
20321
20322
|
* A hint indicating that the tool does not modify any state.
|
|
20322
20323
|
*/
|
|
20323
20324
|
readOnly?: boolean;
|
|
20325
|
+
/**
|
|
20326
|
+
* A hint indicating that the tool output may contain untrusted content, ex: UGC, 3rd party data.
|
|
20327
|
+
*/
|
|
20328
|
+
untrustedContent?: boolean;
|
|
20324
20329
|
/**
|
|
20325
20330
|
* If the declarative tool was declared with the autosubmit attribute.
|
|
20326
20331
|
*/
|