playwright/packages/playwright-core/src/server/chromium
Dmitry Gozman 976dedda45
feat(input): restore modified layout shift check (#11032)
This changes previous layout shift attempt (see #9546)
to account for more valid usecases:
- On the first event that is intercepted we enforce the hit target. This
  is similar to the current mode that checks hit target before the action,
  but is better timed.
- On subsequent events we assume that everything is fine. This covers more
  scenarios like react rerender, glass pane on mousedown, detach on mouseup.

This check is enabled by default, with `process.env.PLAYWRIGHT_NO_LAYOUT_SHIFT_CHECK`
to opt out.
2022-01-03 17:46:04 -08:00
..
appIcon.png chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
chromium.ts fix(selenium): allow setting additional capabilities (#11000) 2021-12-17 11:33:24 -08:00
crAccessibility.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crApp.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crBrowser.ts feat(proxy): unify local network proxy behavior (#10719) 2021-12-10 14:01:56 -08:00
crConnection.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crCoverage.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crDevTools.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crDragDrop.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crExecutionContext.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crInput.ts feat(input): restore modified layout shift check (#11032) 2022-01-03 17:46:04 -08:00
crNetworkManager.ts fix: do not send Fetch.continueRequest twice for auth requests (#10382) 2021-11-17 11:42:06 -08:00
crPage.ts chore(chromium): Capture off-screen content without resizing viewport (#10606) 2021-11-30 14:11:15 -08:00
crPdf.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
crProtocolHelper.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
protocol.d.ts feat(chromium): roll to r953978 (#11097) 2021-12-27 10:13:18 -07:00
videoRecorder.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00