playwright/packages/playwright-core/src/server
Dmitry Gozman 0b04c7d504
fix(drag&drop): relax layout shift logic when dropping (#11760)
When element that is being dragged stays under the mouse,
it prevents the hit target check on drop from working,
because drop target is overlayed by the dragged element.

To workaround this, we perform a one-time hit target check
before moving for the drop, as we used to.
2022-01-31 16:21:35 -08:00
..
android chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
chromium fix(chromium): close all javascript dialogs when closing context (#11614) 2022-01-25 13:52:18 -08:00
common chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
electron fix(electron): remove timeout from electronApp.close (#11336) 2022-01-11 17:12:18 -08:00
firefox chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
injected chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
supplements chore(tracing): add tracing to APIRequestContext (#11502) 2022-01-22 11:25:13 -08:00
trace fix: create traces dir in /tmp instead of cwd (#11699) 2022-01-27 14:58:17 -08:00
webkit fix(webkit): handle will/didCheckPolicyForNavigation (#11631) 2022-01-27 14:58:43 -08:00
accessibility.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
artifact.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browser.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
browserContext.ts chore(tracing): add tracing to APIRequestContext (#11502) 2022-01-22 11:25:13 -08:00
browserType.ts fix: create traces dir in /tmp instead of cwd (#11699) 2022-01-27 14:58:17 -08:00
console.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
cookieStore.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
deviceDescriptors.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
deviceDescriptorsSource.json feat(chromium): roll to r960211 (#11487) 2022-01-24 08:40:45 -08:00
dialog.ts fix(chromium): close all javascript dialogs when closing context (#11614) 2022-01-25 13:52:18 -08:00
dom.ts fix(drag&drop): relax layout shift logic when dropping (#11760) 2022-01-31 16:21:35 -08:00
download.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
fetch.ts fix(fetch): do not throw on empty response body with br encoding (#11708) 2022-01-28 12:58:58 -08:00
fileChooser.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
formData.ts fix: compute file field mime type on the server (#10394) 2021-11-17 18:12:26 -08:00
frames.ts fix(chromium): close all javascript dialogs when closing context (#11614) 2022-01-25 13:52:18 -08:00
helper.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
input.ts feat(input): restore modified layout shift check (#11032) 2022-01-03 17:46:04 -08:00
instrumentation.ts chore(tracing): add tracing to APIRequestContext (#11502) 2022-01-22 11:25:13 -08:00
javascript.ts fix(evaluate): reject all context operations when frame detaches (#9987) 2021-11-03 10:44:50 -07:00
macEditingCommands.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
network.ts fix: throw in route.continue if it is called twice (#11701) 2022-01-27 14:58:02 -08:00
page.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
pipeTransport.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
playwright.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
progress.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
protocolError.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
screenshotter.ts chore(chromium): Capture off-screen content without resizing viewport (#10606) 2021-11-30 14:11:15 -08:00
selectors.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
transport.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
types.ts chore: rename Fetch Request/Response to API (#10087) 2021-11-05 16:27:49 +01:00
usKeyboardLayout.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00