Yury Semikhatsky
0d3d27d3ee
browser(webkit): trigger new build after updating cleanup script ( #5997 )
2021-03-29 23:55:07 -07:00
Yury Semikhatsky
28b14fc5f7
feat(docker): use playwright install-deps for building docker image ( #5995 )
2021-03-29 23:48:54 -07:00
Yury Semikhatsky
9473f39b0b
fix(devops): cleanup now removes entire webkit build dir on mac ( #5996 )
2021-03-29 23:48:34 -07:00
Joel Einbinder
061f9ea68a
test: failing test for websockets + offline context ( #4912 )
2021-03-29 20:24:12 -07:00
Darío Kondratiuk
fdb3c1f153
chore(dotnet): don't generate set only properties ( #5982 )
2021-03-29 20:06:44 -07:00
Darío Kondratiuk
5c1e8dcd80
chore(dotnet): fix properties with Is prefix ( #5981 )
2021-03-29 20:05:51 -07:00
Ross Wollman
ca7cd7a677
devops: skip flakiness upload for forks ( #5978 )
...
Before this change, forks face a noise from pipeline
failures trying to upload to the flakiness dashboard.
Example: https://github.com/rwoll/playwright/runs/2199170557
2021-03-29 20:05:10 -07:00
Ross Wollman
0b6625bbad
docs: fix HEADFUL run instructions ( #5980 )
2021-03-29 20:04:44 -07:00
Ross Wollman
6d6f802e5a
fix: favicon with color pref crashes firefox ( #5977 ) ( #5979 )
2021-03-29 14:53:18 -07:00
Pavel Feldman
f1c0d09765
feat(size): emulate window.screen size ( #5967 )
2021-03-29 14:10:58 -07:00
Yury Semikhatsky
8c6822bd32
fix(docker): update native deps and docker files for chromium ( #5989 )
2021-03-29 13:43:31 -07:00
Mosan
2262d8739f
Update nativeDeps.ts ( #5988 )
2021-03-29 12:19:34 -07:00
Pavel Feldman
4cf0568ad7
browser(webkit): support safe area insets ( #5987 )
2021-03-29 11:38:26 -07:00
Darío Kondratiuk
bc6dc1d108
chore(dotnet): treat file as a reserved word ( #5960 )
...
Avoid collision with System.IO.File and unify handling reserved file names and enum values.
2021-03-29 10:22:06 +02:00
Yury Semikhatsky
0943af2806
fix: kill browser if process doesnt exit for 30s after close ( #5968 )
2021-03-27 09:59:04 -07:00
Darío Kondratiuk
779037a77e
chore(dotnet): avoid adding two prefixes ( #5974 )
2021-03-27 09:58:36 -07:00
Pavel Feldman
49bbc2bc76
test(proxy): add a failing test for HTTPS proxy CONNECT User Agent ( #5972 )
2021-03-26 22:26:39 -07:00
Yury Semikhatsky
2cce8850b7
browser(webkit): roll to safari-612.1.8-branch ( #5965 )
2021-03-26 11:54:55 -07:00
Max Schmitt
dfe07818e6
docs: fixed various typos ( #5958 )
2021-03-26 10:47:16 -07:00
Darío Kondratiuk
475a6fe391
chore(dotnet): use csharp types in Frame and Page ( #5961 )
2021-03-26 10:45:50 -07:00
Dmitry Gozman
12e00629e4
docs: update channels doc to mention manual installation ( #5964 )
2021-03-26 10:20:21 -07:00
Pavel Feldman
6c1d3f65b5
browser(webkit): refresh embedder UI on macOS ( #5957 )
2021-03-26 09:44:31 -07:00
Joel Einbinder
3ce02a95c8
fix(selectors): properly generate selectors for tricky ids ( #5940 )
2021-03-25 18:43:33 -07:00
Ross Wollman
0120896771
test: interception breaks remote importScripts ( #5953 )
2021-03-25 17:16:41 -07:00
Pavel Feldman
0076e46e57
chore: remove stray test logs ( #5955 )
2021-03-25 17:15:04 -07:00
Yury Semikhatsky
5872d0407a
browser(chromium): build current dev chromium (865012) ( #5950 )
2021-03-25 09:31:41 -07:00
Darío Kondratiuk
f791495624
chore(dotnet): Improve enum values ( #5939 )
2021-03-25 16:45:41 +01:00
Max Schmitt
601c09f7f1
docs(page): remove note that screenshot takes 1/6+s ( #5945 )
2021-03-24 20:02:14 -07:00
Andrey Lushnikov
4fea83c6d8
docs: commit new release notes ( #5944 )
2021-03-24 14:51:28 -07:00
Dmitry Gozman
6b3f4cd12b
chore: calculate video size in a single place ( #5942 )
2021-03-24 10:56:20 -07:00
Dmitry Gozman
8e97607389
fix(viedo): do not stall video in popups ( #5941 )
...
There are two problems, exposed by existing tests:
- We do not send Page.startScreeencast before Runtime.runIfWaitingForDebugger
because we launch video recorder in between. This stalls when the page is busy
immediately after resuming, e.g. with alert().
Fixed by starting video recorder in advance.
- We wait for the first frame that may not come - for example, context-wide interception
is blocking essential resource and first frame.
Fixed by only waiting for the first frame before reporting the video, not the page.
2021-03-24 09:36:46 -07:00
Darío Kondratiuk
24ee49b958
chore(dotnet): improve goto name in csharp ( #5917 )
2021-03-24 15:31:30 +01:00
Dmitry Gozman
2cf4caa4cf
chore: implement mixins in protocol.yml ( #5932 )
2021-03-24 06:37:10 -07:00
Andrey Lushnikov
7678112242
tests: do not run video tests with Chrome Stable on Linux ( #5931 )
2021-03-23 22:18:49 -07:00
Pavel Feldman
cc265fe1eb
docs(websocket): add web socket examples ( #5927 )
2021-03-23 17:17:59 -07:00
Pavel Feldman
1b802332d2
infra: remove shards from mac builds to remove 6 bots ( #5928 )
2021-03-23 14:23:23 -07:00
Yury Semikhatsky
7d7e5ede84
browser(webkit): roll back to safari-612.1.7-branch first commit ( #5920 )
2021-03-23 13:45:42 -07:00
Andrey Lushnikov
2016fdbc52
chore: cut v1.10.0 ( #5925 )
2021-03-23 13:35:03 -07:00
Pavel Feldman
543582b4ca
chore: expose channel name literals for types ( #5922 )
2021-03-23 13:21:03 -07:00
Pavel Feldman
f70eaf4ff3
docs(android): android doc nits ( #5924 )
2021-03-23 13:20:41 -07:00
Yury Semikhatsky
8f1d03f846
docs(options): clarify recordHarPath and recordVideoDir behavior ( #5923 )
2021-03-23 13:13:15 -07:00
Pavel Feldman
ca35da0a33
test(android): run selected page tests on android (3) ( #5910 )
2021-03-23 10:07:15 -07:00
Anže Vodovnik
3a27bdd3e6
chore(dotnet): improve name generation for objects ( #5860 )
2021-03-23 10:44:50 +01:00
Pavel Feldman
9f1b2f68bf
test(resize): add a screenshot resize test ( #5907 )
2021-03-22 20:44:26 -07:00
Andrey Lushnikov
ec6453d1b2
fix: installer compilation ( #5908 )
...
For some reason typescript can't find electron types when using
nested tsconfig - workaround the bug.
Drive-by: surface installer compilation problems.
2021-03-22 17:39:03 -07:00
Andrey Lushnikov
172de4082a
browser(chromium): build current dev chromium ( #5911 )
2021-03-22 17:38:28 -07:00
Yury Semikhatsky
b74af2269f
browser(webkit): fix mac compilation after latest roll ( #5909 )
2021-03-22 14:34:58 -07:00
Pavel Feldman
14ccc80cb3
fix(android): bundle android driver in all settings ( #5883 )
2021-03-22 14:25:40 -07:00
Pavel Feldman
cac5aeb6da
docs(browser): wording nits
2021-03-22 13:00:19 -07:00
rob salmond
1bcbb15299
set system default python3 to python3.8 ( #5892 )
2021-03-22 12:29:54 -07:00