chrome-devtools-frontend 1.0.1023108 → 1.0.1023618

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/.eslintignore CHANGED
@@ -5,10 +5,12 @@
5
5
  // clang-format check also ignores that file
6
6
  front_end/.eslintrc.js
7
7
  front_end/diff/diff_match_patch.js
8
- front_end/generated/protocol.ts
9
8
  front_end/javascript_metadata/NativeFunctions.js
10
9
  front_end/javascript_metadata/DOMPinnedProperties.ts
11
10
 
11
+ // All of the scripts in this folder are auto-generated so don't lint them.
12
+ front_end/generated/
13
+
12
14
  // Any third_party addition has its source code checked out into
13
15
  // third_party/X/package, so we ignore that code as it's not code we author or
14
16
  // own.
@@ -6830,6 +6830,15 @@
6830
6830
  "panels/network/components/RequestHeadersView.ts | onlyChooseThisOptionIfAn": {
6831
6831
  "message": "Only choose this option if an arbitrary website including this resource does not impose a security risk."
6832
6832
  },
6833
+ "panels/network/components/RequestHeadersView.ts | onlyProvisionalHeadersAre": {
6834
+ "message": "Only provisional headers are available because this request was not sent over the network and instead was served from a local cache, which doesn’t store the original request headers. Disable cache to see full request headers."
6835
+ },
6836
+ "panels/network/components/RequestHeadersView.ts | provisionalHeadersAreShown": {
6837
+ "message": "Provisional headers are shown."
6838
+ },
6839
+ "panels/network/components/RequestHeadersView.ts | provisionalHeadersAreShownDisableCache": {
6840
+ "message": "Provisional headers are shown. Disable cache to see full headers."
6841
+ },
6833
6842
  "panels/network/components/RequestHeadersView.ts | raw": {
6834
6843
  "message": "Raw"
6835
6844
  },
@@ -6830,6 +6830,15 @@
6830
6830
  "panels/network/components/RequestHeadersView.ts | onlyChooseThisOptionIfAn": {
6831
6831
  "message": "Ôńl̂ý ĉh́ôóŝé t̂h́îś ôṕt̂íôń îf́ âń âŕb̂ít̂ŕâŕŷ ẃêb́ŝít̂é îńĉĺûd́îńĝ t́ĥíŝ ŕêśôúr̂ćê d́ôéŝ ńôt́ îḿp̂óŝé â śêćûŕît́ŷ ŕîśk̂."
6832
6832
  },
6833
+ "panels/network/components/RequestHeadersView.ts | onlyProvisionalHeadersAre": {
6834
+ "message": "Ôńl̂ý p̂ŕôv́îśîón̂ál̂ h́êád̂ér̂ś âŕê áv̂áîĺâb́l̂é b̂éĉáûśê t́ĥíŝ ŕêq́ûéŝt́ ŵáŝ ńôt́ ŝén̂t́ ôv́êŕ t̂h́ê ńêt́ŵór̂ḱ âńd̂ ín̂śt̂éâd́ ŵáŝ śêŕv̂éd̂ f́r̂óm̂ á l̂óĉál̂ ćâćĥé, ŵh́îćĥ d́ôéŝń’t̂ śt̂ór̂é t̂h́ê ór̂íĝín̂ál̂ ŕêq́ûéŝt́ ĥéâd́êŕŝ. D́îśâb́l̂é ĉáĉh́ê t́ô śêé f̂úl̂ĺ r̂éq̂úêśt̂ h́êád̂ér̂ś."
6835
+ },
6836
+ "panels/network/components/RequestHeadersView.ts | provisionalHeadersAreShown": {
6837
+ "message": "P̂ŕôv́îśîón̂ál̂ h́êád̂ér̂ś âŕê śĥóŵń."
6838
+ },
6839
+ "panels/network/components/RequestHeadersView.ts | provisionalHeadersAreShownDisableCache": {
6840
+ "message": "P̂ŕôv́îśîón̂ál̂ h́êád̂ér̂ś âŕê śĥóŵń. D̂íŝáb̂ĺê ćâćĥé t̂ó ŝéê f́ûĺl̂ h́êád̂ér̂ś."
6841
+ },
6833
6842
  "panels/network/components/RequestHeadersView.ts | raw": {
6834
6843
  "message": "R̂áŵ"
6835
6844
  },
@@ -0,0 +1 @@
1
+ DisableFormat: true