playwright/src/server
Zev Isert cbcc609fa1
fix: return non-secure cookies with HTTPS URLs (#5507)
Cookies have a "Secure" attribute which tells the browsers
that a given cookie should only be sent via HTTPS. In it's
absense "Secure" is falsy and these cookies should be sent
with both HTTP and HTTPS requests. Playwright now returns
only the "Non-Secure" cookies for HTTP URLs, and both
"Secure" and "Non-Secure" cookies for HTTPS URLs.

Fixes #5504
2021-02-19 11:50:59 -08:00
..
android chore(recorder): move recording output into the gui app (#5425) 2021-02-11 17:46:54 -08:00
chromium feat(chromium): roll Chromium to r851527 (#5434) 2021-02-16 14:21:47 -08:00
common chore: refactor actionability checks (#5368) 2021-02-10 12:36:26 -08:00
electron chore(recorder): move recording output into the gui app (#5425) 2021-02-11 17:46:54 -08:00
firefox fix(registry): handle relative registry path (#5406) 2021-02-12 11:12:06 -08:00
injected chore: refactor actionability checks (#5368) 2021-02-10 12:36:26 -08:00
supplements feat(inspector): pause on page/context close (#5319) 2021-02-19 09:33:24 -08:00
webkit chore(recorder): move recording output into the gui app (#5425) 2021-02-11 17:46:54 -08:00
accessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
browser.ts feat(inspector): pause on page/context close (#5319) 2021-02-19 09:33:24 -08:00
browserContext.ts feat(inspector): pause on page/context close (#5319) 2021-02-19 09:33:24 -08:00
browserType.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
console.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
deviceDescriptors.js chore: make generate_types not depend on the source (#5040) 2021-01-17 12:09:20 -08:00
dialog.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
dom.ts fix: allow setting input files for detached <input> elements (#5467) 2021-02-16 10:22:46 -08:00
download.ts fix(download): do not stall BrowserContext.close waiting for downloads (#5424) 2021-02-14 16:46:26 -08:00
fileChooser.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
frames.ts chore: move before/after action instrumentation into dispatcher (#5416) 2021-02-10 21:55:46 -08:00
helper.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
input.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
instrumentation.ts feat(inspector): render params and durations in log (#5489) 2021-02-17 22:10:13 -08:00
javascript.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
macEditingCommands.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
network.ts fix: return non-secure cookies with HTTPS URLs (#5507) 2021-02-19 11:50:59 -08:00
page.ts feat(inspector): pause on page/context close (#5319) 2021-02-19 09:33:24 -08:00
pipeTransport.ts chore(eslint): add rule no-unused-expressions (#4848) 2020-12-29 09:59:35 -08:00
playwright.ts chore(recorder): move recording output into the gui app (#5425) 2021-02-11 17:46:54 -08:00
processLauncher.ts feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
progress.ts feat(inspector): render params and durations in log (#5489) 2021-02-17 22:10:13 -08:00
screenshotter.ts fix: throw if quality=0 is passed for png screenshot (#4812) 2020-12-23 09:53:14 -08:00
selectors.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
transport.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
types.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
usKeyboardLayout.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
validateDependencies.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00