playwright/packages/playwright-core/src
Andrey Lushnikov bbc1a4fea0
fix: print all missing libraries when used on unsupported linux distro (#12966)
This patch:
- Adds 3 new host platform types:
  * `generic-linux` and `generic-linux-arm64` for the unsupported
    linux distributions
  * `<unknown>` for non-supported OS versions
- Prints a warning when downloading Ubuntu browser builds on
  unsupported Linux distribution
- Makes sure launch doctor prints all missing shared libraries
  on unknown Linux distributions
- Also prints an `apt` command as an alternative to Playwright CLI
  dependency installation.
2022-03-23 14:06:14 -07:00
..
cli feat(cli) : allow passing PlaywrightServer.startDefault parameters via cli (#12530) 2022-03-07 09:15:46 -08:00
client feat(chromium): large file uploads (#12860) 2022-03-18 09:00:52 -07:00
common chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
dispatchers chore: do not initialize full sessions for pages used in session restore (#12886) 2022-03-18 18:17:37 -07:00
grid chore: intercept socks proxy in the driver (#12021) 2022-02-13 14:03:47 -08:00
protocol feat(chromium): large file uploads (#12860) 2022-03-18 09:00:52 -07:00
remote chore: disambiguate internal flags (#12866) 2022-03-17 18:27:33 -07:00
server feat(chromium): roll to r983172 (#12995) 2022-03-23 20:34:23 +01:00
third_party chore: move comparator logic to playwright-core (#12232) 2022-02-18 14:39:17 -08:00
utils fix: print all missing libraries when used on unsupported linux distro (#12966) 2022-03-23 14:06:14 -07:00
web fix(tracing): preserve control values without modifying DOM (#12939) 2022-03-21 18:51:48 -07:00
browserServerImpl.ts chore: disambiguate internal flags (#12866) 2022-03-17 18:27:33 -07:00
inprocess.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
inProcessFactory.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
outofprocess.ts chore: use ipc transport for out-of-process driver (#11826) 2022-02-02 21:26:45 -08:00