playwright/src/server/webkit
Dmitry Gozman e942138913
fix: do not report errored pages after context closure (#4346)
Consider the following sequence:
- page opens a popup;
- popup target is attached, we start initializing it;
- user calls browser.close();
- browser is closed, and popup initialization fails;
- we report "errored page" on the already closed context;
- RPC client cannot make sense of this:
  "Cannot find parent object BrowserContext@guid to create Frame@guid"

This issue was revealed during Firefox pipe migration.
2020-11-04 16:23:38 -08:00
..
protocol.ts feat(browser): roll WebKit to r1370 (#4257) 2020-10-28 13:46:05 -07:00
webkit.ts fix: disable chromium sandbox by default (#4090) 2020-10-09 11:28:22 -07:00
wkAccessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
wkBrowser.ts fix: do not report errored pages after context closure (#4346) 2020-11-04 16:23:38 -08:00
wkConnection.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
wkExecutionContext.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
wkInput.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
wkInterceptableRequest.ts feat(timing): introduce resource timing (#4204) 2020-10-21 23:25:57 -07:00
wkPage.ts api(videos): introduce a single recordVideo option bag (#4309) 2020-11-02 19:42:05 -08:00
wkProvisionalPage.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
wkWorkers.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00