chrome-devtools-mcp 0.22.0 → 0.24.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.
- package/README.md +4 -0
- package/build/src/DevToolsConnectionAdapter.js +1 -0
- package/build/src/DevtoolsUtils.js +1 -0
- package/build/src/HeapSnapshotManager.js +16 -0
- package/build/src/McpContext.js +54 -126
- package/build/src/McpPage.js +204 -0
- package/build/src/McpResponse.js +44 -6
- package/build/src/Mutex.js +1 -0
- package/build/src/PageCollector.js +1 -0
- package/build/src/SlimMcpResponse.js +1 -0
- package/build/src/TextSnapshot.js +236 -0
- package/build/src/WaitForHelper.js +6 -0
- package/build/src/bin/check-latest-version.js +1 -0
- package/build/src/bin/chrome-devtools-cli-options.js +206 -46
- package/build/src/bin/chrome-devtools-mcp-cli-options.js +13 -1
- package/build/src/bin/chrome-devtools-mcp-main.js +1 -0
- package/build/src/bin/chrome-devtools-mcp.js +1 -0
- package/build/src/bin/chrome-devtools.js +27 -27
- package/build/src/browser.js +1 -0
- package/build/src/daemon/client.js +14 -12
- package/build/src/daemon/daemon.js +7 -5
- package/build/src/daemon/types.js +1 -0
- package/build/src/daemon/utils.js +20 -14
- package/build/src/formatters/ConsoleFormatter.js +48 -1
- package/build/src/formatters/HeapSnapshotFormatter.js +18 -2
- package/build/src/formatters/IssueFormatter.js +1 -0
- package/build/src/formatters/NetworkFormatter.js +1 -0
- package/build/src/formatters/SnapshotFormatter.js +2 -1
- package/build/src/index.js +114 -51
- package/build/src/issue-descriptions.js +1 -0
- package/build/src/logger.js +1 -0
- package/build/src/polyfill.js +1 -0
- package/build/src/telemetry/ClearcutLogger.js +13 -1
- package/build/src/telemetry/WatchdogClient.js +1 -0
- package/build/src/telemetry/flagUtils.js +1 -0
- package/build/src/telemetry/metricUtils.js +1 -0
- package/build/src/telemetry/persistence.js +1 -0
- package/build/src/telemetry/toolMetricsUtils.js +2 -1
- package/build/src/telemetry/types.js +1 -0
- package/build/src/telemetry/watchdog/ClearcutSender.js +1 -0
- package/build/src/telemetry/watchdog/main.js +1 -0
- package/build/src/third_party/THIRD_PARTY_NOTICES +32 -5
- package/build/src/third_party/bundled-packages.json +3 -2
- package/build/src/third_party/devtools-formatter-worker.js +2451 -2933
- package/build/src/third_party/devtools-heap-snapshot-worker.js +32 -26
- package/build/src/third_party/index.js +1942 -1536
- package/build/src/third_party/lighthouse-devtools-mcp-bundle.js +21717 -20261
- package/build/src/tools/ToolDefinition.js +1 -0
- package/build/src/tools/categories.js +6 -2
- package/build/src/tools/console.js +3 -0
- package/build/src/tools/emulation.js +2 -0
- package/build/src/tools/extensions.js +6 -0
- package/build/src/tools/inPage.js +5 -35
- package/build/src/tools/input.js +13 -2
- package/build/src/tools/lighthouse.js +17 -9
- package/build/src/tools/memory.js +34 -1
- package/build/src/tools/network.js +7 -2
- package/build/src/tools/pages.js +218 -146
- package/build/src/tools/performance.js +6 -0
- package/build/src/tools/screencast.js +25 -10
- package/build/src/tools/screenshot.js +3 -0
- package/build/src/tools/script.js +2 -0
- package/build/src/tools/slim/tools.js +4 -0
- package/build/src/tools/snapshot.js +5 -1
- package/build/src/tools/tools.js +1 -0
- package/build/src/tools/webmcp.js +3 -0
- package/build/src/trace-processing/parse.js +1 -0
- package/build/src/types.js +1 -0
- package/build/src/utils/check-for-updates.js +1 -0
- package/build/src/utils/files.js +5 -10
- package/build/src/utils/id.js +1 -0
- package/build/src/utils/keyboard.js +1 -0
- package/build/src/utils/pagination.js +1 -0
- package/build/src/utils/string.js +1 -0
- package/build/src/utils/types.js +1 -0
- package/build/src/version.js +2 -1
- package/package.json +10 -9
- package/build/src/bin/cliDefinitions.js +0 -621
|
@@ -31,21 +31,27 @@ import require$$3$3 from 'dns';
|
|
|
31
31
|
import require$$2$1 from 'crypto';
|
|
32
32
|
import 'node:assert';
|
|
33
33
|
import require$$0$a from 'zlib';
|
|
34
|
-
import { generateReport as generateReport$1, navigation as navigation$1, snapshot as snapshot$1 } from './lighthouse-devtools-mcp-bundle.js';
|
|
34
|
+
import { agenticBrowsingConfig as agenticBrowsingConfig$1, generateReport as generateReport$1, navigation as navigation$1, snapshot as snapshot$1 } from './lighthouse-devtools-mcp-bundle.js';
|
|
35
35
|
|
|
36
36
|
function _mergeNamespaces(n, m) {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
37
|
+
m.forEach(function (e) {
|
|
38
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
39
|
+
if (k !== 'default' && !(k in n)) {
|
|
40
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
41
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
get: function () { return e[k]; }
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
return Object.freeze(n);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
var Pe$1=Object.defineProperty;var a$1=(e,t)=>Pe$1(e,"name",{value:t,configurable:true});var P$1=class P{type=3;name="";prefix="";value="";suffix="";modifier=3;constructor(t,r,n,c,l,f){this.type=t,this.name=r,this.prefix=n,this.value=c,this.suffix=l,this.modifier=f;}hasCustomName(){return this.name!==""&&typeof this.name!="number"}};a$1(P$1,"Part");var Re$1=/[$_\p{ID_Start}]/u,Ee$1=/[$_\u200C\u200D\p{ID_Continue}]/u,v$1=".*";function Oe$1(e,t){return (t?/^[\x00-\xFF]*$/:/^[\x00-\x7F]*$/).test(e)}a$1(Oe$1,"isASCII");function D$1(e,t=false){let r=[],n=0;for(;n<e.length;){let c=e[n],l=a$1(function(f){if(!t)throw new TypeError(f);r.push({type:"INVALID_CHAR",index:n,value:e[n++]});},"ErrorOrInvalid");if(c==="*"){r.push({type:"ASTERISK",index:n,value:e[n++]});continue}if(c==="+"||c==="?"){r.push({type:"OTHER_MODIFIER",index:n,value:e[n++]});continue}if(c==="\\"){r.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});continue}if(c==="{"){r.push({type:"OPEN",index:n,value:e[n++]});continue}if(c==="}"){r.push({type:"CLOSE",index:n,value:e[n++]});continue}if(c===":"){let f="",s=n+1;for(;s<e.length;){let i=e.substr(s,1);if(s===n+1&&Re$1.test(i)||s!==n+1&&Ee$1.test(i)){f+=e[s++];continue}break}if(!f){l(`Missing parameter name at ${n}`);continue}r.push({type:"NAME",index:n,value:f}),n=s;continue}if(c==="("){let f=1,s="",i=n+1,o=false;if(e[i]==="?"){l(`Pattern cannot start with "?" at ${i}`);continue}for(;i<e.length;){if(!Oe$1(e[i],false)){l(`Invalid character '${e[i]}' at ${i}.`),o=true;break}if(e[i]==="\\"){s+=e[i++]+e[i++];continue}if(e[i]===")"){if(f--,f===0){i++;break}}else if(e[i]==="("&&(f++,e[i+1]!=="?")){l(`Capturing groups are not allowed at ${i}`),o=true;break}s+=e[i++];}if(o)continue;if(f){l(`Unbalanced pattern at ${n}`);continue}if(!s){l(`Missing pattern at ${n}`);continue}r.push({type:"REGEX",index:n,value:s}),n=i;continue}r.push({type:"CHAR",index:n,value:e[n++]});}return r.push({type:"END",index:n,value:""}),r}a$1(D$1,"lexer");function F$1(e,t={}){let r=D$1(e);t.delimiter??="/#?",t.prefixes??="./";let n=`[^${x$1(t.delimiter)}]+?`,c=[],l=0,f=0,i=new Set,o=a$1(u=>{if(f<r.length&&r[f].type===u)return r[f++].value},"tryConsume"),h=a$1(()=>o("OTHER_MODIFIER")??o("ASTERISK"),"tryConsumeModifier"),p=a$1(u=>{let d=o(u);if(d!==void 0)return d;let{type:g,index:y}=r[f];throw new TypeError(`Unexpected ${g} at ${y}, expected ${u}`)},"mustConsume"),A=a$1(()=>{let u="",d;for(;d=o("CHAR")??o("ESCAPED_CHAR");)u+=d;return u},"consumeText"),xe=a$1(u=>u,"DefaultEncodePart"),N=t.encodePart||xe,H="",$=a$1(u=>{H+=u;},"appendToPendingFixedValue"),M=a$1(()=>{H.length&&(c.push(new P$1(3,"","",N(H),"",3)),H="");},"maybeAddPartFromPendingFixedValue"),X=a$1((u,d,g,y,Z)=>{let m=3;switch(Z){case "?":m=1;break;case "*":m=0;break;case "+":m=2;break}if(!d&&!g&&m===3){$(u);return}if(M(),!d&&!g){if(!u)return;c.push(new P$1(3,"","",N(u),"",m));return}let S;g?g==="*"?S=v$1:S=g:S=n;let k=2;S===n?(k=1,S=""):S===v$1&&(k=0,S="");let E;if(d?E=d:g&&(E=l++),i.has(E))throw new TypeError(`Duplicate name '${E}'.`);i.add(E),c.push(new P$1(k,E,N(u),S,N(y),m));},"addPart");for(;f<r.length;){let u=o("CHAR"),d=o("NAME"),g=o("REGEX");if(!d&&!g&&(g=o("ASTERISK")),d||g){let m=u??"";t.prefixes.indexOf(m)===-1&&($(m),m=""),M();let S=h();X(m,d,g,"",S);continue}let y=u??o("ESCAPED_CHAR");if(y){$(y);continue}if(o("OPEN")){let m=A(),S=o("NAME"),k=o("REGEX");!S&&!k&&(k=o("ASTERISK"));let E=A();p("CLOSE");let be=h();X(m,S,k,E,be);continue}M(),p("END");}return c}a$1(F$1,"parse");function x$1(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}a$1(x$1,"escapeString");function B$1(e){return e&&e.ignoreCase?"ui":"u"}a$1(B$1,"flags");function q$1(e,t,r){return W$1(F$1(e,r),t,r)}a$1(q$1,"stringToRegexp");function T$1(e){switch(e){case 0:return "*";case 1:return "?";case 2:return "+";case 3:return ""}}a$1(T$1,"modifierToString");function W$1(e,t,r={}){r.delimiter??="/#?",r.prefixes??="./",r.sensitive??=false,r.strict??=false,r.end??=true,r.start??=true,r.endsWith="";let n=r.start?"^":"";for(let s of e){if(s.type===3){s.modifier===3?n+=x$1(s.value):n+=`(?:${x$1(s.value)})${T$1(s.modifier)}`;continue}t&&t.push(s.name);let i=`[^${x$1(r.delimiter)}]+?`,o=s.value;if(s.type===1?o=i:s.type===0&&(o=v$1),!s.prefix.length&&!s.suffix.length){s.modifier===3||s.modifier===1?n+=`(${o})${T$1(s.modifier)}`:n+=`((?:${o})${T$1(s.modifier)})`;continue}if(s.modifier===3||s.modifier===1){n+=`(?:${x$1(s.prefix)}(${o})${x$1(s.suffix)})`,n+=T$1(s.modifier);continue}n+=`(?:${x$1(s.prefix)}`,n+=`((?:${o})(?:`,n+=x$1(s.suffix),n+=x$1(s.prefix),n+=`(?:${o}))*)${x$1(s.suffix)})`,s.modifier===0&&(n+="?");}let c=`[${x$1(r.endsWith)}]|$`,l=`[${x$1(r.delimiter)}]`;if(r.end)return r.strict||(n+=`${l}?`),r.endsWith.length?n+=`(?=${c})`:n+="$",new RegExp(n,B$1(r));r.strict||(n+=`(?:${l}(?=${c}))?`);let f=false;if(e.length){let s=e[e.length-1];s.type===3&&s.modifier===3&&(f=r.delimiter.indexOf(s)>-1);}return f||(n+=`(?=${l}|${c})`),new RegExp(n,B$1(r))}a$1(W$1,"partsToRegexp");var b$1={delimiter:"",prefixes:"",sensitive:true,strict:true},J$1={delimiter:".",prefixes:"",sensitive:true,strict:true},Q$1={delimiter:"/",prefixes:"/",sensitive:true,strict:true};function ee$1(e,t){return e.length?e[0]==="/"?true:!t||e.length<2?false:(e[0]=="\\"||e[0]=="{")&&e[1]=="/":false}a$1(ee$1,"isAbsolutePathname");function te$1(e,t){return e.startsWith(t)?e.substring(t.length,e.length):e}a$1(te$1,"maybeStripPrefix");function ke$1(e,t){return e.endsWith(t)?e.substr(0,e.length-t.length):e}a$1(ke$1,"maybeStripSuffix");function _$1(e){return !e||e.length<2?false:e[0]==="["||(e[0]==="\\"||e[0]==="{")&&e[1]==="["}a$1(_$1,"treatAsIPv6Hostname");var re$3=["ftp","file","http","https","ws","wss"];function U$1(e){if(!e)return true;for(let t of re$3)if(e.test(t))return true;return false}a$1(U$1,"isSpecialScheme");function ne$1(e,t){if(e=te$1(e,"#"),t||e==="")return e;let r=new URL("https://example.com");return r.hash=e,r.hash?r.hash.substring(1,r.hash.length):""}a$1(ne$1,"canonicalizeHash");function se$1(e,t){if(e=te$1(e,"?"),t||e==="")return e;let r=new URL("https://example.com");return r.search=e,r.search?r.search.substring(1,r.search.length):""}a$1(se$1,"canonicalizeSearch");function ie$1(e,t){return t||e===""?e:_$1(e)?K$1(e):j$1(e)}a$1(ie$1,"canonicalizeHostname");function ae$1(e,t){if(t||e==="")return e;let r=new URL("https://example.com");return r.password=e,r.password}a$1(ae$1,"canonicalizePassword");function oe$1(e,t){if(t||e==="")return e;let r=new URL("https://example.com");return r.username=e,r.username}a$1(oe$1,"canonicalizeUsername");function ce$1(e,t,r){if(r||e==="")return e;if(t&&!re$3.includes(t))return new URL(`${t}:${e}`).pathname;let n=e[0]=="/";return e=new URL(n?e:"/-"+e,"https://example.com").pathname,n||(e=e.substring(2,e.length)),e}a$1(ce$1,"canonicalizePathname");function le$1(e,t,r){return z$2(t)===e&&(e=""),r||e===""?e:G$1(e)}a$1(le$1,"canonicalizePort");function fe$1(e,t){return e=ke$1(e,":"),t||e===""?e:w$1(e)}a$1(fe$1,"canonicalizeProtocol");function z$2(e){switch(e){case "ws":case "http":return "80";case "wws":case "https":return "443";case "ftp":return "21";default:return ""}}a$1(z$2,"defaultPortForProtocol");function w$1(e){if(e==="")return e;if(/^[-+.A-Za-z0-9]*$/.test(e))return e.toLowerCase();throw new TypeError(`Invalid protocol '${e}'.`)}a$1(w$1,"protocolEncodeCallback");function he$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.username=e,t.username}a$1(he$1,"usernameEncodeCallback");function ue$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.password=e,t.password}a$1(ue$1,"passwordEncodeCallback");function j$1(e){if(e==="")return e;if(/[\t\n\r #%/:<>?@[\]^\\|]/g.test(e))throw new TypeError(`Invalid hostname '${e}'`);let t=new URL("https://example.com");return t.hostname=e,t.hostname}a$1(j$1,"hostnameEncodeCallback");function K$1(e){if(e==="")return e;if(/[^0-9a-fA-F[\]:]/g.test(e))throw new TypeError(`Invalid IPv6 hostname '${e}'`);return e.toLowerCase()}a$1(K$1,"ipv6HostnameEncodeCallback");function G$1(e){if(e===""||/^[0-9]*$/.test(e)&&parseInt(e)<=65535)return e;throw new TypeError(`Invalid port '${e}'.`)}a$1(G$1,"portEncodeCallback");function de$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.pathname=e[0]!=="/"?"/-"+e:e,e[0]!=="/"?t.pathname.substring(2,t.pathname.length):t.pathname}a$1(de$1,"standardURLPathnameEncodeCallback");function pe$1(e){return e===""?e:new URL(`data:${e}`).pathname}a$1(pe$1,"pathURLPathnameEncodeCallback");function ge$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.search=e,t.search.substring(1,t.search.length)}a$1(ge$1,"searchEncodeCallback");function me$1(e){if(e==="")return e;let t=new URL("https://example.com");return t.hash=e,t.hash.substring(1,t.hash.length)}a$1(me$1,"hashEncodeCallback");var C$1=class C{#i;#n=[];#t={};#e=0;#s=1;#l=0;#o=0;#d=0;#p=0;#g=false;constructor(t){this.#i=t;}get result(){return this.#t}parse(){for(this.#n=D$1(this.#i,true);this.#e<this.#n.length;this.#e+=this.#s){if(this.#s=1,this.#n[this.#e].type==="END"){if(this.#o===0){this.#b(),this.#f()?this.#r(9,1):this.#h()?this.#r(8,1):this.#r(7,0);continue}else if(this.#o===2){this.#u(5);continue}this.#r(10,0);break}if(this.#d>0)if(this.#A())this.#d-=1;else continue;if(this.#T()){this.#d+=1;continue}switch(this.#o){case 0:this.#P()&&this.#u(1);break;case 1:if(this.#P()){this.#C();let t=7,r=1;this.#E()?(t=2,r=3):this.#g&&(t=2),this.#r(t,r);}break;case 2:this.#S()?this.#u(3):(this.#x()||this.#h()||this.#f())&&this.#u(5);break;case 3:this.#O()?this.#r(4,1):this.#S()&&this.#r(5,1);break;case 4:this.#S()&&this.#r(5,1);break;case 5:this.#y()?this.#p+=1:this.#w()&&(this.#p-=1),this.#k()&&!this.#p?this.#r(6,1):this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 6:this.#x()?this.#r(7,0):this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 7:this.#h()?this.#r(8,1):this.#f()&&this.#r(9,1);break;case 8:this.#f()&&this.#r(9,1);break;}}this.#t.hostname!==void 0&&this.#t.port===void 0&&(this.#t.port="");}#r(t,r){switch(this.#o){case 0:break;case 1:this.#t.protocol=this.#c();break;case 2:break;case 3:this.#t.username=this.#c();break;case 4:this.#t.password=this.#c();break;case 5:this.#t.hostname=this.#c();break;case 6:this.#t.port=this.#c();break;case 7:this.#t.pathname=this.#c();break;case 8:this.#t.search=this.#c();break;case 9:this.#t.hash=this.#c();break;}this.#o!==0&&t!==10&&([1,2,3,4].includes(this.#o)&&[6,7,8,9].includes(t)&&(this.#t.hostname??=""),[1,2,3,4,5,6].includes(this.#o)&&[8,9].includes(t)&&(this.#t.pathname??=this.#g?"/":""),[1,2,3,4,5,6,7].includes(this.#o)&&t===9&&(this.#t.search??="")),this.#R(t,r);}#R(t,r){this.#o=t,this.#l=this.#e+r,this.#e+=r,this.#s=0;}#b(){this.#e=this.#l,this.#s=0;}#u(t){this.#b(),this.#o=t;}#m(t){return t<0&&(t=this.#n.length-t),t<this.#n.length?this.#n[t]:this.#n[this.#n.length-1]}#a(t,r){let n=this.#m(t);return n.value===r&&(n.type==="CHAR"||n.type==="ESCAPED_CHAR"||n.type==="INVALID_CHAR")}#P(){return this.#a(this.#e,":")}#E(){return this.#a(this.#e+1,"/")&&this.#a(this.#e+2,"/")}#S(){return this.#a(this.#e,"@")}#O(){return this.#a(this.#e,":")}#k(){return this.#a(this.#e,":")}#x(){return this.#a(this.#e,"/")}#h(){if(this.#a(this.#e,"?"))return true;if(this.#n[this.#e].value!=="?")return false;let t=this.#m(this.#e-1);return t.type!=="NAME"&&t.type!=="REGEX"&&t.type!=="CLOSE"&&t.type!=="ASTERISK"}#f(){return this.#a(this.#e,"#")}#T(){return this.#n[this.#e].type=="OPEN"}#A(){return this.#n[this.#e].type=="CLOSE"}#y(){return this.#a(this.#e,"[")}#w(){return this.#a(this.#e,"]")}#c(){let t=this.#n[this.#e],r=this.#m(this.#l).index;return this.#i.substring(r,t.index)}#C(){let t={};Object.assign(t,b$1),t.encodePart=w$1;let r=q$1(this.#c(),void 0,t);this.#g=U$1(r);}};a$1(C$1,"Parser");var V$1=["protocol","username","password","hostname","port","pathname","search","hash"],O$1="*";function Se$1(e,t){if(typeof e!="string")throw new TypeError("parameter 1 is not of type 'string'.");let r=new URL(e,t);return {protocol:r.protocol.substring(0,r.protocol.length-1),username:r.username,password:r.password,hostname:r.hostname,port:r.port,pathname:r.pathname,search:r.search!==""?r.search.substring(1,r.search.length):void 0,hash:r.hash!==""?r.hash.substring(1,r.hash.length):void 0}}a$1(Se$1,"extractValues");function R$1(e,t){return t?I$1(e):e}a$1(R$1,"processBaseURLString");function L$1(e,t,r){let n;if(typeof t.baseURL=="string")try{n=new URL(t.baseURL),t.protocol===void 0&&(e.protocol=R$1(n.protocol.substring(0,n.protocol.length-1),r)),!r&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&(e.username=R$1(n.username,r)),!r&&t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.username===void 0&&t.password===void 0&&(e.password=R$1(n.password,r)),t.protocol===void 0&&t.hostname===void 0&&(e.hostname=R$1(n.hostname,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&(e.port=R$1(n.port,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&(e.pathname=R$1(n.pathname,r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&(e.search=R$1(n.search.substring(1,n.search.length),r)),t.protocol===void 0&&t.hostname===void 0&&t.port===void 0&&t.pathname===void 0&&t.search===void 0&&t.hash===void 0&&(e.hash=R$1(n.hash.substring(1,n.hash.length),r));}catch{throw new TypeError(`invalid baseURL '${t.baseURL}'.`)}if(typeof t.protocol=="string"&&(e.protocol=fe$1(t.protocol,r)),typeof t.username=="string"&&(e.username=oe$1(t.username,r)),typeof t.password=="string"&&(e.password=ae$1(t.password,r)),typeof t.hostname=="string"&&(e.hostname=ie$1(t.hostname,r)),typeof t.port=="string"&&(e.port=le$1(t.port,e.protocol,r)),typeof t.pathname=="string"){if(e.pathname=t.pathname,n&&!ee$1(e.pathname,r)){let c=n.pathname.lastIndexOf("/");c>=0&&(e.pathname=R$1(n.pathname.substring(0,c+1),r)+e.pathname);}e.pathname=ce$1(e.pathname,e.protocol,r);}return typeof t.search=="string"&&(e.search=se$1(t.search,r)),typeof t.hash=="string"&&(e.hash=ne$1(t.hash,r)),e}a$1(L$1,"applyInit");function I$1(e){return e.replace(/([+*?:{}()\\])/g,"\\$1")}a$1(I$1,"escapePatternString");function Te$1(e){return e.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}a$1(Te$1,"escapeRegexpString");function Ae$1(e,t){t.delimiter??="/#?",t.prefixes??="./",t.sensitive??=false,t.strict??=false,t.end??=true,t.start??=true,t.endsWith="";let r=".*",n=`[^${Te$1(t.delimiter)}]+?`,c=/[$_\u200C\u200D\p{ID_Continue}]/u,l="";for(let f=0;f<e.length;++f){let s=e[f];if(s.type===3){if(s.modifier===3){l+=I$1(s.value);continue}l+=`{${I$1(s.value)}}${T$1(s.modifier)}`;continue}let i=s.hasCustomName(),o=!!s.suffix.length||!!s.prefix.length&&(s.prefix.length!==1||!t.prefixes.includes(s.prefix)),h=f>0?e[f-1]:null,p=f<e.length-1?e[f+1]:null;if(!o&&i&&s.type===1&&s.modifier===3&&p&&!p.prefix.length&&!p.suffix.length)if(p.type===3){let A=p.value.length>0?p.value[0]:"";o=c.test(A);}else o=!p.hasCustomName();if(!o&&!s.prefix.length&&h&&h.type===3){let A=h.value[h.value.length-1];o=t.prefixes.includes(A);}o&&(l+="{"),l+=I$1(s.prefix),i&&(l+=`:${s.name}`),s.type===2?l+=`(${s.value})`:s.type===1?i||(l+=`(${n})`):s.type===0&&(!i&&(!h||h.type===3||h.modifier!==3||o||s.prefix!=="")?l+="*":l+=`(${r})`),s.type===1&&i&&s.suffix.length&&c.test(s.suffix[0])&&(l+="\\"),l+=I$1(s.suffix),o&&(l+="}"),s.modifier!==3&&(l+=T$1(s.modifier));}return l}a$1(Ae$1,"partsToPattern");var Y$1=class Y{#i;#n={};#t={};#e={};#s={};#l=false;constructor(t={},r,n){try{let c;if(typeof r=="string"?c=r:n=r,typeof t=="string"){let i=new C$1(t);if(i.parse(),t=i.result,c===void 0&&typeof t.protocol!="string")throw new TypeError("A base URL must be provided for a relative constructor string.");t.baseURL=c;}else {if(!t||typeof t!="object")throw new TypeError("parameter 1 is not of type 'string' and cannot convert to dictionary.");if(c)throw new TypeError("parameter 1 is not of type 'string'.")}typeof n>"u"&&(n={ignoreCase:!1});let l={ignoreCase:n.ignoreCase===!0},f={pathname:O$1,protocol:O$1,username:O$1,password:O$1,hostname:O$1,port:O$1,search:O$1,hash:O$1};this.#i=L$1(f,t,!0),z$2(this.#i.protocol)===this.#i.port&&(this.#i.port="");let s;for(s of V$1){if(!(s in this.#i))continue;let i={},o=this.#i[s];switch(this.#t[s]=[],s){case "protocol":Object.assign(i,b$1),i.encodePart=w$1;break;case "username":Object.assign(i,b$1),i.encodePart=he$1;break;case "password":Object.assign(i,b$1),i.encodePart=ue$1;break;case "hostname":Object.assign(i,J$1),_$1(o)?i.encodePart=K$1:i.encodePart=j$1;break;case "port":Object.assign(i,b$1),i.encodePart=G$1;break;case "pathname":U$1(this.#n.protocol)?(Object.assign(i,Q$1,l),i.encodePart=de$1):(Object.assign(i,b$1,l),i.encodePart=pe$1);break;case "search":Object.assign(i,b$1,l),i.encodePart=ge$1;break;case "hash":Object.assign(i,b$1,l),i.encodePart=me$1;break}try{this.#s[s]=F$1(o,i),this.#n[s]=W$1(this.#s[s],this.#t[s],i),this.#e[s]=Ae$1(this.#s[s],i),this.#l=this.#l||this.#s[s].some(h=>h.type===2);}catch{throw new TypeError(`invalid ${s} pattern '${this.#i[s]}'.`)}}}catch(c){throw new TypeError(`Failed to construct 'URLPattern': ${c.message}`)}}get[Symbol.toStringTag](){return "URLPattern"}test(t={},r){let n={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if(typeof t!="string"&&r)throw new TypeError("parameter 1 is not of type 'string'.");if(typeof t>"u")return false;try{typeof t=="object"?n=L$1(n,t,!1):n=L$1(n,Se$1(t,r),!1);}catch{return false}let c;for(c of V$1)if(!this.#n[c].exec(n[c]))return false;return true}exec(t={},r){let n={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if(typeof t!="string"&&r)throw new TypeError("parameter 1 is not of type 'string'.");if(typeof t>"u")return;try{typeof t=="object"?n=L$1(n,t,!1):n=L$1(n,Se$1(t,r),!1);}catch{return null}let c={};r?c.inputs=[t,r]:c.inputs=[t];let l;for(l of V$1){let f=this.#n[l].exec(n[l]);if(!f)return null;let s={};for(let[i,o]of this.#t[l].entries())if(typeof o=="string"||typeof o=="number"){let h=f[i+1];s[o]=h;}c[l]={input:n[l]??"",groups:s};}return c}static compareComponent(t,r,n){let c=a$1((i,o)=>{for(let h of ["type","modifier","prefix","value","suffix"]){if(i[h]<o[h])return -1;if(i[h]===o[h])continue;return 1}return 0},"comparePart"),l=new P$1(3,"","","","",3),f=new P$1(0,"","","","",3),s=a$1((i,o)=>{let h=0;for(;h<Math.min(i.length,o.length);++h){let p=c(i[h],o[h]);if(p)return p}return i.length===o.length?0:c(i[h]??l,o[h]??l)},"comparePartList");return !r.#e[t]&&!n.#e[t]?0:r.#e[t]&&!n.#e[t]?s(r.#s[t],[f]):!r.#e[t]&&n.#e[t]?s([f],n.#s[t]):s(r.#s[t],n.#s[t])}get protocol(){return this.#e.protocol}get username(){return this.#e.username}get password(){return this.#e.password}get hostname(){return this.#e.hostname}get port(){return this.#e.port}get pathname(){return this.#e.pathname}get search(){return this.#e.search}get hash(){return this.#e.hash}get hasRegExpGroups(){return this.#l}};a$1(Y$1,"URLPattern");
|
|
52
|
+
|
|
53
|
+
if (!globalThis.URLPattern) {
|
|
54
|
+
globalThis.URLPattern = Y$1;
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
@@ -13265,8 +13271,8 @@ var srcExports = requireSrc();
|
|
|
13265
13271
|
var debug$2 = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
13266
13272
|
|
|
13267
13273
|
var index = /*#__PURE__*/_mergeNamespaces({
|
|
13268
|
-
|
|
13269
|
-
|
|
13274
|
+
__proto__: null,
|
|
13275
|
+
default: debug$2
|
|
13270
13276
|
}, [srcExports]);
|
|
13271
13277
|
|
|
13272
13278
|
var util$6;
|
|
@@ -17231,114 +17237,114 @@ const coerce = {
|
|
|
17231
17237
|
const NEVER$1 = INVALID;
|
|
17232
17238
|
|
|
17233
17239
|
var z$1 = /*#__PURE__*/Object.freeze({
|
|
17234
|
-
|
|
17235
|
-
|
|
17236
|
-
|
|
17237
|
-
|
|
17238
|
-
|
|
17239
|
-
|
|
17240
|
-
|
|
17241
|
-
|
|
17242
|
-
|
|
17243
|
-
|
|
17244
|
-
|
|
17245
|
-
|
|
17246
|
-
|
|
17247
|
-
|
|
17248
|
-
|
|
17249
|
-
|
|
17250
|
-
|
|
17251
|
-
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
|
|
17255
|
-
|
|
17256
|
-
|
|
17257
|
-
|
|
17258
|
-
|
|
17259
|
-
|
|
17260
|
-
|
|
17261
|
-
|
|
17262
|
-
|
|
17263
|
-
|
|
17264
|
-
|
|
17265
|
-
|
|
17266
|
-
|
|
17267
|
-
|
|
17268
|
-
|
|
17269
|
-
|
|
17270
|
-
|
|
17271
|
-
|
|
17272
|
-
|
|
17273
|
-
|
|
17274
|
-
|
|
17275
|
-
|
|
17276
|
-
|
|
17277
|
-
|
|
17278
|
-
|
|
17279
|
-
|
|
17280
|
-
|
|
17281
|
-
|
|
17282
|
-
|
|
17283
|
-
|
|
17284
|
-
|
|
17285
|
-
|
|
17286
|
-
|
|
17287
|
-
|
|
17288
|
-
|
|
17289
|
-
|
|
17290
|
-
|
|
17291
|
-
|
|
17292
|
-
|
|
17293
|
-
|
|
17294
|
-
|
|
17295
|
-
|
|
17296
|
-
|
|
17297
|
-
|
|
17298
|
-
|
|
17299
|
-
|
|
17300
|
-
|
|
17301
|
-
|
|
17302
|
-
|
|
17303
|
-
|
|
17304
|
-
|
|
17305
|
-
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
|
|
17309
|
-
|
|
17310
|
-
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
|
|
17316
|
-
|
|
17317
|
-
|
|
17318
|
-
|
|
17319
|
-
|
|
17320
|
-
|
|
17321
|
-
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17326
|
-
|
|
17327
|
-
|
|
17328
|
-
|
|
17329
|
-
|
|
17330
|
-
|
|
17331
|
-
|
|
17332
|
-
|
|
17333
|
-
|
|
17334
|
-
|
|
17335
|
-
|
|
17336
|
-
|
|
17337
|
-
|
|
17338
|
-
|
|
17339
|
-
|
|
17340
|
-
|
|
17341
|
-
|
|
17240
|
+
__proto__: null,
|
|
17241
|
+
BRAND: BRAND,
|
|
17242
|
+
DIRTY: DIRTY,
|
|
17243
|
+
EMPTY_PATH: EMPTY_PATH,
|
|
17244
|
+
INVALID: INVALID,
|
|
17245
|
+
NEVER: NEVER$1,
|
|
17246
|
+
OK: OK,
|
|
17247
|
+
ParseStatus: ParseStatus,
|
|
17248
|
+
Schema: ZodType$1,
|
|
17249
|
+
ZodAny: ZodAny,
|
|
17250
|
+
ZodArray: ZodArray$1,
|
|
17251
|
+
ZodBigInt: ZodBigInt$1,
|
|
17252
|
+
ZodBoolean: ZodBoolean$1,
|
|
17253
|
+
ZodBranded: ZodBranded,
|
|
17254
|
+
ZodCatch: ZodCatch$1,
|
|
17255
|
+
ZodDate: ZodDate,
|
|
17256
|
+
ZodDefault: ZodDefault$1,
|
|
17257
|
+
ZodDiscriminatedUnion: ZodDiscriminatedUnion$1,
|
|
17258
|
+
ZodEffects: ZodEffects,
|
|
17259
|
+
ZodEnum: ZodEnum$1,
|
|
17260
|
+
ZodError: ZodError,
|
|
17261
|
+
get ZodFirstPartyTypeKind () { return ZodFirstPartyTypeKind; },
|
|
17262
|
+
ZodFunction: ZodFunction,
|
|
17263
|
+
ZodIntersection: ZodIntersection$1,
|
|
17264
|
+
ZodIssueCode: ZodIssueCode,
|
|
17265
|
+
ZodLazy: ZodLazy,
|
|
17266
|
+
ZodLiteral: ZodLiteral$1,
|
|
17267
|
+
ZodMap: ZodMap,
|
|
17268
|
+
ZodNaN: ZodNaN,
|
|
17269
|
+
ZodNativeEnum: ZodNativeEnum,
|
|
17270
|
+
ZodNever: ZodNever$1,
|
|
17271
|
+
ZodNull: ZodNull$1,
|
|
17272
|
+
ZodNullable: ZodNullable$1,
|
|
17273
|
+
ZodNumber: ZodNumber$1,
|
|
17274
|
+
ZodObject: ZodObject$1,
|
|
17275
|
+
ZodOptional: ZodOptional$1,
|
|
17276
|
+
ZodParsedType: ZodParsedType,
|
|
17277
|
+
ZodPipeline: ZodPipeline,
|
|
17278
|
+
ZodPromise: ZodPromise,
|
|
17279
|
+
ZodReadonly: ZodReadonly$1,
|
|
17280
|
+
ZodRecord: ZodRecord$1,
|
|
17281
|
+
ZodSchema: ZodType$1,
|
|
17282
|
+
ZodSet: ZodSet,
|
|
17283
|
+
ZodString: ZodString$1,
|
|
17284
|
+
ZodSymbol: ZodSymbol,
|
|
17285
|
+
ZodTransformer: ZodEffects,
|
|
17286
|
+
ZodTuple: ZodTuple,
|
|
17287
|
+
ZodType: ZodType$1,
|
|
17288
|
+
ZodUndefined: ZodUndefined,
|
|
17289
|
+
ZodUnion: ZodUnion$1,
|
|
17290
|
+
ZodUnknown: ZodUnknown$1,
|
|
17291
|
+
ZodVoid: ZodVoid,
|
|
17292
|
+
addIssueToContext: addIssueToContext,
|
|
17293
|
+
any: anyType,
|
|
17294
|
+
array: arrayType,
|
|
17295
|
+
bigint: bigIntType,
|
|
17296
|
+
boolean: booleanType,
|
|
17297
|
+
coerce: coerce,
|
|
17298
|
+
custom: custom$2,
|
|
17299
|
+
date: dateType,
|
|
17300
|
+
datetimeRegex: datetimeRegex,
|
|
17301
|
+
defaultErrorMap: errorMap,
|
|
17302
|
+
discriminatedUnion: discriminatedUnionType,
|
|
17303
|
+
effect: effectsType,
|
|
17304
|
+
enum: enumType,
|
|
17305
|
+
function: functionType,
|
|
17306
|
+
getErrorMap: getErrorMap,
|
|
17307
|
+
getParsedType: getParsedType,
|
|
17308
|
+
instanceof: instanceOfType,
|
|
17309
|
+
intersection: intersectionType,
|
|
17310
|
+
isAborted: isAborted,
|
|
17311
|
+
isAsync: isAsync,
|
|
17312
|
+
isDirty: isDirty,
|
|
17313
|
+
isValid: isValid$1,
|
|
17314
|
+
late: late,
|
|
17315
|
+
lazy: lazyType,
|
|
17316
|
+
literal: literalType,
|
|
17317
|
+
makeIssue: makeIssue,
|
|
17318
|
+
map: mapType,
|
|
17319
|
+
nan: nanType,
|
|
17320
|
+
nativeEnum: nativeEnumType,
|
|
17321
|
+
never: neverType,
|
|
17322
|
+
null: nullType,
|
|
17323
|
+
nullable: nullableType,
|
|
17324
|
+
number: numberType,
|
|
17325
|
+
object: objectType,
|
|
17326
|
+
get objectUtil () { return objectUtil; },
|
|
17327
|
+
oboolean: oboolean,
|
|
17328
|
+
onumber: onumber,
|
|
17329
|
+
optional: optionalType,
|
|
17330
|
+
ostring: ostring,
|
|
17331
|
+
pipeline: pipelineType,
|
|
17332
|
+
preprocess: preprocessType,
|
|
17333
|
+
promise: promiseType,
|
|
17334
|
+
quotelessJson: quotelessJson,
|
|
17335
|
+
record: recordType,
|
|
17336
|
+
set: setType,
|
|
17337
|
+
setErrorMap: setErrorMap,
|
|
17338
|
+
strictObject: strictObjectType,
|
|
17339
|
+
string: stringType,
|
|
17340
|
+
symbol: symbolType,
|
|
17341
|
+
transformer: effectsType,
|
|
17342
|
+
tuple: tupleType,
|
|
17343
|
+
undefined: undefinedType,
|
|
17344
|
+
union: unionType,
|
|
17345
|
+
unknown: unknownType,
|
|
17346
|
+
get util () { return util$6; },
|
|
17347
|
+
void: voidType
|
|
17342
17348
|
});
|
|
17343
17349
|
|
|
17344
17350
|
function $constructor(name, initializer, params) {
|
|
@@ -65147,8 +65153,8 @@ class BrowserWebSocketTransport {
|
|
|
65147
65153
|
}
|
|
65148
65154
|
|
|
65149
65155
|
var BrowserWebSocketTransport$1 = /*#__PURE__*/Object.freeze({
|
|
65150
|
-
|
|
65151
|
-
|
|
65156
|
+
__proto__: null,
|
|
65157
|
+
BrowserWebSocketTransport: BrowserWebSocketTransport
|
|
65152
65158
|
});
|
|
65153
65159
|
|
|
65154
65160
|
/**
|
|
@@ -85914,40 +85920,40 @@ var tslib_es6 = {
|
|
|
85914
85920
|
};
|
|
85915
85921
|
|
|
85916
85922
|
var tslib_es6$1 = /*#__PURE__*/Object.freeze({
|
|
85917
|
-
|
|
85918
|
-
|
|
85919
|
-
|
|
85920
|
-
|
|
85921
|
-
|
|
85922
|
-
|
|
85923
|
-
|
|
85924
|
-
|
|
85925
|
-
|
|
85926
|
-
|
|
85927
|
-
|
|
85928
|
-
|
|
85929
|
-
|
|
85930
|
-
|
|
85931
|
-
|
|
85932
|
-
|
|
85933
|
-
|
|
85934
|
-
|
|
85935
|
-
|
|
85936
|
-
|
|
85937
|
-
|
|
85938
|
-
|
|
85939
|
-
|
|
85940
|
-
|
|
85941
|
-
|
|
85942
|
-
|
|
85943
|
-
|
|
85944
|
-
|
|
85945
|
-
|
|
85946
|
-
|
|
85947
|
-
|
|
85948
|
-
|
|
85949
|
-
|
|
85950
|
-
|
|
85923
|
+
__proto__: null,
|
|
85924
|
+
__addDisposableResource: __addDisposableResource,
|
|
85925
|
+
get __assign () { return __assign$1; },
|
|
85926
|
+
__asyncDelegator: __asyncDelegator,
|
|
85927
|
+
__asyncGenerator: __asyncGenerator,
|
|
85928
|
+
__asyncValues: __asyncValues,
|
|
85929
|
+
__await: __await,
|
|
85930
|
+
__awaiter: __awaiter,
|
|
85931
|
+
__classPrivateFieldGet: __classPrivateFieldGet,
|
|
85932
|
+
__classPrivateFieldIn: __classPrivateFieldIn,
|
|
85933
|
+
__classPrivateFieldSet: __classPrivateFieldSet,
|
|
85934
|
+
__createBinding: __createBinding,
|
|
85935
|
+
__decorate: __decorate,
|
|
85936
|
+
__disposeResources: __disposeResources,
|
|
85937
|
+
__esDecorate: __esDecorate$1,
|
|
85938
|
+
__exportStar: __exportStar,
|
|
85939
|
+
__extends: __extends,
|
|
85940
|
+
__generator: __generator,
|
|
85941
|
+
__importDefault: __importDefault,
|
|
85942
|
+
__importStar: __importStar,
|
|
85943
|
+
__makeTemplateObject: __makeTemplateObject,
|
|
85944
|
+
__metadata: __metadata,
|
|
85945
|
+
__param: __param,
|
|
85946
|
+
__propKey: __propKey,
|
|
85947
|
+
__read: __read,
|
|
85948
|
+
__rest: __rest,
|
|
85949
|
+
__rewriteRelativeImportExtension: __rewriteRelativeImportExtension,
|
|
85950
|
+
__runInitializers: __runInitializers$1,
|
|
85951
|
+
__setFunctionName: __setFunctionName$1,
|
|
85952
|
+
__spread: __spread,
|
|
85953
|
+
__spreadArray: __spreadArray,
|
|
85954
|
+
__spreadArrays: __spreadArrays,
|
|
85955
|
+
__values: __values,
|
|
85956
|
+
default: tslib_es6
|
|
85951
85957
|
});
|
|
85952
85958
|
|
|
85953
85959
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(tslib_es6$1);
|
|
@@ -95280,27 +95286,27 @@ async function getInstalledBrowsers(options) {
|
|
|
95280
95286
|
*/
|
|
95281
95287
|
|
|
95282
95288
|
var main = /*#__PURE__*/Object.freeze({
|
|
95283
|
-
|
|
95284
|
-
|
|
95285
|
-
|
|
95286
|
-
|
|
95287
|
-
|
|
95288
|
-
|
|
95289
|
-
|
|
95290
|
-
|
|
95291
|
-
|
|
95292
|
-
|
|
95293
|
-
|
|
95294
|
-
|
|
95295
|
-
|
|
95296
|
-
|
|
95297
|
-
|
|
95298
|
-
|
|
95299
|
-
|
|
95300
|
-
|
|
95301
|
-
|
|
95302
|
-
|
|
95303
|
-
|
|
95289
|
+
__proto__: null,
|
|
95290
|
+
get Browser () { return Browser; },
|
|
95291
|
+
get BrowserPlatform () { return BrowserPlatform; },
|
|
95292
|
+
get BrowserTag () { return BrowserTag; },
|
|
95293
|
+
CDP_WEBSOCKET_ENDPOINT_REGEX: CDP_WEBSOCKET_ENDPOINT_REGEX,
|
|
95294
|
+
Cache: Cache$2,
|
|
95295
|
+
get ChromeReleaseChannel () { return ChromeReleaseChannel; },
|
|
95296
|
+
InstalledBrowser: InstalledBrowser,
|
|
95297
|
+
Process: Process,
|
|
95298
|
+
TimeoutError: TimeoutError,
|
|
95299
|
+
WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX: WEBDRIVER_BIDI_WEBSOCKET_ENDPOINT_REGEX,
|
|
95300
|
+
computeExecutablePath: computeExecutablePath,
|
|
95301
|
+
computeSystemExecutablePath: computeSystemExecutablePath,
|
|
95302
|
+
createProfile: createProfile,
|
|
95303
|
+
detectBrowserPlatform: detectBrowserPlatform,
|
|
95304
|
+
getInstalledBrowsers: getInstalledBrowsers,
|
|
95305
|
+
getVersionComparator: getVersionComparator,
|
|
95306
|
+
launch: launch$1,
|
|
95307
|
+
resolveBuildId: resolveBuildId,
|
|
95308
|
+
resolveDefaultUserDataDir: resolveDefaultUserDataDir,
|
|
95309
|
+
uninstall: uninstall
|
|
95304
95310
|
});
|
|
95305
95311
|
|
|
95306
95312
|
var bufferUtil = {exports: {}};
|
|
@@ -98422,8 +98428,8 @@ class NodeWebSocketTransport {
|
|
|
98422
98428
|
}
|
|
98423
98429
|
|
|
98424
98430
|
var NodeWebSocketTransport$1 = /*#__PURE__*/Object.freeze({
|
|
98425
|
-
|
|
98426
|
-
|
|
98431
|
+
__proto__: null,
|
|
98432
|
+
NodeWebSocketTransport: NodeWebSocketTransport
|
|
98427
98433
|
});
|
|
98428
98434
|
|
|
98429
98435
|
class PipeTransport {
|
|
@@ -98764,8 +98770,8 @@ function convertPuppeteerChannelToBrowsersChannel(channel) {
|
|
|
98764
98770
|
}
|
|
98765
98771
|
|
|
98766
98772
|
var LaunchOptions = /*#__PURE__*/Object.freeze({
|
|
98767
|
-
|
|
98768
|
-
|
|
98773
|
+
__proto__: null,
|
|
98774
|
+
convertPuppeteerChannelToBrowsersChannel: convertPuppeteerChannelToBrowsersChannel
|
|
98769
98775
|
});
|
|
98770
98776
|
|
|
98771
98777
|
/**
|
|
@@ -99523,7 +99529,7 @@ launch, } = puppeteer;
|
|
|
99523
99529
|
// Copyright 2019 The Chromium Authors
|
|
99524
99530
|
|
|
99525
99531
|
var App = /*#__PURE__*/Object.freeze({
|
|
99526
|
-
|
|
99532
|
+
__proto__: null
|
|
99527
99533
|
});
|
|
99528
99534
|
|
|
99529
99535
|
// Copyright 2025 The Chromium Authors
|
|
@@ -99561,9 +99567,7 @@ var ExperimentName;
|
|
|
99561
99567
|
ExperimentName["CAPTURE_NODE_CREATION_STACKS"] = "capture-node-creation-stacks";
|
|
99562
99568
|
ExperimentName["LIVE_HEAP_PROFILE"] = "live-heap-profile";
|
|
99563
99569
|
ExperimentName["PROTOCOL_MONITOR"] = "protocol-monitor";
|
|
99564
|
-
ExperimentName["SAMPLING_HEAP_PROFILER_TIMELINE"] = "sampling-heap-profiler-timeline";
|
|
99565
99570
|
ExperimentName["TIMELINE_INVALIDATION_TRACKING"] = "timeline-invalidation-tracking";
|
|
99566
|
-
ExperimentName["APCA"] = "apca";
|
|
99567
99571
|
ExperimentName["FONT_EDITOR"] = "font-editor";
|
|
99568
99572
|
ExperimentName["INSTRUMENTATION_BREAKPOINTS"] = "instrumentation-breakpoints";
|
|
99569
99573
|
ExperimentName["USE_SOURCE_MAP_SCOPES"] = "use-source-map-scopes";
|
|
@@ -99597,9 +99601,9 @@ function getRegisteredAppProviders() {
|
|
|
99597
99601
|
}
|
|
99598
99602
|
|
|
99599
99603
|
var AppProvider = /*#__PURE__*/Object.freeze({
|
|
99600
|
-
|
|
99601
|
-
|
|
99602
|
-
|
|
99604
|
+
__proto__: null,
|
|
99605
|
+
getRegisteredAppProviders: getRegisteredAppProviders,
|
|
99606
|
+
registerAppProvider: registerAppProvider
|
|
99603
99607
|
});
|
|
99604
99608
|
|
|
99605
99609
|
// Copyright 2020 The Chromium Authors
|
|
@@ -99647,11 +99651,11 @@ function encode(input) {
|
|
|
99647
99651
|
}
|
|
99648
99652
|
|
|
99649
99653
|
var Base64 = /*#__PURE__*/Object.freeze({
|
|
99650
|
-
|
|
99651
|
-
|
|
99652
|
-
|
|
99653
|
-
|
|
99654
|
-
|
|
99654
|
+
__proto__: null,
|
|
99655
|
+
BASE64_CHARS: BASE64_CHARS$1,
|
|
99656
|
+
BASE64_CODES: BASE64_CODES$1,
|
|
99657
|
+
decode: decode$1,
|
|
99658
|
+
encode: encode
|
|
99655
99659
|
});
|
|
99656
99660
|
|
|
99657
99661
|
// Copyright 2016 The Chromium Authors
|
|
@@ -99681,8 +99685,8 @@ class CharacterIdMap {
|
|
|
99681
99685
|
}
|
|
99682
99686
|
|
|
99683
99687
|
var CharacterIdMap$1 = /*#__PURE__*/Object.freeze({
|
|
99684
|
-
|
|
99685
|
-
|
|
99688
|
+
__proto__: null,
|
|
99689
|
+
CharacterIdMap: CharacterIdMap
|
|
99686
99690
|
});
|
|
99687
99691
|
|
|
99688
99692
|
// Copyright 2020 The Chromium Authors
|
|
@@ -99812,8 +99816,8 @@ const EmptyUrlString = '';
|
|
|
99812
99816
|
|
|
99813
99817
|
// Copyright 2025 The Chromium Authors
|
|
99814
99818
|
class WebWorkerScope {
|
|
99815
|
-
postMessage(message) {
|
|
99816
|
-
self.postMessage(message);
|
|
99819
|
+
postMessage(message, transfer) {
|
|
99820
|
+
self.postMessage(message, transfer);
|
|
99817
99821
|
}
|
|
99818
99822
|
set onmessage(listener) {
|
|
99819
99823
|
self.addEventListener('message', listener);
|
|
@@ -99873,21 +99877,21 @@ const HOST_RUNTIME$2 = {
|
|
|
99873
99877
|
};
|
|
99874
99878
|
|
|
99875
99879
|
var HostRuntime$1 = /*#__PURE__*/Object.freeze({
|
|
99876
|
-
|
|
99877
|
-
|
|
99880
|
+
__proto__: null,
|
|
99881
|
+
HOST_RUNTIME: HOST_RUNTIME$2
|
|
99878
99882
|
});
|
|
99879
99883
|
|
|
99880
99884
|
// Copyright 2025 The Chromium Authors
|
|
99881
99885
|
|
|
99882
99886
|
var browser = /*#__PURE__*/Object.freeze({
|
|
99883
|
-
|
|
99884
|
-
|
|
99887
|
+
__proto__: null,
|
|
99888
|
+
HostRuntime: HostRuntime$1
|
|
99885
99889
|
});
|
|
99886
99890
|
|
|
99887
99891
|
// Copyright 2025 The Chromium Authors
|
|
99888
99892
|
class NodeWorkerScope {
|
|
99889
|
-
postMessage(message) {
|
|
99890
|
-
WorkerThreads.parentPort?.postMessage(message);
|
|
99893
|
+
postMessage(message, transfer) {
|
|
99894
|
+
WorkerThreads.parentPort?.postMessage(message, transfer);
|
|
99891
99895
|
}
|
|
99892
99896
|
set onmessage(listener) {
|
|
99893
99897
|
WorkerThreads.parentPort?.addEventListener('message', msg => {
|
|
@@ -99955,15 +99959,15 @@ const HOST_RUNTIME$1 = {
|
|
|
99955
99959
|
};
|
|
99956
99960
|
|
|
99957
99961
|
var HostRuntime = /*#__PURE__*/Object.freeze({
|
|
99958
|
-
|
|
99959
|
-
|
|
99962
|
+
__proto__: null,
|
|
99963
|
+
HOST_RUNTIME: HOST_RUNTIME$1
|
|
99960
99964
|
});
|
|
99961
99965
|
|
|
99962
99966
|
// Copyright 2025 The Chromium Authors
|
|
99963
99967
|
|
|
99964
99968
|
var node = /*#__PURE__*/Object.freeze({
|
|
99965
|
-
|
|
99966
|
-
|
|
99969
|
+
__proto__: null,
|
|
99970
|
+
HostRuntime: HostRuntime
|
|
99967
99971
|
});
|
|
99968
99972
|
|
|
99969
99973
|
// Copyright 2025 The Chromium Authors
|
|
@@ -100383,8 +100387,8 @@ function assertNever(_type, message) {
|
|
|
100383
100387
|
const LocalizedEmptyString = '';
|
|
100384
100388
|
|
|
100385
100389
|
var UIString = /*#__PURE__*/Object.freeze({
|
|
100386
|
-
|
|
100387
|
-
|
|
100390
|
+
__proto__: null,
|
|
100391
|
+
LocalizedEmptyString: LocalizedEmptyString
|
|
100388
100392
|
});
|
|
100389
100393
|
|
|
100390
100394
|
// Copyright 2022 The Chromium Authors
|
|
@@ -100693,8 +100697,8 @@ class ColorConverter {
|
|
|
100693
100697
|
}
|
|
100694
100698
|
|
|
100695
100699
|
var ColorConverter$1 = /*#__PURE__*/Object.freeze({
|
|
100696
|
-
|
|
100697
|
-
|
|
100700
|
+
__proto__: null,
|
|
100701
|
+
ColorConverter: ColorConverter
|
|
100698
100702
|
});
|
|
100699
100703
|
|
|
100700
100704
|
// Copyright 2020 The Chromium Authors
|
|
@@ -100885,21 +100889,21 @@ function getContrastThreshold(fontSize, fontWeight) {
|
|
|
100885
100889
|
}
|
|
100886
100890
|
|
|
100887
100891
|
var ColorUtils = /*#__PURE__*/Object.freeze({
|
|
100888
|
-
|
|
100889
|
-
|
|
100890
|
-
|
|
100891
|
-
|
|
100892
|
-
|
|
100893
|
-
|
|
100894
|
-
|
|
100895
|
-
|
|
100896
|
-
|
|
100897
|
-
|
|
100898
|
-
|
|
100899
|
-
|
|
100900
|
-
|
|
100901
|
-
|
|
100902
|
-
|
|
100892
|
+
__proto__: null,
|
|
100893
|
+
blendColors: blendColors,
|
|
100894
|
+
contrastRatio: contrastRatio,
|
|
100895
|
+
contrastRatioAPCA: contrastRatioAPCA,
|
|
100896
|
+
contrastRatioByLuminanceAPCA: contrastRatioByLuminanceAPCA,
|
|
100897
|
+
desiredLuminanceAPCA: desiredLuminanceAPCA,
|
|
100898
|
+
getAPCAThreshold: getAPCAThreshold,
|
|
100899
|
+
getContrastThreshold: getContrastThreshold,
|
|
100900
|
+
isLargeFont: isLargeFont,
|
|
100901
|
+
luminance: luminance,
|
|
100902
|
+
luminanceAPCA: luminanceAPCA,
|
|
100903
|
+
rgbToHsl: rgbToHsl,
|
|
100904
|
+
rgbToHwb: rgbToHwb,
|
|
100905
|
+
rgbaToHsla: rgbaToHsla,
|
|
100906
|
+
rgbaToHwba: rgbaToHwba
|
|
100903
100907
|
});
|
|
100904
100908
|
|
|
100905
100909
|
// Copyright 2021 The Chromium Authors
|
|
@@ -102828,34 +102832,34 @@ class Generator {
|
|
|
102828
102832
|
}
|
|
102829
102833
|
|
|
102830
102834
|
var Color = /*#__PURE__*/Object.freeze({
|
|
102831
|
-
|
|
102832
|
-
|
|
102833
|
-
|
|
102834
|
-
|
|
102835
|
-
|
|
102836
|
-
|
|
102837
|
-
|
|
102838
|
-
|
|
102839
|
-
|
|
102840
|
-
|
|
102841
|
-
|
|
102842
|
-
|
|
102843
|
-
|
|
102844
|
-
|
|
102845
|
-
|
|
102846
|
-
|
|
102847
|
-
|
|
102848
|
-
|
|
102849
|
-
|
|
102850
|
-
|
|
102851
|
-
|
|
102852
|
-
|
|
102853
|
-
|
|
102854
|
-
|
|
102855
|
-
|
|
102856
|
-
|
|
102857
|
-
|
|
102858
|
-
|
|
102835
|
+
__proto__: null,
|
|
102836
|
+
ColorFunction: ColorFunction,
|
|
102837
|
+
ColorMixRegex: ColorMixRegex,
|
|
102838
|
+
Generator: Generator,
|
|
102839
|
+
HSL: HSL,
|
|
102840
|
+
HWB: HWB,
|
|
102841
|
+
IsolationModeHighlight: IsolationModeHighlight,
|
|
102842
|
+
LCH: LCH,
|
|
102843
|
+
Lab: Lab,
|
|
102844
|
+
Legacy: Legacy,
|
|
102845
|
+
Nickname: Nickname,
|
|
102846
|
+
Nicknames: Nicknames,
|
|
102847
|
+
Oklab: Oklab,
|
|
102848
|
+
Oklch: Oklch,
|
|
102849
|
+
PageHighlight: PageHighlight,
|
|
102850
|
+
Regex: Regex,
|
|
102851
|
+
ShortHex: ShortHex,
|
|
102852
|
+
SourceOrderHighlight: SourceOrderHighlight,
|
|
102853
|
+
approachColorValue: approachColorValue,
|
|
102854
|
+
desiredLuminance: desiredLuminance,
|
|
102855
|
+
findFgColorForContrast: findFgColorForContrast,
|
|
102856
|
+
findFgColorForContrastAPCA: findFgColorForContrastAPCA,
|
|
102857
|
+
getFormat: getFormat,
|
|
102858
|
+
hsl2rgb: hsl2rgb,
|
|
102859
|
+
hsva2rgba: hsva2rgba,
|
|
102860
|
+
parse: parse$2,
|
|
102861
|
+
parseHueNumeric: parseHueNumeric,
|
|
102862
|
+
rgb2hsv: rgb2hsv
|
|
102859
102863
|
});
|
|
102860
102864
|
|
|
102861
102865
|
// Copyright 2021 The Chromium Authors
|
|
@@ -102935,14 +102939,17 @@ function eventMixin(base) {
|
|
|
102935
102939
|
}
|
|
102936
102940
|
dispatchEventToListeners(eventType, ...eventData) {
|
|
102937
102941
|
this.__events.dispatchEventToListeners(eventType, ...eventData);
|
|
102942
|
+
if (typeof this.dispatchDOMEvent === 'function') {
|
|
102943
|
+
this.dispatchDOMEvent(new CustomEvent(eventType, { detail: eventData[0] }));
|
|
102944
|
+
}
|
|
102938
102945
|
}
|
|
102939
102946
|
};
|
|
102940
102947
|
}
|
|
102941
102948
|
|
|
102942
102949
|
var Object$1 = /*#__PURE__*/Object.freeze({
|
|
102943
|
-
|
|
102944
|
-
|
|
102945
|
-
|
|
102950
|
+
__proto__: null,
|
|
102951
|
+
ObjectWrapper: ObjectWrapper,
|
|
102952
|
+
eventMixin: eventMixin
|
|
102946
102953
|
});
|
|
102947
102954
|
|
|
102948
102955
|
// Copyright 2021 The Chromium Authors
|
|
@@ -102986,9 +102993,9 @@ function localeLanguagesMatch(localeString1, localeString2) {
|
|
|
102986
102993
|
}
|
|
102987
102994
|
|
|
102988
102995
|
var DevToolsLocale$1 = /*#__PURE__*/Object.freeze({
|
|
102989
|
-
|
|
102990
|
-
|
|
102991
|
-
|
|
102996
|
+
__proto__: null,
|
|
102997
|
+
DevToolsLocale: DevToolsLocale,
|
|
102998
|
+
localeLanguagesMatch: localeLanguagesMatch
|
|
102992
102999
|
});
|
|
102993
103000
|
|
|
102994
103001
|
// Copyright 2024 The Chromium Authors
|
|
@@ -103038,8 +103045,8 @@ function formatAndEnsureSpace$1(formatter, value, separator = '\xA0') {
|
|
|
103038
103045
|
}
|
|
103039
103046
|
|
|
103040
103047
|
var NumberFormatter = /*#__PURE__*/Object.freeze({
|
|
103041
|
-
|
|
103042
|
-
|
|
103048
|
+
__proto__: null,
|
|
103049
|
+
defineFormatter: defineFormatter
|
|
103043
103050
|
});
|
|
103044
103051
|
|
|
103045
103052
|
// Copyright 2024 The Chromium Authors
|
|
@@ -103104,9 +103111,9 @@ const formatBytesToKb = (bytes) => {
|
|
|
103104
103111
|
};
|
|
103105
103112
|
|
|
103106
103113
|
var ByteUtilities = /*#__PURE__*/Object.freeze({
|
|
103107
|
-
|
|
103108
|
-
|
|
103109
|
-
|
|
103114
|
+
__proto__: null,
|
|
103115
|
+
bytesToString: bytesToString,
|
|
103116
|
+
formatBytesToKb: formatBytesToKb
|
|
103110
103117
|
});
|
|
103111
103118
|
|
|
103112
103119
|
var __assign = function () {
|
|
@@ -104949,12 +104956,11 @@ function getAllSupportedDevToolsLocales() {
|
|
|
104949
104956
|
return [...i18nInstance.supportedLocales];
|
|
104950
104957
|
}
|
|
104951
104958
|
function getLocaleFetchUrl(locale, location) {
|
|
104952
|
-
undefined(location);
|
|
104953
104959
|
const path = LOCAL_FETCH_PATTERN.replace('@LOCALE@', locale);
|
|
104954
104960
|
return new URL(path, import.meta.url).toString();
|
|
104955
104961
|
}
|
|
104956
104962
|
async function fetchAndRegisterLocaleData(locale, location = self.location.toString()) {
|
|
104957
|
-
const localeDataTextPromise = fetch(getLocaleFetchUrl(locale
|
|
104963
|
+
const localeDataTextPromise = fetch(getLocaleFetchUrl(locale)).then(result => result.json());
|
|
104958
104964
|
const timeoutPromise = new Promise((_, reject) => window.setTimeout(() => reject(new Error('timed out fetching locale')), 5000));
|
|
104959
104965
|
const localeData = await Promise.race([timeoutPromise, localeDataTextPromise]);
|
|
104960
104966
|
i18nInstance.registerLocaleData(locale, localeData);
|
|
@@ -105012,21 +105018,21 @@ function getLocalizedLanguageRegion(localeString, devtoolsLocale) {
|
|
|
105012
105018
|
}
|
|
105013
105019
|
|
|
105014
105020
|
var i18nImpl = /*#__PURE__*/Object.freeze({
|
|
105015
|
-
|
|
105016
|
-
|
|
105017
|
-
|
|
105018
|
-
|
|
105019
|
-
|
|
105020
|
-
|
|
105021
|
-
|
|
105022
|
-
|
|
105023
|
-
|
|
105024
|
-
|
|
105025
|
-
|
|
105026
|
-
|
|
105027
|
-
|
|
105028
|
-
|
|
105029
|
-
|
|
105021
|
+
__proto__: null,
|
|
105022
|
+
deserializeUIString: deserializeUIString,
|
|
105023
|
+
fetchAndRegisterLocaleData: fetchAndRegisterLocaleData,
|
|
105024
|
+
getAllSupportedDevToolsLocales: getAllSupportedDevToolsLocales,
|
|
105025
|
+
getLazilyComputedLocalizedString: getLazilyComputedLocalizedString,
|
|
105026
|
+
getLocalizedLanguageRegion: getLocalizedLanguageRegion,
|
|
105027
|
+
getLocalizedString: getLocalizedString,
|
|
105028
|
+
hasLocaleDataForTest: hasLocaleDataForTest,
|
|
105029
|
+
lockedLazyString: lockedLazyString,
|
|
105030
|
+
lockedString: lockedString,
|
|
105031
|
+
lookupClosestSupportedDevToolsLocale: lookupClosestSupportedDevToolsLocale,
|
|
105032
|
+
registerLocaleDataForTest: registerLocaleDataForTest,
|
|
105033
|
+
registerUIStrings: registerUIStrings,
|
|
105034
|
+
resetLocaleDataForTest: resetLocaleDataForTest,
|
|
105035
|
+
serializeUIString: serializeUIString
|
|
105030
105036
|
});
|
|
105031
105037
|
|
|
105032
105038
|
// Copyright 2021 The Chromium Authors
|
|
@@ -105168,26 +105174,26 @@ function secondsToString(seconds, higherResolution) {
|
|
|
105168
105174
|
}
|
|
105169
105175
|
|
|
105170
105176
|
var timeUtilities = /*#__PURE__*/Object.freeze({
|
|
105171
|
-
|
|
105172
|
-
|
|
105173
|
-
|
|
105174
|
-
|
|
105175
|
-
|
|
105176
|
-
|
|
105177
|
-
|
|
105178
|
-
|
|
105179
|
-
|
|
105177
|
+
__proto__: null,
|
|
105178
|
+
formatMicroSecondsAsMillisFixed: formatMicroSecondsAsMillisFixed,
|
|
105179
|
+
formatMicroSecondsAsMillisFixedExpanded: formatMicroSecondsAsMillisFixedExpanded,
|
|
105180
|
+
formatMicroSecondsAsSeconds: formatMicroSecondsAsSeconds,
|
|
105181
|
+
formatMicroSecondsTime: formatMicroSecondsTime,
|
|
105182
|
+
millisToString: millisToString,
|
|
105183
|
+
preciseMillisToString: preciseMillisToString,
|
|
105184
|
+
preciseSecondsToString: preciseSecondsToString,
|
|
105185
|
+
secondsToString: secondsToString
|
|
105180
105186
|
});
|
|
105181
105187
|
|
|
105182
105188
|
// Copyright 2020 The Chromium Authors
|
|
105183
105189
|
|
|
105184
105190
|
var i18n = /*#__PURE__*/Object.freeze({
|
|
105185
|
-
|
|
105186
|
-
|
|
105187
|
-
|
|
105188
|
-
|
|
105189
|
-
|
|
105190
|
-
|
|
105191
|
+
__proto__: null,
|
|
105192
|
+
ByteUtilities: ByteUtilities,
|
|
105193
|
+
DevToolsLocale: DevToolsLocale$1,
|
|
105194
|
+
NumberFormatter: NumberFormatter,
|
|
105195
|
+
TimeUtilities: timeUtilities,
|
|
105196
|
+
i18n: i18nImpl
|
|
105191
105197
|
});
|
|
105192
105198
|
|
|
105193
105199
|
// Copyright 2014 The Chromium Authors
|
|
@@ -105274,12 +105280,12 @@ const RevealerDestination = {
|
|
|
105274
105280
|
};
|
|
105275
105281
|
|
|
105276
105282
|
var Revealer = /*#__PURE__*/Object.freeze({
|
|
105277
|
-
|
|
105278
|
-
|
|
105279
|
-
|
|
105280
|
-
|
|
105281
|
-
|
|
105282
|
-
|
|
105283
|
+
__proto__: null,
|
|
105284
|
+
RevealerDestination: RevealerDestination,
|
|
105285
|
+
RevealerRegistry: RevealerRegistry,
|
|
105286
|
+
registerRevealer: registerRevealer,
|
|
105287
|
+
reveal: reveal,
|
|
105288
|
+
revealDestination: revealDestination
|
|
105283
105289
|
});
|
|
105284
105290
|
|
|
105285
105291
|
// Copyright 2014 The Chromium Authors
|
|
@@ -105343,10 +105349,10 @@ let Message$1 = class Message {
|
|
|
105343
105349
|
};
|
|
105344
105350
|
|
|
105345
105351
|
var Console$1 = /*#__PURE__*/Object.freeze({
|
|
105346
|
-
|
|
105347
|
-
|
|
105348
|
-
|
|
105349
|
-
|
|
105352
|
+
__proto__: null,
|
|
105353
|
+
Console: Console,
|
|
105354
|
+
get FrontendMessageSource () { return FrontendMessageSource; },
|
|
105355
|
+
Message: Message$1
|
|
105350
105356
|
});
|
|
105351
105357
|
|
|
105352
105358
|
// Copyright 2020 The Chromium Authors
|
|
@@ -105367,10 +105373,10 @@ function disableTestOverride() {
|
|
|
105367
105373
|
}
|
|
105368
105374
|
|
|
105369
105375
|
var Debouncer = /*#__PURE__*/Object.freeze({
|
|
105370
|
-
|
|
105371
|
-
|
|
105372
|
-
|
|
105373
|
-
|
|
105376
|
+
__proto__: null,
|
|
105377
|
+
debounce: debounce,
|
|
105378
|
+
disableTestOverride: disableTestOverride,
|
|
105379
|
+
enableTestOverride: enableTestOverride
|
|
105374
105380
|
});
|
|
105375
105381
|
|
|
105376
105382
|
// Copyright 2021 The Chromium Authors
|
|
@@ -105386,9 +105392,9 @@ function fireEvent(name, detail = {}, target = window) {
|
|
|
105386
105392
|
}
|
|
105387
105393
|
|
|
105388
105394
|
var EventTarget$1 = /*#__PURE__*/Object.freeze({
|
|
105389
|
-
|
|
105390
|
-
|
|
105391
|
-
|
|
105395
|
+
__proto__: null,
|
|
105396
|
+
fireEvent: fireEvent,
|
|
105397
|
+
removeEventListeners: removeEventListeners
|
|
105392
105398
|
});
|
|
105393
105399
|
|
|
105394
105400
|
// Copyright 2025 The Chromium Authors
|
|
@@ -105466,22 +105472,22 @@ function createMonitoredStream(stream, onProgress) {
|
|
|
105466
105472
|
}
|
|
105467
105473
|
|
|
105468
105474
|
var Gzip = /*#__PURE__*/Object.freeze({
|
|
105469
|
-
|
|
105470
|
-
|
|
105471
|
-
|
|
105472
|
-
|
|
105473
|
-
|
|
105474
|
-
|
|
105475
|
-
|
|
105476
|
-
|
|
105477
|
-
|
|
105478
|
-
|
|
105475
|
+
__proto__: null,
|
|
105476
|
+
arrayBufferToString: arrayBufferToString,
|
|
105477
|
+
compress: compress,
|
|
105478
|
+
compressStream: compressStream,
|
|
105479
|
+
createMonitoredStream: createMonitoredStream,
|
|
105480
|
+
decompress: decompress,
|
|
105481
|
+
decompressDeflate: decompressDeflate,
|
|
105482
|
+
decompressStream: decompressStream,
|
|
105483
|
+
fileToString: fileToString,
|
|
105484
|
+
isGzip: isGzip
|
|
105479
105485
|
});
|
|
105480
105486
|
|
|
105481
105487
|
// Copyright 2019 The Chromium Authors
|
|
105482
105488
|
|
|
105483
105489
|
var JavaScriptMetaData = /*#__PURE__*/Object.freeze({
|
|
105484
|
-
|
|
105490
|
+
__proto__: null
|
|
105485
105491
|
});
|
|
105486
105492
|
|
|
105487
105493
|
// Copyright 2020 The Chromium Authors
|
|
@@ -105510,8 +105516,8 @@ function lazy(producer) {
|
|
|
105510
105516
|
}
|
|
105511
105517
|
|
|
105512
105518
|
var Lazy = /*#__PURE__*/Object.freeze({
|
|
105513
|
-
|
|
105514
|
-
|
|
105519
|
+
__proto__: null,
|
|
105520
|
+
lazy: lazy
|
|
105515
105521
|
});
|
|
105516
105522
|
|
|
105517
105523
|
// Copyright 2024 The Chromium Authors
|
|
@@ -105531,8 +105537,8 @@ class MapWithDefault extends Map {
|
|
|
105531
105537
|
}
|
|
105532
105538
|
|
|
105533
105539
|
var MapWithDefault$1 = /*#__PURE__*/Object.freeze({
|
|
105534
|
-
|
|
105535
|
-
|
|
105540
|
+
__proto__: null,
|
|
105541
|
+
MapWithDefault: MapWithDefault
|
|
105536
105542
|
});
|
|
105537
105543
|
|
|
105538
105544
|
// Copyright 2022 The Chromium Authors
|
|
@@ -105574,8 +105580,8 @@ class Mutex {
|
|
|
105574
105580
|
}
|
|
105575
105581
|
|
|
105576
105582
|
var Mutex$1 = /*#__PURE__*/Object.freeze({
|
|
105577
|
-
|
|
105578
|
-
|
|
105583
|
+
__proto__: null,
|
|
105584
|
+
Mutex: Mutex
|
|
105579
105585
|
});
|
|
105580
105586
|
|
|
105581
105587
|
// Copyright 2012 The Chromium Authors
|
|
@@ -106000,10 +106006,10 @@ class ParsedURL {
|
|
|
106000
106006
|
}
|
|
106001
106007
|
|
|
106002
106008
|
var ParsedURL$1 = /*#__PURE__*/Object.freeze({
|
|
106003
|
-
|
|
106004
|
-
|
|
106005
|
-
|
|
106006
|
-
|
|
106009
|
+
__proto__: null,
|
|
106010
|
+
ParsedURL: ParsedURL,
|
|
106011
|
+
normalizePath: normalizePath,
|
|
106012
|
+
schemeIs: schemeIs
|
|
106007
106013
|
});
|
|
106008
106014
|
|
|
106009
106015
|
// Copyright 2012 The Chromium Authors
|
|
@@ -106150,11 +106156,11 @@ class ProgressProxy {
|
|
|
106150
106156
|
}
|
|
106151
106157
|
|
|
106152
106158
|
var Progress$1 = /*#__PURE__*/Object.freeze({
|
|
106153
|
-
|
|
106154
|
-
|
|
106155
|
-
|
|
106156
|
-
|
|
106157
|
-
|
|
106159
|
+
__proto__: null,
|
|
106160
|
+
CompositeProgress: CompositeProgress,
|
|
106161
|
+
Progress: Progress,
|
|
106162
|
+
ProgressProxy: ProgressProxy,
|
|
106163
|
+
SubProgress: SubProgress
|
|
106158
106164
|
});
|
|
106159
106165
|
|
|
106160
106166
|
// Copyright 2021 The Chromium Authors
|
|
@@ -106208,8 +106214,8 @@ class ResolverBase {
|
|
|
106208
106214
|
}
|
|
106209
106215
|
|
|
106210
106216
|
var ResolverBase$1 = /*#__PURE__*/Object.freeze({
|
|
106211
|
-
|
|
106212
|
-
|
|
106217
|
+
__proto__: null,
|
|
106218
|
+
ResolverBase: ResolverBase
|
|
106213
106219
|
});
|
|
106214
106220
|
|
|
106215
106221
|
// Copyright 2021 The Chromium Authors
|
|
@@ -106580,13 +106586,13 @@ const mimeTypeByExtension = new Map([
|
|
|
106580
106586
|
]);
|
|
106581
106587
|
|
|
106582
106588
|
var ResourceType$1 = /*#__PURE__*/Object.freeze({
|
|
106583
|
-
|
|
106584
|
-
|
|
106585
|
-
|
|
106586
|
-
|
|
106587
|
-
|
|
106588
|
-
|
|
106589
|
-
|
|
106589
|
+
__proto__: null,
|
|
106590
|
+
ResourceCategory: ResourceCategory,
|
|
106591
|
+
ResourceType: ResourceType,
|
|
106592
|
+
mimeTypeByExtension: mimeTypeByExtension,
|
|
106593
|
+
resourceCategories: resourceCategories,
|
|
106594
|
+
resourceTypeByExtension: resourceTypeByExtension,
|
|
106595
|
+
resourceTypes: resourceTypes
|
|
106590
106596
|
});
|
|
106591
106597
|
|
|
106592
106598
|
// Copyright 2025 The Chromium Authors
|
|
@@ -106598,8 +106604,8 @@ class ReturnToPanelFlavor {
|
|
|
106598
106604
|
}
|
|
106599
106605
|
|
|
106600
106606
|
var ReturnToPanel = /*#__PURE__*/Object.freeze({
|
|
106601
|
-
|
|
106602
|
-
|
|
106607
|
+
__proto__: null,
|
|
106608
|
+
ReturnToPanelFlavor: ReturnToPanelFlavor
|
|
106603
106609
|
});
|
|
106604
106610
|
|
|
106605
106611
|
// Copyright 2019 The Chromium Authors
|
|
@@ -106626,12 +106632,12 @@ function earlyInitializationRunnables() {
|
|
|
106626
106632
|
}
|
|
106627
106633
|
|
|
106628
106634
|
var Runnable = /*#__PURE__*/Object.freeze({
|
|
106629
|
-
|
|
106630
|
-
|
|
106631
|
-
|
|
106632
|
-
|
|
106633
|
-
|
|
106634
|
-
|
|
106635
|
+
__proto__: null,
|
|
106636
|
+
earlyInitializationRunnables: earlyInitializationRunnables,
|
|
106637
|
+
lateInitializationRunnables: lateInitializationRunnables,
|
|
106638
|
+
maybeRemoveLateInitializationRunnable: maybeRemoveLateInitializationRunnable,
|
|
106639
|
+
registerEarlyInitializationRunnable: registerEarlyInitializationRunnable,
|
|
106640
|
+
registerLateInitializationRunnable: registerLateInitializationRunnable
|
|
106635
106641
|
});
|
|
106636
106642
|
|
|
106637
106643
|
// Copyright 2016 The Chromium Authors
|
|
@@ -106705,9 +106711,9 @@ class SegmentedRange {
|
|
|
106705
106711
|
}
|
|
106706
106712
|
|
|
106707
106713
|
var SegmentedRange$1 = /*#__PURE__*/Object.freeze({
|
|
106708
|
-
|
|
106709
|
-
|
|
106710
|
-
|
|
106714
|
+
__proto__: null,
|
|
106715
|
+
Segment: Segment,
|
|
106716
|
+
SegmentedRange: SegmentedRange
|
|
106711
106717
|
});
|
|
106712
106718
|
|
|
106713
106719
|
// Copyright 2020 The Chromium Authors
|
|
@@ -106817,13 +106823,13 @@ function getLocalizedSettingsCategory(category) {
|
|
|
106817
106823
|
}
|
|
106818
106824
|
|
|
106819
106825
|
var SettingRegistration = /*#__PURE__*/Object.freeze({
|
|
106820
|
-
|
|
106821
|
-
|
|
106822
|
-
|
|
106823
|
-
|
|
106824
|
-
|
|
106825
|
-
|
|
106826
|
-
|
|
106826
|
+
__proto__: null,
|
|
106827
|
+
getLocalizedSettingsCategory: getLocalizedSettingsCategory,
|
|
106828
|
+
getRegisteredSettings: getRegisteredSettings,
|
|
106829
|
+
maybeRemoveSettingExtension: maybeRemoveSettingExtension,
|
|
106830
|
+
registerSettingExtension: registerSettingExtension,
|
|
106831
|
+
registerSettingsForTest: registerSettingsForTest,
|
|
106832
|
+
resetSettings: resetSettings
|
|
106827
106833
|
});
|
|
106828
106834
|
|
|
106829
106835
|
// Copyright 2026 The Chromium Authors
|
|
@@ -106831,7 +106837,7 @@ class VersionController {
|
|
|
106831
106837
|
static GLOBAL_VERSION_SETTING_NAME = 'inspectorVersion';
|
|
106832
106838
|
static SYNCED_VERSION_SETTING_NAME = 'syncedInspectorVersion';
|
|
106833
106839
|
static LOCAL_VERSION_SETTING_NAME = 'localInspectorVersion';
|
|
106834
|
-
static CURRENT_VERSION =
|
|
106840
|
+
static CURRENT_VERSION = 44;
|
|
106835
106841
|
#settings;
|
|
106836
106842
|
#globalVersionSetting;
|
|
106837
106843
|
#syncedVersionSetting;
|
|
@@ -107446,6 +107452,20 @@ class VersionController {
|
|
|
107446
107452
|
}
|
|
107447
107453
|
}
|
|
107448
107454
|
}
|
|
107455
|
+
updateVersionFrom43To44() {
|
|
107456
|
+
const apcaExperimentEnabled = experiments.getValueFromStorage('apca');
|
|
107457
|
+
if (apcaExperimentEnabled !== undefined) {
|
|
107458
|
+
if (this.#settings.syncedStorage.has('apca')) {
|
|
107459
|
+
return;
|
|
107460
|
+
}
|
|
107461
|
+
try {
|
|
107462
|
+
const apcaSetting = this.#settings.moduleSetting('apca');
|
|
107463
|
+
apcaSetting.set(apcaExperimentEnabled);
|
|
107464
|
+
}
|
|
107465
|
+
catch {
|
|
107466
|
+
}
|
|
107467
|
+
}
|
|
107468
|
+
}
|
|
107449
107469
|
migrateSettingsFromLocalStorage() {
|
|
107450
107470
|
const localSettings = new Set([
|
|
107451
107471
|
'advancedSearchConfig',
|
|
@@ -107481,8 +107501,8 @@ class VersionController {
|
|
|
107481
107501
|
}
|
|
107482
107502
|
|
|
107483
107503
|
var VersionController$1 = /*#__PURE__*/Object.freeze({
|
|
107484
|
-
|
|
107485
|
-
|
|
107504
|
+
__proto__: null,
|
|
107505
|
+
VersionController: VersionController
|
|
107486
107506
|
});
|
|
107487
107507
|
|
|
107488
107508
|
// Copyright 2009 The Chromium Authors
|
|
@@ -108015,20 +108035,20 @@ function settingForTest(settingName) {
|
|
|
108015
108035
|
}
|
|
108016
108036
|
|
|
108017
108037
|
var Settings$1 = /*#__PURE__*/Object.freeze({
|
|
108018
|
-
|
|
108019
|
-
|
|
108020
|
-
|
|
108021
|
-
|
|
108022
|
-
|
|
108023
|
-
|
|
108024
|
-
|
|
108025
|
-
|
|
108026
|
-
|
|
108027
|
-
|
|
108028
|
-
|
|
108029
|
-
|
|
108030
|
-
|
|
108031
|
-
|
|
108038
|
+
__proto__: null,
|
|
108039
|
+
Deprecation: Deprecation,
|
|
108040
|
+
InMemoryStorage: InMemoryStorage,
|
|
108041
|
+
RegExpSetting: RegExpSetting,
|
|
108042
|
+
Setting: Setting,
|
|
108043
|
+
Settings: Settings,
|
|
108044
|
+
SettingsStorage: SettingsStorage,
|
|
108045
|
+
getLocalizedSettingsCategory: getLocalizedSettingsCategory,
|
|
108046
|
+
maybeRemoveSettingExtension: maybeRemoveSettingExtension,
|
|
108047
|
+
moduleSetting: moduleSetting,
|
|
108048
|
+
registerSettingExtension: registerSettingExtension,
|
|
108049
|
+
registerSettingsForTest: registerSettingsForTest,
|
|
108050
|
+
resetSettings: resetSettings,
|
|
108051
|
+
settingForTest: settingForTest
|
|
108032
108052
|
});
|
|
108033
108053
|
|
|
108034
108054
|
// Copyright 2014 The Chromium Authors
|
|
@@ -108125,8 +108145,8 @@ class SimpleHistoryManager {
|
|
|
108125
108145
|
}
|
|
108126
108146
|
|
|
108127
108147
|
var SimpleHistoryManager$1 = /*#__PURE__*/Object.freeze({
|
|
108128
|
-
|
|
108129
|
-
|
|
108148
|
+
__proto__: null,
|
|
108149
|
+
SimpleHistoryManager: SimpleHistoryManager
|
|
108130
108150
|
});
|
|
108131
108151
|
|
|
108132
108152
|
// Copyright 2026 The Chromium Authors
|
|
@@ -108175,8 +108195,8 @@ function parseSrcset(value) {
|
|
|
108175
108195
|
}
|
|
108176
108196
|
|
|
108177
108197
|
var Srcset = /*#__PURE__*/Object.freeze({
|
|
108178
|
-
|
|
108179
|
-
|
|
108198
|
+
__proto__: null,
|
|
108199
|
+
parseSrcset: parseSrcset
|
|
108180
108200
|
});
|
|
108181
108201
|
|
|
108182
108202
|
// Copyright 2015 The Chromium Authors
|
|
@@ -108193,8 +108213,8 @@ class StringOutputStream {
|
|
|
108193
108213
|
}
|
|
108194
108214
|
|
|
108195
108215
|
var StringOutputStream$1 = /*#__PURE__*/Object.freeze({
|
|
108196
|
-
|
|
108197
|
-
|
|
108216
|
+
__proto__: null,
|
|
108217
|
+
StringOutputStream: StringOutputStream
|
|
108198
108218
|
});
|
|
108199
108219
|
|
|
108200
108220
|
// Copyright 2016 The Chromium Authors
|
|
@@ -108324,8 +108344,8 @@ let Trie$1 = class Trie {
|
|
|
108324
108344
|
};
|
|
108325
108345
|
|
|
108326
108346
|
var Trie$2 = /*#__PURE__*/Object.freeze({
|
|
108327
|
-
|
|
108328
|
-
|
|
108347
|
+
__proto__: null,
|
|
108348
|
+
Trie: Trie$1
|
|
108329
108349
|
});
|
|
108330
108350
|
|
|
108331
108351
|
// Copyright 2013 The Chromium Authors
|
|
@@ -108367,8 +108387,8 @@ class TextDictionary {
|
|
|
108367
108387
|
}
|
|
108368
108388
|
|
|
108369
108389
|
var TextDictionary$1 = /*#__PURE__*/Object.freeze({
|
|
108370
|
-
|
|
108371
|
-
|
|
108390
|
+
__proto__: null,
|
|
108391
|
+
TextDictionary: TextDictionary
|
|
108372
108392
|
});
|
|
108373
108393
|
|
|
108374
108394
|
// Copyright 2014 The Chromium Authors
|
|
@@ -108440,48 +108460,48 @@ class Throttler {
|
|
|
108440
108460
|
}
|
|
108441
108461
|
|
|
108442
108462
|
var Throttler$1 = /*#__PURE__*/Object.freeze({
|
|
108443
|
-
|
|
108444
|
-
|
|
108463
|
+
__proto__: null,
|
|
108464
|
+
Throttler: Throttler
|
|
108445
108465
|
});
|
|
108446
108466
|
|
|
108447
108467
|
// Copyright 2019 The Chromium Authors
|
|
108448
108468
|
|
|
108449
108469
|
var common = /*#__PURE__*/Object.freeze({
|
|
108450
|
-
|
|
108451
|
-
|
|
108452
|
-
|
|
108453
|
-
|
|
108454
|
-
|
|
108455
|
-
|
|
108456
|
-
|
|
108457
|
-
|
|
108458
|
-
|
|
108459
|
-
|
|
108460
|
-
|
|
108461
|
-
|
|
108462
|
-
|
|
108463
|
-
|
|
108464
|
-
|
|
108465
|
-
|
|
108466
|
-
|
|
108467
|
-
|
|
108468
|
-
|
|
108469
|
-
|
|
108470
|
-
|
|
108471
|
-
|
|
108472
|
-
|
|
108473
|
-
|
|
108474
|
-
|
|
108475
|
-
|
|
108476
|
-
|
|
108477
|
-
|
|
108478
|
-
|
|
108479
|
-
|
|
108480
|
-
|
|
108481
|
-
|
|
108482
|
-
|
|
108483
|
-
|
|
108484
|
-
|
|
108470
|
+
__proto__: null,
|
|
108471
|
+
App: App,
|
|
108472
|
+
AppProvider: AppProvider,
|
|
108473
|
+
Base64: Base64,
|
|
108474
|
+
CharacterIdMap: CharacterIdMap$1,
|
|
108475
|
+
Color: Color,
|
|
108476
|
+
ColorConverter: ColorConverter$1,
|
|
108477
|
+
ColorUtils: ColorUtils,
|
|
108478
|
+
Console: Console$1,
|
|
108479
|
+
Debouncer: Debouncer,
|
|
108480
|
+
EventTarget: EventTarget$1,
|
|
108481
|
+
Gzip: Gzip,
|
|
108482
|
+
JavaScriptMetaData: JavaScriptMetaData,
|
|
108483
|
+
Lazy: Lazy,
|
|
108484
|
+
MapWithDefault: MapWithDefault$1,
|
|
108485
|
+
Mutex: Mutex$1,
|
|
108486
|
+
ObjectWrapper: Object$1,
|
|
108487
|
+
ParsedURL: ParsedURL$1,
|
|
108488
|
+
Progress: Progress$1,
|
|
108489
|
+
ResolverBase: ResolverBase$1,
|
|
108490
|
+
ResourceType: ResourceType$1,
|
|
108491
|
+
ReturnToPanel: ReturnToPanel,
|
|
108492
|
+
Revealer: Revealer,
|
|
108493
|
+
Runnable: Runnable,
|
|
108494
|
+
SegmentedRange: SegmentedRange$1,
|
|
108495
|
+
SettingRegistration: SettingRegistration,
|
|
108496
|
+
Settings: Settings$1,
|
|
108497
|
+
SimpleHistoryManager: SimpleHistoryManager$1,
|
|
108498
|
+
Srcset: Srcset,
|
|
108499
|
+
StringOutputStream: StringOutputStream$1,
|
|
108500
|
+
TextDictionary: TextDictionary$1,
|
|
108501
|
+
Throttler: Throttler$1,
|
|
108502
|
+
Trie: Trie$2,
|
|
108503
|
+
UIString: UIString,
|
|
108504
|
+
VersionController: VersionController$1
|
|
108485
108505
|
});
|
|
108486
108506
|
|
|
108487
108507
|
// Copyright 2020 The Chromium Authors
|
|
@@ -108584,6 +108604,7 @@ const UIStrings$19 = {
|
|
|
108584
108604
|
enableCssSourceMaps: 'Enable CSS source maps',
|
|
108585
108605
|
disableCssSourceMaps: 'Disable CSS source maps',
|
|
108586
108606
|
logXmlhttprequests: 'Log XMLHttpRequests',
|
|
108607
|
+
apca: 'Advanced Perceptual Contrast Algorithm (APCA) replacing previous contrast ratio and AA/AAA guidelines',
|
|
108587
108608
|
};
|
|
108588
108609
|
const str_$18 = registerUIStrings('core/sdk/sdk-meta.ts', UIStrings$19);
|
|
108589
108610
|
const i18nLazyString$f = getLazilyComputedLocalizedString.bind(undefined, str_$18);
|
|
@@ -108693,6 +108714,14 @@ registerSettingExtension({
|
|
|
108693
108714
|
],
|
|
108694
108715
|
defaultValue: false,
|
|
108695
108716
|
});
|
|
108717
|
+
registerSettingExtension({
|
|
108718
|
+
category: "ELEMENTS" ,
|
|
108719
|
+
storageType: "Synced" ,
|
|
108720
|
+
title: i18nLazyString$f(UIStrings$19.apca),
|
|
108721
|
+
settingName: 'apca',
|
|
108722
|
+
settingType: "boolean" ,
|
|
108723
|
+
defaultValue: false,
|
|
108724
|
+
});
|
|
108696
108725
|
registerSettingExtension({
|
|
108697
108726
|
category: "GRID" ,
|
|
108698
108727
|
storageType: "Synced" ,
|
|
@@ -110298,8 +110327,8 @@ class ConnectionTransport {
|
|
|
110298
110327
|
}
|
|
110299
110328
|
|
|
110300
110329
|
var ConnectionTransport$1 = /*#__PURE__*/Object.freeze({
|
|
110301
|
-
|
|
110302
|
-
|
|
110330
|
+
__proto__: null,
|
|
110331
|
+
ConnectionTransport: ConnectionTransport
|
|
110303
110332
|
});
|
|
110304
110333
|
|
|
110305
110334
|
// Copyright 2025 The Chromium Authors
|
|
@@ -110317,8 +110346,8 @@ var CDPErrorStatus;
|
|
|
110317
110346
|
})(CDPErrorStatus || (CDPErrorStatus = {}));
|
|
110318
110347
|
|
|
110319
110348
|
var CDPConnection = /*#__PURE__*/Object.freeze({
|
|
110320
|
-
|
|
110321
|
-
|
|
110349
|
+
__proto__: null,
|
|
110350
|
+
get CDPErrorStatus () { return CDPErrorStatus; }
|
|
110322
110351
|
});
|
|
110323
110352
|
|
|
110324
110353
|
// Copyright 2020 The Chromium Authors
|
|
@@ -110379,7 +110408,7 @@ function registerCommands(inspectorBackend) {
|
|
|
110379
110408
|
inspectorBackend.registerEnum("Audits.SRIMessageSignatureError", { MissingSignatureHeader: "MissingSignatureHeader", MissingSignatureInputHeader: "MissingSignatureInputHeader", InvalidSignatureHeader: "InvalidSignatureHeader", InvalidSignatureInputHeader: "InvalidSignatureInputHeader", SignatureHeaderValueIsNotByteSequence: "SignatureHeaderValueIsNotByteSequence", SignatureHeaderValueIsParameterized: "SignatureHeaderValueIsParameterized", SignatureHeaderValueIsIncorrectLength: "SignatureHeaderValueIsIncorrectLength", SignatureInputHeaderMissingLabel: "SignatureInputHeaderMissingLabel", SignatureInputHeaderValueNotInnerList: "SignatureInputHeaderValueNotInnerList", SignatureInputHeaderValueMissingComponents: "SignatureInputHeaderValueMissingComponents", SignatureInputHeaderInvalidComponentType: "SignatureInputHeaderInvalidComponentType", SignatureInputHeaderInvalidComponentName: "SignatureInputHeaderInvalidComponentName", SignatureInputHeaderInvalidHeaderComponentParameter: "SignatureInputHeaderInvalidHeaderComponentParameter", SignatureInputHeaderInvalidDerivedComponentParameter: "SignatureInputHeaderInvalidDerivedComponentParameter", SignatureInputHeaderKeyIdLength: "SignatureInputHeaderKeyIdLength", SignatureInputHeaderInvalidParameter: "SignatureInputHeaderInvalidParameter", SignatureInputHeaderMissingRequiredParameters: "SignatureInputHeaderMissingRequiredParameters", ValidationFailedSignatureExpired: "ValidationFailedSignatureExpired", ValidationFailedInvalidLength: "ValidationFailedInvalidLength", ValidationFailedSignatureMismatch: "ValidationFailedSignatureMismatch", ValidationFailedIntegrityMismatch: "ValidationFailedIntegrityMismatch" });
|
|
110380
110409
|
inspectorBackend.registerEnum("Audits.UnencodedDigestError", { MalformedDictionary: "MalformedDictionary", UnknownAlgorithm: "UnknownAlgorithm", IncorrectDigestType: "IncorrectDigestType", IncorrectDigestLength: "IncorrectDigestLength" });
|
|
110381
110410
|
inspectorBackend.registerEnum("Audits.ConnectionAllowlistError", { InvalidHeader: "InvalidHeader", MoreThanOneList: "MoreThanOneList", ItemNotInnerList: "ItemNotInnerList", InvalidAllowlistItemType: "InvalidAllowlistItemType", ReportingEndpointNotToken: "ReportingEndpointNotToken", InvalidUrlPattern: "InvalidUrlPattern" });
|
|
110382
|
-
inspectorBackend.registerEnum("Audits.GenericIssueErrorType", { FormLabelForNameError: "FormLabelForNameError", FormDuplicateIdForInputError: "FormDuplicateIdForInputError", FormInputWithNoLabelError: "FormInputWithNoLabelError", FormAutocompleteAttributeEmptyError: "FormAutocompleteAttributeEmptyError", FormEmptyIdAndNameAttributesForInputError: "FormEmptyIdAndNameAttributesForInputError", FormAriaLabelledByToNonExistingIdError: "FormAriaLabelledByToNonExistingIdError", FormInputAssignedAutocompleteValueToIdOrNameAttributeError: "FormInputAssignedAutocompleteValueToIdOrNameAttributeError", FormLabelHasNeitherForNorNestedInputError: "FormLabelHasNeitherForNorNestedInputError", FormLabelForMatchesNonExistingIdError: "FormLabelForMatchesNonExistingIdError", FormInputHasWrongButWellIntendedAutocompleteValueError: "FormInputHasWrongButWellIntendedAutocompleteValueError", ResponseWasBlockedByORB: "ResponseWasBlockedByORB", NavigationEntryMarkedSkippable: "NavigationEntryMarkedSkippable", AutofillAndManualTextPolicyControlledFeaturesInfo: "AutofillAndManualTextPolicyControlledFeaturesInfo", AutofillPolicyControlledFeatureInfo: "AutofillPolicyControlledFeatureInfo", ManualTextPolicyControlledFeatureInfo: "ManualTextPolicyControlledFeatureInfo", FormModelContextParameterMissingTitleAndDescription: "FormModelContextParameterMissingTitleAndDescription" });
|
|
110411
|
+
inspectorBackend.registerEnum("Audits.GenericIssueErrorType", { FormLabelForNameError: "FormLabelForNameError", FormDuplicateIdForInputError: "FormDuplicateIdForInputError", FormInputWithNoLabelError: "FormInputWithNoLabelError", FormAutocompleteAttributeEmptyError: "FormAutocompleteAttributeEmptyError", FormEmptyIdAndNameAttributesForInputError: "FormEmptyIdAndNameAttributesForInputError", FormAriaLabelledByToNonExistingIdError: "FormAriaLabelledByToNonExistingIdError", FormInputAssignedAutocompleteValueToIdOrNameAttributeError: "FormInputAssignedAutocompleteValueToIdOrNameAttributeError", FormLabelHasNeitherForNorNestedInputError: "FormLabelHasNeitherForNorNestedInputError", FormLabelForMatchesNonExistingIdError: "FormLabelForMatchesNonExistingIdError", FormInputHasWrongButWellIntendedAutocompleteValueError: "FormInputHasWrongButWellIntendedAutocompleteValueError", ResponseWasBlockedByORB: "ResponseWasBlockedByORB", NavigationEntryMarkedSkippable: "NavigationEntryMarkedSkippable", AutofillAndManualTextPolicyControlledFeaturesInfo: "AutofillAndManualTextPolicyControlledFeaturesInfo", AutofillPolicyControlledFeatureInfo: "AutofillPolicyControlledFeatureInfo", ManualTextPolicyControlledFeatureInfo: "ManualTextPolicyControlledFeatureInfo", FormModelContextParameterMissingTitleAndDescription: "FormModelContextParameterMissingTitleAndDescription", FormModelContextMissingToolName: "FormModelContextMissingToolName", FormModelContextMissingToolDescription: "FormModelContextMissingToolDescription", FormModelContextRequiredParameterMissingName: "FormModelContextRequiredParameterMissingName", FormModelContextParameterMissingName: "FormModelContextParameterMissingName" });
|
|
110383
110412
|
inspectorBackend.registerEnum("Audits.ClientHintIssueReason", { MetaTagAllowListInvalidOrigin: "MetaTagAllowListInvalidOrigin", MetaTagModifiedHTML: "MetaTagModifiedHTML" });
|
|
110384
110413
|
inspectorBackend.registerEnum("Audits.FederatedAuthRequestIssueReason", { ShouldEmbargo: "ShouldEmbargo", TooManyRequests: "TooManyRequests", WellKnownHttpNotFound: "WellKnownHttpNotFound", WellKnownNoResponse: "WellKnownNoResponse", WellKnownInvalidResponse: "WellKnownInvalidResponse", WellKnownListEmpty: "WellKnownListEmpty", WellKnownInvalidContentType: "WellKnownInvalidContentType", ConfigNotInWellKnown: "ConfigNotInWellKnown", WellKnownTooBig: "WellKnownTooBig", ConfigHttpNotFound: "ConfigHttpNotFound", ConfigNoResponse: "ConfigNoResponse", ConfigInvalidResponse: "ConfigInvalidResponse", ConfigInvalidContentType: "ConfigInvalidContentType", IdpNotPotentiallyTrustworthy: "IdpNotPotentiallyTrustworthy", DisabledInSettings: "DisabledInSettings", DisabledInFlags: "DisabledInFlags", ErrorFetchingSignin: "ErrorFetchingSignin", InvalidSigninResponse: "InvalidSigninResponse", AccountsHttpNotFound: "AccountsHttpNotFound", AccountsNoResponse: "AccountsNoResponse", AccountsInvalidResponse: "AccountsInvalidResponse", AccountsListEmpty: "AccountsListEmpty", AccountsInvalidContentType: "AccountsInvalidContentType", IdTokenHttpNotFound: "IdTokenHttpNotFound", IdTokenNoResponse: "IdTokenNoResponse", IdTokenInvalidResponse: "IdTokenInvalidResponse", IdTokenIdpErrorResponse: "IdTokenIdpErrorResponse", IdTokenCrossSiteIdpErrorResponse: "IdTokenCrossSiteIdpErrorResponse", IdTokenInvalidRequest: "IdTokenInvalidRequest", IdTokenInvalidContentType: "IdTokenInvalidContentType", ErrorIdToken: "ErrorIdToken", Canceled: "Canceled", RpPageNotVisible: "RpPageNotVisible", SilentMediationFailure: "SilentMediationFailure", NotSignedInWithIdp: "NotSignedInWithIdp", MissingTransientUserActivation: "MissingTransientUserActivation", ReplacedByActiveMode: "ReplacedByActiveMode", RelyingPartyOriginIsOpaque: "RelyingPartyOriginIsOpaque", TypeNotMatching: "TypeNotMatching", UiDismissedNoEmbargo: "UiDismissedNoEmbargo", CorsError: "CorsError", SuppressedBySegmentationPlatform: "SuppressedBySegmentationPlatform" });
|
|
110385
110414
|
inspectorBackend.registerEnum("Audits.FederatedAuthUserInfoRequestIssueReason", { NotSameOrigin: "NotSameOrigin", NotIframe: "NotIframe", NotPotentiallyTrustworthy: "NotPotentiallyTrustworthy", NoAPIPermission: "NoApiPermission", NotSignedInWithIdp: "NotSignedInWithIdp", NoAccountSharingPermission: "NoAccountSharingPermission", InvalidConfigOrWellKnown: "InvalidConfigOrWellKnown", InvalidAccountsResponse: "InvalidAccountsResponse", NoReturningUserFromFetchedAccounts: "NoReturningUserFromFetchedAccounts" });
|
|
@@ -111044,8 +111073,8 @@ function registerCommands(inspectorBackend) {
|
|
|
111044
111073
|
inspectorBackend.registerEnum("Network.DeviceBoundSessionWithUsageUsage", { NotInScope: "NotInScope", InScopeRefreshNotYetNeeded: "InScopeRefreshNotYetNeeded", InScopeRefreshNotAllowed: "InScopeRefreshNotAllowed", ProactiveRefreshNotPossible: "ProactiveRefreshNotPossible", ProactiveRefreshAttempted: "ProactiveRefreshAttempted", Deferred: "Deferred" });
|
|
111045
111074
|
inspectorBackend.registerEnum("Network.DeviceBoundSessionUrlRuleRuleType", { Exclude: "Exclude", Include: "Include" });
|
|
111046
111075
|
inspectorBackend.registerEnum("Network.DeviceBoundSessionFetchResult", { Success: "Success", KeyError: "KeyError", SigningError: "SigningError", ServerRequestedTermination: "ServerRequestedTermination", InvalidSessionId: "InvalidSessionId", InvalidChallenge: "InvalidChallenge", TooManyChallenges: "TooManyChallenges", InvalidFetcherUrl: "InvalidFetcherUrl", InvalidRefreshUrl: "InvalidRefreshUrl", TransientHttpError: "TransientHttpError", ScopeOriginSameSiteMismatch: "ScopeOriginSameSiteMismatch", RefreshUrlSameSiteMismatch: "RefreshUrlSameSiteMismatch", MismatchedSessionId: "MismatchedSessionId", MissingScope: "MissingScope", NoCredentials: "NoCredentials", SubdomainRegistrationWellKnownUnavailable: "SubdomainRegistrationWellKnownUnavailable", SubdomainRegistrationUnauthorized: "SubdomainRegistrationUnauthorized", SubdomainRegistrationWellKnownMalformed: "SubdomainRegistrationWellKnownMalformed", SessionProviderWellKnownUnavailable: "SessionProviderWellKnownUnavailable", RelyingPartyWellKnownUnavailable: "RelyingPartyWellKnownUnavailable", FederatedKeyThumbprintMismatch: "FederatedKeyThumbprintMismatch", InvalidFederatedSessionUrl: "InvalidFederatedSessionUrl", InvalidFederatedKey: "InvalidFederatedKey", TooManyRelyingOriginLabels: "TooManyRelyingOriginLabels", BoundCookieSetForbidden: "BoundCookieSetForbidden", NetError: "NetError", ProxyError: "ProxyError", EmptySessionConfig: "EmptySessionConfig", InvalidCredentialsConfig: "InvalidCredentialsConfig", InvalidCredentialsType: "InvalidCredentialsType", InvalidCredentialsEmptyName: "InvalidCredentialsEmptyName", InvalidCredentialsCookie: "InvalidCredentialsCookie", PersistentHttpError: "PersistentHttpError", RegistrationAttemptedChallenge: "RegistrationAttemptedChallenge", InvalidScopeOrigin: "InvalidScopeOrigin", ScopeOriginContainsPath: "ScopeOriginContainsPath", RefreshInitiatorNotString: "RefreshInitiatorNotString", RefreshInitiatorInvalidHostPattern: "RefreshInitiatorInvalidHostPattern", InvalidScopeSpecification: "InvalidScopeSpecification", MissingScopeSpecificationType: "MissingScopeSpecificationType", EmptyScopeSpecificationDomain: "EmptyScopeSpecificationDomain", EmptyScopeSpecificationPath: "EmptyScopeSpecificationPath", InvalidScopeSpecificationType: "InvalidScopeSpecificationType", InvalidScopeIncludeSite: "InvalidScopeIncludeSite", MissingScopeIncludeSite: "MissingScopeIncludeSite", FederatedNotAuthorizedByProvider: "FederatedNotAuthorizedByProvider", FederatedNotAuthorizedByRelyingParty: "FederatedNotAuthorizedByRelyingParty", SessionProviderWellKnownMalformed: "SessionProviderWellKnownMalformed", SessionProviderWellKnownHasProviderOrigin: "SessionProviderWellKnownHasProviderOrigin", RelyingPartyWellKnownMalformed: "RelyingPartyWellKnownMalformed", RelyingPartyWellKnownHasRelyingOrigins: "RelyingPartyWellKnownHasRelyingOrigins", InvalidFederatedSessionProviderSessionMissing: "InvalidFederatedSessionProviderSessionMissing", InvalidFederatedSessionWrongProviderOrigin: "InvalidFederatedSessionWrongProviderOrigin", InvalidCredentialsCookieCreationTime: "InvalidCredentialsCookieCreationTime", InvalidCredentialsCookieName: "InvalidCredentialsCookieName", InvalidCredentialsCookieParsing: "InvalidCredentialsCookieParsing", InvalidCredentialsCookieUnpermittedAttribute: "InvalidCredentialsCookieUnpermittedAttribute", InvalidCredentialsCookieInvalidDomain: "InvalidCredentialsCookieInvalidDomain", InvalidCredentialsCookiePrefix: "InvalidCredentialsCookiePrefix", InvalidScopeRulePath: "InvalidScopeRulePath", InvalidScopeRuleHostPattern: "InvalidScopeRuleHostPattern", ScopeRuleOriginScopedHostPatternMismatch: "ScopeRuleOriginScopedHostPatternMismatch", ScopeRuleSiteScopedHostPatternMismatch: "ScopeRuleSiteScopedHostPatternMismatch", SigningQuotaExceeded: "SigningQuotaExceeded", InvalidConfigJson: "InvalidConfigJson", InvalidFederatedSessionProviderFailedToRestoreKey: "InvalidFederatedSessionProviderFailedToRestoreKey", FailedToUnwrapKey: "FailedToUnwrapKey", SessionDeletedDuringRefresh: "SessionDeletedDuringRefresh" });
|
|
111047
|
-
inspectorBackend.registerEnum("Network.RefreshEventDetailsRefreshResult", { Refreshed: "Refreshed", InitializedService: "InitializedService", Unreachable: "Unreachable", ServerError: "ServerError", RefreshQuotaExceeded: "RefreshQuotaExceeded", FatalError: "FatalError", SigningQuotaExceeded: "SigningQuotaExceeded" });
|
|
111048
|
-
inspectorBackend.registerEnum("Network.TerminationEventDetailsDeletionReason", { Expired: "Expired", FailedToRestoreKey: "FailedToRestoreKey", FailedToUnwrapKey: "FailedToUnwrapKey", StoragePartitionCleared: "StoragePartitionCleared", ClearBrowsingData: "ClearBrowsingData", ServerRequested: "ServerRequested", InvalidSessionParams: "InvalidSessionParams", RefreshFatalError: "RefreshFatalError" });
|
|
111076
|
+
inspectorBackend.registerEnum("Network.RefreshEventDetailsRefreshResult", { Refreshed: "Refreshed", RefreshedAsWaiter: "RefreshedAsWaiter", InitializedService: "InitializedService", Unreachable: "Unreachable", ServerError: "ServerError", RefreshQuotaExceeded: "RefreshQuotaExceeded", FatalError: "FatalError", SigningQuotaExceeded: "SigningQuotaExceeded" });
|
|
111077
|
+
inspectorBackend.registerEnum("Network.TerminationEventDetailsDeletionReason", { Expired: "Expired", FailedToRestoreKey: "FailedToRestoreKey", FailedToUnwrapKey: "FailedToUnwrapKey", StoragePartitionCleared: "StoragePartitionCleared", ClearBrowsingData: "ClearBrowsingData", ServerRequested: "ServerRequested", InvalidSessionParams: "InvalidSessionParams", RefreshFatalError: "RefreshFatalError", DevTools: "DevTools" });
|
|
111049
111078
|
inspectorBackend.registerEnum("Network.ChallengeEventDetailsChallengeResult", { Success: "Success", NoSessionId: "NoSessionId", NoSessionMatch: "NoSessionMatch", CantSetBoundCookie: "CantSetBoundCookie" });
|
|
111050
111079
|
inspectorBackend.registerEvent("Network.dataReceived", ["requestId", "timestamp", "dataLength", "encodedDataLength", "data"]);
|
|
111051
111080
|
inspectorBackend.registerEvent("Network.eventSourceMessageReceived", ["requestId", "timestamp", "eventName", "eventId", "data"]);
|
|
@@ -111129,6 +111158,7 @@ function registerCommands(inspectorBackend) {
|
|
|
111129
111158
|
inspectorBackend.registerCommand("Network.getSecurityIsolationStatus", [{ "name": "frameId", "type": "string", "optional": true, "description": "If no frameId is provided, the status of the target is provided.", "typeRef": "Page.FrameId" }], ["status"], "Returns information about the COEP/COOP isolation status.");
|
|
111130
111159
|
inspectorBackend.registerCommand("Network.enableReportingApi", [{ "name": "enable", "type": "boolean", "optional": false, "description": "Whether to enable or disable events for the Reporting API", "typeRef": null }], [], "Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers 'reportingApiReportAdded' for all existing reports.");
|
|
111131
111160
|
inspectorBackend.registerCommand("Network.enableDeviceBoundSessions", [{ "name": "enable", "type": "boolean", "optional": false, "description": "Whether to enable or disable events.", "typeRef": null }], [], "Sets up tracking device bound sessions and fetching of initial set of sessions.");
|
|
111161
|
+
inspectorBackend.registerCommand("Network.deleteDeviceBoundSession", [{ "name": "key", "type": "object", "optional": false, "description": "", "typeRef": "Network.DeviceBoundSessionKey" }], [], "Deletes a device bound session.");
|
|
111132
111162
|
inspectorBackend.registerCommand("Network.fetchSchemefulSite", [{ "name": "origin", "type": "string", "optional": false, "description": "The URL origin.", "typeRef": null }], ["schemefulSite"], "Fetches the schemeful site for a specific origin.");
|
|
111133
111163
|
inspectorBackend.registerCommand("Network.loadNetworkResource", [{ "name": "frameId", "type": "string", "optional": true, "description": "Frame id to get the resource for. Mandatory for frame targets, and should be omitted for worker targets.", "typeRef": "Page.FrameId" }, { "name": "url", "type": "string", "optional": false, "description": "URL of the resource to get content for.", "typeRef": null }, { "name": "options", "type": "object", "optional": false, "description": "Options for the request.", "typeRef": "Network.LoadNetworkResourceOptions" }], ["resource"], "Fetches the resource and returns the content.");
|
|
111134
111164
|
inspectorBackend.registerCommand("Network.setCookieControls", [{ "name": "enableThirdPartyCookieRestriction", "type": "boolean", "optional": false, "description": "Whether 3pc restriction is enabled.", "typeRef": null }], [], "Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed");
|
|
@@ -111620,7 +111650,7 @@ function registerCommands(inspectorBackend) {
|
|
|
111620
111650
|
inspectorBackend.registerCommand("Target.setRemoteLocations", [{ "name": "locations", "type": "array", "optional": false, "description": "List of remote locations.", "typeRef": "Target.RemoteLocation" }], [], "Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.");
|
|
111621
111651
|
inspectorBackend.registerCommand("Target.getDevToolsTarget", [{ "name": "targetId", "type": "string", "optional": false, "description": "Page or tab target ID.", "typeRef": "Target.TargetID" }], ["targetId"], "Gets the targetId of the DevTools page target opened for the given target (if any).");
|
|
111622
111652
|
inspectorBackend.registerCommand("Target.openDevTools", [{ "name": "targetId", "type": "string", "optional": false, "description": "This can be the page or tab target ID.", "typeRef": "Target.TargetID" }, { "name": "panelId", "type": "string", "optional": true, "description": "The id of the panel we want DevTools to open initially. Currently supported panels are elements, console, network, sources, resources and performance.", "typeRef": null }], ["targetId"], "Opens a DevTools window for the target.");
|
|
111623
|
-
inspectorBackend.registerType("Target.TargetInfo", [{ "name": "targetId", "type": "string", "optional": false, "description": "", "typeRef": "Target.TargetID" }, { "name": "type", "type": "string", "optional": false, "description": "List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22", "typeRef": null }, { "name": "title", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "url", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "attached", "type": "boolean", "optional": false, "description": "Whether the target has an attached client.", "typeRef": null }, { "name": "openerId", "type": "string", "optional": true, "description": "Opener target Id", "typeRef": "Target.TargetID" }, { "name": "canAccessOpener", "type": "boolean", "optional": false, "description": "Whether the target has access to the originating window.", "typeRef": null }, { "name": "openerFrameId", "type": "string", "optional": true, "description": "Frame id of originating window (is only set if target has an opener).", "typeRef": "Page.FrameId" }, { "name": "parentFrameId", "type": "string", "optional": true, "description": "Id of the parent frame,
|
|
111653
|
+
inspectorBackend.registerType("Target.TargetInfo", [{ "name": "targetId", "type": "string", "optional": false, "description": "", "typeRef": "Target.TargetID" }, { "name": "type", "type": "string", "optional": false, "description": "List of types: https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/devtools_agent_host_impl.cc?ss=chromium&q=f:devtools%20-f:out%20%22::kTypeTab%5B%5D%22", "typeRef": null }, { "name": "title", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "url", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "attached", "type": "boolean", "optional": false, "description": "Whether the target has an attached client.", "typeRef": null }, { "name": "parentId", "type": "string", "optional": true, "description": "Id of the parent target, if any. For example, \\\"iframe\\\" target may have a \\\"page\\\" parent.", "typeRef": "Target.TargetID" }, { "name": "openerId", "type": "string", "optional": true, "description": "Opener target Id", "typeRef": "Target.TargetID" }, { "name": "canAccessOpener", "type": "boolean", "optional": false, "description": "Whether the target has access to the originating window.", "typeRef": null }, { "name": "openerFrameId", "type": "string", "optional": true, "description": "Frame id of originating window (is only set if target has an opener).", "typeRef": "Page.FrameId" }, { "name": "parentFrameId", "type": "string", "optional": true, "description": "Id of the parent frame, present for \\\"iframe\\\" and \\\"worker\\\" targets. For nested workers, this is the \\\"ancestor\\\" frame that created the first worker in the nested chain.", "typeRef": "Page.FrameId" }, { "name": "browserContextId", "type": "string", "optional": true, "description": "", "typeRef": "Browser.BrowserContextID" }, { "name": "subtype", "type": "string", "optional": true, "description": "Provides additional details for specific target types. For example, for the type of \\\"page\\\", this may be set to \\\"prerender\\\".", "typeRef": null }]);
|
|
111624
111654
|
inspectorBackend.registerType("Target.FilterEntry", [{ "name": "exclude", "type": "boolean", "optional": true, "description": "If set, causes exclusion of matching targets from the list.", "typeRef": null }, { "name": "type", "type": "string", "optional": true, "description": "If not present, matches any type.", "typeRef": null }]);
|
|
111625
111655
|
inspectorBackend.registerType("Target.TargetFilter", [{ "name": "TargetFilter", "type": "array", "optional": false, "description": "The entries in TargetFilter are matched sequentially against targets and the first entry that matches determines if the target is included or not, depending on the value of `exclude` field in the entry. If filter is not specified, the one assumed is [{type: \\\"browser\\\", exclude: true}, {type: \\\"tab\\\", exclude: true}, {}] (i.e. include everything but `browser` and `tab`).", "typeRef": "Target.FilterEntry" }]);
|
|
111626
111656
|
inspectorBackend.registerType("Target.RemoteLocation", [{ "name": "host", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "port", "type": "number", "optional": false, "description": "", "typeRef": null }]);
|
|
@@ -111691,15 +111721,18 @@ function registerCommands(inspectorBackend) {
|
|
|
111691
111721
|
inspectorBackend.registerCommand("WebAuthn.setCredentialProperties", [{ "name": "authenticatorId", "type": "string", "optional": false, "description": "", "typeRef": "WebAuthn.AuthenticatorId" }, { "name": "credentialId", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "backupEligibility", "type": "boolean", "optional": true, "description": "", "typeRef": null }, { "name": "backupState", "type": "boolean", "optional": true, "description": "", "typeRef": null }], [], "Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties");
|
|
111692
111722
|
inspectorBackend.registerType("WebAuthn.VirtualAuthenticatorOptions", [{ "name": "protocol", "type": "string", "optional": false, "description": "", "typeRef": "WebAuthn.AuthenticatorProtocol" }, { "name": "ctap2Version", "type": "string", "optional": true, "description": "Defaults to ctap2_0. Ignored if |protocol| == u2f.", "typeRef": "WebAuthn.Ctap2Version" }, { "name": "transport", "type": "string", "optional": false, "description": "", "typeRef": "WebAuthn.AuthenticatorTransport" }, { "name": "hasResidentKey", "type": "boolean", "optional": true, "description": "Defaults to false.", "typeRef": null }, { "name": "hasUserVerification", "type": "boolean", "optional": true, "description": "Defaults to false.", "typeRef": null }, { "name": "hasLargeBlob", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the largeBlob extension. https://w3c.github.io/webauthn#largeBlob Defaults to false.", "typeRef": null }, { "name": "hasCredBlob", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the credBlob extension. https://fidoalliance.org/specs/fido-v2.1-rd-20201208/fido-client-to-authenticator-protocol-v2.1-rd-20201208.html#sctn-credBlob-extension Defaults to false.", "typeRef": null }, { "name": "hasMinPinLength", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the minPinLength extension. https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-minpinlength-extension Defaults to false.", "typeRef": null }, { "name": "hasPrf", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the prf extension. https://w3c.github.io/webauthn/#prf-extension Defaults to false.", "typeRef": null }, { "name": "hasHmacSecret", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the hmac-secret extension. https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-hmac-secret-extension Defaults to false.", "typeRef": null }, { "name": "hasHmacSecretMc", "type": "boolean", "optional": true, "description": "If set to true, the authenticator will support the hmac-secret-mc extension. https://fidoalliance.org/specs/fido-v2.2-rd-20241003/fido-client-to-authenticator-protocol-v2.2-rd-20241003.html#sctn-hmac-secret-make-cred-extension Defaults to false.", "typeRef": null }, { "name": "automaticPresenceSimulation", "type": "boolean", "optional": true, "description": "If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.", "typeRef": null }, { "name": "isUserVerified", "type": "boolean", "optional": true, "description": "Sets whether User Verification succeeds or fails for an authenticator. Defaults to false.", "typeRef": null }, { "name": "defaultBackupEligibility", "type": "boolean", "optional": true, "description": "Credentials created by this authenticator will have the backup eligibility (BE) flag set to this value. Defaults to false. https://w3c.github.io/webauthn/#sctn-credential-backup", "typeRef": null }, { "name": "defaultBackupState", "type": "boolean", "optional": true, "description": "Credentials created by this authenticator will have the backup state (BS) flag set to this value. Defaults to false. https://w3c.github.io/webauthn/#sctn-credential-backup", "typeRef": null }]);
|
|
111693
111723
|
inspectorBackend.registerType("WebAuthn.Credential", [{ "name": "credentialId", "type": "string", "optional": false, "description": "", "typeRef": null }, { "name": "isResidentCredential", "type": "boolean", "optional": false, "description": "", "typeRef": null }, { "name": "rpId", "type": "string", "optional": true, "description": "Relying Party ID the credential is scoped to. Must be set when adding a credential.", "typeRef": null }, { "name": "privateKey", "type": "string", "optional": false, "description": "The ECDSA P-256 private key in PKCS#8 format.", "typeRef": null }, { "name": "userHandle", "type": "string", "optional": true, "description": "An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user.", "typeRef": null }, { "name": "signCount", "type": "number", "optional": false, "description": "Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/#signature-counter", "typeRef": null }, { "name": "largeBlob", "type": "string", "optional": true, "description": "The large blob associated with the credential. See https://w3c.github.io/webauthn/#sctn-large-blob-extension", "typeRef": null }, { "name": "backupEligibility", "type": "boolean", "optional": true, "description": "Assertions returned by this credential will have the backup eligibility (BE) flag set to this value. Defaults to the authenticator's defaultBackupEligibility value.", "typeRef": null }, { "name": "backupState", "type": "boolean", "optional": true, "description": "Assertions returned by this credential will have the backup state (BS) flag set to this value. Defaults to the authenticator's defaultBackupState value.", "typeRef": null }, { "name": "userName", "type": "string", "optional": true, "description": "The credential's user.name property. Equivalent to empty if not set. https://w3c.github.io/webauthn/#dom-publickeycredentialentity-name", "typeRef": null }, { "name": "userDisplayName", "type": "string", "optional": true, "description": "The credential's user.displayName property. Equivalent to empty if not set. https://w3c.github.io/webauthn/#dom-publickeycredentialuserentity-displayname", "typeRef": null }]);
|
|
111694
|
-
inspectorBackend.registerEnum("WebMCP.InvocationStatus", {
|
|
111724
|
+
inspectorBackend.registerEnum("WebMCP.InvocationStatus", { Completed: "Completed", Canceled: "Canceled", Error: "Error" });
|
|
111695
111725
|
inspectorBackend.registerEvent("WebMCP.toolsAdded", ["tools"]);
|
|
111696
111726
|
inspectorBackend.registerEvent("WebMCP.toolsRemoved", ["tools"]);
|
|
111697
111727
|
inspectorBackend.registerEvent("WebMCP.toolInvoked", ["toolName", "frameId", "invocationId", "input"]);
|
|
111698
111728
|
inspectorBackend.registerEvent("WebMCP.toolResponded", ["invocationId", "status", "output", "errorText", "exception"]);
|
|
111699
111729
|
inspectorBackend.registerCommand("WebMCP.enable", [], [], "Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.");
|
|
111700
111730
|
inspectorBackend.registerCommand("WebMCP.disable", [], [], "Disables the WebMCP domain.");
|
|
111731
|
+
inspectorBackend.registerCommand("WebMCP.invokeTool", [{ "name": "frameId", "type": "string", "optional": false, "description": "Frame in which to invoke the tool.", "typeRef": "Page.FrameId" }, { "name": "toolName", "type": "string", "optional": false, "description": "Name of the tool to invoke.", "typeRef": null }, { "name": "input", "type": "object", "optional": false, "description": "Input parameters for the tool, matching the tool's inputSchema.", "typeRef": null }], ["invocationId"], "Invokes a registered tool.");
|
|
111732
|
+
inspectorBackend.registerCommand("WebMCP.cancelInvocation", [{ "name": "invocationId", "type": "string", "optional": false, "description": "Invocation identifier to cancel.", "typeRef": null }], [], "Cancels a pending tool invocation.");
|
|
111701
111733
|
inspectorBackend.registerType("WebMCP.Annotation", [{ "name": "readOnly", "type": "boolean", "optional": true, "description": "A hint indicating that the tool does not modify any state.", "typeRef": null }, { "name": "autosubmit", "type": "boolean", "optional": true, "description": "If the declarative tool was declared with the autosubmit attribute.", "typeRef": null }]);
|
|
111702
111734
|
inspectorBackend.registerType("WebMCP.Tool", [{ "name": "name", "type": "string", "optional": false, "description": "Tool name.", "typeRef": null }, { "name": "description", "type": "string", "optional": false, "description": "Tool description.", "typeRef": null }, { "name": "inputSchema", "type": "object", "optional": true, "description": "Schema for the tool's input parameters.", "typeRef": null }, { "name": "annotations", "type": "object", "optional": true, "description": "Optional annotations for the tool.", "typeRef": "WebMCP.Annotation" }, { "name": "frameId", "type": "string", "optional": false, "description": "Frame identifier associated with the tool registration.", "typeRef": "Page.FrameId" }, { "name": "backendNodeId", "type": "number", "optional": true, "description": "Optional node ID for declarative tools.", "typeRef": "DOM.BackendNodeId" }, { "name": "stackTrace", "type": "object", "optional": true, "description": "The stack trace at the time of the registration.", "typeRef": "Runtime.StackTrace" }]);
|
|
111735
|
+
inspectorBackend.registerType("WebMCP.RemovedTool", [{ "name": "name", "type": "string", "optional": false, "description": "Tool name.", "typeRef": null }, { "name": "frameId", "type": "string", "optional": false, "description": "Frame identifier associated with the tool registration.", "typeRef": "Page.FrameId" }]);
|
|
111703
111736
|
inspectorBackend.registerEnum("Debugger.ScopeType", { Global: "global", Local: "local", With: "with", Closure: "closure", Catch: "catch", Block: "block", Script: "script", Eval: "eval", Module: "module", WasmExpressionStack: "wasm-expression-stack" });
|
|
111704
111737
|
inspectorBackend.registerEnum("Debugger.BreakLocationType", { DebuggerStatement: "debuggerStatement", Call: "call", Return: "return" });
|
|
111705
111738
|
inspectorBackend.registerEnum("Debugger.ScriptLanguage", { JavaScript: "JavaScript", WebAssembly: "WebAssembly" });
|
|
@@ -112345,14 +112378,14 @@ class DispatcherManager {
|
|
|
112345
112378
|
const inspectorBackend = new InspectorBackend();
|
|
112346
112379
|
|
|
112347
112380
|
var InspectorBackend$1 = /*#__PURE__*/Object.freeze({
|
|
112348
|
-
|
|
112349
|
-
|
|
112350
|
-
|
|
112351
|
-
|
|
112352
|
-
|
|
112353
|
-
|
|
112354
|
-
|
|
112355
|
-
|
|
112381
|
+
__proto__: null,
|
|
112382
|
+
InspectorBackend: InspectorBackend,
|
|
112383
|
+
SessionRouter: SessionRouter,
|
|
112384
|
+
TargetBase: TargetBase,
|
|
112385
|
+
inspectorBackend: inspectorBackend,
|
|
112386
|
+
qualifyName: qualifyName,
|
|
112387
|
+
splitQualifiedName: splitQualifiedName,
|
|
112388
|
+
test: test
|
|
112356
112389
|
});
|
|
112357
112390
|
|
|
112358
112391
|
// Copyright 2025 The Chromium Authors
|
|
@@ -112489,18 +112522,18 @@ class DevToolsCDPConnection {
|
|
|
112489
112522
|
}
|
|
112490
112523
|
|
|
112491
112524
|
var DevToolsCDPConnection$1 = /*#__PURE__*/Object.freeze({
|
|
112492
|
-
|
|
112493
|
-
|
|
112525
|
+
__proto__: null,
|
|
112526
|
+
DevToolsCDPConnection: DevToolsCDPConnection
|
|
112494
112527
|
});
|
|
112495
112528
|
|
|
112496
112529
|
// Copyright 2019 The Chromium Authors
|
|
112497
112530
|
|
|
112498
112531
|
var protocol_client = /*#__PURE__*/Object.freeze({
|
|
112499
|
-
|
|
112500
|
-
|
|
112501
|
-
|
|
112502
|
-
|
|
112503
|
-
|
|
112532
|
+
__proto__: null,
|
|
112533
|
+
CDPConnection: CDPConnection,
|
|
112534
|
+
ConnectionTransport: ConnectionTransport$1,
|
|
112535
|
+
DevToolsCDPConnection: DevToolsCDPConnection$1,
|
|
112536
|
+
InspectorBackend: InspectorBackend$1
|
|
112504
112537
|
});
|
|
112505
112538
|
|
|
112506
112539
|
// Copyright 2009 The Chromium Authors
|
|
@@ -113242,14 +113275,57 @@ class RemoteFunction {
|
|
|
113242
113275
|
return functionDetails;
|
|
113243
113276
|
}
|
|
113244
113277
|
}
|
|
113278
|
+
class RemoteError {
|
|
113279
|
+
#object;
|
|
113280
|
+
#exceptionDetails;
|
|
113281
|
+
#cause;
|
|
113282
|
+
constructor(object) {
|
|
113283
|
+
this.#object = object;
|
|
113284
|
+
}
|
|
113285
|
+
static objectAsError(object) {
|
|
113286
|
+
if (object.subtype !== 'error') {
|
|
113287
|
+
throw new Error(`Object of type ${object.subtype} is not an error`);
|
|
113288
|
+
}
|
|
113289
|
+
return new RemoteError(object);
|
|
113290
|
+
}
|
|
113291
|
+
get errorStack() {
|
|
113292
|
+
return this.#object.description ?? '';
|
|
113293
|
+
}
|
|
113294
|
+
exceptionDetails() {
|
|
113295
|
+
if (!this.#exceptionDetails) {
|
|
113296
|
+
this.#exceptionDetails = this.#lookupExceptionDetails();
|
|
113297
|
+
}
|
|
113298
|
+
return this.#exceptionDetails;
|
|
113299
|
+
}
|
|
113300
|
+
#lookupExceptionDetails() {
|
|
113301
|
+
if (this.#object.objectId) {
|
|
113302
|
+
return this.#object.runtimeModel().getExceptionDetails(this.#object.objectId);
|
|
113303
|
+
}
|
|
113304
|
+
return Promise.resolve(undefined);
|
|
113305
|
+
}
|
|
113306
|
+
cause() {
|
|
113307
|
+
if (!this.#cause) {
|
|
113308
|
+
this.#cause = this.#lookupCause();
|
|
113309
|
+
}
|
|
113310
|
+
return this.#cause;
|
|
113311
|
+
}
|
|
113312
|
+
async #lookupCause() {
|
|
113313
|
+
const allProperties = await this.#object.getAllProperties(false , false );
|
|
113314
|
+
const cause = allProperties.properties?.find(prop => prop.name === 'cause');
|
|
113315
|
+
return cause?.value;
|
|
113316
|
+
}
|
|
113317
|
+
}
|
|
113245
113318
|
const descriptionLengthParenRegex = /\(([0-9]+)\)/;
|
|
113246
113319
|
const descriptionLengthSquareRegex = /\[([0-9]+)\]/;
|
|
113247
113320
|
|
|
113321
|
+
const cssStreamParser = () => Promise.resolve({ startState: () => ({}) });
|
|
113322
|
+
class StringStream { constructor() {} }
|
|
113323
|
+
|
|
113248
113324
|
// Copyright 2022 The Chromium Authors
|
|
113249
113325
|
function createCssTokenizer() {
|
|
113250
113326
|
async function tokenize(line, callback) {
|
|
113251
|
-
const streamParser = await
|
|
113252
|
-
const stream = new
|
|
113327
|
+
const streamParser = await cssStreamParser();
|
|
113328
|
+
const stream = new StringStream(line, 4, 2);
|
|
113253
113329
|
const state = streamParser.startState(2);
|
|
113254
113330
|
let lastPos = stream.pos;
|
|
113255
113331
|
while (!stream.eol()) {
|
|
@@ -113595,12 +113671,17 @@ class Text {
|
|
|
113595
113671
|
}
|
|
113596
113672
|
|
|
113597
113673
|
// Copyright 2023 The Chromium Authors
|
|
113674
|
+
const objectUrlRegistry = new FinalizationRegistry(url => {
|
|
113675
|
+
URL.revokeObjectURL(url);
|
|
113676
|
+
});
|
|
113677
|
+
const MAX_BLOB_SIZE_BYTES = 10 * 1024 * 1024;
|
|
113598
113678
|
class ContentData {
|
|
113599
113679
|
mimeType;
|
|
113600
113680
|
charset;
|
|
113601
113681
|
#contentAsBase64;
|
|
113602
113682
|
#contentAsText;
|
|
113603
113683
|
#contentAsTextObj;
|
|
113684
|
+
#imagePreviewUrl;
|
|
113604
113685
|
constructor(data, isBase64, mimeType, charset) {
|
|
113605
113686
|
this.charset = charset || 'utf-8';
|
|
113606
113687
|
if (isBase64) {
|
|
@@ -113627,12 +113708,7 @@ class ContentData {
|
|
|
113627
113708
|
if (!this.isTextContent) {
|
|
113628
113709
|
throw new Error('Cannot interpret binary data as text');
|
|
113629
113710
|
}
|
|
113630
|
-
const
|
|
113631
|
-
const len = binaryString.length;
|
|
113632
|
-
const bytes = new Uint8Array(len);
|
|
113633
|
-
for (let i = 0; i < len; i++) {
|
|
113634
|
-
bytes[i] = binaryString.charCodeAt(i);
|
|
113635
|
-
}
|
|
113711
|
+
const bytes = decode$1(this.#contentAsBase64);
|
|
113636
113712
|
this.#contentAsText = new TextDecoder(this.charset).decode(bytes);
|
|
113637
113713
|
return this.#contentAsText;
|
|
113638
113714
|
}
|
|
@@ -113673,6 +113749,37 @@ class ContentData {
|
|
|
113673
113749
|
}
|
|
113674
113750
|
return contentAsDataURL(this.text, this.mimeType ?? '', false, 'utf-8');
|
|
113675
113751
|
}
|
|
113752
|
+
asBlob() {
|
|
113753
|
+
if (this.#contentAsBase64 !== undefined) {
|
|
113754
|
+
if (this.#contentAsBase64.length * 0.75 > MAX_BLOB_SIZE_BYTES) {
|
|
113755
|
+
return null;
|
|
113756
|
+
}
|
|
113757
|
+
const bytes = decode$1(this.#contentAsBase64);
|
|
113758
|
+
return new Blob([bytes], { type: this.mimeType });
|
|
113759
|
+
}
|
|
113760
|
+
const text = this.#contentAsText ?? '';
|
|
113761
|
+
if (text.length > MAX_BLOB_SIZE_BYTES) {
|
|
113762
|
+
return null;
|
|
113763
|
+
}
|
|
113764
|
+
return new Blob([text], { type: this.mimeType });
|
|
113765
|
+
}
|
|
113766
|
+
asImagePreviewUrl() {
|
|
113767
|
+
if (this.#imagePreviewUrl) {
|
|
113768
|
+
return this.#imagePreviewUrl;
|
|
113769
|
+
}
|
|
113770
|
+
const url = this.asDataUrl();
|
|
113771
|
+
if (url !== null) {
|
|
113772
|
+
this.#imagePreviewUrl = url;
|
|
113773
|
+
return this.#imagePreviewUrl;
|
|
113774
|
+
}
|
|
113775
|
+
const blob = this.asBlob();
|
|
113776
|
+
if (blob === null) {
|
|
113777
|
+
return null;
|
|
113778
|
+
}
|
|
113779
|
+
this.#imagePreviewUrl = URL.createObjectURL(blob);
|
|
113780
|
+
objectUrlRegistry.register(this, this.#imagePreviewUrl);
|
|
113781
|
+
return this.#imagePreviewUrl;
|
|
113782
|
+
}
|
|
113676
113783
|
asDeferedContent() {
|
|
113677
113784
|
if (this.isTextContent) {
|
|
113678
113785
|
return { content: this.text, isEncoded: false };
|
|
@@ -114853,9 +114960,7 @@ var DevtoolsExperiments;
|
|
|
114853
114960
|
DevtoolsExperiments[DevtoolsExperiments["capture-node-creation-stacks"] = 1] = "capture-node-creation-stacks";
|
|
114854
114961
|
DevtoolsExperiments[DevtoolsExperiments["live-heap-profile"] = 11] = "live-heap-profile";
|
|
114855
114962
|
DevtoolsExperiments[DevtoolsExperiments["protocol-monitor"] = 13] = "protocol-monitor";
|
|
114856
|
-
DevtoolsExperiments[DevtoolsExperiments["sampling-heap-profiler-timeline"] = 17] = "sampling-heap-profiler-timeline";
|
|
114857
114963
|
DevtoolsExperiments[DevtoolsExperiments["timeline-invalidation-tracking"] = 26] = "timeline-invalidation-tracking";
|
|
114858
|
-
DevtoolsExperiments[DevtoolsExperiments["apca"] = 39] = "apca";
|
|
114859
114964
|
DevtoolsExperiments[DevtoolsExperiments["font-editor"] = 41] = "font-editor";
|
|
114860
114965
|
DevtoolsExperiments[DevtoolsExperiments["instrumentation-breakpoints"] = 61] = "instrumentation-breakpoints";
|
|
114861
114966
|
DevtoolsExperiments[DevtoolsExperiments["use-source-map-scopes"] = 76] = "use-source-map-scopes";
|
|
@@ -115594,6 +115699,7 @@ const generatedProperties = [
|
|
|
115594
115699
|
"flex-basis",
|
|
115595
115700
|
"flex-direction",
|
|
115596
115701
|
"flex-grow",
|
|
115702
|
+
"flex-line-count",
|
|
115597
115703
|
"flex-shrink",
|
|
115598
115704
|
"flex-wrap",
|
|
115599
115705
|
"float",
|
|
@@ -115855,6 +115961,7 @@ const generatedProperties = [
|
|
|
115855
115961
|
"text-decoration-color",
|
|
115856
115962
|
"text-decoration-line",
|
|
115857
115963
|
"text-decoration-skip-ink",
|
|
115964
|
+
"text-decoration-skip-spaces",
|
|
115858
115965
|
"text-decoration-style",
|
|
115859
115966
|
"text-decoration-thickness",
|
|
115860
115967
|
"text-emphasis-color",
|
|
@@ -117432,6 +117539,9 @@ const generatedProperties = [
|
|
|
117432
117539
|
{
|
|
117433
117540
|
"name": "flex-grow"
|
|
117434
117541
|
},
|
|
117542
|
+
{
|
|
117543
|
+
"name": "flex-line-count"
|
|
117544
|
+
},
|
|
117435
117545
|
{
|
|
117436
117546
|
"name": "flex-shrink"
|
|
117437
117547
|
},
|
|
@@ -119649,6 +119759,16 @@ const generatedProperties = [
|
|
|
119649
119759
|
],
|
|
119650
119760
|
"name": "text-decoration-skip-ink"
|
|
119651
119761
|
},
|
|
119762
|
+
{
|
|
119763
|
+
"inherited": true,
|
|
119764
|
+
"keywords": [
|
|
119765
|
+
"none",
|
|
119766
|
+
"start",
|
|
119767
|
+
"end",
|
|
119768
|
+
"all"
|
|
119769
|
+
],
|
|
119770
|
+
"name": "text-decoration-skip-spaces"
|
|
119771
|
+
},
|
|
119652
119772
|
{
|
|
119653
119773
|
"keywords": [
|
|
119654
119774
|
"solid",
|
|
@@ -122257,6 +122377,14 @@ const generatedPropertyValues = {
|
|
|
122257
122377
|
"all"
|
|
122258
122378
|
]
|
|
122259
122379
|
},
|
|
122380
|
+
"text-decoration-skip-spaces": {
|
|
122381
|
+
"values": [
|
|
122382
|
+
"none",
|
|
122383
|
+
"start",
|
|
122384
|
+
"end",
|
|
122385
|
+
"all"
|
|
122386
|
+
]
|
|
122387
|
+
},
|
|
122260
122388
|
"text-decoration-style": {
|
|
122261
122389
|
"values": [
|
|
122262
122390
|
"solid",
|
|
@@ -125212,8 +125340,8 @@ class LinkableNameMatcher extends matcherBase(LinkableNameMatch) {
|
|
|
125212
125340
|
if (!currentDeclarationNodes) {
|
|
125213
125341
|
return null;
|
|
125214
125342
|
}
|
|
125215
|
-
|
|
125216
|
-
const tokenized = tokenizeDeclaration(
|
|
125343
|
+
matching.getComputedTextRange(currentDeclarationNodes[0], node);
|
|
125344
|
+
const tokenized = tokenizeDeclaration();
|
|
125217
125345
|
if (!tokenized) {
|
|
125218
125346
|
return null;
|
|
125219
125347
|
}
|
|
@@ -125779,41 +125907,6 @@ class EnvFunctionMatcher extends matcherBase(EnvFunctionMatch) {
|
|
|
125779
125907
|
function stripComments(value) {
|
|
125780
125908
|
return value.replaceAll(/(\/\*(?:.|\s)*?\*\/)/g, '');
|
|
125781
125909
|
}
|
|
125782
|
-
function nodeText(node, text) {
|
|
125783
|
-
return nodeTextRange(node, node, text);
|
|
125784
|
-
}
|
|
125785
|
-
function nodeTextRange(from, to, text) {
|
|
125786
|
-
return text.substring(from.from, to.to);
|
|
125787
|
-
}
|
|
125788
|
-
class SyntaxTree {
|
|
125789
|
-
propertyValue;
|
|
125790
|
-
rule;
|
|
125791
|
-
tree;
|
|
125792
|
-
trailingNodes;
|
|
125793
|
-
propertyName;
|
|
125794
|
-
constructor(propertyValue, rule, tree, propertyName, trailingNodes = []) {
|
|
125795
|
-
this.propertyName = propertyName;
|
|
125796
|
-
this.propertyValue = propertyValue;
|
|
125797
|
-
this.rule = rule;
|
|
125798
|
-
this.tree = tree;
|
|
125799
|
-
this.trailingNodes = trailingNodes;
|
|
125800
|
-
}
|
|
125801
|
-
text(node) {
|
|
125802
|
-
if (node === null) {
|
|
125803
|
-
return '';
|
|
125804
|
-
}
|
|
125805
|
-
return nodeText(node ?? this.tree, this.rule);
|
|
125806
|
-
}
|
|
125807
|
-
textRange(from, to) {
|
|
125808
|
-
if (!from || !to) {
|
|
125809
|
-
return '';
|
|
125810
|
-
}
|
|
125811
|
-
return nodeTextRange(from, to, this.rule);
|
|
125812
|
-
}
|
|
125813
|
-
subtree(node) {
|
|
125814
|
-
return new SyntaxTree(this.propertyValue, this.rule, node);
|
|
125815
|
-
}
|
|
125816
|
-
}
|
|
125817
125910
|
class TreeWalker {
|
|
125818
125911
|
ast;
|
|
125819
125912
|
constructor(ast) {
|
|
@@ -126094,7 +126187,7 @@ class ComputedText {
|
|
|
126094
126187
|
#countTopLevelValuesInStringPiece(piece) {
|
|
126095
126188
|
let count = this.#topLevelValueCounts.get(piece);
|
|
126096
126189
|
if (count === undefined) {
|
|
126097
|
-
count = ASTUtils.siblings(ASTUtils.declValue(tokenizeDeclaration(
|
|
126190
|
+
count = ASTUtils.siblings(ASTUtils.declValue(tokenizeDeclaration()?.tree ?? null)).length;
|
|
126098
126191
|
this.#topLevelValueCounts.set(piece, count);
|
|
126099
126192
|
}
|
|
126100
126193
|
return count;
|
|
@@ -126184,53 +126277,22 @@ var ASTUtils;
|
|
|
126184
126277
|
}
|
|
126185
126278
|
ASTUtils.equals = equals;
|
|
126186
126279
|
})(ASTUtils || (ASTUtils = {}));
|
|
126187
|
-
function declaration(rule) {
|
|
126188
|
-
const cssParser = undefined.cssLanguage.parser;
|
|
126189
|
-
return cssParser.parse(rule).topNode.getChild('RuleSet')?.getChild('Block')?.getChild('Declaration') ?? null;
|
|
126190
|
-
}
|
|
126191
126280
|
function tokenizeDeclaration(propertyName, propertyValue) {
|
|
126192
|
-
const name = tokenizePropertyName(
|
|
126281
|
+
const name = tokenizePropertyName();
|
|
126193
126282
|
if (!name) {
|
|
126194
126283
|
return null;
|
|
126195
126284
|
}
|
|
126196
|
-
|
|
126197
|
-
const decl = declaration(rule);
|
|
126198
|
-
if (!decl || decl.type.isError) {
|
|
126199
|
-
return null;
|
|
126200
|
-
}
|
|
126201
|
-
const childNodes = ASTUtils.children(decl);
|
|
126202
|
-
if (childNodes.length < 2) {
|
|
126203
|
-
return null;
|
|
126204
|
-
}
|
|
126205
|
-
const [varName, colon, tree] = childNodes;
|
|
126206
|
-
if (!varName || varName.type.isError || !colon || colon.type.isError || tree?.type.isError) {
|
|
126207
|
-
return null;
|
|
126208
|
-
}
|
|
126209
|
-
const trailingNodes = ASTUtils.siblings(decl).slice(1);
|
|
126210
|
-
const [semicolon, brace] = trailingNodes.splice(trailingNodes.length - 2, 2);
|
|
126211
|
-
if (semicolon?.name !== ';' && brace?.name !== '}') {
|
|
126212
|
-
return null;
|
|
126213
|
-
}
|
|
126214
|
-
const ast = new SyntaxTree(propertyValue, rule, decl, name, trailingNodes);
|
|
126215
|
-
if (ast.text(varName) !== name || colon.name !== ':') {
|
|
126285
|
+
{
|
|
126216
126286
|
return null;
|
|
126217
126287
|
}
|
|
126218
|
-
return ast;
|
|
126219
126288
|
}
|
|
126220
126289
|
function tokenizePropertyName(name) {
|
|
126221
|
-
|
|
126222
|
-
const decl = declaration(rule);
|
|
126223
|
-
if (!decl || decl.type.isError) {
|
|
126224
|
-
return null;
|
|
126225
|
-
}
|
|
126226
|
-
const propertyName = decl.getChild('PropertyName') ?? decl.getChild('VariableName');
|
|
126227
|
-
if (!propertyName) {
|
|
126290
|
+
{
|
|
126228
126291
|
return null;
|
|
126229
126292
|
}
|
|
126230
|
-
return nodeText(propertyName, rule);
|
|
126231
126293
|
}
|
|
126232
126294
|
function matchDeclaration(name, value, matchers) {
|
|
126233
|
-
const ast = tokenizeDeclaration(
|
|
126295
|
+
const ast = tokenizeDeclaration();
|
|
126234
126296
|
const matchedResult = ast && BottomUpTreeMatching.walk(ast, matchers);
|
|
126235
126297
|
ast?.trailingNodes.forEach(n => matchedResult?.matchText(n));
|
|
126236
126298
|
return matchedResult;
|
|
@@ -128581,7 +128643,7 @@ class DOMInheritanceCascade {
|
|
|
128581
128643
|
if (rawValue === null) {
|
|
128582
128644
|
return null;
|
|
128583
128645
|
}
|
|
128584
|
-
const ast = tokenizeDeclaration(
|
|
128646
|
+
const ast = tokenizeDeclaration();
|
|
128585
128647
|
if (!ast) {
|
|
128586
128648
|
return null;
|
|
128587
128649
|
}
|
|
@@ -131205,16 +131267,8 @@ class NetworkRequest extends ObjectWrapper {
|
|
|
131205
131267
|
if (ContentData.isError(contentData)) {
|
|
131206
131268
|
return;
|
|
131207
131269
|
}
|
|
131208
|
-
|
|
131209
|
-
|
|
131210
|
-
const cacheControl = this.responseHeaderValue('cache-control') || '';
|
|
131211
|
-
if (!cacheControl.includes('no-cache')) {
|
|
131212
|
-
imageSrc = this.#url;
|
|
131213
|
-
}
|
|
131214
|
-
}
|
|
131215
|
-
if (imageSrc !== null) {
|
|
131216
|
-
image.src = imageSrc;
|
|
131217
|
-
}
|
|
131270
|
+
const imageSrc = contentData.asImagePreviewUrl();
|
|
131271
|
+
image.src = imageSrc ?? '';
|
|
131218
131272
|
}
|
|
131219
131273
|
initiator() {
|
|
131220
131274
|
return this.#initiator || null;
|
|
@@ -132185,6 +132239,9 @@ class NetworkManager extends SDKModel {
|
|
|
132185
132239
|
async enableDeviceBoundSessions(enable = true) {
|
|
132186
132240
|
return await this.#networkAgent.invoke_enableDeviceBoundSessions({ enable });
|
|
132187
132241
|
}
|
|
132242
|
+
async deleteDeviceBoundSession(key) {
|
|
132243
|
+
return await this.#networkAgent.invoke_deleteDeviceBoundSession({ key });
|
|
132244
|
+
}
|
|
132188
132245
|
async loadNetworkResource(frameId, url, options) {
|
|
132189
132246
|
const result = await this.#networkAgent.invoke_loadNetworkResource({ frameId: frameId ?? undefined, url, options });
|
|
132190
132247
|
if (result.getError()) {
|
|
@@ -134786,9 +134843,9 @@ function formatterWorkerPool() {
|
|
|
134786
134843
|
}
|
|
134787
134844
|
|
|
134788
134845
|
var FormatterWorkerPool$1 = /*#__PURE__*/Object.freeze({
|
|
134789
|
-
|
|
134790
|
-
|
|
134791
|
-
|
|
134846
|
+
__proto__: null,
|
|
134847
|
+
FormatterWorkerPool: FormatterWorkerPool,
|
|
134848
|
+
formatterWorkerPool: formatterWorkerPool
|
|
134792
134849
|
});
|
|
134793
134850
|
|
|
134794
134851
|
// Copyright 2011 The Chromium Authors
|
|
@@ -134865,17 +134922,17 @@ class FormatterSourceMappingImpl {
|
|
|
134865
134922
|
}
|
|
134866
134923
|
|
|
134867
134924
|
var ScriptFormatter = /*#__PURE__*/Object.freeze({
|
|
134868
|
-
|
|
134869
|
-
|
|
134870
|
-
|
|
134925
|
+
__proto__: null,
|
|
134926
|
+
format: format,
|
|
134927
|
+
formatScriptContent: formatScriptContent
|
|
134871
134928
|
});
|
|
134872
134929
|
|
|
134873
134930
|
// Copyright 2019 The Chromium Authors
|
|
134874
134931
|
|
|
134875
134932
|
var formatter = /*#__PURE__*/Object.freeze({
|
|
134876
|
-
|
|
134877
|
-
|
|
134878
|
-
|
|
134933
|
+
__proto__: null,
|
|
134934
|
+
FormatterWorkerPool: FormatterWorkerPool$1,
|
|
134935
|
+
ScriptFormatter: ScriptFormatter
|
|
134879
134936
|
});
|
|
134880
134937
|
|
|
134881
134938
|
// Copyright 2023 The Chromium Authors
|
|
@@ -138199,8 +138256,7 @@ class OverlayModel extends SDKModel {
|
|
|
138199
138256
|
gridHighlightConfig: {},
|
|
138200
138257
|
flexContainerHighlightConfig: {},
|
|
138201
138258
|
flexItemHighlightConfig: {},
|
|
138202
|
-
contrastAlgorithm:
|
|
138203
|
-
"apca" :
|
|
138259
|
+
contrastAlgorithm: settings.moduleSetting('apca').get() ? "apca" :
|
|
138204
138260
|
"aa" ,
|
|
138205
138261
|
};
|
|
138206
138262
|
if (mode === 'all' || mode === 'content') {
|
|
@@ -141206,7 +141262,8 @@ class Resource {
|
|
|
141206
141262
|
if (ContentData.isError(contentData)) {
|
|
141207
141263
|
return;
|
|
141208
141264
|
}
|
|
141209
|
-
|
|
141265
|
+
const imageSrc = contentData.asImagePreviewUrl();
|
|
141266
|
+
image.src = imageSrc ?? '';
|
|
141210
141267
|
}
|
|
141211
141268
|
async innerRequestContent() {
|
|
141212
141269
|
if (this.request) {
|
|
@@ -148143,6 +148200,163 @@ class WebAuthnDispatcher {
|
|
|
148143
148200
|
}
|
|
148144
148201
|
SDKModel.register(WebAuthnModel, { capabilities: 65536 , autostart: false });
|
|
148145
148202
|
|
|
148203
|
+
// Copyright 2026 The Chromium Authors
|
|
148204
|
+
const CALL_FRAME_REGEX = /^\s*at\s+/;
|
|
148205
|
+
function parseRawFramesFromErrorStack(stack) {
|
|
148206
|
+
const lines = stack.split('\n');
|
|
148207
|
+
const firstAtLineIndex = findFramesStartLine(lines);
|
|
148208
|
+
const rawFrames = [];
|
|
148209
|
+
if (firstAtLineIndex === -1) {
|
|
148210
|
+
return rawFrames;
|
|
148211
|
+
}
|
|
148212
|
+
for (let i = firstAtLineIndex; i < lines.length; ++i) {
|
|
148213
|
+
const line = lines[i];
|
|
148214
|
+
const match = CALL_FRAME_REGEX.exec(line);
|
|
148215
|
+
if (!match) {
|
|
148216
|
+
if (line.trim() === '') {
|
|
148217
|
+
continue;
|
|
148218
|
+
}
|
|
148219
|
+
return null;
|
|
148220
|
+
}
|
|
148221
|
+
let lineContent = line.substring(match[0].length);
|
|
148222
|
+
let isAsync = false;
|
|
148223
|
+
if (lineContent.startsWith('async ')) {
|
|
148224
|
+
isAsync = true;
|
|
148225
|
+
lineContent = lineContent.substring(6);
|
|
148226
|
+
}
|
|
148227
|
+
let isConstructor = false;
|
|
148228
|
+
if (lineContent.startsWith('new ')) {
|
|
148229
|
+
isConstructor = true;
|
|
148230
|
+
lineContent = lineContent.substring(4);
|
|
148231
|
+
}
|
|
148232
|
+
let functionName = '';
|
|
148233
|
+
let url = '';
|
|
148234
|
+
let lineNumber = -1;
|
|
148235
|
+
let columnNumber = -1;
|
|
148236
|
+
let typeName;
|
|
148237
|
+
let methodName;
|
|
148238
|
+
let isEval = false;
|
|
148239
|
+
let isWasm = false;
|
|
148240
|
+
let wasmModuleName;
|
|
148241
|
+
let wasmFunctionIndex;
|
|
148242
|
+
let promiseIndex;
|
|
148243
|
+
let evalOrigin;
|
|
148244
|
+
const openParenIndex = lineContent.indexOf(' (');
|
|
148245
|
+
if (lineContent.endsWith(')') && openParenIndex !== -1) {
|
|
148246
|
+
functionName = lineContent.substring(0, openParenIndex).trim();
|
|
148247
|
+
let location = lineContent.substring(openParenIndex + 2, lineContent.length - 1);
|
|
148248
|
+
if (location.startsWith('eval at ')) {
|
|
148249
|
+
isEval = true;
|
|
148250
|
+
const commaIndex = location.lastIndexOf(', ');
|
|
148251
|
+
let evalOriginStr = location;
|
|
148252
|
+
if (commaIndex !== -1) {
|
|
148253
|
+
evalOriginStr = location.substring(0, commaIndex);
|
|
148254
|
+
location = location.substring(commaIndex + 2);
|
|
148255
|
+
}
|
|
148256
|
+
else {
|
|
148257
|
+
location = '';
|
|
148258
|
+
}
|
|
148259
|
+
if (evalOriginStr.startsWith('eval at ')) {
|
|
148260
|
+
evalOriginStr = evalOriginStr.substring(8);
|
|
148261
|
+
}
|
|
148262
|
+
const innerOpenParen = evalOriginStr.indexOf(' (');
|
|
148263
|
+
let evalFunctionName = evalOriginStr;
|
|
148264
|
+
let evalLocation = '';
|
|
148265
|
+
if (innerOpenParen !== -1) {
|
|
148266
|
+
evalFunctionName = evalOriginStr.substring(0, innerOpenParen).trim();
|
|
148267
|
+
evalLocation = evalOriginStr.substring(innerOpenParen + 2, evalOriginStr.length - 1);
|
|
148268
|
+
evalOrigin = parseRawFramesFromErrorStack(` at ${evalFunctionName} (${evalLocation})`)?.[0];
|
|
148269
|
+
}
|
|
148270
|
+
else {
|
|
148271
|
+
evalOrigin = parseRawFramesFromErrorStack(` at ${evalFunctionName}`)?.[0];
|
|
148272
|
+
}
|
|
148273
|
+
}
|
|
148274
|
+
if (location.startsWith('index ')) {
|
|
148275
|
+
promiseIndex = parseInt(location.substring(6), 10);
|
|
148276
|
+
url = '';
|
|
148277
|
+
}
|
|
148278
|
+
else if (location === '<anonymous>' || location === 'native') {
|
|
148279
|
+
url = '';
|
|
148280
|
+
}
|
|
148281
|
+
else if (location.includes(':wasm-function[')) {
|
|
148282
|
+
isWasm = true;
|
|
148283
|
+
const wasmMatch = /^(.*):wasm-function\[(\d+)\]:(0x[0-9a-fA-F]+)$/.exec(location);
|
|
148284
|
+
if (wasmMatch) {
|
|
148285
|
+
url = wasmMatch[1];
|
|
148286
|
+
wasmFunctionIndex = parseInt(wasmMatch[2], 10);
|
|
148287
|
+
columnNumber = parseInt(wasmMatch[3], 16);
|
|
148288
|
+
}
|
|
148289
|
+
}
|
|
148290
|
+
else {
|
|
148291
|
+
const splitResult = ParsedURL.splitLineAndColumn(location);
|
|
148292
|
+
url = splitResult.url;
|
|
148293
|
+
lineNumber = splitResult.lineNumber ?? -1;
|
|
148294
|
+
columnNumber = splitResult.columnNumber ?? -1;
|
|
148295
|
+
}
|
|
148296
|
+
}
|
|
148297
|
+
else {
|
|
148298
|
+
const splitResult = ParsedURL.splitLineAndColumn(lineContent);
|
|
148299
|
+
url = splitResult.url;
|
|
148300
|
+
lineNumber = splitResult.lineNumber ?? -1;
|
|
148301
|
+
columnNumber = splitResult.columnNumber ?? -1;
|
|
148302
|
+
}
|
|
148303
|
+
if (functionName) {
|
|
148304
|
+
const aliasMatch = /(.*)\s+\[as\s+(.*)\]/.exec(functionName);
|
|
148305
|
+
if (aliasMatch) {
|
|
148306
|
+
methodName = aliasMatch[2];
|
|
148307
|
+
functionName = aliasMatch[1];
|
|
148308
|
+
}
|
|
148309
|
+
const dotIndex = functionName.indexOf('.');
|
|
148310
|
+
if (dotIndex !== -1) {
|
|
148311
|
+
typeName = functionName.substring(0, dotIndex);
|
|
148312
|
+
methodName = methodName ?? functionName.substring(dotIndex + 1);
|
|
148313
|
+
}
|
|
148314
|
+
if (isWasm && typeName) {
|
|
148315
|
+
wasmModuleName = typeName;
|
|
148316
|
+
}
|
|
148317
|
+
}
|
|
148318
|
+
rawFrames.push({
|
|
148319
|
+
url: url,
|
|
148320
|
+
functionName,
|
|
148321
|
+
lineNumber,
|
|
148322
|
+
columnNumber,
|
|
148323
|
+
parsedFrameInfo: {
|
|
148324
|
+
isAsync,
|
|
148325
|
+
isConstructor,
|
|
148326
|
+
isEval,
|
|
148327
|
+
evalOrigin,
|
|
148328
|
+
isWasm,
|
|
148329
|
+
wasmModuleName,
|
|
148330
|
+
wasmFunctionIndex,
|
|
148331
|
+
typeName,
|
|
148332
|
+
methodName,
|
|
148333
|
+
promiseIndex,
|
|
148334
|
+
},
|
|
148335
|
+
});
|
|
148336
|
+
}
|
|
148337
|
+
return rawFrames;
|
|
148338
|
+
}
|
|
148339
|
+
function findFramesStartLine(lines) {
|
|
148340
|
+
return lines.findIndex(line => CALL_FRAME_REGEX.test(line));
|
|
148341
|
+
}
|
|
148342
|
+
function parseMessage(stack) {
|
|
148343
|
+
const lines = stack.split('\n');
|
|
148344
|
+
const firstAtLineIndex = findFramesStartLine(lines);
|
|
148345
|
+
if (firstAtLineIndex !== -1) {
|
|
148346
|
+
return lines.slice(0, firstAtLineIndex).join('\n');
|
|
148347
|
+
}
|
|
148348
|
+
return stack;
|
|
148349
|
+
}
|
|
148350
|
+
function augmentRawFramesWithScriptIds(rawFrames, protocolStackTrace) {
|
|
148351
|
+
for (const rawFrame of rawFrames) {
|
|
148352
|
+
const protocolFrame = protocolStackTrace.callFrames.find(frame => rawFrame.url === frame.url && rawFrame.lineNumber === frame.lineNumber &&
|
|
148353
|
+
rawFrame.columnNumber === frame.columnNumber);
|
|
148354
|
+
if (protocolFrame) {
|
|
148355
|
+
rawFrame.scriptId = protocolFrame.scriptId;
|
|
148356
|
+
}
|
|
148357
|
+
}
|
|
148358
|
+
}
|
|
148359
|
+
|
|
148146
148360
|
// Copyright 2025 The Chromium Authors
|
|
148147
148361
|
class StackTraceImpl extends ObjectWrapper {
|
|
148148
148362
|
syncFragment;
|
|
@@ -148151,7 +148365,9 @@ class StackTraceImpl extends ObjectWrapper {
|
|
|
148151
148365
|
super();
|
|
148152
148366
|
this.syncFragment = syncFragment;
|
|
148153
148367
|
this.asyncFragments = asyncFragments;
|
|
148154
|
-
const fragment = syncFragment instanceof DebuggableFragmentImpl
|
|
148368
|
+
const fragment = (syncFragment instanceof DebuggableFragmentImpl || syncFragment instanceof ParsedErrorStackFragmentImpl) ?
|
|
148369
|
+
syncFragment.fragment :
|
|
148370
|
+
syncFragment;
|
|
148155
148371
|
fragment.stackTraces.add(this);
|
|
148156
148372
|
this.asyncFragments.forEach(asyncFragment => asyncFragment.fragment.stackTraces.add(this));
|
|
148157
148373
|
}
|
|
@@ -148209,6 +148425,88 @@ class FrameImpl {
|
|
|
148209
148425
|
this.rawName = rawName;
|
|
148210
148426
|
}
|
|
148211
148427
|
}
|
|
148428
|
+
class ParsedErrorStackFragmentImpl {
|
|
148429
|
+
fragment;
|
|
148430
|
+
constructor(fragment) {
|
|
148431
|
+
this.fragment = fragment;
|
|
148432
|
+
}
|
|
148433
|
+
get frames() {
|
|
148434
|
+
if (!this.fragment.node) {
|
|
148435
|
+
return [];
|
|
148436
|
+
}
|
|
148437
|
+
const frames = [];
|
|
148438
|
+
for (const node of this.fragment.node.getCallStack()) {
|
|
148439
|
+
for (const frame of node.frames) {
|
|
148440
|
+
frames.push(new ParsedErrorStackFrameImpl(frame, node.parsedFrameInfo, node.evalOriginFrames));
|
|
148441
|
+
}
|
|
148442
|
+
}
|
|
148443
|
+
return frames;
|
|
148444
|
+
}
|
|
148445
|
+
}
|
|
148446
|
+
class ParsedErrorStackFrameImpl {
|
|
148447
|
+
#frame;
|
|
148448
|
+
#parsedFrameInfo;
|
|
148449
|
+
#evalOriginFrames;
|
|
148450
|
+
constructor(frame, parsedFrameInfo, evalOriginFrames) {
|
|
148451
|
+
this.#frame = frame;
|
|
148452
|
+
this.#parsedFrameInfo = parsedFrameInfo;
|
|
148453
|
+
this.#evalOriginFrames = evalOriginFrames;
|
|
148454
|
+
}
|
|
148455
|
+
get url() {
|
|
148456
|
+
return this.#frame.url;
|
|
148457
|
+
}
|
|
148458
|
+
get uiSourceCode() {
|
|
148459
|
+
return this.#frame.uiSourceCode;
|
|
148460
|
+
}
|
|
148461
|
+
get name() {
|
|
148462
|
+
return this.#frame.name;
|
|
148463
|
+
}
|
|
148464
|
+
get line() {
|
|
148465
|
+
return this.#frame.line;
|
|
148466
|
+
}
|
|
148467
|
+
get column() {
|
|
148468
|
+
return this.#frame.column;
|
|
148469
|
+
}
|
|
148470
|
+
get missingDebugInfo() {
|
|
148471
|
+
return this.#frame.missingDebugInfo;
|
|
148472
|
+
}
|
|
148473
|
+
get rawName() {
|
|
148474
|
+
return this.#frame.rawName;
|
|
148475
|
+
}
|
|
148476
|
+
get isAsync() {
|
|
148477
|
+
return this.#parsedFrameInfo?.isAsync;
|
|
148478
|
+
}
|
|
148479
|
+
get isConstructor() {
|
|
148480
|
+
return this.#parsedFrameInfo?.isConstructor;
|
|
148481
|
+
}
|
|
148482
|
+
get isEval() {
|
|
148483
|
+
return this.#parsedFrameInfo?.isEval;
|
|
148484
|
+
}
|
|
148485
|
+
get evalOrigin() {
|
|
148486
|
+
if (!this.#evalOriginFrames || this.#evalOriginFrames.length === 0) {
|
|
148487
|
+
return undefined;
|
|
148488
|
+
}
|
|
148489
|
+
return new ParsedErrorStackFrameImpl(this.#evalOriginFrames[0], this.#parsedFrameInfo?.evalOrigin?.parsedFrameInfo);
|
|
148490
|
+
}
|
|
148491
|
+
get isWasm() {
|
|
148492
|
+
return this.#parsedFrameInfo?.isWasm;
|
|
148493
|
+
}
|
|
148494
|
+
get wasmModuleName() {
|
|
148495
|
+
return this.#parsedFrameInfo?.wasmModuleName;
|
|
148496
|
+
}
|
|
148497
|
+
get wasmFunctionIndex() {
|
|
148498
|
+
return this.#parsedFrameInfo?.wasmFunctionIndex;
|
|
148499
|
+
}
|
|
148500
|
+
get typeName() {
|
|
148501
|
+
return this.#parsedFrameInfo?.typeName;
|
|
148502
|
+
}
|
|
148503
|
+
get methodName() {
|
|
148504
|
+
return this.#parsedFrameInfo?.methodName;
|
|
148505
|
+
}
|
|
148506
|
+
get promiseIndex() {
|
|
148507
|
+
return this.#parsedFrameInfo?.promiseIndex;
|
|
148508
|
+
}
|
|
148509
|
+
}
|
|
148212
148510
|
class DebuggableFragmentImpl {
|
|
148213
148511
|
fragment;
|
|
148214
148512
|
callFrames;
|
|
@@ -148368,9 +148666,9 @@ function framesMatch(parsedFrame, protocolFrame) {
|
|
|
148368
148666
|
}
|
|
148369
148667
|
|
|
148370
148668
|
var ErrorStackParser = /*#__PURE__*/Object.freeze({
|
|
148371
|
-
|
|
148372
|
-
|
|
148373
|
-
|
|
148669
|
+
__proto__: null,
|
|
148670
|
+
augmentErrorStackWithScriptIds: augmentErrorStackWithScriptIds,
|
|
148671
|
+
parseSourcePositionsFromErrorStack: parseSourcePositionsFromErrorStack
|
|
148374
148672
|
});
|
|
148375
148673
|
|
|
148376
148674
|
// Copyright 2025 The Chromium Authors
|
|
@@ -148397,16 +148695,16 @@ class DebuggableFrameFlavor {
|
|
|
148397
148695
|
}
|
|
148398
148696
|
|
|
148399
148697
|
var StackTrace = /*#__PURE__*/Object.freeze({
|
|
148400
|
-
|
|
148401
|
-
|
|
148698
|
+
__proto__: null,
|
|
148699
|
+
DebuggableFrameFlavor: DebuggableFrameFlavor
|
|
148402
148700
|
});
|
|
148403
148701
|
|
|
148404
148702
|
// Copyright 2025 The Chromium Authors
|
|
148405
148703
|
|
|
148406
148704
|
var stack_trace = /*#__PURE__*/Object.freeze({
|
|
148407
|
-
|
|
148408
|
-
|
|
148409
|
-
|
|
148705
|
+
__proto__: null,
|
|
148706
|
+
ErrorStackParser: ErrorStackParser,
|
|
148707
|
+
StackTrace: StackTrace
|
|
148410
148708
|
});
|
|
148411
148709
|
|
|
148412
148710
|
// Copyright 2025 The Chromium Authors
|
|
@@ -148420,9 +148718,12 @@ class FrameNode {
|
|
|
148420
148718
|
rawFrame;
|
|
148421
148719
|
frames = [];
|
|
148422
148720
|
fragment;
|
|
148721
|
+
parsedFrameInfo;
|
|
148722
|
+
evalOriginFrames;
|
|
148423
148723
|
constructor(rawFrame, parent) {
|
|
148424
148724
|
this.rawFrame = rawFrame;
|
|
148425
148725
|
this.parent = parent;
|
|
148726
|
+
this.parsedFrameInfo = rawFrame.parsedFrameInfo;
|
|
148426
148727
|
}
|
|
148427
148728
|
*getCallStack() {
|
|
148428
148729
|
for (let node = this; node.parent; node = node.parent) {
|
|
@@ -148452,6 +148753,9 @@ class Trie {
|
|
|
148452
148753
|
}
|
|
148453
148754
|
const compareResult = compareRawFrames(child.rawFrame, rawFrame);
|
|
148454
148755
|
if (compareResult === 0) {
|
|
148756
|
+
if (rawFrame.parsedFrameInfo && !child.parsedFrameInfo) {
|
|
148757
|
+
child.parsedFrameInfo = rawFrame.parsedFrameInfo;
|
|
148758
|
+
}
|
|
148455
148759
|
return child;
|
|
148456
148760
|
}
|
|
148457
148761
|
if (compareResult > 0) {
|
|
@@ -148517,6 +148821,21 @@ class StackTraceModel extends SDKModel {
|
|
|
148517
148821
|
]);
|
|
148518
148822
|
return new StackTraceImpl(syncFragment, asyncFragments);
|
|
148519
148823
|
}
|
|
148824
|
+
async createFromErrorStackLikeString(stack, rawFramesToUIFrames, exceptionDetails) {
|
|
148825
|
+
const rawFrames = parseRawFramesFromErrorStack(stack);
|
|
148826
|
+
if (!rawFrames) {
|
|
148827
|
+
return null;
|
|
148828
|
+
}
|
|
148829
|
+
if (exceptionDetails?.stackTrace) {
|
|
148830
|
+
augmentRawFramesWithScriptIds(rawFrames, exceptionDetails.stackTrace);
|
|
148831
|
+
}
|
|
148832
|
+
const [syncFragment, asyncFragments] = await Promise.all([
|
|
148833
|
+
this.#createFragment(rawFrames, rawFramesToUIFrames),
|
|
148834
|
+
exceptionDetails?.stackTrace ? this.#createAsyncFragments(exceptionDetails.stackTrace, rawFramesToUIFrames) :
|
|
148835
|
+
Promise.resolve([]),
|
|
148836
|
+
]);
|
|
148837
|
+
return new StackTraceImpl(new ParsedErrorStackFragmentImpl(syncFragment), asyncFragments);
|
|
148838
|
+
}
|
|
148520
148839
|
async createFromDebuggerPaused(pausedDetails, rawFramesToUIFrames) {
|
|
148521
148840
|
const [syncFragment, asyncFragments] = await Promise.all([
|
|
148522
148841
|
this.#createDebuggableFragment(pausedDetails, rawFramesToUIFrames),
|
|
@@ -148595,9 +148914,21 @@ class StackTraceModel extends SDKModel {
|
|
|
148595
148914
|
const rawFrames = fragment.node.getCallStack().map(node => node.rawFrame).toArray();
|
|
148596
148915
|
const uiFrames = await rawFramesToUIFrames(rawFrames, this.target());
|
|
148597
148916
|
console.assert(rawFrames.length === uiFrames.length, 'Broken rawFramesToUIFrames implementation');
|
|
148917
|
+
const evalOriginPromises = [];
|
|
148918
|
+
for (const node of fragment.node.getCallStack()) {
|
|
148919
|
+
if (node.parsedFrameInfo?.evalOrigin) {
|
|
148920
|
+
evalOriginPromises.push(rawFramesToUIFrames([node.parsedFrameInfo.evalOrigin], this.target()));
|
|
148921
|
+
}
|
|
148922
|
+
}
|
|
148923
|
+
const evalUiFrames = await Promise.all(evalOriginPromises);
|
|
148598
148924
|
let i = 0;
|
|
148925
|
+
let evalI = 0;
|
|
148599
148926
|
for (const node of fragment.node.getCallStack()) {
|
|
148600
148927
|
node.frames = uiFrames[i++].map(frame => new FrameImpl(frame.url, frame.uiSourceCode, frame.name, frame.line, frame.column, frame.missingDebugInfo, node.rawFrame.functionName));
|
|
148928
|
+
if (node.parsedFrameInfo?.evalOrigin) {
|
|
148929
|
+
const evalOriginRawFrame = node.parsedFrameInfo.evalOrigin;
|
|
148930
|
+
node.evalOriginFrames = evalUiFrames[evalI++][0].map(frame => new FrameImpl(frame.url, frame.uiSourceCode, frame.name, frame.line, frame.column, frame.missingDebugInfo, evalOriginRawFrame.functionName));
|
|
148931
|
+
}
|
|
148601
148932
|
}
|
|
148602
148933
|
}
|
|
148603
148934
|
#affectedFragments(script) {
|
|
@@ -149011,8 +149342,8 @@ class UISourceCode extends ObjectWrapper {
|
|
|
149011
149342
|
editDisabled() {
|
|
149012
149343
|
return this.#disableEdit;
|
|
149013
149344
|
}
|
|
149014
|
-
isIgnoreListed() {
|
|
149015
|
-
return
|
|
149345
|
+
isIgnoreListed(ignoreListManager = IgnoreListManager.instance()) {
|
|
149346
|
+
return ignoreListManager.isUserOrSourceMapIgnoreListedUISourceCode(this);
|
|
149016
149347
|
}
|
|
149017
149348
|
}
|
|
149018
149349
|
var Events$2;
|
|
@@ -149088,8 +149419,8 @@ class UILocation {
|
|
|
149088
149419
|
}
|
|
149089
149420
|
return this.columnNumber - other.columnNumber;
|
|
149090
149421
|
}
|
|
149091
|
-
isIgnoreListed() {
|
|
149092
|
-
return this.uiSourceCode.isIgnoreListed();
|
|
149422
|
+
isIgnoreListed(ignoreListManager = IgnoreListManager.instance()) {
|
|
149423
|
+
return this.uiSourceCode.isIgnoreListed(ignoreListManager);
|
|
149093
149424
|
}
|
|
149094
149425
|
}
|
|
149095
149426
|
class UIFunctionBounds {
|
|
@@ -152512,6 +152843,29 @@ class ResourceScriptFile extends ObjectWrapper {
|
|
|
152512
152843
|
}
|
|
152513
152844
|
}
|
|
152514
152845
|
|
|
152846
|
+
// Copyright 2026 The Chromium Authors
|
|
152847
|
+
class SymbolizedError extends ObjectWrapper {
|
|
152848
|
+
message;
|
|
152849
|
+
stackTrace;
|
|
152850
|
+
cause;
|
|
152851
|
+
constructor(message, stackTrace, cause) {
|
|
152852
|
+
super();
|
|
152853
|
+
this.message = message;
|
|
152854
|
+
this.stackTrace = stackTrace;
|
|
152855
|
+
this.cause = cause;
|
|
152856
|
+
this.stackTrace.addEventListener("UPDATED" , this.#fireUpdated, this);
|
|
152857
|
+
this.cause?.addEventListener("UPDATED" , this.#fireUpdated, this);
|
|
152858
|
+
}
|
|
152859
|
+
dispose() {
|
|
152860
|
+
this.stackTrace.removeEventListener("UPDATED" , this.#fireUpdated, this);
|
|
152861
|
+
this.cause?.removeEventListener("UPDATED" , this.#fireUpdated, this);
|
|
152862
|
+
this.cause?.dispose();
|
|
152863
|
+
}
|
|
152864
|
+
#fireUpdated() {
|
|
152865
|
+
this.dispatchEventToListeners("UPDATED" );
|
|
152866
|
+
}
|
|
152867
|
+
}
|
|
152868
|
+
|
|
152515
152869
|
// Copyright 2014 The Chromium Authors
|
|
152516
152870
|
class DebuggerWorkspaceBinding {
|
|
152517
152871
|
resourceMapping;
|
|
@@ -152643,6 +152997,42 @@ class DebuggerWorkspaceBinding {
|
|
|
152643
152997
|
this.recordLiveLocationChange(stackTracePromise);
|
|
152644
152998
|
return await stackTracePromise;
|
|
152645
152999
|
}
|
|
153000
|
+
async createStackTraceFromErrorStackLikeString(target, stack, exceptionDetails) {
|
|
153001
|
+
const model = target.model(StackTraceModel);
|
|
153002
|
+
const stackTracePromise = model.createFromErrorStackLikeString(stack, this.#translateRawFrames.bind(this), exceptionDetails);
|
|
153003
|
+
this.recordLiveLocationChange(stackTracePromise);
|
|
153004
|
+
return await stackTracePromise;
|
|
153005
|
+
}
|
|
153006
|
+
async createSymbolizedError(remoteObject, exceptionDetails) {
|
|
153007
|
+
let errorStack = '';
|
|
153008
|
+
let causeRemoteObject;
|
|
153009
|
+
let fetchedExceptionDetails = exceptionDetails;
|
|
153010
|
+
if (remoteObject.subtype === 'error') {
|
|
153011
|
+
const remoteError = RemoteError.objectAsError(remoteObject);
|
|
153012
|
+
errorStack = remoteError.errorStack;
|
|
153013
|
+
const [details, causeRemote] = await Promise.all([
|
|
153014
|
+
exceptionDetails ? Promise.resolve(exceptionDetails) : remoteError.exceptionDetails(),
|
|
153015
|
+
remoteError.cause(),
|
|
153016
|
+
]);
|
|
153017
|
+
fetchedExceptionDetails = details;
|
|
153018
|
+
causeRemoteObject = causeRemote;
|
|
153019
|
+
}
|
|
153020
|
+
else if (remoteObject.type === 'string') {
|
|
153021
|
+
errorStack = remoteObject.description || '';
|
|
153022
|
+
}
|
|
153023
|
+
else {
|
|
153024
|
+
return null;
|
|
153025
|
+
}
|
|
153026
|
+
const [stackTrace, cause] = await Promise.all([
|
|
153027
|
+
this.createStackTraceFromErrorStackLikeString(remoteObject.runtimeModel().target(), errorStack, fetchedExceptionDetails),
|
|
153028
|
+
causeRemoteObject ? this.createSymbolizedError(causeRemoteObject) : Promise.resolve(null),
|
|
153029
|
+
]);
|
|
153030
|
+
if (!stackTrace) {
|
|
153031
|
+
return null;
|
|
153032
|
+
}
|
|
153033
|
+
const message = parseMessage(errorStack);
|
|
153034
|
+
return new SymbolizedError(message, stackTrace, cause);
|
|
153035
|
+
}
|
|
152646
153036
|
async createLiveLocation(rawLocation, updateDelegate, locationPool) {
|
|
152647
153037
|
const modelData = this.#debuggerModelToData.get(rawLocation.debuggerModel);
|
|
152648
153038
|
if (!modelData) {
|
|
@@ -153807,21 +154197,21 @@ class Universe {
|
|
|
153807
154197
|
}
|
|
153808
154198
|
|
|
153809
154199
|
var Universe$1 = /*#__PURE__*/Object.freeze({
|
|
153810
|
-
|
|
153811
|
-
|
|
154200
|
+
__proto__: null,
|
|
154201
|
+
Universe: Universe
|
|
153812
154202
|
});
|
|
153813
154203
|
|
|
153814
154204
|
// Copyright 2025 The Chromium Authors
|
|
153815
154205
|
|
|
153816
154206
|
var foundation = /*#__PURE__*/Object.freeze({
|
|
153817
|
-
|
|
153818
|
-
|
|
154207
|
+
__proto__: null,
|
|
154208
|
+
Universe: Universe$1
|
|
153819
154209
|
});
|
|
153820
154210
|
|
|
153821
154211
|
// Copyright 2020 The Chromium Authors
|
|
153822
154212
|
|
|
153823
154213
|
var protocol = /*#__PURE__*/Object.freeze({
|
|
153824
|
-
|
|
154214
|
+
__proto__: null
|
|
153825
154215
|
});
|
|
153826
154216
|
|
|
153827
154217
|
// Copyright 2025 The Chromium Authors
|
|
@@ -155057,9 +155447,9 @@ function formatLines(title, lines, maxLength) {
|
|
|
155057
155447
|
}
|
|
155058
155448
|
|
|
155059
155449
|
var NetworkRequestFormatter$1 = /*#__PURE__*/Object.freeze({
|
|
155060
|
-
|
|
155061
|
-
|
|
155062
|
-
|
|
155450
|
+
__proto__: null,
|
|
155451
|
+
NetworkRequestFormatter: NetworkRequestFormatter,
|
|
155452
|
+
sanitizeHeaders: sanitizeHeaders
|
|
155063
155453
|
});
|
|
155064
155454
|
|
|
155065
155455
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
@@ -155215,9 +155605,9 @@ function configToCacheKey(config) {
|
|
|
155215
155605
|
}
|
|
155216
155606
|
|
|
155217
155607
|
var Configuration = /*#__PURE__*/Object.freeze({
|
|
155218
|
-
|
|
155219
|
-
|
|
155220
|
-
|
|
155608
|
+
__proto__: null,
|
|
155609
|
+
configToCacheKey: configToCacheKey,
|
|
155610
|
+
defaults: defaults
|
|
155221
155611
|
});
|
|
155222
155612
|
|
|
155223
155613
|
// Copyright 2024 The Chromium Authors
|
|
@@ -155254,13 +155644,13 @@ function isSyntheticExtensionEntry(entry) {
|
|
|
155254
155644
|
}
|
|
155255
155645
|
|
|
155256
155646
|
var Extensions$1 = /*#__PURE__*/Object.freeze({
|
|
155257
|
-
|
|
155258
|
-
|
|
155259
|
-
|
|
155260
|
-
|
|
155261
|
-
|
|
155262
|
-
|
|
155263
|
-
|
|
155647
|
+
__proto__: null,
|
|
155648
|
+
extensionPalette: extensionPalette,
|
|
155649
|
+
isConsoleTimestampPayloadTrackEntry: isConsoleTimestampPayloadTrackEntry,
|
|
155650
|
+
isExtensionEntryObj: isExtensionEntryObj,
|
|
155651
|
+
isExtensionPayloadMarker: isExtensionPayloadMarker,
|
|
155652
|
+
isSyntheticExtensionEntry: isSyntheticExtensionEntry,
|
|
155653
|
+
isValidExtensionPayload: isValidExtensionPayload
|
|
155264
155654
|
});
|
|
155265
155655
|
|
|
155266
155656
|
// Copyright 2023 The Chromium Authors
|
|
@@ -155320,17 +155710,17 @@ function traceEventKeyToValues(key) {
|
|
|
155320
155710
|
}
|
|
155321
155711
|
|
|
155322
155712
|
var File$1 = /*#__PURE__*/Object.freeze({
|
|
155323
|
-
|
|
155324
|
-
|
|
155325
|
-
|
|
155326
|
-
|
|
155327
|
-
|
|
155713
|
+
__proto__: null,
|
|
155714
|
+
isEntriesLinkAnnotation: isEntriesLinkAnnotation,
|
|
155715
|
+
isEntryLabelAnnotation: isEntryLabelAnnotation,
|
|
155716
|
+
isTimeRangeAnnotation: isTimeRangeAnnotation,
|
|
155717
|
+
traceEventKeyToValues: traceEventKeyToValues
|
|
155328
155718
|
});
|
|
155329
155719
|
|
|
155330
155720
|
// Copyright 2025 The Chromium Authors
|
|
155331
155721
|
|
|
155332
155722
|
var Overlays = /*#__PURE__*/Object.freeze({
|
|
155333
|
-
|
|
155723
|
+
__proto__: null
|
|
155334
155724
|
});
|
|
155335
155725
|
|
|
155336
155726
|
// Copyright 2022 The Chromium Authors
|
|
@@ -155345,10 +155735,10 @@ function Seconds(value) {
|
|
|
155345
155735
|
}
|
|
155346
155736
|
|
|
155347
155737
|
var Timing$1 = /*#__PURE__*/Object.freeze({
|
|
155348
|
-
|
|
155349
|
-
|
|
155350
|
-
|
|
155351
|
-
|
|
155738
|
+
__proto__: null,
|
|
155739
|
+
Micro: Micro,
|
|
155740
|
+
Milli: Milli,
|
|
155741
|
+
Seconds: Seconds
|
|
155352
155742
|
});
|
|
155353
155743
|
|
|
155354
155744
|
// Copyright 2022 The Chromium Authors
|
|
@@ -155934,187 +156324,187 @@ function isPreloadRenderBlockingStatusChangeEvent(event) {
|
|
|
155934
156324
|
}
|
|
155935
156325
|
|
|
155936
156326
|
var TraceEvents = /*#__PURE__*/Object.freeze({
|
|
155937
|
-
|
|
155938
|
-
|
|
155939
|
-
|
|
155940
|
-
|
|
155941
|
-
|
|
155942
|
-
|
|
155943
|
-
|
|
155944
|
-
|
|
155945
|
-
|
|
155946
|
-
|
|
155947
|
-
|
|
155948
|
-
|
|
155949
|
-
|
|
155950
|
-
|
|
155951
|
-
|
|
155952
|
-
|
|
155953
|
-
|
|
155954
|
-
|
|
155955
|
-
|
|
155956
|
-
|
|
155957
|
-
|
|
155958
|
-
|
|
155959
|
-
|
|
155960
|
-
|
|
155961
|
-
|
|
155962
|
-
|
|
155963
|
-
|
|
155964
|
-
|
|
155965
|
-
|
|
155966
|
-
|
|
155967
|
-
|
|
155968
|
-
|
|
155969
|
-
|
|
155970
|
-
|
|
155971
|
-
|
|
155972
|
-
|
|
155973
|
-
|
|
155974
|
-
|
|
155975
|
-
|
|
155976
|
-
|
|
155977
|
-
|
|
155978
|
-
|
|
155979
|
-
|
|
155980
|
-
|
|
155981
|
-
|
|
155982
|
-
|
|
155983
|
-
|
|
155984
|
-
|
|
155985
|
-
|
|
155986
|
-
|
|
155987
|
-
|
|
155988
|
-
|
|
155989
|
-
|
|
155990
|
-
|
|
155991
|
-
|
|
155992
|
-
|
|
155993
|
-
|
|
155994
|
-
|
|
155995
|
-
|
|
155996
|
-
|
|
155997
|
-
|
|
155998
|
-
|
|
155999
|
-
|
|
156000
|
-
|
|
156001
|
-
|
|
156002
|
-
|
|
156003
|
-
|
|
156004
|
-
|
|
156005
|
-
|
|
156006
|
-
|
|
156007
|
-
|
|
156008
|
-
|
|
156009
|
-
|
|
156010
|
-
|
|
156011
|
-
|
|
156012
|
-
|
|
156013
|
-
|
|
156014
|
-
|
|
156015
|
-
|
|
156016
|
-
|
|
156017
|
-
|
|
156018
|
-
|
|
156019
|
-
|
|
156020
|
-
|
|
156021
|
-
|
|
156022
|
-
|
|
156023
|
-
|
|
156024
|
-
|
|
156025
|
-
|
|
156026
|
-
|
|
156027
|
-
|
|
156028
|
-
|
|
156029
|
-
|
|
156030
|
-
|
|
156031
|
-
|
|
156032
|
-
|
|
156033
|
-
|
|
156034
|
-
|
|
156035
|
-
|
|
156036
|
-
|
|
156037
|
-
|
|
156038
|
-
|
|
156039
|
-
|
|
156040
|
-
|
|
156041
|
-
|
|
156042
|
-
|
|
156043
|
-
|
|
156044
|
-
|
|
156045
|
-
|
|
156046
|
-
|
|
156047
|
-
|
|
156048
|
-
|
|
156049
|
-
|
|
156050
|
-
|
|
156051
|
-
|
|
156052
|
-
|
|
156053
|
-
|
|
156054
|
-
|
|
156055
|
-
|
|
156056
|
-
|
|
156057
|
-
|
|
156058
|
-
|
|
156059
|
-
|
|
156060
|
-
|
|
156061
|
-
|
|
156062
|
-
|
|
156063
|
-
|
|
156064
|
-
|
|
156065
|
-
|
|
156066
|
-
|
|
156067
|
-
|
|
156068
|
-
|
|
156069
|
-
|
|
156070
|
-
|
|
156071
|
-
|
|
156072
|
-
|
|
156073
|
-
|
|
156074
|
-
|
|
156075
|
-
|
|
156076
|
-
|
|
156077
|
-
|
|
156078
|
-
|
|
156079
|
-
|
|
156080
|
-
|
|
156081
|
-
|
|
156082
|
-
|
|
156083
|
-
|
|
156084
|
-
|
|
156085
|
-
|
|
156086
|
-
|
|
156087
|
-
|
|
156088
|
-
|
|
156089
|
-
|
|
156090
|
-
|
|
156091
|
-
|
|
156092
|
-
|
|
156093
|
-
|
|
156094
|
-
|
|
156095
|
-
|
|
156096
|
-
|
|
156097
|
-
|
|
156098
|
-
|
|
156099
|
-
|
|
156100
|
-
|
|
156101
|
-
|
|
156102
|
-
|
|
156103
|
-
|
|
156104
|
-
|
|
156105
|
-
|
|
156327
|
+
__proto__: null,
|
|
156328
|
+
CallFrameID: CallFrameID,
|
|
156329
|
+
Categories: Categories,
|
|
156330
|
+
MarkerName: MarkerName,
|
|
156331
|
+
NO_NAVIGATION: NO_NAVIGATION,
|
|
156332
|
+
ProcessID: ProcessID,
|
|
156333
|
+
ProfileID: ProfileID,
|
|
156334
|
+
SampleIndex: SampleIndex,
|
|
156335
|
+
get SelectorTimingsKey () { return SelectorTimingsKey; },
|
|
156336
|
+
ThreadID: ThreadID,
|
|
156337
|
+
VALID_PROFILE_SOURCES: VALID_PROFILE_SOURCES,
|
|
156338
|
+
WorkerId: WorkerId,
|
|
156339
|
+
eventIsPageLoadEvent: eventIsPageLoadEvent,
|
|
156340
|
+
isAbortPostTaskCallback: isAbortPostTaskCallback,
|
|
156341
|
+
isActivateLayerTree: isActivateLayerTree,
|
|
156342
|
+
isAnimation: isAnimation,
|
|
156343
|
+
isAnimationFrameAsyncEnd: isAnimationFrameAsyncEnd,
|
|
156344
|
+
isAnimationFrameAsyncStart: isAnimationFrameAsyncStart,
|
|
156345
|
+
isAnimationFramePresentation: isAnimationFramePresentation,
|
|
156346
|
+
isAnyLargestContentfulPaintCandidate: isAnyLargestContentfulPaintCandidate,
|
|
156347
|
+
isAnyScriptSourceEvent: isAnyScriptSourceEvent,
|
|
156348
|
+
isAuctionWorkletDoneWithProcess: isAuctionWorkletDoneWithProcess,
|
|
156349
|
+
isAuctionWorkletRunningInProcess: isAuctionWorkletRunningInProcess,
|
|
156350
|
+
isBegin: isBegin,
|
|
156351
|
+
isBeginCommitCompositorFrame: isBeginCommitCompositorFrame,
|
|
156352
|
+
isBeginFrame: isBeginFrame,
|
|
156353
|
+
isBeginMainThreadFrame: isBeginMainThreadFrame,
|
|
156354
|
+
isBeginRemoteFontLoad: isBeginRemoteFontLoad,
|
|
156355
|
+
isCommit: isCommit,
|
|
156356
|
+
isCommitLoad: isCommitLoad,
|
|
156357
|
+
isComplete: isComplete,
|
|
156358
|
+
isCompositeLayers: isCompositeLayers,
|
|
156359
|
+
isConsoleRunTask: isConsoleRunTask,
|
|
156360
|
+
isConsoleTime: isConsoleTime,
|
|
156361
|
+
isConsoleTimeStamp: isConsoleTimeStamp,
|
|
156362
|
+
isDOMStats: isDOMStats,
|
|
156363
|
+
isDebuggerAsyncTaskRun: isDebuggerAsyncTaskRun,
|
|
156364
|
+
isDebuggerAsyncTaskScheduled: isDebuggerAsyncTaskScheduled,
|
|
156365
|
+
isDecodeImage: isDecodeImage,
|
|
156366
|
+
isDecodeLazyPixelRef: isDecodeLazyPixelRef,
|
|
156367
|
+
isDidCommitSameDocumentNavigation: isDidCommitSameDocumentNavigation,
|
|
156368
|
+
isDispatch: isDispatch,
|
|
156369
|
+
isDisplayListItemListSnapshot: isDisplayListItemListSnapshot,
|
|
156370
|
+
isDomLoading: isDomLoading,
|
|
156371
|
+
isDrawFrame: isDrawFrame,
|
|
156372
|
+
isDrawLazyPixelRef: isDrawLazyPixelRef,
|
|
156373
|
+
isDroppedFrame: isDroppedFrame,
|
|
156374
|
+
isEnd: isEnd,
|
|
156375
|
+
isEventTiming: isEventTiming,
|
|
156376
|
+
isEventTimingEnd: isEventTimingEnd,
|
|
156377
|
+
isEventTimingStart: isEventTimingStart,
|
|
156378
|
+
isFireAnimationFrame: isFireAnimationFrame,
|
|
156379
|
+
isFireIdleCallback: isFireIdleCallback,
|
|
156380
|
+
isFirstContentfulPaint: isFirstContentfulPaint,
|
|
156381
|
+
isFirstPaint: isFirstPaint,
|
|
156382
|
+
isFlowPhase: isFlowPhase,
|
|
156383
|
+
isFlowPhaseEvent: isFlowPhaseEvent,
|
|
156384
|
+
isFrameCommittedInBrowser: isFrameCommittedInBrowser,
|
|
156385
|
+
isFunctionCall: isFunctionCall,
|
|
156386
|
+
isGPUTask: isGPUTask,
|
|
156387
|
+
isHandlePostMessage: isHandlePostMessage,
|
|
156388
|
+
isInstant: isInstant,
|
|
156389
|
+
isInteractiveTime: isInteractiveTime,
|
|
156390
|
+
isInvalidateLayout: isInvalidateLayout,
|
|
156391
|
+
isInvalidationTracking: isInvalidationTracking,
|
|
156392
|
+
isJSInvocationEvent: isJSInvocationEvent,
|
|
156393
|
+
isJSSample: isJSSample,
|
|
156394
|
+
isLargestImagePaintCandidate: isLargestImagePaintCandidate,
|
|
156395
|
+
isLargestTextPaintCandidate: isLargestTextPaintCandidate,
|
|
156396
|
+
isLayerTreeHostImplSnapshot: isLayerTreeHostImplSnapshot,
|
|
156397
|
+
isLayout: isLayout,
|
|
156398
|
+
isLayoutImageUnsized: isLayoutImageUnsized,
|
|
156399
|
+
isLayoutInvalidationTracking: isLayoutInvalidationTracking,
|
|
156400
|
+
isLayoutShift: isLayoutShift,
|
|
156401
|
+
isLegacyScreenshot: isLegacyScreenshot,
|
|
156402
|
+
isLegacySyntheticScreenshot: isLegacySyntheticScreenshot,
|
|
156403
|
+
isLegacyTimelineFrame: isLegacyTimelineFrame,
|
|
156404
|
+
isLinkPreconnect: isLinkPreconnect,
|
|
156405
|
+
isMainFrameViewport: isMainFrameViewport,
|
|
156406
|
+
isMarkDOMContent: isMarkDOMContent,
|
|
156407
|
+
isMarkLoad: isMarkLoad,
|
|
156408
|
+
isMarkerEvent: isMarkerEvent,
|
|
156409
|
+
isMetaCharsetCheck: isMetaCharsetCheck,
|
|
156410
|
+
isNavigationStart: isNavigationStart,
|
|
156411
|
+
isNeedsBeginFrameChanged: isNeedsBeginFrameChanged,
|
|
156412
|
+
isNestableAsyncPhase: isNestableAsyncPhase,
|
|
156413
|
+
isNetworkTrackEntry: isNetworkTrackEntry,
|
|
156414
|
+
isPaint: isPaint,
|
|
156415
|
+
isPaintImage: isPaintImage,
|
|
156416
|
+
isPairableAsyncBegin: isPairableAsyncBegin,
|
|
156417
|
+
isPairableAsyncEnd: isPairableAsyncEnd,
|
|
156418
|
+
isPairableAsyncInstant: isPairableAsyncInstant,
|
|
156419
|
+
isParseAuthorStyleSheetEvent: isParseAuthorStyleSheetEvent,
|
|
156420
|
+
isParseHTML: isParseHTML,
|
|
156421
|
+
isParseMetaViewport: isParseMetaViewport,
|
|
156422
|
+
isPerformanceMark: isPerformanceMark,
|
|
156423
|
+
isPerformanceMeasure: isPerformanceMeasure,
|
|
156424
|
+
isPerformanceMeasureBegin: isPerformanceMeasureBegin,
|
|
156425
|
+
isPhaseAsync: isPhaseAsync,
|
|
156426
|
+
isPipelineReporter: isPipelineReporter,
|
|
156427
|
+
isPrePaint: isPrePaint,
|
|
156428
|
+
isPreloadRenderBlockingStatusChangeEvent: isPreloadRenderBlockingStatusChangeEvent,
|
|
156429
|
+
isProcessName: isProcessName,
|
|
156430
|
+
isProfile: isProfile,
|
|
156431
|
+
isProfileCall: isProfileCall,
|
|
156432
|
+
isProfileChunk: isProfileChunk,
|
|
156433
|
+
isRasterTask: isRasterTask,
|
|
156434
|
+
isRecalcStyle: isRecalcStyle,
|
|
156435
|
+
isReceivedDataEvent: isReceivedDataEvent,
|
|
156436
|
+
isRemoteFontLoaded: isRemoteFontLoaded,
|
|
156437
|
+
isRenderFrameImplCreateChildFrame: isRenderFrameImplCreateChildFrame,
|
|
156438
|
+
isRendererEvent: isRendererEvent,
|
|
156439
|
+
isRequestIdleCallback: isRequestIdleCallback,
|
|
156440
|
+
isRequestMainThreadFrame: isRequestMainThreadFrame,
|
|
156441
|
+
isResourceChangePriority: isResourceChangePriority,
|
|
156442
|
+
isResourceFinish: isResourceFinish,
|
|
156443
|
+
isResourceMarkAsCached: isResourceMarkAsCached,
|
|
156444
|
+
isResourceReceiveResponse: isResourceReceiveResponse,
|
|
156445
|
+
isResourceReceivedData: isResourceReceivedData,
|
|
156446
|
+
isResourceSendRequest: isResourceSendRequest,
|
|
156447
|
+
isResourceWillSendRequest: isResourceWillSendRequest,
|
|
156448
|
+
isRunPostTaskCallback: isRunPostTaskCallback,
|
|
156449
|
+
isRunTask: isRunTask,
|
|
156450
|
+
isRundownScript: isRundownScript,
|
|
156451
|
+
isRundownScriptCompiled: isRundownScriptCompiled,
|
|
156452
|
+
isRundownScriptSource: isRundownScriptSource,
|
|
156453
|
+
isRundownScriptSourceLarge: isRundownScriptSourceLarge,
|
|
156454
|
+
isSchedulePostMessage: isSchedulePostMessage,
|
|
156455
|
+
isSchedulePostTaskCallback: isSchedulePostTaskCallback,
|
|
156456
|
+
isScheduleStyleInvalidationTracking: isScheduleStyleInvalidationTracking,
|
|
156457
|
+
isScheduleStyleRecalculation: isScheduleStyleRecalculation,
|
|
156458
|
+
isScreenshot: isScreenshot,
|
|
156459
|
+
isScrollLayer: isScrollLayer,
|
|
156460
|
+
isSelectorStats: isSelectorStats,
|
|
156461
|
+
isSetLayerId: isSetLayerId,
|
|
156462
|
+
isSoftLargestContentfulPaintCandidate: isSoftLargestContentfulPaintCandidate,
|
|
156463
|
+
isSoftNavigationStart: isSoftNavigationStart,
|
|
156464
|
+
isStyleInvalidatorInvalidationTracking: isStyleInvalidatorInvalidationTracking,
|
|
156465
|
+
isStyleRecalcInvalidationTracking: isStyleRecalcInvalidationTracking,
|
|
156466
|
+
isSyntheticAnimation: isSyntheticAnimation,
|
|
156467
|
+
isSyntheticBased: isSyntheticBased,
|
|
156468
|
+
isSyntheticConsoleTiming: isSyntheticConsoleTiming,
|
|
156469
|
+
isSyntheticCpuProfile: isSyntheticCpuProfile,
|
|
156470
|
+
isSyntheticInteraction: isSyntheticInteraction,
|
|
156471
|
+
isSyntheticLayoutShift: isSyntheticLayoutShift,
|
|
156472
|
+
isSyntheticLayoutShiftCluster: isSyntheticLayoutShiftCluster,
|
|
156473
|
+
isSyntheticNetworkRequest: isSyntheticNetworkRequest,
|
|
156474
|
+
isSyntheticUserTiming: isSyntheticUserTiming,
|
|
156475
|
+
isSyntheticWebSocketConnection: isSyntheticWebSocketConnection,
|
|
156476
|
+
isThreadName: isThreadName,
|
|
156477
|
+
isTimerFire: isTimerFire,
|
|
156478
|
+
isTimerInstall: isTimerInstall,
|
|
156479
|
+
isTracingSessionIdForWorker: isTracingSessionIdForWorker,
|
|
156480
|
+
isTracingStartedInBrowser: isTracingStartedInBrowser,
|
|
156481
|
+
isUpdateCounters: isUpdateCounters,
|
|
156482
|
+
isUpdateLayer: isUpdateLayer,
|
|
156483
|
+
isUserTiming: isUserTiming,
|
|
156484
|
+
isUserTimingMeasure: isUserTimingMeasure,
|
|
156485
|
+
isV8Compile: isV8Compile,
|
|
156486
|
+
isWebSocketCreate: isWebSocketCreate,
|
|
156487
|
+
isWebSocketDestroy: isWebSocketDestroy,
|
|
156488
|
+
isWebSocketEvent: isWebSocketEvent,
|
|
156489
|
+
isWebSocketInfo: isWebSocketInfo,
|
|
156490
|
+
isWebSocketReceiveHandshakeResponse: isWebSocketReceiveHandshakeResponse,
|
|
156491
|
+
isWebSocketSendHandshakeRequest: isWebSocketSendHandshakeRequest,
|
|
156492
|
+
isWebSocketTraceEvent: isWebSocketTraceEvent,
|
|
156493
|
+
isWebSocketTransfer: isWebSocketTransfer,
|
|
156494
|
+
objectIsCallFrame: objectIsCallFrame,
|
|
156495
|
+
objectIsEvent: objectIsEvent
|
|
156106
156496
|
});
|
|
156107
156497
|
|
|
156108
156498
|
// Copyright 2022 The Chromium Authors
|
|
156109
156499
|
|
|
156110
156500
|
var types$3 = /*#__PURE__*/Object.freeze({
|
|
156111
|
-
|
|
156112
|
-
|
|
156113
|
-
|
|
156114
|
-
|
|
156115
|
-
|
|
156116
|
-
|
|
156117
|
-
|
|
156501
|
+
__proto__: null,
|
|
156502
|
+
Configuration: Configuration,
|
|
156503
|
+
Events: TraceEvents,
|
|
156504
|
+
Extensions: Extensions$1,
|
|
156505
|
+
File: File$1,
|
|
156506
|
+
Overlays: Overlays,
|
|
156507
|
+
Timing: Timing$1
|
|
156118
156508
|
});
|
|
156119
156509
|
|
|
156120
156510
|
// Copyright 2024 The Chromium Authors
|
|
@@ -156264,13 +156654,13 @@ function addNetworkRequestToEntityMapping(networkRequest, entityMappings, reques
|
|
|
156264
156654
|
}
|
|
156265
156655
|
|
|
156266
156656
|
var helpers$1 = /*#__PURE__*/Object.freeze({
|
|
156267
|
-
|
|
156268
|
-
|
|
156269
|
-
|
|
156270
|
-
|
|
156271
|
-
|
|
156272
|
-
|
|
156273
|
-
|
|
156657
|
+
__proto__: null,
|
|
156658
|
+
addEventToEntityMapping: addEventToEntityMapping,
|
|
156659
|
+
addNetworkRequestToEntityMapping: addNetworkRequestToEntityMapping,
|
|
156660
|
+
getEntityForEvent: getEntityForEvent,
|
|
156661
|
+
getEntityForUrl: getEntityForUrl,
|
|
156662
|
+
getNonResolvedURL: getNonResolvedURL,
|
|
156663
|
+
makeUpEntity: makeUpEntity
|
|
156274
156664
|
});
|
|
156275
156665
|
|
|
156276
156666
|
// Copyright 2024 The Chromium Authors
|
|
@@ -156331,8 +156721,8 @@ class SyntheticEventsManager {
|
|
|
156331
156721
|
}
|
|
156332
156722
|
|
|
156333
156723
|
var SyntheticEvents = /*#__PURE__*/Object.freeze({
|
|
156334
|
-
|
|
156335
|
-
|
|
156724
|
+
__proto__: null,
|
|
156725
|
+
SyntheticEventsManager: SyntheticEventsManager
|
|
156336
156726
|
});
|
|
156337
156727
|
|
|
156338
156728
|
// Copyright 2022 The Chromium Authors
|
|
@@ -156500,28 +156890,28 @@ function windowsEqual(w1, w2) {
|
|
|
156500
156890
|
}
|
|
156501
156891
|
|
|
156502
156892
|
var Timing = /*#__PURE__*/Object.freeze({
|
|
156503
|
-
|
|
156504
|
-
|
|
156505
|
-
|
|
156506
|
-
|
|
156507
|
-
|
|
156508
|
-
|
|
156509
|
-
|
|
156510
|
-
|
|
156511
|
-
|
|
156512
|
-
|
|
156513
|
-
|
|
156514
|
-
|
|
156515
|
-
|
|
156516
|
-
|
|
156517
|
-
|
|
156518
|
-
|
|
156519
|
-
|
|
156520
|
-
|
|
156521
|
-
|
|
156522
|
-
|
|
156523
|
-
|
|
156524
|
-
|
|
156893
|
+
__proto__: null,
|
|
156894
|
+
boundsIncludeTimeRange: boundsIncludeTimeRange,
|
|
156895
|
+
combineTraceWindowsMicro: combineTraceWindowsMicro,
|
|
156896
|
+
eventIsInBounds: eventIsInBounds,
|
|
156897
|
+
eventTimingsMicroSeconds: eventTimingsMicroSeconds,
|
|
156898
|
+
eventTimingsMilliSeconds: eventTimingsMilliSeconds,
|
|
156899
|
+
expandWindowByPercentOrToOneMillisecond: expandWindowByPercentOrToOneMillisecond,
|
|
156900
|
+
microToMilli: microToMilli,
|
|
156901
|
+
microToSeconds: microToSeconds,
|
|
156902
|
+
milliToMicro: milliToMicro,
|
|
156903
|
+
secondsToMicro: secondsToMicro,
|
|
156904
|
+
secondsToMilli: secondsToMilli,
|
|
156905
|
+
timeStampForEventAdjustedByClosestNavigation: timeStampForEventAdjustedByClosestNavigation,
|
|
156906
|
+
timestampIsInBounds: timestampIsInBounds,
|
|
156907
|
+
traceWindowFromEvent: traceWindowFromEvent,
|
|
156908
|
+
traceWindowFromMicroSeconds: traceWindowFromMicroSeconds,
|
|
156909
|
+
traceWindowFromMilliSeconds: traceWindowFromMilliSeconds,
|
|
156910
|
+
traceWindowFromOverlay: traceWindowFromOverlay,
|
|
156911
|
+
traceWindowMicroSecondsToMilliSeconds: traceWindowMicroSecondsToMilliSeconds,
|
|
156912
|
+
traceWindowMilliSeconds: traceWindowMilliSeconds,
|
|
156913
|
+
windowFitsInsideBounds: windowFitsInsideBounds,
|
|
156914
|
+
windowsEqual: windowsEqual
|
|
156525
156915
|
});
|
|
156526
156916
|
|
|
156527
156917
|
// Copyright 2022 The Chromium Authors
|
|
@@ -157142,38 +157532,38 @@ const VISIBLE_TRACE_EVENT_TYPES = new Set([
|
|
|
157142
157532
|
]);
|
|
157143
157533
|
|
|
157144
157534
|
var Trace = /*#__PURE__*/Object.freeze({
|
|
157145
|
-
|
|
157146
|
-
|
|
157147
|
-
|
|
157148
|
-
|
|
157149
|
-
|
|
157150
|
-
|
|
157151
|
-
|
|
157152
|
-
|
|
157153
|
-
|
|
157154
|
-
|
|
157155
|
-
|
|
157156
|
-
|
|
157157
|
-
|
|
157158
|
-
|
|
157159
|
-
|
|
157160
|
-
|
|
157161
|
-
|
|
157162
|
-
|
|
157163
|
-
|
|
157164
|
-
|
|
157165
|
-
|
|
157166
|
-
|
|
157167
|
-
|
|
157168
|
-
|
|
157169
|
-
|
|
157170
|
-
|
|
157171
|
-
|
|
157172
|
-
|
|
157173
|
-
|
|
157174
|
-
|
|
157175
|
-
|
|
157176
|
-
|
|
157535
|
+
__proto__: null,
|
|
157536
|
+
VISIBLE_TRACE_EVENT_TYPES: VISIBLE_TRACE_EVENT_TYPES,
|
|
157537
|
+
activeURLForFrameAtTime: activeURLForFrameAtTime,
|
|
157538
|
+
addEventToProcessThread: addEventToProcessThread,
|
|
157539
|
+
compareBeginAndEnd: compareBeginAndEnd,
|
|
157540
|
+
createMatchedSortedSyntheticEvents: createMatchedSortedSyntheticEvents,
|
|
157541
|
+
eventContainsTimestamp: eventContainsTimestamp,
|
|
157542
|
+
eventHasCategory: eventHasCategory,
|
|
157543
|
+
eventTimeComparator: eventTimeComparator,
|
|
157544
|
+
extractId: extractId,
|
|
157545
|
+
extractOriginFromTrace: extractOriginFromTrace,
|
|
157546
|
+
extractSampleTraceId: extractSampleTraceId,
|
|
157547
|
+
findNextEventAfterTimestamp: findNextEventAfterTimestamp,
|
|
157548
|
+
findPreviousEventBeforeTimestamp: findPreviousEventBeforeTimestamp,
|
|
157549
|
+
findRecalcStyleEvents: findRecalcStyleEvents,
|
|
157550
|
+
forEachEvent: forEachEvent,
|
|
157551
|
+
frameIDForEvent: frameIDForEvent,
|
|
157552
|
+
getNavigationForTraceEvent: getNavigationForTraceEvent,
|
|
157553
|
+
getStackTraceTopCallFrameInEventPayload: getStackTraceTopCallFrameInEventPayload,
|
|
157554
|
+
getSyntheticId: getSyntheticId,
|
|
157555
|
+
getZeroIndexedLineAndColumnForEvent: getZeroIndexedLineAndColumnForEvent,
|
|
157556
|
+
getZeroIndexedStackTraceInEventPayload: getZeroIndexedStackTraceInEventPayload,
|
|
157557
|
+
isExtensionUrl: isExtensionUrl,
|
|
157558
|
+
isMatchingCallFrame: isMatchingCallFrame,
|
|
157559
|
+
isTopLevelEvent: isTopLevelEvent,
|
|
157560
|
+
makeProfileCall: makeProfileCall,
|
|
157561
|
+
makeZeroBasedCallFrame: makeZeroBasedCallFrame,
|
|
157562
|
+
mergeEventsInOrder: mergeEventsInOrder,
|
|
157563
|
+
parseDevtoolsDetails: parseDevtoolsDetails,
|
|
157564
|
+
rawCallFrameForEntry: rawCallFrameForEntry,
|
|
157565
|
+
sortTraceEventsInPlace: sortTraceEventsInPlace,
|
|
157566
|
+
stackTraceInEvent: stackTraceInEvent
|
|
157177
157567
|
});
|
|
157178
157568
|
|
|
157179
157569
|
// Copyright 2023 The Chromium Authors
|
|
@@ -157308,14 +157698,14 @@ function canBuildTreesFromEvents(events) {
|
|
|
157308
157698
|
}
|
|
157309
157699
|
|
|
157310
157700
|
var TreeHelpers = /*#__PURE__*/Object.freeze({
|
|
157311
|
-
|
|
157312
|
-
|
|
157313
|
-
|
|
157314
|
-
|
|
157315
|
-
|
|
157316
|
-
|
|
157317
|
-
|
|
157318
|
-
|
|
157701
|
+
__proto__: null,
|
|
157702
|
+
canBuildTreesFromEvents: canBuildTreesFromEvents,
|
|
157703
|
+
makeEmptyTraceEntryNode: makeEmptyTraceEntryNode,
|
|
157704
|
+
makeEmptyTraceEntryTree: makeEmptyTraceEntryTree,
|
|
157705
|
+
makeTraceEntryNodeId: makeTraceEntryNodeId,
|
|
157706
|
+
treify: treify,
|
|
157707
|
+
walkEntireTree: walkEntireTree,
|
|
157708
|
+
walkTreeFromEntry: walkTreeFromEntry
|
|
157319
157709
|
});
|
|
157320
157710
|
|
|
157321
157711
|
// Copyright 2024 The Chromium Authors
|
|
@@ -157349,8 +157739,8 @@ function buildTrackDataFromExtensionEntries(extensionEntries, extensionTrackData
|
|
|
157349
157739
|
}
|
|
157350
157740
|
|
|
157351
157741
|
var Extensions = /*#__PURE__*/Object.freeze({
|
|
157352
|
-
|
|
157353
|
-
|
|
157742
|
+
__proto__: null,
|
|
157743
|
+
buildTrackDataFromExtensionEntries: buildTrackDataFromExtensionEntries
|
|
157354
157744
|
});
|
|
157355
157745
|
|
|
157356
157746
|
const NON_RENDER_BLOCKING_VALUES = new Set([
|
|
@@ -157429,14 +157819,14 @@ function isSyntheticNetworkRequestLocalhost(event) {
|
|
|
157429
157819
|
}
|
|
157430
157820
|
|
|
157431
157821
|
var Network = /*#__PURE__*/Object.freeze({
|
|
157432
|
-
|
|
157433
|
-
|
|
157434
|
-
|
|
157435
|
-
|
|
157436
|
-
|
|
157437
|
-
|
|
157438
|
-
|
|
157439
|
-
|
|
157822
|
+
__proto__: null,
|
|
157823
|
+
CACHEABLE_STATUS_CODES: CACHEABLE_STATUS_CODES,
|
|
157824
|
+
NON_NETWORK_SCHEMES: NON_NETWORK_SCHEMES$1,
|
|
157825
|
+
STATIC_RESOURCE_TYPES: STATIC_RESOURCE_TYPES,
|
|
157826
|
+
isSyntheticNetworkRequestEventRenderBlocking: isSyntheticNetworkRequestEventRenderBlocking,
|
|
157827
|
+
isSyntheticNetworkRequestHighPriority: isSyntheticNetworkRequestHighPriority,
|
|
157828
|
+
isSyntheticNetworkRequestLocalhost: isSyntheticNetworkRequestLocalhost,
|
|
157829
|
+
parseCacheControl: parseCacheControl
|
|
157440
157830
|
});
|
|
157441
157831
|
|
|
157442
157832
|
// Copyright 2023 The Chromium Authors
|
|
@@ -157731,21 +158121,21 @@ class SamplesIntegrator {
|
|
|
157731
158121
|
_a$2 = SamplesIntegrator;
|
|
157732
158122
|
|
|
157733
158123
|
var SamplesIntegrator$1 = /*#__PURE__*/Object.freeze({
|
|
157734
|
-
|
|
157735
|
-
|
|
158124
|
+
__proto__: null,
|
|
158125
|
+
SamplesIntegrator: SamplesIntegrator
|
|
157736
158126
|
});
|
|
157737
158127
|
|
|
157738
158128
|
// Copyright 2022 The Chromium Authors
|
|
157739
158129
|
|
|
157740
158130
|
var helpers = /*#__PURE__*/Object.freeze({
|
|
157741
|
-
|
|
157742
|
-
|
|
157743
|
-
|
|
157744
|
-
|
|
157745
|
-
|
|
157746
|
-
|
|
157747
|
-
|
|
157748
|
-
|
|
158131
|
+
__proto__: null,
|
|
158132
|
+
Extensions: Extensions,
|
|
158133
|
+
Network: Network,
|
|
158134
|
+
SamplesIntegrator: SamplesIntegrator$1,
|
|
158135
|
+
SyntheticEvents: SyntheticEvents,
|
|
158136
|
+
Timing: Timing,
|
|
158137
|
+
Trace: Trace,
|
|
158138
|
+
TreeHelpers: TreeHelpers
|
|
157749
158139
|
});
|
|
157750
158140
|
|
|
157751
158141
|
// Copyright 2024 The Chromium Authors
|
|
@@ -157837,13 +158227,13 @@ function deps$f() {
|
|
|
157837
158227
|
}
|
|
157838
158228
|
|
|
157839
158229
|
var AnimationFramesHandler = /*#__PURE__*/Object.freeze({
|
|
157840
|
-
|
|
157841
|
-
|
|
157842
|
-
|
|
157843
|
-
|
|
157844
|
-
|
|
157845
|
-
|
|
157846
|
-
|
|
158230
|
+
__proto__: null,
|
|
158231
|
+
data: data$t,
|
|
158232
|
+
deps: deps$f,
|
|
158233
|
+
finalize: finalize$M,
|
|
158234
|
+
handleEvent: handleEvent$t,
|
|
158235
|
+
handleUserConfig: handleUserConfig$2,
|
|
158236
|
+
reset: reset$t
|
|
157847
158237
|
});
|
|
157848
158238
|
|
|
157849
158239
|
// Copyright 2022 The Chromium Authors
|
|
@@ -157870,11 +158260,11 @@ function data$s() {
|
|
|
157870
158260
|
}
|
|
157871
158261
|
|
|
157872
158262
|
var AnimationHandler = /*#__PURE__*/Object.freeze({
|
|
157873
|
-
|
|
157874
|
-
|
|
157875
|
-
|
|
157876
|
-
|
|
157877
|
-
|
|
158263
|
+
__proto__: null,
|
|
158264
|
+
data: data$s,
|
|
158265
|
+
finalize: finalize$L,
|
|
158266
|
+
handleEvent: handleEvent$s,
|
|
158267
|
+
reset: reset$s
|
|
157878
158268
|
});
|
|
157879
158269
|
|
|
157880
158270
|
// Copyright 2024 The Chromium Authors
|
|
@@ -157967,11 +158357,11 @@ function data$r() {
|
|
|
157967
158357
|
}
|
|
157968
158358
|
|
|
157969
158359
|
var FlowsHandler = /*#__PURE__*/Object.freeze({
|
|
157970
|
-
|
|
157971
|
-
|
|
157972
|
-
|
|
157973
|
-
|
|
157974
|
-
|
|
158360
|
+
__proto__: null,
|
|
158361
|
+
data: data$r,
|
|
158362
|
+
finalize: finalize$K,
|
|
158363
|
+
handleEvent: handleEvent$r,
|
|
158364
|
+
reset: reset$r
|
|
157975
158365
|
});
|
|
157976
158366
|
|
|
157977
158367
|
// Copyright 2023 The Chromium Authors
|
|
@@ -158084,11 +158474,11 @@ function data$q() {
|
|
|
158084
158474
|
}
|
|
158085
158475
|
|
|
158086
158476
|
var AuctionWorkletsHandler = /*#__PURE__*/Object.freeze({
|
|
158087
|
-
|
|
158088
|
-
|
|
158089
|
-
|
|
158090
|
-
|
|
158091
|
-
|
|
158477
|
+
__proto__: null,
|
|
158478
|
+
data: data$q,
|
|
158479
|
+
finalize: finalize$J,
|
|
158480
|
+
handleEvent: handleEvent$q,
|
|
158481
|
+
reset: reset$q
|
|
158092
158482
|
});
|
|
158093
158483
|
|
|
158094
158484
|
// Copyright 2022 The Chromium Authors
|
|
@@ -158379,11 +158769,11 @@ function data$p() {
|
|
|
158379
158769
|
}
|
|
158380
158770
|
|
|
158381
158771
|
var MetaHandler = /*#__PURE__*/Object.freeze({
|
|
158382
|
-
|
|
158383
|
-
|
|
158384
|
-
|
|
158385
|
-
|
|
158386
|
-
|
|
158772
|
+
__proto__: null,
|
|
158773
|
+
data: data$p,
|
|
158774
|
+
finalize: finalize$I,
|
|
158775
|
+
handleEvent: handleEvent$p,
|
|
158776
|
+
reset: reset$p
|
|
158387
158777
|
});
|
|
158388
158778
|
|
|
158389
158779
|
// Copyright 2022 The Chromium Authors
|
|
@@ -158816,12 +159206,12 @@ function createSyntheticWebSocketConnection(startEvent, endEvent, firstRecordedE
|
|
|
158816
159206
|
}
|
|
158817
159207
|
|
|
158818
159208
|
var NetworkRequestsHandler = /*#__PURE__*/Object.freeze({
|
|
158819
|
-
|
|
158820
|
-
|
|
158821
|
-
|
|
158822
|
-
|
|
158823
|
-
|
|
158824
|
-
|
|
159209
|
+
__proto__: null,
|
|
159210
|
+
data: data$o,
|
|
159211
|
+
deps: deps$e,
|
|
159212
|
+
finalize: finalize$H,
|
|
159213
|
+
handleEvent: handleEvent$o,
|
|
159214
|
+
reset: reset$o
|
|
158825
159215
|
});
|
|
158826
159216
|
|
|
158827
159217
|
// Copyright 2016 The Chromium Authors
|
|
@@ -159504,12 +159894,12 @@ function getProfileCallFunctionName(data, entry) {
|
|
|
159504
159894
|
}
|
|
159505
159895
|
|
|
159506
159896
|
var SamplesHandler = /*#__PURE__*/Object.freeze({
|
|
159507
|
-
|
|
159508
|
-
|
|
159509
|
-
|
|
159510
|
-
|
|
159511
|
-
|
|
159512
|
-
|
|
159897
|
+
__proto__: null,
|
|
159898
|
+
data: data$n,
|
|
159899
|
+
finalize: finalize$G,
|
|
159900
|
+
getProfileCallFunctionName: getProfileCallFunctionName,
|
|
159901
|
+
handleEvent: handleEvent$n,
|
|
159902
|
+
reset: reset$n
|
|
159513
159903
|
});
|
|
159514
159904
|
|
|
159515
159905
|
// Copyright 2022 The Chromium Authors
|
|
@@ -159749,21 +160139,21 @@ function deps$d() {
|
|
|
159749
160139
|
}
|
|
159750
160140
|
|
|
159751
160141
|
var RendererHandler = /*#__PURE__*/Object.freeze({
|
|
159752
|
-
|
|
159753
|
-
|
|
159754
|
-
|
|
159755
|
-
|
|
159756
|
-
|
|
159757
|
-
|
|
159758
|
-
|
|
159759
|
-
|
|
159760
|
-
|
|
159761
|
-
|
|
159762
|
-
|
|
159763
|
-
|
|
159764
|
-
|
|
159765
|
-
|
|
159766
|
-
|
|
160142
|
+
__proto__: null,
|
|
160143
|
+
assignIsMainFrame: assignIsMainFrame,
|
|
160144
|
+
assignMeta: assignMeta,
|
|
160145
|
+
assignOrigin: assignOrigin,
|
|
160146
|
+
assignThreadName: assignThreadName,
|
|
160147
|
+
buildHierarchy: buildHierarchy,
|
|
160148
|
+
data: data$m,
|
|
160149
|
+
deps: deps$d,
|
|
160150
|
+
finalize: finalize$F,
|
|
160151
|
+
handleEvent: handleEvent$m,
|
|
160152
|
+
handleUserConfig: handleUserConfig$1,
|
|
160153
|
+
makeCompleteEvent: makeCompleteEvent,
|
|
160154
|
+
reset: reset$m,
|
|
160155
|
+
sanitizeProcesses: sanitizeProcesses,
|
|
160156
|
+
sanitizeThreads: sanitizeThreads
|
|
159767
160157
|
});
|
|
159768
160158
|
|
|
159769
160159
|
// Copyright 2024 The Chromium Authors
|
|
@@ -159868,12 +160258,12 @@ function deps$c() {
|
|
|
159868
160258
|
}
|
|
159869
160259
|
|
|
159870
160260
|
var AsyncJSCallsHandler = /*#__PURE__*/Object.freeze({
|
|
159871
|
-
|
|
159872
|
-
|
|
159873
|
-
|
|
159874
|
-
|
|
159875
|
-
|
|
159876
|
-
|
|
160261
|
+
__proto__: null,
|
|
160262
|
+
data: data$l,
|
|
160263
|
+
deps: deps$c,
|
|
160264
|
+
finalize: finalize$E,
|
|
160265
|
+
handleEvent: handleEvent$l,
|
|
160266
|
+
reset: reset$l
|
|
159877
160267
|
});
|
|
159878
160268
|
|
|
159879
160269
|
// Copyright 2025 The Chromium Authors
|
|
@@ -159895,11 +160285,11 @@ function data$k() {
|
|
|
159895
160285
|
}
|
|
159896
160286
|
|
|
159897
160287
|
var DOMStatsHandler = /*#__PURE__*/Object.freeze({
|
|
159898
|
-
|
|
159899
|
-
|
|
159900
|
-
|
|
159901
|
-
|
|
159902
|
-
|
|
160288
|
+
__proto__: null,
|
|
160289
|
+
data: data$k,
|
|
160290
|
+
finalize: finalize$D,
|
|
160291
|
+
handleEvent: handleEvent$k,
|
|
160292
|
+
reset: reset$k
|
|
159903
160293
|
});
|
|
159904
160294
|
|
|
159905
160295
|
// Copyright 2022 The Chromium Authors
|
|
@@ -160038,12 +160428,12 @@ function data$j() {
|
|
|
160038
160428
|
}
|
|
160039
160429
|
|
|
160040
160430
|
var UserTimingsHandler = /*#__PURE__*/Object.freeze({
|
|
160041
|
-
|
|
160042
|
-
|
|
160043
|
-
|
|
160044
|
-
|
|
160045
|
-
|
|
160046
|
-
|
|
160431
|
+
__proto__: null,
|
|
160432
|
+
data: data$j,
|
|
160433
|
+
finalize: finalize$C,
|
|
160434
|
+
handleEvent: handleEvent$j,
|
|
160435
|
+
reset: reset$j,
|
|
160436
|
+
userTimingComparator: userTimingComparator
|
|
160047
160437
|
});
|
|
160048
160438
|
|
|
160049
160439
|
// Copyright 2024 The Chromium Authors
|
|
@@ -160205,16 +160595,16 @@ function deps$b() {
|
|
|
160205
160595
|
}
|
|
160206
160596
|
|
|
160207
160597
|
var ExtensionTraceDataHandler = /*#__PURE__*/Object.freeze({
|
|
160208
|
-
|
|
160209
|
-
|
|
160210
|
-
|
|
160211
|
-
|
|
160212
|
-
|
|
160213
|
-
|
|
160214
|
-
|
|
160215
|
-
|
|
160216
|
-
|
|
160217
|
-
|
|
160598
|
+
__proto__: null,
|
|
160599
|
+
data: data$i,
|
|
160600
|
+
deps: deps$b,
|
|
160601
|
+
extensionDataInConsoleTimeStamp: extensionDataInConsoleTimeStamp,
|
|
160602
|
+
extensionDataInPerformanceTiming: extensionDataInPerformanceTiming,
|
|
160603
|
+
extractConsoleAPIExtensionEntries: extractConsoleAPIExtensionEntries,
|
|
160604
|
+
extractPerformanceAPIExtensionEntries: extractPerformanceAPIExtensionEntries,
|
|
160605
|
+
finalize: finalize$B,
|
|
160606
|
+
handleEvent: handleEvent$i,
|
|
160607
|
+
reset: reset$i
|
|
160218
160608
|
});
|
|
160219
160609
|
|
|
160220
160610
|
// Copyright 2023 The Chromium Authors
|
|
@@ -160297,12 +160687,12 @@ function deps$a() {
|
|
|
160297
160687
|
}
|
|
160298
160688
|
|
|
160299
160689
|
var LayerTreeHandler = /*#__PURE__*/Object.freeze({
|
|
160300
|
-
|
|
160301
|
-
|
|
160302
|
-
|
|
160303
|
-
|
|
160304
|
-
|
|
160305
|
-
|
|
160690
|
+
__proto__: null,
|
|
160691
|
+
data: data$h,
|
|
160692
|
+
deps: deps$a,
|
|
160693
|
+
finalize: finalize$A,
|
|
160694
|
+
handleEvent: handleEvent$h,
|
|
160695
|
+
reset: reset$h
|
|
160306
160696
|
});
|
|
160307
160697
|
|
|
160308
160698
|
function getThreadTypeForRendererThread(pid, thread, auctionWorkletsData) {
|
|
@@ -160384,9 +160774,9 @@ function threadsInTrace(handlerData) {
|
|
|
160384
160774
|
}
|
|
160385
160775
|
|
|
160386
160776
|
var Threads = /*#__PURE__*/Object.freeze({
|
|
160387
|
-
|
|
160388
|
-
|
|
160389
|
-
|
|
160777
|
+
__proto__: null,
|
|
160778
|
+
threadsInRenderer: threadsInRenderer,
|
|
160779
|
+
threadsInTrace: threadsInTrace
|
|
160390
160780
|
});
|
|
160391
160781
|
|
|
160392
160782
|
// Copyright 2023 The Chromium Authors
|
|
@@ -160793,17 +161183,17 @@ function framesWithinWindow(frames, startTime, endTime) {
|
|
|
160793
161183
|
}
|
|
160794
161184
|
|
|
160795
161185
|
var FramesHandler = /*#__PURE__*/Object.freeze({
|
|
160796
|
-
|
|
160797
|
-
|
|
160798
|
-
|
|
160799
|
-
|
|
160800
|
-
|
|
160801
|
-
|
|
160802
|
-
|
|
160803
|
-
|
|
160804
|
-
|
|
160805
|
-
|
|
160806
|
-
|
|
161186
|
+
__proto__: null,
|
|
161187
|
+
LayerPaintEvent: LayerPaintEvent,
|
|
161188
|
+
PendingFrame: PendingFrame,
|
|
161189
|
+
TimelineFrameBeginFrameQueue: TimelineFrameBeginFrameQueue,
|
|
161190
|
+
TimelineFrameModel: TimelineFrameModel,
|
|
161191
|
+
data: data$g,
|
|
161192
|
+
deps: deps$9,
|
|
161193
|
+
finalize: finalize$z,
|
|
161194
|
+
framesWithinWindow: framesWithinWindow,
|
|
161195
|
+
handleEvent: handleEvent$g,
|
|
161196
|
+
reset: reset$g
|
|
160807
161197
|
});
|
|
160808
161198
|
|
|
160809
161199
|
// Copyright 2022 The Chromium Authors
|
|
@@ -160836,12 +161226,12 @@ function deps$8() {
|
|
|
160836
161226
|
}
|
|
160837
161227
|
|
|
160838
161228
|
var GPUHandler = /*#__PURE__*/Object.freeze({
|
|
160839
|
-
|
|
160840
|
-
|
|
160841
|
-
|
|
160842
|
-
|
|
160843
|
-
|
|
160844
|
-
|
|
161229
|
+
__proto__: null,
|
|
161230
|
+
data: data$f,
|
|
161231
|
+
deps: deps$8,
|
|
161232
|
+
finalize: finalize$y,
|
|
161233
|
+
handleEvent: handleEvent$f,
|
|
161234
|
+
reset: reset$f
|
|
160845
161235
|
});
|
|
160846
161236
|
|
|
160847
161237
|
// Copyright 2024 The Chromium Authors
|
|
@@ -160938,11 +161328,11 @@ function data$e() {
|
|
|
160938
161328
|
}
|
|
160939
161329
|
|
|
160940
161330
|
var ImagePaintingHandler = /*#__PURE__*/Object.freeze({
|
|
160941
|
-
|
|
160942
|
-
|
|
160943
|
-
|
|
160944
|
-
|
|
160945
|
-
|
|
161331
|
+
__proto__: null,
|
|
161332
|
+
data: data$e,
|
|
161333
|
+
finalize: finalize$x,
|
|
161334
|
+
handleEvent: handleEvent$e,
|
|
161335
|
+
reset: reset$e
|
|
160946
161336
|
});
|
|
160947
161337
|
|
|
160948
161338
|
// Copyright 2023 The Chromium Authors
|
|
@@ -161087,12 +161477,12 @@ function deps$7() {
|
|
|
161087
161477
|
}
|
|
161088
161478
|
|
|
161089
161479
|
var InitiatorsHandler = /*#__PURE__*/Object.freeze({
|
|
161090
|
-
|
|
161091
|
-
|
|
161092
|
-
|
|
161093
|
-
|
|
161094
|
-
|
|
161095
|
-
|
|
161480
|
+
__proto__: null,
|
|
161481
|
+
data: data$d,
|
|
161482
|
+
deps: deps$7,
|
|
161483
|
+
finalize: finalize$w,
|
|
161484
|
+
handleEvent: handleEvent$d,
|
|
161485
|
+
reset: reset$d
|
|
161096
161486
|
});
|
|
161097
161487
|
|
|
161098
161488
|
// Copyright 2023 The Chromium Authors
|
|
@@ -161206,12 +161596,12 @@ function data$c() {
|
|
|
161206
161596
|
}
|
|
161207
161597
|
|
|
161208
161598
|
var InvalidationsHandler = /*#__PURE__*/Object.freeze({
|
|
161209
|
-
|
|
161210
|
-
|
|
161211
|
-
|
|
161212
|
-
|
|
161213
|
-
|
|
161214
|
-
|
|
161599
|
+
__proto__: null,
|
|
161600
|
+
data: data$c,
|
|
161601
|
+
finalize: finalize$v,
|
|
161602
|
+
handleEvent: handleEvent$c,
|
|
161603
|
+
handleUserConfig: handleUserConfig,
|
|
161604
|
+
reset: reset$c
|
|
161215
161605
|
});
|
|
161216
161606
|
|
|
161217
161607
|
// Copyright 2022 The Chromium Authors
|
|
@@ -161526,19 +161916,19 @@ function metricIsLCP(metric) {
|
|
|
161526
161916
|
}
|
|
161527
161917
|
|
|
161528
161918
|
var PageLoadMetricsHandler = /*#__PURE__*/Object.freeze({
|
|
161529
|
-
|
|
161530
|
-
|
|
161531
|
-
|
|
161532
|
-
|
|
161533
|
-
|
|
161534
|
-
|
|
161535
|
-
|
|
161536
|
-
|
|
161537
|
-
|
|
161538
|
-
|
|
161539
|
-
|
|
161540
|
-
|
|
161541
|
-
|
|
161919
|
+
__proto__: null,
|
|
161920
|
+
data: data$b,
|
|
161921
|
+
deps: deps$6,
|
|
161922
|
+
finalize: finalize$u,
|
|
161923
|
+
getFrameIdForPageLoadEvent: getFrameIdForPageLoadEvent,
|
|
161924
|
+
handleEvent: handleEvent$b,
|
|
161925
|
+
metricIsLCP: metricIsLCP,
|
|
161926
|
+
reset: reset$b,
|
|
161927
|
+
scoreClassificationForDOMContentLoaded: scoreClassificationForDOMContentLoaded,
|
|
161928
|
+
scoreClassificationForFirstContentfulPaint: scoreClassificationForFirstContentfulPaint,
|
|
161929
|
+
scoreClassificationForLargestContentfulPaint: scoreClassificationForLargestContentfulPaint,
|
|
161930
|
+
scoreClassificationForTimeToInteractive: scoreClassificationForTimeToInteractive,
|
|
161931
|
+
scoreClassificationForTotalBlockingTime: scoreClassificationForTotalBlockingTime
|
|
161542
161932
|
});
|
|
161543
161933
|
|
|
161544
161934
|
// Copyright 2022 The Chromium Authors
|
|
@@ -161602,12 +161992,12 @@ function deps$5() {
|
|
|
161602
161992
|
}
|
|
161603
161993
|
|
|
161604
161994
|
var LargestImagePaintHandler = /*#__PURE__*/Object.freeze({
|
|
161605
|
-
|
|
161606
|
-
|
|
161607
|
-
|
|
161608
|
-
|
|
161609
|
-
|
|
161610
|
-
|
|
161995
|
+
__proto__: null,
|
|
161996
|
+
data: data$a,
|
|
161997
|
+
deps: deps$5,
|
|
161998
|
+
finalize: finalize$t,
|
|
161999
|
+
handleEvent: handleEvent$a,
|
|
162000
|
+
reset: reset$a
|
|
161611
162001
|
});
|
|
161612
162002
|
|
|
161613
162003
|
// Copyright 2022 The Chromium Authors
|
|
@@ -161631,11 +162021,11 @@ function data$9() {
|
|
|
161631
162021
|
}
|
|
161632
162022
|
|
|
161633
162023
|
var LargestTextPaintHandler = /*#__PURE__*/Object.freeze({
|
|
161634
|
-
|
|
161635
|
-
|
|
161636
|
-
|
|
161637
|
-
|
|
161638
|
-
|
|
162024
|
+
__proto__: null,
|
|
162025
|
+
data: data$9,
|
|
162026
|
+
finalize: finalize$s,
|
|
162027
|
+
handleEvent: handleEvent$9,
|
|
162028
|
+
reset: reset$9
|
|
161639
162029
|
});
|
|
161640
162030
|
|
|
161641
162031
|
// Copyright 2022 The Chromium Authors
|
|
@@ -161703,13 +162093,13 @@ function deps$4() {
|
|
|
161703
162093
|
}
|
|
161704
162094
|
|
|
161705
162095
|
var ScreenshotsHandler = /*#__PURE__*/Object.freeze({
|
|
161706
|
-
|
|
161707
|
-
|
|
161708
|
-
|
|
161709
|
-
|
|
161710
|
-
|
|
161711
|
-
|
|
161712
|
-
|
|
162096
|
+
__proto__: null,
|
|
162097
|
+
data: data$8,
|
|
162098
|
+
deps: deps$4,
|
|
162099
|
+
finalize: finalize$r,
|
|
162100
|
+
handleEvent: handleEvent$8,
|
|
162101
|
+
reset: reset$8,
|
|
162102
|
+
screenshotImageDataUri: screenshotImageDataUri
|
|
161713
162103
|
});
|
|
161714
162104
|
|
|
161715
162105
|
// Copyright 2022 The Chromium Authors
|
|
@@ -162062,15 +162452,15 @@ function scoreClassificationForLayoutShift(score) {
|
|
|
162062
162452
|
}
|
|
162063
162453
|
|
|
162064
162454
|
var LayoutShiftsHandler = /*#__PURE__*/Object.freeze({
|
|
162065
|
-
|
|
162066
|
-
|
|
162067
|
-
|
|
162068
|
-
|
|
162069
|
-
|
|
162070
|
-
|
|
162071
|
-
|
|
162072
|
-
|
|
162073
|
-
|
|
162455
|
+
__proto__: null,
|
|
162456
|
+
MAX_CLUSTER_DURATION: MAX_CLUSTER_DURATION,
|
|
162457
|
+
MAX_SHIFT_TIME_DELTA: MAX_SHIFT_TIME_DELTA,
|
|
162458
|
+
data: data$7,
|
|
162459
|
+
deps: deps$3,
|
|
162460
|
+
finalize: finalize$q,
|
|
162461
|
+
handleEvent: handleEvent$7,
|
|
162462
|
+
reset: reset$7,
|
|
162463
|
+
scoreClassificationForLayoutShift: scoreClassificationForLayoutShift
|
|
162074
162464
|
});
|
|
162075
162465
|
|
|
162076
162466
|
// Copyright 2023 The Chromium Authors
|
|
@@ -162092,11 +162482,11 @@ function data$6() {
|
|
|
162092
162482
|
}
|
|
162093
162483
|
|
|
162094
162484
|
var MemoryHandler = /*#__PURE__*/Object.freeze({
|
|
162095
|
-
|
|
162096
|
-
|
|
162097
|
-
|
|
162098
|
-
|
|
162099
|
-
|
|
162485
|
+
__proto__: null,
|
|
162486
|
+
data: data$6,
|
|
162487
|
+
finalize: finalize$p,
|
|
162488
|
+
handleEvent: handleEvent$6,
|
|
162489
|
+
reset: reset$6
|
|
162100
162490
|
});
|
|
162101
162491
|
|
|
162102
162492
|
// Copyright 2024 The Chromium Authors
|
|
@@ -162136,11 +162526,11 @@ function data$5() {
|
|
|
162136
162526
|
}
|
|
162137
162527
|
|
|
162138
162528
|
var PageFramesHandler = /*#__PURE__*/Object.freeze({
|
|
162139
|
-
|
|
162140
|
-
|
|
162141
|
-
|
|
162142
|
-
|
|
162143
|
-
|
|
162529
|
+
__proto__: null,
|
|
162530
|
+
data: data$5,
|
|
162531
|
+
finalize: finalize$o,
|
|
162532
|
+
handleEvent: handleEvent$5,
|
|
162533
|
+
reset: reset$5
|
|
162144
162534
|
});
|
|
162145
162535
|
|
|
162146
162536
|
// Copyright 2025 The Chromium Authors
|
|
@@ -162382,13 +162772,13 @@ function data$4() {
|
|
|
162382
162772
|
}
|
|
162383
162773
|
|
|
162384
162774
|
var ScriptsHandler = /*#__PURE__*/Object.freeze({
|
|
162385
|
-
|
|
162386
|
-
|
|
162387
|
-
|
|
162388
|
-
|
|
162389
|
-
|
|
162390
|
-
|
|
162391
|
-
|
|
162775
|
+
__proto__: null,
|
|
162776
|
+
data: data$4,
|
|
162777
|
+
deps: deps$2,
|
|
162778
|
+
finalize: finalize$n,
|
|
162779
|
+
getScriptGeneratedSizes: getScriptGeneratedSizes,
|
|
162780
|
+
handleEvent: handleEvent$4,
|
|
162781
|
+
reset: reset$4
|
|
162392
162782
|
});
|
|
162393
162783
|
|
|
162394
162784
|
// Copyright 2024 The Chromium Authors
|
|
@@ -162454,11 +162844,11 @@ function data$3() {
|
|
|
162454
162844
|
}
|
|
162455
162845
|
|
|
162456
162846
|
var SelectorStatsHandler = /*#__PURE__*/Object.freeze({
|
|
162457
|
-
|
|
162458
|
-
|
|
162459
|
-
|
|
162460
|
-
|
|
162461
|
-
|
|
162847
|
+
__proto__: null,
|
|
162848
|
+
data: data$3,
|
|
162849
|
+
finalize: finalize$m,
|
|
162850
|
+
handleEvent: handleEvent$3,
|
|
162851
|
+
reset: reset$3
|
|
162462
162852
|
});
|
|
162463
162853
|
|
|
162464
162854
|
// Copyright 2022 The Chromium Authors
|
|
@@ -162668,16 +163058,16 @@ function scoreClassificationForInteractionToNextPaint(timing) {
|
|
|
162668
163058
|
}
|
|
162669
163059
|
|
|
162670
163060
|
var UserInteractionsHandler = /*#__PURE__*/Object.freeze({
|
|
162671
|
-
|
|
162672
|
-
|
|
162673
|
-
|
|
162674
|
-
|
|
162675
|
-
|
|
162676
|
-
|
|
162677
|
-
|
|
162678
|
-
|
|
162679
|
-
|
|
162680
|
-
|
|
163061
|
+
__proto__: null,
|
|
163062
|
+
LONG_INTERACTION_THRESHOLD: LONG_INTERACTION_THRESHOLD,
|
|
163063
|
+
categoryOfInteraction: categoryOfInteraction,
|
|
163064
|
+
data: data$2,
|
|
163065
|
+
deps: deps$1,
|
|
163066
|
+
finalize: finalize$l,
|
|
163067
|
+
handleEvent: handleEvent$2,
|
|
163068
|
+
removeNestedInteractionsAndSetProcessingTime: removeNestedInteractionsAndSetProcessingTime,
|
|
163069
|
+
reset: reset$2,
|
|
163070
|
+
scoreClassificationForInteractionToNextPaint: scoreClassificationForInteractionToNextPaint
|
|
162681
163071
|
});
|
|
162682
163072
|
|
|
162683
163073
|
// Copyright 2023 The Chromium Authors
|
|
@@ -162712,11 +163102,11 @@ function data$1() {
|
|
|
162712
163102
|
}
|
|
162713
163103
|
|
|
162714
163104
|
var WorkersHandler = /*#__PURE__*/Object.freeze({
|
|
162715
|
-
|
|
162716
|
-
|
|
162717
|
-
|
|
162718
|
-
|
|
162719
|
-
|
|
163105
|
+
__proto__: null,
|
|
163106
|
+
data: data$1,
|
|
163107
|
+
finalize: finalize$k,
|
|
163108
|
+
handleEvent: handleEvent$1,
|
|
163109
|
+
reset: reset$1
|
|
162720
163110
|
});
|
|
162721
163111
|
|
|
162722
163112
|
// Copyright 2023 The Chromium Authors
|
|
@@ -162812,64 +163202,64 @@ function data() {
|
|
|
162812
163202
|
}
|
|
162813
163203
|
|
|
162814
163204
|
var WarningsHandler = /*#__PURE__*/Object.freeze({
|
|
162815
|
-
|
|
162816
|
-
|
|
162817
|
-
|
|
162818
|
-
|
|
162819
|
-
|
|
162820
|
-
|
|
162821
|
-
|
|
162822
|
-
|
|
163205
|
+
__proto__: null,
|
|
163206
|
+
FORCED_REFLOW_THRESHOLD: FORCED_REFLOW_THRESHOLD,
|
|
163207
|
+
LONG_MAIN_THREAD_TASK_THRESHOLD: LONG_MAIN_THREAD_TASK_THRESHOLD,
|
|
163208
|
+
data: data,
|
|
163209
|
+
deps: deps,
|
|
163210
|
+
finalize: finalize$j,
|
|
163211
|
+
handleEvent: handleEvent,
|
|
163212
|
+
reset: reset
|
|
162823
163213
|
});
|
|
162824
163214
|
|
|
162825
163215
|
// Copyright 2022 The Chromium Authors
|
|
162826
163216
|
|
|
162827
163217
|
var ModelHandlers = /*#__PURE__*/Object.freeze({
|
|
162828
|
-
|
|
162829
|
-
|
|
162830
|
-
|
|
162831
|
-
|
|
162832
|
-
|
|
162833
|
-
|
|
162834
|
-
|
|
162835
|
-
|
|
162836
|
-
|
|
162837
|
-
|
|
162838
|
-
|
|
162839
|
-
|
|
162840
|
-
|
|
162841
|
-
|
|
162842
|
-
|
|
162843
|
-
|
|
162844
|
-
|
|
162845
|
-
|
|
162846
|
-
|
|
162847
|
-
|
|
162848
|
-
|
|
162849
|
-
|
|
162850
|
-
|
|
162851
|
-
|
|
162852
|
-
|
|
162853
|
-
|
|
162854
|
-
|
|
162855
|
-
|
|
162856
|
-
|
|
162857
|
-
|
|
162858
|
-
|
|
163218
|
+
__proto__: null,
|
|
163219
|
+
AnimationFrames: AnimationFramesHandler,
|
|
163220
|
+
Animations: AnimationHandler,
|
|
163221
|
+
AsyncJSCalls: AsyncJSCallsHandler,
|
|
163222
|
+
AuctionWorklets: AuctionWorkletsHandler,
|
|
163223
|
+
DOMStats: DOMStatsHandler,
|
|
163224
|
+
ExtensionTraceData: ExtensionTraceDataHandler,
|
|
163225
|
+
Flows: FlowsHandler,
|
|
163226
|
+
Frames: FramesHandler,
|
|
163227
|
+
GPU: GPUHandler,
|
|
163228
|
+
ImagePainting: ImagePaintingHandler,
|
|
163229
|
+
Initiators: InitiatorsHandler,
|
|
163230
|
+
Invalidations: InvalidationsHandler,
|
|
163231
|
+
LargestImagePaint: LargestImagePaintHandler,
|
|
163232
|
+
LargestTextPaint: LargestTextPaintHandler,
|
|
163233
|
+
LayerTree: LayerTreeHandler,
|
|
163234
|
+
LayoutShifts: LayoutShiftsHandler,
|
|
163235
|
+
Memory: MemoryHandler,
|
|
163236
|
+
Meta: MetaHandler,
|
|
163237
|
+
NetworkRequests: NetworkRequestsHandler,
|
|
163238
|
+
PageFrames: PageFramesHandler,
|
|
163239
|
+
PageLoadMetrics: PageLoadMetricsHandler,
|
|
163240
|
+
Renderer: RendererHandler,
|
|
163241
|
+
Samples: SamplesHandler,
|
|
163242
|
+
Screenshots: ScreenshotsHandler,
|
|
163243
|
+
Scripts: ScriptsHandler,
|
|
163244
|
+
SelectorStats: SelectorStatsHandler,
|
|
163245
|
+
UserInteractions: UserInteractionsHandler,
|
|
163246
|
+
UserTimings: UserTimingsHandler,
|
|
163247
|
+
Warnings: WarningsHandler,
|
|
163248
|
+
Workers: WorkersHandler
|
|
162859
163249
|
});
|
|
162860
163250
|
|
|
162861
163251
|
var types$2 = /*#__PURE__*/Object.freeze({
|
|
162862
|
-
|
|
163252
|
+
__proto__: null
|
|
162863
163253
|
});
|
|
162864
163254
|
|
|
162865
163255
|
// Copyright 2022 The Chromium Authors
|
|
162866
163256
|
|
|
162867
163257
|
var handlers = /*#__PURE__*/Object.freeze({
|
|
162868
|
-
|
|
162869
|
-
|
|
162870
|
-
|
|
162871
|
-
|
|
162872
|
-
|
|
163258
|
+
__proto__: null,
|
|
163259
|
+
Helpers: helpers$1,
|
|
163260
|
+
ModelHandlers: ModelHandlers,
|
|
163261
|
+
Threads: Threads,
|
|
163262
|
+
Types: types$2
|
|
162873
163263
|
});
|
|
162874
163264
|
|
|
162875
163265
|
// Copyright 2024 The Chromium Authors
|
|
@@ -162967,8 +163357,8 @@ class EntityMapper {
|
|
|
162967
163357
|
}
|
|
162968
163358
|
|
|
162969
163359
|
var EntityMapper$1 = /*#__PURE__*/Object.freeze({
|
|
162970
|
-
|
|
162971
|
-
|
|
163360
|
+
__proto__: null,
|
|
163361
|
+
EntityMapper: EntityMapper
|
|
162972
163362
|
});
|
|
162973
163363
|
|
|
162974
163364
|
// Copyright 2024 The Chromium Authors
|
|
@@ -163057,8 +163447,8 @@ class EventsSerializer {
|
|
|
163057
163447
|
}
|
|
163058
163448
|
|
|
163059
163449
|
var EventsSerializer$1 = /*#__PURE__*/Object.freeze({
|
|
163060
|
-
|
|
163061
|
-
|
|
163450
|
+
__proto__: null,
|
|
163451
|
+
EventsSerializer: EventsSerializer
|
|
163062
163452
|
});
|
|
163063
163453
|
|
|
163064
163454
|
// Copyright 2023 The Chromium Authors
|
|
@@ -163100,9 +163490,9 @@ function frameClosestToTimestamp(filmStrip, searchTimestamp) {
|
|
|
163100
163490
|
}
|
|
163101
163491
|
|
|
163102
163492
|
var FilmStrip = /*#__PURE__*/Object.freeze({
|
|
163103
|
-
|
|
163104
|
-
|
|
163105
|
-
|
|
163493
|
+
__proto__: null,
|
|
163494
|
+
frameClosestToTimestamp: frameClosestToTimestamp,
|
|
163495
|
+
fromHandlerData: fromHandlerData
|
|
163106
163496
|
});
|
|
163107
163497
|
|
|
163108
163498
|
// Copyright 2024 The Chromium Authors
|
|
@@ -163228,10 +163618,10 @@ function getTraceEventPayloadStackAsProtocolCallFrame(event) {
|
|
|
163228
163618
|
}
|
|
163229
163619
|
|
|
163230
163620
|
var StackTraceForEvent = /*#__PURE__*/Object.freeze({
|
|
163231
|
-
|
|
163232
|
-
|
|
163233
|
-
|
|
163234
|
-
|
|
163621
|
+
__proto__: null,
|
|
163622
|
+
clearCacheForTrace: clearCacheForTrace,
|
|
163623
|
+
get: get,
|
|
163624
|
+
stackTraceForEventInTrace: stackTraceForEventInTrace
|
|
163235
163625
|
});
|
|
163236
163626
|
|
|
163237
163627
|
function getNetworkInitiator(data, event) {
|
|
@@ -163252,8 +163642,8 @@ function getNetworkInitiator(data, event) {
|
|
|
163252
163642
|
}
|
|
163253
163643
|
|
|
163254
163644
|
var Initiators = /*#__PURE__*/Object.freeze({
|
|
163255
|
-
|
|
163256
|
-
|
|
163645
|
+
__proto__: null,
|
|
163646
|
+
getNetworkInitiator: getNetworkInitiator
|
|
163257
163647
|
});
|
|
163258
163648
|
|
|
163259
163649
|
// Copyright 2023 The Chromium Authors
|
|
@@ -163318,8 +163708,8 @@ function calculateWindow(traceBounds, mainThreadEntries) {
|
|
|
163318
163708
|
}
|
|
163319
163709
|
|
|
163320
163710
|
var MainThreadActivity = /*#__PURE__*/Object.freeze({
|
|
163321
|
-
|
|
163322
|
-
|
|
163711
|
+
__proto__: null,
|
|
163712
|
+
calculateWindow: calculateWindow
|
|
163323
163713
|
});
|
|
163324
163714
|
|
|
163325
163715
|
// Copyright 2025 The Chromium Authors
|
|
@@ -163457,11 +163847,11 @@ function computeScriptDuplication(scriptsData, compressionRatios) {
|
|
|
163457
163847
|
}
|
|
163458
163848
|
|
|
163459
163849
|
var ScriptDuplication = /*#__PURE__*/Object.freeze({
|
|
163460
|
-
|
|
163461
|
-
|
|
163462
|
-
|
|
163463
|
-
|
|
163464
|
-
|
|
163850
|
+
__proto__: null,
|
|
163851
|
+
computeScriptDuplication: computeScriptDuplication,
|
|
163852
|
+
getNodeModuleName: getNodeModuleName,
|
|
163853
|
+
normalizeDuplication: normalizeDuplication,
|
|
163854
|
+
normalizeSource: normalizeSource
|
|
163465
163855
|
});
|
|
163466
163856
|
|
|
163467
163857
|
// Copyright 2017 The Chromium Authors
|
|
@@ -163511,11 +163901,11 @@ class ExclusiveNameFilter extends TraceFilter {
|
|
|
163511
163901
|
}
|
|
163512
163902
|
|
|
163513
163903
|
var TraceFilter$1 = /*#__PURE__*/Object.freeze({
|
|
163514
|
-
|
|
163515
|
-
|
|
163516
|
-
|
|
163517
|
-
|
|
163518
|
-
|
|
163904
|
+
__proto__: null,
|
|
163905
|
+
ExclusiveNameFilter: ExclusiveNameFilter,
|
|
163906
|
+
InvisibleEventsFilter: InvisibleEventsFilter,
|
|
163907
|
+
TraceFilter: TraceFilter,
|
|
163908
|
+
VisibleEventsFilter: VisibleEventsFilter
|
|
163519
163909
|
});
|
|
163520
163910
|
|
|
163521
163911
|
// Copyright 2016 The Chromium Authors
|
|
@@ -164066,15 +164456,15 @@ function generateEventID(event) {
|
|
|
164066
164456
|
}
|
|
164067
164457
|
|
|
164068
164458
|
var TraceTree = /*#__PURE__*/Object.freeze({
|
|
164069
|
-
|
|
164070
|
-
|
|
164071
|
-
|
|
164072
|
-
|
|
164073
|
-
|
|
164074
|
-
|
|
164075
|
-
|
|
164076
|
-
|
|
164077
|
-
|
|
164459
|
+
__proto__: null,
|
|
164460
|
+
BottomUpNode: BottomUpNode,
|
|
164461
|
+
BottomUpRootNode: BottomUpRootNode,
|
|
164462
|
+
GroupNode: GroupNode,
|
|
164463
|
+
Node: Node$2,
|
|
164464
|
+
TopDownNode: TopDownNode,
|
|
164465
|
+
TopDownRootNode: TopDownRootNode,
|
|
164466
|
+
eventStackFrame: eventStackFrame,
|
|
164467
|
+
generateEventID: generateEventID
|
|
164078
164468
|
});
|
|
164079
164469
|
|
|
164080
164470
|
// Copyright 2024 The Chromium Authors
|
|
@@ -164173,23 +164563,23 @@ function getBottomUpTree(mainThreadEvents, tracebounds, groupingFunction) {
|
|
|
164173
164563
|
}
|
|
164174
164564
|
|
|
164175
164565
|
var ThirdParties$1 = /*#__PURE__*/Object.freeze({
|
|
164176
|
-
|
|
164177
|
-
|
|
164178
|
-
|
|
164566
|
+
__proto__: null,
|
|
164567
|
+
summarizeByThirdParty: summarizeByThirdParty,
|
|
164568
|
+
summarizeByURL: summarizeByURL
|
|
164179
164569
|
});
|
|
164180
164570
|
|
|
164181
164571
|
// Copyright 2023 The Chromium Authors
|
|
164182
164572
|
|
|
164183
164573
|
var extras = /*#__PURE__*/Object.freeze({
|
|
164184
|
-
|
|
164185
|
-
|
|
164186
|
-
|
|
164187
|
-
|
|
164188
|
-
|
|
164189
|
-
|
|
164190
|
-
|
|
164191
|
-
|
|
164192
|
-
|
|
164574
|
+
__proto__: null,
|
|
164575
|
+
FilmStrip: FilmStrip,
|
|
164576
|
+
Initiators: Initiators,
|
|
164577
|
+
MainThreadActivity: MainThreadActivity,
|
|
164578
|
+
ScriptDuplication: ScriptDuplication,
|
|
164579
|
+
StackTraceForEvent: StackTraceForEvent,
|
|
164580
|
+
ThirdParties: ThirdParties$1,
|
|
164581
|
+
TraceFilter: TraceFilter$1,
|
|
164582
|
+
TraceTree: TraceTree
|
|
164193
164583
|
});
|
|
164194
164584
|
|
|
164195
164585
|
// Copyright 2024 The Chromium Authors
|
|
@@ -164253,9 +164643,9 @@ function linearInterpolation(x0, y0, x1, y1, x) {
|
|
|
164253
164643
|
}
|
|
164254
164644
|
|
|
164255
164645
|
var Statistics = /*#__PURE__*/Object.freeze({
|
|
164256
|
-
|
|
164257
|
-
|
|
164258
|
-
|
|
164646
|
+
__proto__: null,
|
|
164647
|
+
getLogNormalScore: getLogNormalScore,
|
|
164648
|
+
linearInterpolation: linearInterpolation
|
|
164259
164649
|
});
|
|
164260
164650
|
|
|
164261
164651
|
// Copyright 2024 The Chromium Authors
|
|
@@ -164526,23 +164916,23 @@ function insightBounds(insight, insightSetBounds) {
|
|
|
164526
164916
|
}
|
|
164527
164917
|
|
|
164528
164918
|
var Common = /*#__PURE__*/Object.freeze({
|
|
164529
|
-
|
|
164530
|
-
|
|
164531
|
-
|
|
164532
|
-
|
|
164533
|
-
|
|
164534
|
-
|
|
164535
|
-
|
|
164536
|
-
|
|
164537
|
-
|
|
164538
|
-
|
|
164539
|
-
|
|
164540
|
-
|
|
164541
|
-
|
|
164542
|
-
|
|
164543
|
-
|
|
164544
|
-
|
|
164545
|
-
|
|
164919
|
+
__proto__: null,
|
|
164920
|
+
calculateDocFirstByteTs: calculateDocFirstByteTs,
|
|
164921
|
+
calculateMetricWeightsForSorting: calculateMetricWeightsForSorting,
|
|
164922
|
+
estimateCompressedContentSize: estimateCompressedContentSize,
|
|
164923
|
+
estimateCompressionRatioForScript: estimateCompressionRatioForScript,
|
|
164924
|
+
evaluateCLSMetricScore: evaluateCLSMetricScore,
|
|
164925
|
+
evaluateINPMetricScore: evaluateINPMetricScore,
|
|
164926
|
+
evaluateLCPMetricScore: evaluateLCPMetricScore,
|
|
164927
|
+
getCLS: getCLS,
|
|
164928
|
+
getFieldMetricsForInsightSet: getFieldMetricsForInsightSet,
|
|
164929
|
+
getINP: getINP,
|
|
164930
|
+
getInsight: getInsight,
|
|
164931
|
+
getLCP: getLCP,
|
|
164932
|
+
insightBounds: insightBounds,
|
|
164933
|
+
isRequestCompressed: isRequestCompressed,
|
|
164934
|
+
isRequestServedFromBrowserCache: isRequestServedFromBrowserCache,
|
|
164935
|
+
metricSavingsForWastedBytes: metricSavingsForWastedBytes
|
|
164546
164936
|
});
|
|
164547
164937
|
|
|
164548
164938
|
// Copyright 2024 The Chromium Authors
|
|
@@ -164562,9 +164952,9 @@ var InsightCategory;
|
|
|
164562
164952
|
})(InsightCategory || (InsightCategory = {}));
|
|
164563
164953
|
|
|
164564
164954
|
var types$1 = /*#__PURE__*/Object.freeze({
|
|
164565
|
-
|
|
164566
|
-
|
|
164567
|
-
|
|
164955
|
+
__proto__: null,
|
|
164956
|
+
get InsightCategory () { return InsightCategory; },
|
|
164957
|
+
get InsightWarning () { return InsightWarning; }
|
|
164568
164958
|
});
|
|
164569
164959
|
|
|
164570
164960
|
// Copyright 2025 The Chromium Authors
|
|
@@ -164714,17 +165104,17 @@ function createOverlays$i(model) {
|
|
|
164714
165104
|
}
|
|
164715
165105
|
|
|
164716
165106
|
var Cache = /*#__PURE__*/Object.freeze({
|
|
164717
|
-
|
|
164718
|
-
|
|
164719
|
-
|
|
164720
|
-
|
|
164721
|
-
|
|
164722
|
-
|
|
164723
|
-
|
|
164724
|
-
|
|
164725
|
-
|
|
164726
|
-
|
|
164727
|
-
|
|
165107
|
+
__proto__: null,
|
|
165108
|
+
UIStrings: UIStrings$J,
|
|
165109
|
+
cachingDisabled: cachingDisabled,
|
|
165110
|
+
computeCacheLifetimeInSeconds: computeCacheLifetimeInSeconds,
|
|
165111
|
+
createOverlayForRequest: createOverlayForRequest$3,
|
|
165112
|
+
createOverlays: createOverlays$i,
|
|
165113
|
+
generateInsight: generateInsight$i,
|
|
165114
|
+
getCombinedHeaders: getCombinedHeaders,
|
|
165115
|
+
i18nString: i18nString$v,
|
|
165116
|
+
isCacheInsight: isCacheInsight,
|
|
165117
|
+
isCacheable: isCacheable
|
|
164728
165118
|
});
|
|
164729
165119
|
|
|
164730
165120
|
// Copyright 2026 The Chromium Authors
|
|
@@ -164832,12 +165222,12 @@ function createOverlays$h(model) {
|
|
|
164832
165222
|
}
|
|
164833
165223
|
|
|
164834
165224
|
var CharacterSet = /*#__PURE__*/Object.freeze({
|
|
164835
|
-
|
|
164836
|
-
|
|
164837
|
-
|
|
164838
|
-
|
|
164839
|
-
|
|
164840
|
-
|
|
165225
|
+
__proto__: null,
|
|
165226
|
+
UIStrings: UIStrings$I,
|
|
165227
|
+
createOverlays: createOverlays$h,
|
|
165228
|
+
generateInsight: generateInsight$h,
|
|
165229
|
+
i18nString: i18nString$u,
|
|
165230
|
+
isCharacterSetInsight: isCharacterSetInsight
|
|
164841
165231
|
});
|
|
164842
165232
|
|
|
164843
165233
|
// Copyright 2024 The Chromium Authors
|
|
@@ -165217,13 +165607,13 @@ function createOverlays$g(model) {
|
|
|
165217
165607
|
}
|
|
165218
165608
|
|
|
165219
165609
|
var CLSCulprits = /*#__PURE__*/Object.freeze({
|
|
165220
|
-
|
|
165221
|
-
|
|
165222
|
-
|
|
165223
|
-
|
|
165224
|
-
|
|
165225
|
-
|
|
165226
|
-
|
|
165610
|
+
__proto__: null,
|
|
165611
|
+
UIStrings: UIStrings$H,
|
|
165612
|
+
createOverlays: createOverlays$g,
|
|
165613
|
+
generateInsight: generateInsight$g,
|
|
165614
|
+
getNonCompositedFailure: getNonCompositedFailure,
|
|
165615
|
+
i18nString: i18nString$t,
|
|
165616
|
+
isCLSCulpritsInsight: isCLSCulpritsInsight
|
|
165227
165617
|
});
|
|
165228
165618
|
|
|
165229
165619
|
// Copyright 2024 The Chromium Authors
|
|
@@ -165420,12 +165810,12 @@ function createOverlays$f(model) {
|
|
|
165420
165810
|
}
|
|
165421
165811
|
|
|
165422
165812
|
var DocumentLatency = /*#__PURE__*/Object.freeze({
|
|
165423
|
-
|
|
165424
|
-
|
|
165425
|
-
|
|
165426
|
-
|
|
165427
|
-
|
|
165428
|
-
|
|
165813
|
+
__proto__: null,
|
|
165814
|
+
UIStrings: UIStrings$G,
|
|
165815
|
+
createOverlays: createOverlays$f,
|
|
165816
|
+
generateInsight: generateInsight$f,
|
|
165817
|
+
i18nString: i18nString$s,
|
|
165818
|
+
isDocumentLatencyInsight: isDocumentLatencyInsight
|
|
165429
165819
|
});
|
|
165430
165820
|
|
|
165431
165821
|
// Copyright 2024 The Chromium Authors
|
|
@@ -165558,12 +165948,12 @@ function createOverlays$e(model) {
|
|
|
165558
165948
|
}
|
|
165559
165949
|
|
|
165560
165950
|
var DOMSize = /*#__PURE__*/Object.freeze({
|
|
165561
|
-
|
|
165562
|
-
|
|
165563
|
-
|
|
165564
|
-
|
|
165565
|
-
|
|
165566
|
-
|
|
165951
|
+
__proto__: null,
|
|
165952
|
+
UIStrings: UIStrings$F,
|
|
165953
|
+
createOverlays: createOverlays$e,
|
|
165954
|
+
generateInsight: generateInsight$e,
|
|
165955
|
+
i18nString: i18nString$r,
|
|
165956
|
+
isDomSizeInsight: isDomSizeInsight
|
|
165567
165957
|
});
|
|
165568
165958
|
|
|
165569
165959
|
// Copyright 2025 The Chromium Authors
|
|
@@ -165643,12 +166033,12 @@ function createOverlays$d(model) {
|
|
|
165643
166033
|
}
|
|
165644
166034
|
|
|
165645
166035
|
var DuplicatedJavaScript = /*#__PURE__*/Object.freeze({
|
|
165646
|
-
|
|
165647
|
-
|
|
165648
|
-
|
|
165649
|
-
|
|
165650
|
-
|
|
165651
|
-
|
|
166036
|
+
__proto__: null,
|
|
166037
|
+
UIStrings: UIStrings$E,
|
|
166038
|
+
createOverlays: createOverlays$d,
|
|
166039
|
+
generateInsight: generateInsight$d,
|
|
166040
|
+
i18nString: i18nString$q,
|
|
166041
|
+
isDuplicatedJavaScriptInsight: isDuplicatedJavaScriptInsight
|
|
165652
166042
|
});
|
|
165653
166043
|
|
|
165654
166044
|
// Copyright 2024 The Chromium Authors
|
|
@@ -165720,12 +166110,12 @@ function createOverlays$c(model) {
|
|
|
165720
166110
|
}
|
|
165721
166111
|
|
|
165722
166112
|
var FontDisplay = /*#__PURE__*/Object.freeze({
|
|
165723
|
-
|
|
165724
|
-
|
|
165725
|
-
|
|
165726
|
-
|
|
165727
|
-
|
|
165728
|
-
|
|
166113
|
+
__proto__: null,
|
|
166114
|
+
UIStrings: UIStrings$D,
|
|
166115
|
+
createOverlays: createOverlays$c,
|
|
166116
|
+
generateInsight: generateInsight$c,
|
|
166117
|
+
i18nString: i18nString$p,
|
|
166118
|
+
isFontDisplayInsight: isFontDisplayInsight
|
|
165729
166119
|
});
|
|
165730
166120
|
|
|
165731
166121
|
// Copyright 2024 The Chromium Authors
|
|
@@ -165860,13 +166250,13 @@ function createOverlayForEvents(events, outlineReason = 'ERROR') {
|
|
|
165860
166250
|
}
|
|
165861
166251
|
|
|
165862
166252
|
var ForcedReflow = /*#__PURE__*/Object.freeze({
|
|
165863
|
-
|
|
165864
|
-
|
|
165865
|
-
|
|
165866
|
-
|
|
165867
|
-
|
|
165868
|
-
|
|
165869
|
-
|
|
166253
|
+
__proto__: null,
|
|
166254
|
+
UIStrings: UIStrings$C,
|
|
166255
|
+
createOverlayForEvents: createOverlayForEvents,
|
|
166256
|
+
createOverlays: createOverlays$b,
|
|
166257
|
+
generateInsight: generateInsight$b,
|
|
166258
|
+
i18nString: i18nString$o,
|
|
166259
|
+
isForcedReflowInsight: isForcedReflowInsight
|
|
165870
166260
|
});
|
|
165871
166261
|
|
|
165872
166262
|
// Copyright 2024 The Chromium Authors
|
|
@@ -166050,16 +166440,16 @@ function createOverlays$a(model) {
|
|
|
166050
166440
|
}
|
|
166051
166441
|
|
|
166052
166442
|
var ImageDelivery = /*#__PURE__*/Object.freeze({
|
|
166053
|
-
|
|
166054
|
-
|
|
166055
|
-
|
|
166056
|
-
|
|
166057
|
-
|
|
166058
|
-
|
|
166059
|
-
|
|
166060
|
-
|
|
166061
|
-
|
|
166062
|
-
|
|
166443
|
+
__proto__: null,
|
|
166444
|
+
get ImageOptimizationType () { return ImageOptimizationType; },
|
|
166445
|
+
UIStrings: UIStrings$B,
|
|
166446
|
+
createOverlayForRequest: createOverlayForRequest$2,
|
|
166447
|
+
createOverlays: createOverlays$a,
|
|
166448
|
+
generateInsight: generateInsight$a,
|
|
166449
|
+
getOptimizationMessage: getOptimizationMessage,
|
|
166450
|
+
getOptimizationMessageWithBytes: getOptimizationMessageWithBytes,
|
|
166451
|
+
i18nString: i18nString$n,
|
|
166452
|
+
isImageDeliveryInsight: isImageDeliveryInsight
|
|
166063
166453
|
});
|
|
166064
166454
|
|
|
166065
166455
|
// Copyright 2024 The Chromium Authors
|
|
@@ -166154,13 +166544,13 @@ function createOverlays$9(model) {
|
|
|
166154
166544
|
}
|
|
166155
166545
|
|
|
166156
166546
|
var INPBreakdown = /*#__PURE__*/Object.freeze({
|
|
166157
|
-
|
|
166158
|
-
|
|
166159
|
-
|
|
166160
|
-
|
|
166161
|
-
|
|
166162
|
-
|
|
166163
|
-
|
|
166547
|
+
__proto__: null,
|
|
166548
|
+
UIStrings: UIStrings$A,
|
|
166549
|
+
createOverlays: createOverlays$9,
|
|
166550
|
+
createOverlaysForSubpart: createOverlaysForSubpart,
|
|
166551
|
+
generateInsight: generateInsight$9,
|
|
166552
|
+
i18nString: i18nString$m,
|
|
166553
|
+
isINPBreakdownInsight: isINPBreakdownInsight
|
|
166164
166554
|
});
|
|
166165
166555
|
|
|
166166
166556
|
// Copyright 2024 The Chromium Authors
|
|
@@ -166298,12 +166688,12 @@ function createOverlays$8(model) {
|
|
|
166298
166688
|
}
|
|
166299
166689
|
|
|
166300
166690
|
var LCPBreakdown = /*#__PURE__*/Object.freeze({
|
|
166301
|
-
|
|
166302
|
-
|
|
166303
|
-
|
|
166304
|
-
|
|
166305
|
-
|
|
166306
|
-
|
|
166691
|
+
__proto__: null,
|
|
166692
|
+
UIStrings: UIStrings$z,
|
|
166693
|
+
createOverlays: createOverlays$8,
|
|
166694
|
+
generateInsight: generateInsight$8,
|
|
166695
|
+
i18nString: i18nString$l,
|
|
166696
|
+
isLCPBreakdownInsight: isLCPBreakdownInsight
|
|
166307
166697
|
});
|
|
166308
166698
|
|
|
166309
166699
|
// Copyright 2024 The Chromium Authors
|
|
@@ -166449,13 +166839,13 @@ function createOverlays$7(model) {
|
|
|
166449
166839
|
}
|
|
166450
166840
|
|
|
166451
166841
|
var LCPDiscovery = /*#__PURE__*/Object.freeze({
|
|
166452
|
-
|
|
166453
|
-
|
|
166454
|
-
|
|
166455
|
-
|
|
166456
|
-
|
|
166457
|
-
|
|
166458
|
-
|
|
166842
|
+
__proto__: null,
|
|
166843
|
+
UIStrings: UIStrings$y,
|
|
166844
|
+
createOverlays: createOverlays$7,
|
|
166845
|
+
generateInsight: generateInsight$7,
|
|
166846
|
+
getImageData: getImageData,
|
|
166847
|
+
i18nString: i18nString$k,
|
|
166848
|
+
isLCPDiscoveryInsight: isLCPDiscoveryInsight
|
|
166459
166849
|
});
|
|
166460
166850
|
|
|
166461
166851
|
var polyfill_module_data_default = [
|
|
@@ -167357,10 +167747,10 @@ function detectLegacyJavaScript$1(content, map) {
|
|
|
167357
167747
|
*/
|
|
167358
167748
|
|
|
167359
167749
|
var legacyJavascript = /*#__PURE__*/Object.freeze({
|
|
167360
|
-
|
|
167361
|
-
|
|
167362
|
-
|
|
167363
|
-
|
|
167750
|
+
__proto__: null,
|
|
167751
|
+
detectLegacyJavaScript: detectLegacyJavaScript$1,
|
|
167752
|
+
getCoreJsPolyfillData: getCoreJsPolyfillData,
|
|
167753
|
+
getTransformPatterns: getTransformPatterns
|
|
167364
167754
|
});
|
|
167365
167755
|
|
|
167366
167756
|
// Copyright 2025 The Chromium Authors
|
|
@@ -167439,12 +167829,12 @@ function createOverlays$6(model) {
|
|
|
167439
167829
|
}
|
|
167440
167830
|
|
|
167441
167831
|
var LegacyJavaScript = /*#__PURE__*/Object.freeze({
|
|
167442
|
-
|
|
167443
|
-
|
|
167444
|
-
|
|
167445
|
-
|
|
167446
|
-
|
|
167447
|
-
|
|
167832
|
+
__proto__: null,
|
|
167833
|
+
UIStrings: UIStrings$x,
|
|
167834
|
+
createOverlays: createOverlays$6,
|
|
167835
|
+
generateInsight: generateInsight$6,
|
|
167836
|
+
i18nString: i18nString$j,
|
|
167837
|
+
isLegacyJavaScript: isLegacyJavaScript
|
|
167448
167838
|
});
|
|
167449
167839
|
|
|
167450
167840
|
// Copyright 2025 The Chromium Authors
|
|
@@ -167589,14 +167979,14 @@ function createOverlays$5(model) {
|
|
|
167589
167979
|
}
|
|
167590
167980
|
|
|
167591
167981
|
var ModernHTTP = /*#__PURE__*/Object.freeze({
|
|
167592
|
-
|
|
167593
|
-
|
|
167594
|
-
|
|
167595
|
-
|
|
167596
|
-
|
|
167597
|
-
|
|
167598
|
-
|
|
167599
|
-
|
|
167982
|
+
__proto__: null,
|
|
167983
|
+
UIStrings: UIStrings$w,
|
|
167984
|
+
createOverlayForRequest: createOverlayForRequest$1,
|
|
167985
|
+
createOverlays: createOverlays$5,
|
|
167986
|
+
determineHttp1Requests: determineHttp1Requests,
|
|
167987
|
+
generateInsight: generateInsight$5,
|
|
167988
|
+
i18nString: i18nString$i,
|
|
167989
|
+
isModernHTTPInsight: isModernHTTPInsight
|
|
167600
167990
|
});
|
|
167601
167991
|
|
|
167602
167992
|
// Copyright 2025 The Chromium Authors
|
|
@@ -168016,16 +168406,16 @@ function createOverlays$4(model) {
|
|
|
168016
168406
|
}
|
|
168017
168407
|
|
|
168018
168408
|
var NetworkDependencyTree = /*#__PURE__*/Object.freeze({
|
|
168019
|
-
|
|
168020
|
-
|
|
168021
|
-
|
|
168022
|
-
|
|
168023
|
-
|
|
168024
|
-
|
|
168025
|
-
|
|
168026
|
-
|
|
168027
|
-
|
|
168028
|
-
|
|
168409
|
+
__proto__: null,
|
|
168410
|
+
TOO_MANY_PRECONNECTS_THRESHOLD: TOO_MANY_PRECONNECTS_THRESHOLD,
|
|
168411
|
+
UIStrings: UIStrings$v,
|
|
168412
|
+
createOverlays: createOverlays$4,
|
|
168413
|
+
generateInsight: generateInsight$4,
|
|
168414
|
+
generatePreconnectCandidates: generatePreconnectCandidates,
|
|
168415
|
+
generatePreconnectedOrigins: generatePreconnectedOrigins,
|
|
168416
|
+
handleLinkResponseHeader: handleLinkResponseHeader,
|
|
168417
|
+
i18nString: i18nString$h,
|
|
168418
|
+
isNetworkDependencyTreeInsight: isNetworkDependencyTreeInsight
|
|
168029
168419
|
});
|
|
168030
168420
|
|
|
168031
168421
|
// Copyright 2024 The Chromium Authors
|
|
@@ -168181,13 +168571,13 @@ function createOverlays$3(model) {
|
|
|
168181
168571
|
}
|
|
168182
168572
|
|
|
168183
168573
|
var RenderBlocking = /*#__PURE__*/Object.freeze({
|
|
168184
|
-
|
|
168185
|
-
|
|
168186
|
-
|
|
168187
|
-
|
|
168188
|
-
|
|
168189
|
-
|
|
168190
|
-
|
|
168574
|
+
__proto__: null,
|
|
168575
|
+
UIStrings: UIStrings$u,
|
|
168576
|
+
createOverlayForRequest: createOverlayForRequest,
|
|
168577
|
+
createOverlays: createOverlays$3,
|
|
168578
|
+
generateInsight: generateInsight$3,
|
|
168579
|
+
i18nString: i18nString$g,
|
|
168580
|
+
isRenderBlockingInsight: isRenderBlockingInsight
|
|
168191
168581
|
});
|
|
168192
168582
|
|
|
168193
168583
|
// Copyright 2024 The Chromium Authors
|
|
@@ -168287,12 +168677,12 @@ function createOverlays$2(_) {
|
|
|
168287
168677
|
}
|
|
168288
168678
|
|
|
168289
168679
|
var SlowCSSSelector = /*#__PURE__*/Object.freeze({
|
|
168290
|
-
|
|
168291
|
-
|
|
168292
|
-
|
|
168293
|
-
|
|
168294
|
-
|
|
168295
|
-
|
|
168680
|
+
__proto__: null,
|
|
168681
|
+
UIStrings: UIStrings$t,
|
|
168682
|
+
createOverlays: createOverlays$2,
|
|
168683
|
+
generateInsight: generateInsight$2,
|
|
168684
|
+
i18nString: i18nString$f,
|
|
168685
|
+
isSlowCSSSelectorInsight: isSlowCSSSelectorInsight
|
|
168296
168686
|
});
|
|
168297
168687
|
|
|
168298
168688
|
// Copyright 2024 The Chromium Authors
|
|
@@ -168373,13 +168763,13 @@ function createOverlays$1(model) {
|
|
|
168373
168763
|
}
|
|
168374
168764
|
|
|
168375
168765
|
var ThirdParties = /*#__PURE__*/Object.freeze({
|
|
168376
|
-
|
|
168377
|
-
|
|
168378
|
-
|
|
168379
|
-
|
|
168380
|
-
|
|
168381
|
-
|
|
168382
|
-
|
|
168766
|
+
__proto__: null,
|
|
168767
|
+
UIStrings: UIStrings$s,
|
|
168768
|
+
createOverlays: createOverlays$1,
|
|
168769
|
+
createOverlaysForSummary: createOverlaysForSummary,
|
|
168770
|
+
generateInsight: generateInsight$1,
|
|
168771
|
+
i18nString: i18nString$e,
|
|
168772
|
+
isThirdPartyInsight: isThirdPartyInsight
|
|
168383
168773
|
});
|
|
168384
168774
|
|
|
168385
168775
|
// Copyright 2024 The Chromium Authors
|
|
@@ -168463,49 +168853,49 @@ function createOverlays(model) {
|
|
|
168463
168853
|
}
|
|
168464
168854
|
|
|
168465
168855
|
var Viewport = /*#__PURE__*/Object.freeze({
|
|
168466
|
-
|
|
168467
|
-
|
|
168468
|
-
|
|
168469
|
-
|
|
168470
|
-
|
|
168471
|
-
|
|
168856
|
+
__proto__: null,
|
|
168857
|
+
UIStrings: UIStrings$r,
|
|
168858
|
+
createOverlays: createOverlays,
|
|
168859
|
+
generateInsight: generateInsight,
|
|
168860
|
+
i18nString: i18nString$d,
|
|
168861
|
+
isViewportInsight: isViewportInsight
|
|
168472
168862
|
});
|
|
168473
168863
|
|
|
168474
168864
|
// Copyright 2024 The Chromium Authors
|
|
168475
168865
|
|
|
168476
168866
|
var Models = /*#__PURE__*/Object.freeze({
|
|
168477
|
-
|
|
168478
|
-
|
|
168479
|
-
|
|
168480
|
-
|
|
168481
|
-
|
|
168482
|
-
|
|
168483
|
-
|
|
168484
|
-
|
|
168485
|
-
|
|
168486
|
-
|
|
168487
|
-
|
|
168488
|
-
|
|
168489
|
-
|
|
168490
|
-
|
|
168491
|
-
|
|
168492
|
-
|
|
168493
|
-
|
|
168494
|
-
|
|
168495
|
-
|
|
168496
|
-
|
|
168867
|
+
__proto__: null,
|
|
168868
|
+
CLSCulprits: CLSCulprits,
|
|
168869
|
+
Cache: Cache,
|
|
168870
|
+
CharacterSet: CharacterSet,
|
|
168871
|
+
DOMSize: DOMSize,
|
|
168872
|
+
DocumentLatency: DocumentLatency,
|
|
168873
|
+
DuplicatedJavaScript: DuplicatedJavaScript,
|
|
168874
|
+
FontDisplay: FontDisplay,
|
|
168875
|
+
ForcedReflow: ForcedReflow,
|
|
168876
|
+
INPBreakdown: INPBreakdown,
|
|
168877
|
+
ImageDelivery: ImageDelivery,
|
|
168878
|
+
LCPBreakdown: LCPBreakdown,
|
|
168879
|
+
LCPDiscovery: LCPDiscovery,
|
|
168880
|
+
LegacyJavaScript: LegacyJavaScript,
|
|
168881
|
+
ModernHTTP: ModernHTTP,
|
|
168882
|
+
NetworkDependencyTree: NetworkDependencyTree,
|
|
168883
|
+
RenderBlocking: RenderBlocking,
|
|
168884
|
+
SlowCSSSelector: SlowCSSSelector,
|
|
168885
|
+
ThirdParties: ThirdParties,
|
|
168886
|
+
Viewport: Viewport
|
|
168497
168887
|
});
|
|
168498
168888
|
|
|
168499
168889
|
// Copyright 2024 The Chromium Authors
|
|
168500
168890
|
|
|
168501
168891
|
var insights = /*#__PURE__*/Object.freeze({
|
|
168502
|
-
|
|
168503
|
-
|
|
168504
|
-
|
|
168505
|
-
|
|
168506
|
-
|
|
168507
|
-
|
|
168508
|
-
|
|
168892
|
+
__proto__: null,
|
|
168893
|
+
Cache: Cache,
|
|
168894
|
+
Common: Common,
|
|
168895
|
+
Models: Models,
|
|
168896
|
+
ModernHTTP: ModernHTTP,
|
|
168897
|
+
Statistics: Statistics,
|
|
168898
|
+
Types: types$1
|
|
168509
168899
|
});
|
|
168510
168900
|
|
|
168511
168901
|
// Copyright 2024 The Chromium Authors
|
|
@@ -168891,9 +169281,9 @@ class NetworkAnalyzer {
|
|
|
168891
169281
|
// Copyright 2024 The Chromium Authors
|
|
168892
169282
|
|
|
168893
169283
|
var core = /*#__PURE__*/Object.freeze({
|
|
168894
|
-
|
|
168895
|
-
|
|
168896
|
-
|
|
169284
|
+
__proto__: null,
|
|
169285
|
+
LanternError: LanternError,
|
|
169286
|
+
NetworkAnalyzer: NetworkAnalyzer
|
|
168897
169287
|
});
|
|
168898
169288
|
|
|
168899
169289
|
// Copyright 2024 The Chromium Authors
|
|
@@ -169657,11 +170047,11 @@ class PageDependencyGraph {
|
|
|
169657
170047
|
// Copyright 2024 The Chromium Authors
|
|
169658
170048
|
|
|
169659
170049
|
var graph = /*#__PURE__*/Object.freeze({
|
|
169660
|
-
|
|
169661
|
-
|
|
169662
|
-
|
|
169663
|
-
|
|
169664
|
-
|
|
170050
|
+
__proto__: null,
|
|
170051
|
+
BaseNode: BaseNode,
|
|
170052
|
+
CPUNode: CPUNode,
|
|
170053
|
+
NetworkNode: NetworkNode,
|
|
170054
|
+
PageDependencyGraph: PageDependencyGraph
|
|
169665
170055
|
});
|
|
169666
170056
|
|
|
169667
170057
|
// Copyright 2024 The Chromium Authors
|
|
@@ -170082,10 +170472,10 @@ function calculateSumOfBlockingTime(topLevelEvents, startTimeMs, endTimeMs) {
|
|
|
170082
170472
|
}
|
|
170083
170473
|
|
|
170084
170474
|
var TBTUtils = /*#__PURE__*/Object.freeze({
|
|
170085
|
-
|
|
170086
|
-
|
|
170087
|
-
|
|
170088
|
-
|
|
170475
|
+
__proto__: null,
|
|
170476
|
+
BLOCKING_TIME_THRESHOLD: BLOCKING_TIME_THRESHOLD,
|
|
170477
|
+
calculateSumOfBlockingTime: calculateSumOfBlockingTime,
|
|
170478
|
+
calculateTbtImpactForEvent: calculateTbtImpactForEvent
|
|
170089
170479
|
});
|
|
170090
170480
|
|
|
170091
170481
|
// Copyright 2024 The Chromium Authors
|
|
@@ -170154,15 +170544,15 @@ class TotalBlockingTime extends Metric {
|
|
|
170154
170544
|
// Copyright 2024 The Chromium Authors
|
|
170155
170545
|
|
|
170156
170546
|
var metrics$1 = /*#__PURE__*/Object.freeze({
|
|
170157
|
-
|
|
170158
|
-
|
|
170159
|
-
|
|
170160
|
-
|
|
170161
|
-
|
|
170162
|
-
|
|
170163
|
-
|
|
170164
|
-
|
|
170165
|
-
|
|
170547
|
+
__proto__: null,
|
|
170548
|
+
FirstContentfulPaint: FirstContentfulPaint,
|
|
170549
|
+
Interactive: Interactive,
|
|
170550
|
+
LargestContentfulPaint: LargestContentfulPaint,
|
|
170551
|
+
MaxPotentialFID: MaxPotentialFID,
|
|
170552
|
+
Metric: Metric,
|
|
170553
|
+
SpeedIndex: SpeedIndex,
|
|
170554
|
+
TBTUtils: TBTUtils,
|
|
170555
|
+
TotalBlockingTime: TotalBlockingTime
|
|
170166
170556
|
});
|
|
170167
170557
|
|
|
170168
170558
|
// Copyright 2024 The Chromium Authors
|
|
@@ -170960,13 +171350,13 @@ class Simulator {
|
|
|
170960
171350
|
// Copyright 2024 The Chromium Authors
|
|
170961
171351
|
|
|
170962
171352
|
var simulation = /*#__PURE__*/Object.freeze({
|
|
170963
|
-
|
|
170964
|
-
|
|
170965
|
-
|
|
170966
|
-
|
|
170967
|
-
|
|
170968
|
-
|
|
170969
|
-
|
|
171353
|
+
__proto__: null,
|
|
171354
|
+
ConnectionPool: ConnectionPool,
|
|
171355
|
+
Constants: Constants,
|
|
171356
|
+
DNSCache: DNSCache,
|
|
171357
|
+
Simulator: Simulator,
|
|
171358
|
+
SimulatorTimingMap: SimulatorTimingMap,
|
|
171359
|
+
TCPConnection: TCPConnection
|
|
170970
171360
|
});
|
|
170971
171361
|
|
|
170972
171362
|
// Copyright 2024 The Chromium Authors
|
|
@@ -170995,19 +171385,19 @@ const NetworkRequestTypes = {
|
|
|
170995
171385
|
// Copyright 2024 The Chromium Authors
|
|
170996
171386
|
|
|
170997
171387
|
var types = /*#__PURE__*/Object.freeze({
|
|
170998
|
-
|
|
170999
|
-
|
|
171388
|
+
__proto__: null,
|
|
171389
|
+
NetworkRequestTypes: NetworkRequestTypes
|
|
171000
171390
|
});
|
|
171001
171391
|
|
|
171002
171392
|
// Copyright 2024 The Chromium Authors
|
|
171003
171393
|
|
|
171004
171394
|
var lantern = /*#__PURE__*/Object.freeze({
|
|
171005
|
-
|
|
171006
|
-
|
|
171007
|
-
|
|
171008
|
-
|
|
171009
|
-
|
|
171010
|
-
|
|
171395
|
+
__proto__: null,
|
|
171396
|
+
Core: core,
|
|
171397
|
+
Graph: graph,
|
|
171398
|
+
Metrics: metrics$1,
|
|
171399
|
+
Simulation: simulation,
|
|
171400
|
+
Types: types
|
|
171011
171401
|
});
|
|
171012
171402
|
|
|
171013
171403
|
// Copyright 2024 The Chromium Authors
|
|
@@ -171333,10 +171723,10 @@ function createGraph(requests, trace, data, url) {
|
|
|
171333
171723
|
}
|
|
171334
171724
|
|
|
171335
171725
|
var LanternComputationData = /*#__PURE__*/Object.freeze({
|
|
171336
|
-
|
|
171337
|
-
|
|
171338
|
-
|
|
171339
|
-
|
|
171726
|
+
__proto__: null,
|
|
171727
|
+
createGraph: createGraph,
|
|
171728
|
+
createNetworkRequests: createNetworkRequests,
|
|
171729
|
+
createProcessedNavigation: createProcessedNavigation
|
|
171340
171730
|
});
|
|
171341
171731
|
|
|
171342
171732
|
// Copyright 2023 The Chromium Authors
|
|
@@ -171785,10 +172175,10 @@ function sortHandlers(traceHandlers) {
|
|
|
171785
172175
|
}
|
|
171786
172176
|
|
|
171787
172177
|
var Processor = /*#__PURE__*/Object.freeze({
|
|
171788
|
-
|
|
171789
|
-
|
|
171790
|
-
|
|
171791
|
-
|
|
172178
|
+
__proto__: null,
|
|
172179
|
+
TraceParseProgressEvent: TraceParseProgressEvent,
|
|
172180
|
+
TraceProcessor: TraceProcessor,
|
|
172181
|
+
sortHandlers: sortHandlers
|
|
171792
172182
|
});
|
|
171793
172183
|
|
|
171794
172184
|
// Copyright 2022 The Chromium Authors
|
|
@@ -171901,10 +172291,10 @@ function isModelUpdateDataComplete(eventData) {
|
|
|
171901
172291
|
}
|
|
171902
172292
|
|
|
171903
172293
|
var ModelImpl = /*#__PURE__*/Object.freeze({
|
|
171904
|
-
|
|
171905
|
-
|
|
171906
|
-
|
|
171907
|
-
|
|
172294
|
+
__proto__: null,
|
|
172295
|
+
Model: Model,
|
|
172296
|
+
ModelUpdateEvent: ModelUpdateEvent,
|
|
172297
|
+
isModelUpdateDataComplete: isModelUpdateDataComplete
|
|
171908
172298
|
});
|
|
171909
172299
|
|
|
171910
172300
|
// Copyright 2023 The Chromium Authors
|
|
@@ -172309,20 +172699,20 @@ function markerDetailsForEvent(event) {
|
|
|
172309
172699
|
}
|
|
172310
172700
|
|
|
172311
172701
|
var Styles = /*#__PURE__*/Object.freeze({
|
|
172312
|
-
|
|
172313
|
-
|
|
172314
|
-
|
|
172315
|
-
|
|
172316
|
-
|
|
172317
|
-
|
|
172318
|
-
|
|
172319
|
-
|
|
172320
|
-
|
|
172321
|
-
|
|
172322
|
-
|
|
172323
|
-
|
|
172324
|
-
|
|
172325
|
-
|
|
172702
|
+
__proto__: null,
|
|
172703
|
+
get EventCategory () { return EventCategory; },
|
|
172704
|
+
TimelineCategory: TimelineCategory,
|
|
172705
|
+
TimelineRecordStyle: TimelineRecordStyle,
|
|
172706
|
+
getCategoryStyles: getCategoryStyles,
|
|
172707
|
+
getEventStyle: getEventStyle,
|
|
172708
|
+
getTimelineMainEventCategories: getTimelineMainEventCategories,
|
|
172709
|
+
markerDetailsForEvent: markerDetailsForEvent,
|
|
172710
|
+
maybeInitSylesMap: maybeInitSylesMap,
|
|
172711
|
+
setCategories: setCategories,
|
|
172712
|
+
setEventStylesMap: setEventStylesMap,
|
|
172713
|
+
setTimelineMainEventCategories: setTimelineMainEventCategories,
|
|
172714
|
+
stringIsEventCategory: stringIsEventCategory,
|
|
172715
|
+
visibleTypes: visibleTypes
|
|
172326
172716
|
});
|
|
172327
172717
|
|
|
172328
172718
|
// Copyright 2024 The Chromium Authors
|
|
@@ -172394,27 +172784,27 @@ function nameForInteractionEvent(event) {
|
|
|
172394
172784
|
}
|
|
172395
172785
|
|
|
172396
172786
|
var Name = /*#__PURE__*/Object.freeze({
|
|
172397
|
-
|
|
172398
|
-
|
|
172787
|
+
__proto__: null,
|
|
172788
|
+
forEntry: forEntry
|
|
172399
172789
|
});
|
|
172400
172790
|
|
|
172401
172791
|
// Copyright 2022 The Chromium Authors
|
|
172402
172792
|
|
|
172403
172793
|
var trace = /*#__PURE__*/Object.freeze({
|
|
172404
|
-
|
|
172405
|
-
|
|
172406
|
-
|
|
172407
|
-
|
|
172408
|
-
|
|
172409
|
-
|
|
172410
|
-
|
|
172411
|
-
|
|
172412
|
-
|
|
172413
|
-
|
|
172414
|
-
|
|
172415
|
-
|
|
172416
|
-
|
|
172417
|
-
|
|
172794
|
+
__proto__: null,
|
|
172795
|
+
EntityMapper: EntityMapper$1,
|
|
172796
|
+
EventsSerializer: EventsSerializer$1,
|
|
172797
|
+
Extras: extras,
|
|
172798
|
+
Handlers: handlers,
|
|
172799
|
+
Helpers: helpers,
|
|
172800
|
+
Insights: insights,
|
|
172801
|
+
Lantern: lantern,
|
|
172802
|
+
LanternComputationData: LanternComputationData,
|
|
172803
|
+
Name: Name,
|
|
172804
|
+
Processor: Processor,
|
|
172805
|
+
Styles: Styles,
|
|
172806
|
+
TraceModel: ModelImpl,
|
|
172807
|
+
Types: types$3
|
|
172418
172808
|
});
|
|
172419
172809
|
|
|
172420
172810
|
// Copyright 2013 The Chromium Authors
|
|
@@ -172595,7 +172985,7 @@ var Show;
|
|
|
172595
172985
|
},
|
|
172596
172986
|
'capabilities': ['touch', 'mobile'],
|
|
172597
172987
|
'user-agent': 'Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/%s Mobile Safari/537.36',
|
|
172598
|
-
'user-agent-metadata': { 'platform': 'Android', 'platformVersion': '13', 'architecture': '', 'model': 'Pixel
|
|
172988
|
+
'user-agent-metadata': { 'platform': 'Android', 'platformVersion': '13', 'architecture': '', 'model': 'Pixel 7', 'mobile': true },
|
|
172599
172989
|
'type': 'phone',
|
|
172600
172990
|
},
|
|
172601
172991
|
{
|
|
@@ -174124,7 +174514,7 @@ class DeviceModeModel extends ObjectWrapper {
|
|
|
174124
174514
|
this.#appliedUserAgentType = this.#uaSetting.get();
|
|
174125
174515
|
this.applyDeviceMetrics(new Size(screenWidth, screenHeight), new Insets(0, 0, 0, 0), new Insets(0, 0, 0, 0), this.#scaleSetting.get(), this.#deviceScaleFactorSetting.get() || defaultDeviceScaleFactor, mobile, screenHeight >= screenWidth ? "portraitPrimary" :
|
|
174126
174516
|
"landscapePrimary" , resetPageScaleFactor);
|
|
174127
|
-
this.applyUserAgent(mobile ? defaultMobileUserAgent : '', mobile ? defaultMobileUserAgentMetadata : null);
|
|
174517
|
+
this.applyUserAgent(mobile ? DeviceModeModel.defaultMobileUserAgent() : '', mobile ? DeviceModeModel.defaultMobileUserAgentMetadata() : null);
|
|
174128
174518
|
this.applyTouch(this.#uaSetting.get() === "Desktop (touch)" || this.#uaSetting.get() === "Mobile" , this.#uaSetting.get() === "Mobile" );
|
|
174129
174519
|
}
|
|
174130
174520
|
if (overlayModel) {
|
|
@@ -174319,6 +174709,28 @@ class DeviceModeModel extends ObjectWrapper {
|
|
|
174319
174709
|
maskLength: (this.#mode.orientation === VerticalSpanned) ? hinge.width : hinge.height,
|
|
174320
174710
|
};
|
|
174321
174711
|
}
|
|
174712
|
+
static getDynamicMobileUA() {
|
|
174713
|
+
const now = new Date();
|
|
174714
|
+
const year = now.getFullYear();
|
|
174715
|
+
const isLateInYear = now.getMonth() >= 9;
|
|
174716
|
+
const androidVersion = isLateInYear ? (year - 2010) : (year - 2011);
|
|
174717
|
+
const pixelModel = isLateInYear ? (year - 2016) : (year - 2017);
|
|
174718
|
+
const ua = `Mozilla/5.0 (Linux; Android ${androidVersion}; Pixel ${pixelModel}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/%s Mobile Safari/537.36`;
|
|
174719
|
+
const metadata = {
|
|
174720
|
+
platform: 'Android',
|
|
174721
|
+
platformVersion: androidVersion.toString(),
|
|
174722
|
+
architecture: '',
|
|
174723
|
+
model: `Pixel ${pixelModel}`,
|
|
174724
|
+
mobile: true,
|
|
174725
|
+
};
|
|
174726
|
+
return { userAgent: ua, metadata };
|
|
174727
|
+
}
|
|
174728
|
+
static defaultMobileUserAgent() {
|
|
174729
|
+
return MultitargetNetworkManager.patchUserAgentWithChromeVersion(DeviceModeModel.getDynamicMobileUA().userAgent);
|
|
174730
|
+
}
|
|
174731
|
+
static defaultMobileUserAgentMetadata() {
|
|
174732
|
+
return DeviceModeModel.getDynamicMobileUA().metadata;
|
|
174733
|
+
}
|
|
174322
174734
|
}
|
|
174323
174735
|
class Insets {
|
|
174324
174736
|
left;
|
|
@@ -174371,15 +174783,6 @@ const MinDeviceSize = 50;
|
|
|
174371
174783
|
const MaxDeviceSize = 9999;
|
|
174372
174784
|
const MinDeviceScaleFactor = 0;
|
|
174373
174785
|
const MaxDeviceScaleFactor = 10;
|
|
174374
|
-
const mobileUserAgent = 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/%s Mobile Safari/537.36';
|
|
174375
|
-
const defaultMobileUserAgent = MultitargetNetworkManager.patchUserAgentWithChromeVersion(mobileUserAgent);
|
|
174376
|
-
const defaultMobileUserAgentMetadata = {
|
|
174377
|
-
platform: 'Android',
|
|
174378
|
-
platformVersion: '6.0',
|
|
174379
|
-
architecture: '',
|
|
174380
|
-
model: 'Nexus 5',
|
|
174381
|
-
mobile: true,
|
|
174382
|
-
};
|
|
174383
174786
|
const defaultMobileScaleFactor = 2;
|
|
174384
174787
|
|
|
174385
174788
|
// Copyright 2024 The Chromium Authors
|
|
@@ -176903,7 +177306,7 @@ class AgentFocus {
|
|
|
176903
177306
|
// Copyright 2019 The Chromium Authors
|
|
176904
177307
|
|
|
176905
177308
|
var ChildrenProvider = /*#__PURE__*/Object.freeze({
|
|
176906
|
-
|
|
177309
|
+
__proto__: null
|
|
176907
177310
|
});
|
|
176908
177311
|
|
|
176909
177312
|
// Copyright 2014 The Chromium Authors
|
|
@@ -177113,24 +177516,24 @@ class Location {
|
|
|
177113
177516
|
}
|
|
177114
177517
|
|
|
177115
177518
|
var HeapSnapshotModel = /*#__PURE__*/Object.freeze({
|
|
177116
|
-
|
|
177117
|
-
|
|
177118
|
-
|
|
177119
|
-
|
|
177120
|
-
|
|
177121
|
-
|
|
177122
|
-
|
|
177123
|
-
|
|
177124
|
-
|
|
177125
|
-
|
|
177126
|
-
|
|
177127
|
-
|
|
177128
|
-
|
|
177129
|
-
|
|
177130
|
-
|
|
177131
|
-
|
|
177132
|
-
|
|
177133
|
-
|
|
177519
|
+
__proto__: null,
|
|
177520
|
+
AggregateForDiff: AggregateForDiff,
|
|
177521
|
+
AllocationNodeCallers: AllocationNodeCallers,
|
|
177522
|
+
AllocationStackFrame: AllocationStackFrame,
|
|
177523
|
+
ComparatorConfig: ComparatorConfig,
|
|
177524
|
+
Diff: Diff,
|
|
177525
|
+
Edge: Edge,
|
|
177526
|
+
HeapSnapshotProgressEvent: HeapSnapshotProgressEvent,
|
|
177527
|
+
ItemsRange: ItemsRange,
|
|
177528
|
+
Location: Location,
|
|
177529
|
+
Node: Node$1,
|
|
177530
|
+
NodeFilter: NodeFilter,
|
|
177531
|
+
Samples: Samples,
|
|
177532
|
+
SearchConfig: SearchConfig,
|
|
177533
|
+
SerializedAllocationNode: SerializedAllocationNode,
|
|
177534
|
+
StaticData: StaticData,
|
|
177535
|
+
baseSystemDistance: baseSystemDistance,
|
|
177536
|
+
baseUnreachableDistance: baseUnreachableDistance
|
|
177134
177537
|
});
|
|
177135
177538
|
|
|
177136
177539
|
// Copyright 2011 The Chromium Authors
|
|
@@ -177438,21 +177841,21 @@ class HeapSnapshotProviderProxy extends HeapSnapshotProxyObject {
|
|
|
177438
177841
|
}
|
|
177439
177842
|
|
|
177440
177843
|
var HeapSnapshotProxy$1 = /*#__PURE__*/Object.freeze({
|
|
177441
|
-
|
|
177442
|
-
|
|
177443
|
-
|
|
177444
|
-
|
|
177445
|
-
|
|
177446
|
-
|
|
177844
|
+
__proto__: null,
|
|
177845
|
+
HeapSnapshotLoaderProxy: HeapSnapshotLoaderProxy,
|
|
177846
|
+
HeapSnapshotProviderProxy: HeapSnapshotProviderProxy,
|
|
177847
|
+
HeapSnapshotProxy: HeapSnapshotProxy,
|
|
177848
|
+
HeapSnapshotProxyObject: HeapSnapshotProxyObject,
|
|
177849
|
+
HeapSnapshotWorkerProxy: HeapSnapshotWorkerProxy
|
|
177447
177850
|
});
|
|
177448
177851
|
|
|
177449
177852
|
// Copyright 2019 The Chromium Authors
|
|
177450
177853
|
|
|
177451
177854
|
var heap_snapshot = /*#__PURE__*/Object.freeze({
|
|
177452
|
-
|
|
177453
|
-
|
|
177454
|
-
|
|
177455
|
-
|
|
177855
|
+
__proto__: null,
|
|
177856
|
+
ChildrenProvider: ChildrenProvider,
|
|
177857
|
+
HeapSnapshotModel: HeapSnapshotModel,
|
|
177858
|
+
HeapSnapshotProxy: HeapSnapshotProxy$1
|
|
177456
177859
|
});
|
|
177457
177860
|
|
|
177458
177861
|
// Copyright 2020 The Chromium Authors
|
|
@@ -180172,30 +180575,30 @@ const parser = _Parser.parse;
|
|
|
180172
180575
|
const lexer = _Lexer.lex;
|
|
180173
180576
|
|
|
180174
180577
|
var marked_esm = /*#__PURE__*/Object.freeze({
|
|
180175
|
-
|
|
180176
|
-
|
|
180177
|
-
|
|
180178
|
-
|
|
180179
|
-
|
|
180180
|
-
|
|
180181
|
-
|
|
180182
|
-
|
|
180183
|
-
|
|
180184
|
-
|
|
180185
|
-
|
|
180186
|
-
|
|
180187
|
-
|
|
180188
|
-
|
|
180189
|
-
|
|
180190
|
-
|
|
180191
|
-
|
|
180192
|
-
|
|
180193
|
-
|
|
180578
|
+
__proto__: null,
|
|
180579
|
+
Hooks: _Hooks,
|
|
180580
|
+
Lexer: _Lexer,
|
|
180581
|
+
Marked: Marked,
|
|
180582
|
+
Parser: _Parser,
|
|
180583
|
+
Renderer: _Renderer,
|
|
180584
|
+
TextRenderer: _TextRenderer,
|
|
180585
|
+
Tokenizer: _Tokenizer,
|
|
180586
|
+
get defaults () { return _defaults; },
|
|
180587
|
+
getDefaults: _getDefaults,
|
|
180588
|
+
lexer: lexer,
|
|
180589
|
+
marked: marked$1,
|
|
180590
|
+
options: options,
|
|
180591
|
+
parse: parse,
|
|
180592
|
+
parseInline: parseInline,
|
|
180593
|
+
parser: parser,
|
|
180594
|
+
setOptions: setOptions,
|
|
180595
|
+
use: use,
|
|
180596
|
+
walkTokens: walkTokens
|
|
180194
180597
|
});
|
|
180195
180598
|
|
|
180196
180599
|
var marked = /*#__PURE__*/Object.freeze({
|
|
180197
|
-
|
|
180198
|
-
|
|
180600
|
+
__proto__: null,
|
|
180601
|
+
Marked: marked_esm
|
|
180199
180602
|
});
|
|
180200
180603
|
|
|
180201
180604
|
// Copyright 2020 The Chromium Authors
|
|
@@ -180280,15 +180683,15 @@ async function getIssueTitleFromMarkdownDescription(description) {
|
|
|
180280
180683
|
}
|
|
180281
180684
|
|
|
180282
180685
|
var MarkdownIssueDescription = /*#__PURE__*/Object.freeze({
|
|
180283
|
-
|
|
180284
|
-
|
|
180285
|
-
|
|
180286
|
-
|
|
180287
|
-
|
|
180288
|
-
|
|
180289
|
-
|
|
180290
|
-
|
|
180291
|
-
|
|
180686
|
+
__proto__: null,
|
|
180687
|
+
createIssueDescriptionFromMarkdown: createIssueDescriptionFromMarkdown,
|
|
180688
|
+
createIssueDescriptionFromRawMarkdown: createIssueDescriptionFromRawMarkdown,
|
|
180689
|
+
findTitleFromMarkdownAst: findTitleFromMarkdownAst,
|
|
180690
|
+
getFileContent: getFileContent,
|
|
180691
|
+
getIssueTitleFromMarkdownDescription: getIssueTitleFromMarkdownDescription,
|
|
180692
|
+
getMarkdownFileContent: getMarkdownFileContent,
|
|
180693
|
+
resolveLazyDescription: resolveLazyDescription,
|
|
180694
|
+
substitutePlaceholders: substitutePlaceholders
|
|
180292
180695
|
});
|
|
180293
180696
|
|
|
180294
180697
|
// Copyright 2020 The Chromium Authors
|
|
@@ -183766,12 +184169,11 @@ class IssuesManager extends ObjectWrapper {
|
|
|
183766
184169
|
#updateIssueHiddenStatus(issue, values) {
|
|
183767
184170
|
const code = issue.code();
|
|
183768
184171
|
if (values?.[code]) {
|
|
183769
|
-
|
|
183770
|
-
|
|
183771
|
-
|
|
184172
|
+
const isHidden = values[code] === "Hidden" ;
|
|
184173
|
+
if (issue.isHidden() !== isHidden) {
|
|
184174
|
+
issue.setHidden(isHidden);
|
|
184175
|
+
this.dispatchEventToListeners("IssueHiddenStatusUpdated" , { issue });
|
|
183772
184176
|
}
|
|
183773
|
-
issue.setHidden(false);
|
|
183774
|
-
return;
|
|
183775
184177
|
}
|
|
183776
184178
|
}
|
|
183777
184179
|
#updateFilteredIssues() {
|
|
@@ -183800,7 +184202,10 @@ class IssuesManager extends ObjectWrapper {
|
|
|
183800
184202
|
}
|
|
183801
184203
|
unhideAllIssues() {
|
|
183802
184204
|
for (const issue of this.#allIssues.values()) {
|
|
183803
|
-
issue.
|
|
184205
|
+
if (issue.isHidden()) {
|
|
184206
|
+
issue.setHidden(false);
|
|
184207
|
+
this.dispatchEventToListeners("IssueHiddenStatusUpdated" , { issue });
|
|
184208
|
+
}
|
|
183804
184209
|
}
|
|
183805
184210
|
this.hideIssueSetting?.set(defaultHideIssueByCodeSetting());
|
|
183806
184211
|
}
|
|
@@ -183818,35 +184223,35 @@ globalThis.addIssueForTest = (issue) => {
|
|
|
183818
184223
|
installInspectorFrontendHost(new McpHostBindings());
|
|
183819
184224
|
|
|
183820
184225
|
var mcp = /*#__PURE__*/Object.freeze({
|
|
183821
|
-
|
|
183822
|
-
|
|
183823
|
-
|
|
183824
|
-
|
|
183825
|
-
|
|
183826
|
-
|
|
183827
|
-
|
|
183828
|
-
|
|
183829
|
-
|
|
183830
|
-
|
|
183831
|
-
|
|
183832
|
-
|
|
183833
|
-
|
|
183834
|
-
|
|
183835
|
-
|
|
183836
|
-
|
|
183837
|
-
|
|
183838
|
-
|
|
183839
|
-
|
|
183840
|
-
|
|
183841
|
-
|
|
183842
|
-
|
|
183843
|
-
|
|
183844
|
-
|
|
183845
|
-
|
|
183846
|
-
|
|
183847
|
-
|
|
183848
|
-
|
|
183849
|
-
|
|
184226
|
+
__proto__: null,
|
|
184227
|
+
AgentFocus: AgentFocus,
|
|
184228
|
+
AggregatedIssue: AggregatedIssue,
|
|
184229
|
+
Common: common,
|
|
184230
|
+
ConnectionTransport: ConnectionTransport,
|
|
184231
|
+
CrUXManager: CrUXManager,
|
|
184232
|
+
DebuggerModel: DebuggerModel,
|
|
184233
|
+
DebuggerWorkspaceBinding: DebuggerWorkspaceBinding,
|
|
184234
|
+
Formatter: formatter,
|
|
184235
|
+
Foundation: foundation,
|
|
184236
|
+
HeapSnapshotModel: heap_snapshot,
|
|
184237
|
+
I18n: i18n,
|
|
184238
|
+
IgnoreListManager: IgnoreListManager,
|
|
184239
|
+
Issue: Issue,
|
|
184240
|
+
IssueAggregator: IssueAggregator,
|
|
184241
|
+
IssuesManager: IssuesManager,
|
|
184242
|
+
MarkdownIssueDescription: MarkdownIssueDescription,
|
|
184243
|
+
Marked: marked,
|
|
184244
|
+
NetworkRequestFormatter: NetworkRequestFormatter$1,
|
|
184245
|
+
PerformanceInsightFormatter: PerformanceInsightFormatter,
|
|
184246
|
+
PerformanceTraceFormatter: PerformanceTraceFormatter,
|
|
184247
|
+
Protocol: protocol,
|
|
184248
|
+
ProtocolClient: protocol_client,
|
|
184249
|
+
RuntimeModel: RuntimeModel,
|
|
184250
|
+
StackTrace: stack_trace,
|
|
184251
|
+
Target: Target,
|
|
184252
|
+
TargetManager: TargetManager,
|
|
184253
|
+
TraceEngine: trace,
|
|
184254
|
+
createIssuesFromProtocolIssue: createIssuesFromProtocolIssue
|
|
183850
184255
|
});
|
|
183851
184256
|
|
|
183852
184257
|
/**
|
|
@@ -183854,8 +184259,9 @@ var mcp = /*#__PURE__*/Object.freeze({
|
|
|
183854
184259
|
* Copyright 2025 Google LLC
|
|
183855
184260
|
* SPDX-License-Identifier: Apache-2.0
|
|
183856
184261
|
*/
|
|
184262
|
+
const agenticBrowsingConfig = agenticBrowsingConfig$1;
|
|
183857
184263
|
const snapshot = snapshot$1;
|
|
183858
184264
|
const navigation = navigation$1;
|
|
183859
184265
|
const generateReport = generateReport$1;
|
|
183860
184266
|
|
|
183861
|
-
export { Browser as BrowserEnum, CDPSessionEvent, Client$1 as Client, mcp as DevTools, KnownDevices, Locator, McpServer, PipeTransport, PredefinedNetworkConditions, SetLevelRequestSchema, StdioClientTransport, StdioServerTransport, ajv, debug$2 as debug, detectBrowserPlatform, generateReport, hideBin, navigation, puppeteer, resolveDefaultUserDataDir, semver, snapshot, Yargs as yargs, z$1 as zod };
|
|
184267
|
+
export { Browser as BrowserEnum, CDPSessionEvent, Client$1 as Client, mcp as DevTools, KnownDevices, ListRootsRequestSchema, ListRootsResultSchema, Locator, McpServer, PipeTransport, PredefinedNetworkConditions, RootsListChangedNotificationSchema, SetLevelRequestSchema, StdioClientTransport, StdioServerTransport, agenticBrowsingConfig, ajv, debug$2 as debug, detectBrowserPlatform, generateReport, hideBin, navigation, puppeteer, resolveDefaultUserDataDir, semver, snapshot, Yargs as yargs, z$1 as zod };
|