playwright/src/server/chromium
Dmitry Gozman 6eeafc171b
fix(chromium): fix a race when intialization does not finish before page close (#6975)
This is exposed by the flaky "should report new window downloads" test.
In this test a new page is created, initialized and closed before initialization
finishes. If `lifecycleEventsEnabled` fails with "Target closed error",
we correctly ignore the initialization failure, but a single usage of the
failed promise with `.then` fails anyway.
2021-06-08 17:28:16 -07:00
..
chromium.ts Revert "feat: switch to the Firefox Stable equivalent by default (#6926)" (#6947) 2021-06-07 15:55:01 -07:00
crAccessibility.ts fix(accessibiltiy): ignore new roles that came with new chromium (#6329) 2021-04-26 12:02:54 -07:00
crBrowser.ts fix(android): to not call Browser.setDownloadBehavior (#6913) 2021-06-04 21:46:53 +02:00
crConnection.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
crCoverage.ts fix(debug): do not generate source urls for anonymous scripts (#3691) 2020-11-13 14:47:55 -08:00
crDevTools.ts chore: use fs.promises API instead of promisify (#6871) 2021-06-03 18:55:33 +02:00
crDragDrop.ts fix(chromium): drag and drop works in chromium (#6207) 2021-06-07 10:27:34 -07:00
crExecutionContext.ts fix(waitForSelector): retry when context is gone during node adoption (#6851) 2021-06-02 20:17:24 -07:00
crInput.ts fix(chromium): drag and drop works in chromium (#6207) 2021-06-07 10:27:34 -07:00
crNetworkManager.ts feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
crPage.ts fix(chromium): fix a race when intialization does not finish before page close (#6975) 2021-06-08 17:28:16 -07:00
crPdf.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
crProtocolHelper.ts fix(chromium): drag and drop works in chromium (#6207) 2021-06-07 10:27:34 -07:00
findChromiumChannel.ts fix(launcher): improve error message for missing channel distribution (#6380) 2021-04-30 19:39:52 -07:00
protocol.ts feat(chromium): roll Chromium to r888113 (#6832) 2021-06-01 18:06:44 -07:00
videoRecorder.ts feat: include screencast in trace (#6128) 2021-04-07 14:32:12 -07:00