Home
last modified time | relevance | path

Searched refs:redirectChain (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs20 var redirectChain = loadinfo.redirectChain;
22 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
23 for (var i = 0; i < redirectChain.length; i++) {
24 resultOBJ.redirectChain.push(redirectChain[i].principal.spec);
33 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/www/firefox/firefox-99.0/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs22 var redirectChain = loadinfo.redirectChain;
24 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
25 for (var i = 0; i < redirectChain.length; i++) {
26 resultOBJ.redirectChain.push(redirectChain[i].principal.spec);
35 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs20 var redirectChain = loadinfo.redirectChain;
22 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
23 for (var i = 0; i < redirectChain.length; i++) {
24 resultOBJ.redirectChain.push(redirectChain[i].principal.URI.spec);
33 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs20 var redirectChain = loadinfo.redirectChain;
22 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
23 for (var i = 0; i < redirectChain.length; i++) {
24 resultOBJ.redirectChain.push(redirectChain[i].URI.spec);
33 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs20 var redirectChain = loadinfo.redirectChain;
22 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
23 for (var i = 0; i < redirectChain.length; i++) {
24 resultOBJ.redirectChain.push(redirectChain[i].principal.spec);
33 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/mochitests/
H A Dfile_loadinfo_redirectchain.sjs20 var redirectChain = loadinfo.redirectChain;
22 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
23 for (var i = 0; i < redirectChain.length; i++) {
24 resultOBJ.redirectChain.push(redirectChain[i].principal.URI.spec);
33 var resultOBJ = { redirectChain : [], redirectChainIncludingInternalRedirects : [] };
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Drequestinterception.spec.ts268 const redirectChain = response.request().redirectChain(); constant
269 expect(redirectChain.length).toBe(4);
272 for (let i = 0; i < redirectChain.length; ++i) {
273 const request = redirectChain[i];
275 expect(request.redirectChain().indexOf(request)).toBe(i);
301 const redirectChain = requests[1].redirectChain(); constant
302 expect(redirectChain.length).toBe(3);
303 expect(redirectChain[0].url()).toContain('/one-style.css');
304 expect(redirectChain[2].url()).toContain('/three-style.css');
685 expect(response.request().redirectChain().length).toBe(1);
[all …]
H A Dnetwork.spec.ts247 const redirectChain = response.request().redirectChain(); constant
248 expect(redirectChain.length).toBe(1);
249 const redirected = redirectChain[0].response();
463 const redirectChain = response.request().redirectChain(); constant
464 expect(redirectChain.length).toBe(1);
465 expect(redirectChain[0].url()).toContain('/foo.html');
466 expect(redirectChain[0].response().remoteAddress().port).toBe(
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Drequestinterception.spec.ts268 const redirectChain = response.request().redirectChain(); constant
269 expect(redirectChain.length).toBe(4);
272 for (let i = 0; i < redirectChain.length; ++i) {
273 const request = redirectChain[i];
275 expect(request.redirectChain().indexOf(request)).toBe(i);
301 const redirectChain = requests[1].redirectChain(); constant
302 expect(redirectChain.length).toBe(3);
303 expect(redirectChain[0].url()).toContain('/one-style.css');
304 expect(redirectChain[2].url()).toContain('/three-style.css');
685 expect(response.request().redirectChain().length).toBe(1);
[all …]
H A Dnetwork.spec.ts247 const redirectChain = response.request().redirectChain(); constant
248 expect(redirectChain.length).toBe(1);
249 const redirected = redirectChain[0].response();
463 const redirectChain = response.request().redirectChain(); constant
464 expect(redirectChain.length).toBe(1);
465 expect(redirectChain[0].url()).toContain('/foo.html');
466 expect(redirectChain[0].response().remoteAddress().port).toBe(
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/test/
H A Drequestinterception.spec.ts269 const redirectChain = response.request().redirectChain(); constant
270 expect(redirectChain.length).toBe(4);
273 for (let i = 0; i < redirectChain.length; ++i) {
274 const request = redirectChain[i];
276 expect(request.redirectChain().indexOf(request)).toBe(i);
302 const redirectChain = requests[1].redirectChain(); constant
303 expect(redirectChain.length).toBe(3);
304 expect(redirectChain[0].url()).toContain('/one-style.css');
305 expect(redirectChain[2].url()).toContain('/three-style.css');
706 expect(response.request().redirectChain().length).toBe(1);
[all …]
H A Drequestinterception-experimental.spec.ts346 const redirectChain = response.request().redirectChain(); constant
347 expect(redirectChain.length).toBe(4);
350 for (let i = 0; i < redirectChain.length; ++i) {
351 const request = redirectChain[i];
353 expect(request.redirectChain().indexOf(request)).toBe(i);
379 const redirectChain = requests[1].redirectChain(); constant
380 expect(redirectChain.length).toBe(3);
381 expect(redirectChain[0].url()).toContain('/one-style.css');
382 expect(redirectChain[2].url()).toContain('/three-style.css');
794 expect(response.request().redirectChain().length).toBe(1);
[all …]
H A Dnetwork.spec.ts289 const redirectChain = response.request().redirectChain(); constant
290 expect(redirectChain.length).toBe(1);
291 const redirected = redirectChain[0].response();
553 const redirectChain = response.request().redirectChain(); constant
554 expect(redirectChain.length).toBe(1);
555 expect(redirectChain[0].url()).toContain('/foo.html');
556 expect(redirectChain[0].response().remoteAddress().port).toBe(
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBackgroundUtils.cpp266 nsTArray<PrincipalInfo> redirectChain; in LoadInfoToLoadInfoArgs() local
268 rv = PrincipalToPrincipalInfo(principal, redirectChain.AppendElement()); in LoadInfoToLoadInfoArgs()
293 redirectChain, in LoadInfoToLoadInfoArgs()
341 nsTArray<nsCOMPtr<nsIPrincipal>> redirectChain; in LoadInfoArgsToLoadInfo() local
342 for (const PrincipalInfo& principalInfo : loadInfoArgs.redirectChain()) { in LoadInfoArgsToLoadInfo()
346 redirectChain.AppendElement(redirectedPrincipal.forget()); in LoadInfoArgsToLoadInfo()
369 redirectChain, in LoadInfoArgsToLoadInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/cjs/puppeteer/common/
H A DHTTPRequest.d.ts114 …nterception: boolean, event: Protocol.Network.RequestWillBeSentEvent, redirectChain: HTTPRequest[]…
179 redirectChain(): HTTPRequest[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/esm/puppeteer/common/
H A DHTTPRequest.d.ts114 …nterception: boolean, event: Protocol.Network.RequestWillBeSentEvent, redirectChain: HTTPRequest[]…
179 redirectChain(): HTTPRequest[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/
H A DHTTPRequest.d.ts116 …nterception: boolean, event: Protocol.Network.RequestWillBeSentEvent, redirectChain: HTTPRequest[]…
181 redirectChain(): HTTPRequest[];
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DHTTPRequest.ts137 redirectChain: HTTPRequest[]
150 this._redirectChain = redirectChain;
243 redirectChain(): HTTPRequest[] {
H A DNetworkManager.ts356 let redirectChain = []; variable
363 redirectChain = request._redirectChain;
375 redirectChain
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A DHTTPRequest.ts137 redirectChain: HTTPRequest[]
150 this._redirectChain = redirectChain;
243 redirectChain(): HTTPRequest[] {
H A DNetworkManager.ts356 let redirectChain = []; variable
363 redirectChain = request._redirectChain;
375 redirectChain
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundUtils.cpp346 nsTArray<RedirectHistoryEntryInfo> redirectChain; in LoadInfoToLoadInfoArgs() local
349 RedirectHistoryEntryInfo* entry = redirectChain.AppendElement(); in LoadInfoToLoadInfoArgs()
406 redirectChain, ancestorPrincipals, aLoadInfo->AncestorOuterWindowIDs(), in LoadInfoToLoadInfoArgs()
472 RedirectHistoryArray redirectChain; in LoadInfoArgsToLoadInfo() local
474 loadInfoArgs.redirectChain()) { in LoadInfoArgsToLoadInfo()
478 redirectChain.AppendElement(redirectHistoryEntry.forget()); in LoadInfoArgsToLoadInfo()
542 redirectChain, Move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DHTTPRequest.ts168 redirectChain: HTTPRequest[]
181 this._redirectChain = redirectChain;
371 redirectChain(): HTTPRequest[] {
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundUtils.cpp447 nsTArray<RedirectHistoryEntryInfo> redirectChain; in LoadInfoToLoadInfoArgs() local
450 RedirectHistoryEntryInfo* entry = redirectChain.AppendElement(); in LoadInfoToLoadInfoArgs()
536 redirectChain, ancestorPrincipals, aLoadInfo->AncestorOuterWindowIDs(), in LoadInfoToLoadInfoArgs()
664 RedirectHistoryArray redirectChain; in LoadInfoArgsToLoadInfo() local
666 loadInfoArgs.redirectChain()) { in LoadInfoArgsToLoadInfo()
670 redirectChain.AppendElement(redirectHistoryEntry.forget()); in LoadInfoArgsToLoadInfo()
762 redirectChain, std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundUtils.cpp435 nsTArray<RedirectHistoryEntryInfo> redirectChain; in LoadInfoToLoadInfoArgs() local
438 RedirectHistoryEntryInfo* entry = redirectChain.AppendElement(); in LoadInfoToLoadInfoArgs()
517 redirectChain, ipcClientInfo, ipcReservedClientInfo, ipcInitialClientInfo, in LoadInfoToLoadInfoArgs()
654 RedirectHistoryArray redirectChain; in LoadInfoArgsToLoadInfo() local
656 loadInfoArgs.redirectChain()) { in LoadInfoArgsToLoadInfo()
660 redirectChain.AppendElement(redirectHistoryEntry.forget()); in LoadInfoArgsToLoadInfo()
756 std::move(redirectChain), std::move(ancestorPrincipals), in LoadInfoArgsToLoadInfo()

12