@chrome-devtools/device-mode-emulation-frame 1.20260517.0 → 1.20260531.0

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.
@@ -101,6 +101,9 @@
101
101
  "core/common/Revealer.ts | issuesView": {
102
102
  "message": "Issues view"
103
103
  },
104
+ "core/common/Revealer.ts | lighthousePanel": {
105
+ "message": "Lighthouse panel"
106
+ },
104
107
  "core/common/Revealer.ts | memoryInspectorPanel": {
105
108
  "message": "Memory inspector panel"
106
109
  },
@@ -1655,6 +1658,9 @@
1655
1658
  "models/issues_manager/DeprecationIssue.ts | title": {
1656
1659
  "message": "Deprecated feature used"
1657
1660
  },
1661
+ "models/issues_manager/EmailVerificationRequestIssue.ts | emailVerification": {
1662
+ "message": "Email Verification Protocol"
1663
+ },
1658
1664
  "models/issues_manager/FederatedAuthRequestIssue.ts | fedCm": {
1659
1665
  "message": "Federated Credential Management API"
1660
1666
  },
@@ -3213,10 +3219,10 @@
3213
3219
  "message": "Turn on {PH1} to get help with styles, network requests, performance, and files"
3214
3220
  },
3215
3221
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | asMarkdown": {
3216
- "message": "As markdown"
3222
+ "message": "Full conversation"
3217
3223
  },
3218
3224
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | asPrompt": {
3219
- "message": "As prompt"
3225
+ "message": "Summary prompt"
3220
3226
  },
3221
3227
  "panels/ai_assistance/components/ExportForAgentsDialog.ts | copiedToClipboard": {
3222
3228
  "message": "Copied to clipboard"
@@ -6926,6 +6932,15 @@
6926
6932
  "panels/console/ConsoleContextSelector.ts | javascriptContextS": {
6927
6933
  "message": "JavaScript context: {PH1}"
6928
6934
  },
6935
+ "panels/console/ConsolePinPane.ts | allowPasting": {
6936
+ "message": "allow pasting"
6937
+ },
6938
+ "panels/console/ConsolePinPane.ts | doNotPaste": {
6939
+ "message": "Don't paste code you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type “{PH1}” below to allow pasting."
6940
+ },
6941
+ "panels/console/ConsolePinPane.ts | doYouTrustThisCode": {
6942
+ "message": "Do you trust this code?"
6943
+ },
6929
6944
  "panels/console/ConsolePinPane.ts | evaluateAllowingSideEffects": {
6930
6945
  "message": "Evaluate, allowing side effects"
6931
6946
  },
@@ -6950,6 +6965,9 @@
6950
6965
  "panels/console/ConsolePinPane.ts | removeExpressionS": {
6951
6966
  "message": "Remove expression: {PH1}"
6952
6967
  },
6968
+ "panels/console/ConsolePinPane.ts | typeAllowPasting": {
6969
+ "message": "Type “{PH1}”"
6970
+ },
6953
6971
  "panels/console/ConsolePrompt.ts | allowPasting": {
6954
6972
  "message": "allow pasting"
6955
6973
  },
@@ -7781,6 +7799,9 @@
7781
7799
  "panels/elements/elements-meta.ts | captureAreaScreenshot": {
7782
7800
  "message": "Capture area screenshot"
7783
7801
  },
7802
+ "panels/elements/elements-meta.ts | collapseNonContributingCSSRules": {
7803
+ "message": "Collapse non-contributing CSS rules"
7804
+ },
7784
7805
  "panels/elements/elements-meta.ts | copyStyles": {
7785
7806
  "message": "Copy styles"
7786
7807
  },
@@ -9143,6 +9164,12 @@
9143
9164
  "panels/js_timeline/js_timeline-meta.ts | stop": {
9144
9165
  "message": "Stop"
9145
9166
  },
9167
+ "panels/js_timeline/js_timeline-meta.ts | timelineDebugMode": {
9168
+ "message": "Timeline debug mode (trace event details, etc.)"
9169
+ },
9170
+ "panels/js_timeline/js_timeline-meta.ts | timelineShowAllEvents": {
9171
+ "message": "Show all events"
9172
+ },
9146
9173
  "panels/layer_viewer/layer_viewer-meta.ts | panOrRotateDown": {
9147
9174
  "message": "Pan or rotate down"
9148
9175
  },
@@ -17837,6 +17864,9 @@
17837
17864
  "ui/legacy/components/source_frame/ImageView.ts | saveImageAs": {
17838
17865
  "message": "Save image as…"
17839
17866
  },
17867
+ "ui/legacy/components/source_frame/ImageView.ts | thisImageIsTooBig": {
17868
+ "message": "This image is too big to display in DevTools. Click here to open it in a new tab."
17869
+ },
17840
17870
  "ui/legacy/components/source_frame/JSONView.ts | find": {
17841
17871
  "message": "Find"
17842
17872
  },
@@ -18095,6 +18125,9 @@
18095
18125
  "ui/legacy/ListWidget.ts | saveString": {
18096
18126
  "message": "Save"
18097
18127
  },
18128
+ "ui/legacy/PlusButton.ts | moreTools": {
18129
+ "message": "More tools"
18130
+ },
18098
18131
  "ui/legacy/RemoteDebuggingTerminatedScreen.ts | connectionClosedReason": {
18099
18132
  "message": "Reason: {PH1}."
18100
18133
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/device-mode-emulation-frame",
3
- "version": "1.20260517.0",
3
+ "version": "1.20260531.0",
4
4
  "description": "chrome-devtools-frontend built version",
5
5
  "repository": "https://github.com/iam-medvedev/chrome-devtools.git",
6
6
  "author": "Ilya Medvedev <ilya@medvedev.im>",
@@ -1028,7 +1028,6 @@
1028
1028
  var EVENT_BINDING_NAME = "__chromium_devtools_metrics_reporter";
1029
1029
  var INTERNAL_KILL_SWITCH = "__chromium_devtools_kill_live_metrics";
1030
1030
  var SCRIPTS_PER_LOAF_LIMIT = 10;
1031
- var LOAF_LIMIT = 5;
1032
1031
  function getUniqueLayoutShiftId(entry) {
1033
1032
  return `layout-shift-${entry.value}-${entry.startTime}`;
1034
1033
  }
@@ -1213,7 +1212,7 @@
1213
1212
  interactionType: interaction.attribution.interactionType,
1214
1213
  eventName: interaction.entries[0].name,
1215
1214
  // To limit the amount of events, just get the last 5 LoAFs
1216
- longAnimationFrameEntries: limitScripts(interaction.attribution.longAnimationFrameEntries.slice(-LOAF_LIMIT).map(loaf => loaf.toJSON())),
1215
+ longAnimationFrameEntries: limitScripts(interaction.attribution.longAnimationFrameEntries.slice(-5).map(loaf => loaf.toJSON())),
1217
1216
  };
1218
1217
  const target = interaction.attribution.interactionTarget;
1219
1218
  if (target) {