playwright/packages/playwright-core/src/server/firefox
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
..
ffAccessibility.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
ffBrowser.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
ffConnection.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
ffExecutionContext.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
ffInput.ts feat(input): restore modified layout shift check (#11032) 2022-01-03 17:46:04 -08:00
ffNetworkManager.ts feat(firefox): roll to r1312 (#11124) 2021-12-29 17:47:32 -08:00
ffPage.ts chore(chromium): Capture off-screen content without resizing viewport (#10606) 2021-11-30 14:11:15 -08:00
firefox.ts feat(firefox): roll to r1296 (#9494) 2021-10-14 11:35:39 +02:00
protocol.d.ts feat(firefox): roll to r1312 (#11124) 2021-12-29 17:47:32 -08:00