| .. |
|
android
|
Fix various typos (Fixes #27396) (#27391)
|
2023-10-04 19:56:42 -07:00 |
|
chromium
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
dispatchers
|
fix(fetch): throw when methods are called on disposed context (#27868)
|
2023-10-30 15:23:12 -07:00 |
|
electron
|
chore: plumb the target close reason when test fails (#27640)
|
2023-10-16 20:32:13 -07:00 |
|
firefox
|
feat: support firefoxUserPrefs in launchPersistentContext (#27840)
|
2023-10-27 09:24:41 -07:00 |
|
har
|
Fix various typos (Fixes #27396) (#27391)
|
2023-10-04 19:56:42 -07:00 |
|
injected
|
fix(codegen): don't generate page.frame() calls anymore (#27820)
|
2023-10-30 21:56:45 +01:00 |
|
isomorphic
|
fix(evaluate): make sure to try/catch toJSON access (#27238)
|
2023-09-21 13:31:28 -07:00 |
|
recorder
|
fix(codegen): don't generate page.frame() calls anymore (#27820)
|
2023-10-30 21:56:45 +01:00 |
|
registry
|
fix(registry): don't download x64 binaries on other platforms (#27462)
|
2023-10-17 12:54:20 -07:00 |
|
trace
|
chore: stream trace viewer logs (#27807)
|
2023-10-26 11:15:43 -07:00 |
|
webkit
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
accessibility.ts
|
chore: move protocol and trace types into the top-level packages (#17486)
|
2022-09-20 18:41:51 -07:00 |
|
artifact.ts
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
browser.ts
|
chore: break dowload.path() to throw (#27662)
|
2023-10-17 12:56:56 -07:00 |
|
browserContext.ts
|
chore: plumb the target close reason when test fails (#27640)
|
2023-10-16 20:32:13 -07:00 |
|
browserType.ts
|
chore: push protocol error conversion to dispatcher (#27608)
|
2023-10-16 13:13:00 -07:00 |
|
console.ts
|
feat: browserContext.on('dialog'/'console') (#22805)
|
2023-05-04 15:11:46 -07:00 |
|
cookieStore.ts
|
fix: override cookie even if new is expired (#17998)
|
2022-10-11 23:06:16 -07:00 |
|
debugController.ts
|
chore: plumb the target close reason when test fails (#27640)
|
2023-10-16 20:32:13 -07:00 |
|
debugger.ts
|
fix(pause): ignore page.pause on the server (#23417)
|
2023-06-02 08:32:30 -07:00 |
|
DEPS.list
|
fix(ui-mode/tv): do not open new tab on macOS (#26877)
|
2023-09-06 22:57:29 +02:00 |
|
deviceDescriptors.js
|
chore: migrate to monorepo (#9421)
|
2021-10-11 16:52:17 +02:00 |
|
deviceDescriptorsSource.json
|
feat(chromium): roll to r1087 (#27834)
|
2023-10-27 14:19:42 +02:00 |
|
dialog.ts
|
feat: browserContext.on('dialog'/'console') (#22805)
|
2023-05-04 15:11:46 -07:00 |
|
dom.ts
|
Fix various typos (Fixes #27396) (#27391)
|
2023-10-04 19:56:42 -07:00 |
|
download.ts
|
fix: download of attachments in UI Mode (#26407)
|
2023-08-17 10:57:28 +02:00 |
|
errors.ts
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
fetch.ts
|
feat(chromium-tip-of-tree): roll to r1159 (#27605)
|
2023-10-17 22:41:23 +02:00 |
|
fileChooser.ts
|
chore: always import type (#13365)
|
2022-04-06 14:57:14 -07:00 |
|
formData.ts
|
chore: move protocol and trace types into the top-level packages (#17486)
|
2022-09-20 18:41:51 -07:00 |
|
frames.ts
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
frameSelectors.ts
|
chore: unify target closed errors (#27540)
|
2023-10-12 11:05:34 -07:00 |
|
helper.ts
|
chore: unify target closed errors (#27540)
|
2023-10-12 11:05:34 -07:00 |
|
index.ts
|
chore: add k8s grid deployments (#26359)
|
2023-08-08 18:46:32 -07:00 |
|
input.ts
|
fix(keyboard): event order for Escape key (#27711)
|
2023-10-19 18:18:29 +02:00 |
|
instrumentation.ts
|
chore: add Playwright to attribution (#23447)
|
2023-06-01 17:54:43 -07:00 |
|
javascript.ts
|
chore: remove the usages of raw target closed message constant (#27669)
|
2023-10-17 15:35:41 -07:00 |
|
launchApp.ts
|
fix(ui-mode/tv): do not open new tab on macOS (#26877)
|
2023-09-06 22:57:29 +02:00 |
|
macEditingCommands.ts
|
feat(keyboard): support simple cut-pasting using meta+x/v (#18756)
|
2022-11-29 12:58:14 -08:00 |
|
network.ts
|
fix: interrupt request.allHeaders()/response() on page.close() (#27695)
|
2023-10-23 12:45:35 -07:00 |
|
page.ts
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
pipeTransport.ts
|
fix(pipe): do not store accumulated message as string (#16641)
|
2022-08-18 07:53:56 -07:00 |
|
playwright.ts
|
chore: add Playwright to attribution (#23447)
|
2023-06-01 17:54:43 -07:00 |
|
progress.ts
|
chore: split error to client and server sides (#27672)
|
2023-10-17 21:34:02 -07:00 |
|
protocolError.ts
|
chore: push protocol error conversion to dispatcher (#27608)
|
2023-10-16 13:13:00 -07:00 |
|
recorder.ts
|
fix(codegen): don't generate page.frame() calls anymore (#27820)
|
2023-10-30 21:56:45 +01:00 |
|
screenshotter.ts
|
feat(screenshot): Add customizable color option for masked elements (#23185)
|
2023-05-22 18:44:44 -07:00 |
|
selectors.ts
|
fix(locator): locator(locator) method uses internal:chain instead of >> (#24235)
|
2023-07-14 12:21:45 -07:00 |
|
socksInterceptor.ts
|
chore: fix all Proxy() to account for symbol properties (#21272)
|
2023-02-28 12:45:14 -08:00 |
|
transport.ts
|
chore: deflate large web socket messages (#26720)
|
2023-08-25 16:13:46 -07:00 |
|
types.ts
|
chore: miscellaneous trace viewer fixes (#23695)
|
2023-06-14 09:37:19 -07:00 |
|
usKeyboardLayout.ts
|
chore: migrate to monorepo (#9421)
|
2021-10-11 16:52:17 +02:00 |