Andrey Lushnikov
52147b3046
devops: fix flakiness upload on windows ( #4415 )
2020-11-12 09:30:09 -08:00
Joel Einbinder
d8837a8040
fix(docs): add tap to actionability ( #4413 )
2020-11-12 02:33:04 -08:00
Yury Semikhatsky
5702eca1f2
fix(selectors): make selectOptions work for labels ( #4402 )
2020-11-11 15:33:23 -08:00
Dmitry Gozman
138680f93c
fix(launchServer): stream protocol logs into options.logger ( #4403 )
...
fix(launchServer): stream protocol logs into options.logger
This has regressed in v1.4.
2020-11-11 15:12:10 -08:00
Andrey Lushnikov
cb4fef1497
chore: cut v1.6.0 ( #4408 )
2020-11-11 14:37:52 -08:00
Pavel Feldman
d3135871e5
browser(chromium): fetch r825625 ( #4406 )
2020-11-11 12:45:01 -08:00
Pavel Feldman
6b1d7dd1fd
test: add a failing test for post data header override ( #4397 )
2020-11-11 11:38:55 -08:00
Pavel Feldman
2158d6d073
feat(scopes): make page a scope ( #4385 )
2020-11-10 14:47:26 -08:00
Yury Semikhatsky
58b5872ecb
feat(webkit): bump to 1383 ( #4394 )
2020-11-10 09:31:20 -08:00
Yury Semikhatsky
508be0d78f
browser(webkit): fix big sur crashes after latest roll ( #4391 )
2020-11-09 22:29:52 -08:00
Andrey Lushnikov
c2db83733b
feat(webkit): roll to r1381 ( #4388 )
...
This should resurrect our WebKit BigSur bots.
2020-11-09 20:27:37 -08:00
Andrey Lushnikov
775be21db6
fix(launchdoctor): fix launch doctor ( #4387 )
...
New webkit build, generated by 19f21b1bde
, changed webkit build
layout: now there are subfolders that contain libraries and executables, and some of the dependencies are no longer bundled.
This patch:
- teaches launch doctor new directories structure: subfolders are now inspected for missing dependencies, and they are also used in the `LD_LIBRARY_PATH`.
- adds `libevent` and `libicudata` libs to the mapping for ubuntu 18.04
2020-11-09 16:47:15 -08:00
Dmitry Gozman
488b256c47
feat(firefox): bump to 1205 ( #4386 )
2020-11-09 16:16:10 -08:00
Yury Semikhatsky
bd75fb1c55
browser(webkit): roll to 11-09 ( #4384 )
2020-11-09 11:30:12 -08:00
Dmitry Gozman
ae738c1fac
browser(firefox): ignore WebProgress events coming from workers ( #4380 )
...
Somehow, we get WebProgress state changes when worker is loaded
with a blob url. This messes up frame navigation detection.
Luckily, it's easy to filter out non-document state changes.
2020-11-09 09:29:34 -08:00
Dmitry Gozman
f7eb845df0
feat(firefox): bump to 1204, add a better test for video in popup ( #4376 )
2020-11-07 18:21:26 -08:00
Pavel Feldman
28f6547d67
chore: add adb-based connectivity ( #4375 )
2020-11-06 16:31:11 -08:00
Dmitry Gozman
06c8881dad
browser(firefox): fix videoSessionId ( #4374 )
...
PRIx8 produced "%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx%hx",
so video session ids were clashing between pages, and popup videos
did not work.
2020-11-06 15:08:03 -08:00
Dmitry Gozman
3db8b23b25
fix(chromium): lifecycle events race ( #4369 )
2020-11-06 13:37:15 -08:00
Dmitry Gozman
c83ac444b4
api(websocket): do not send websocket frames without a listener ( #4361 )
...
Once user adds 'websocket' listener, we start sending the frames
for all websockets on the page.
2020-11-06 12:30:16 -08:00
Yury Semikhatsky
d74988e9d0
feat(webkit): bump to 1380 ( #4368 )
2020-11-06 11:41:03 -08:00
Joel Einbinder
d4fb159154
browser(webkit): fix webcontent startup crash on macos 11 ( #4370 )
...
reverts #4357 and provides the real fix. Apple accidentally landed some code that will crash the web process if it is not signed by them. I'm sure they will figure it out once they get test bots for macos 11. But until then, we can just revert.
https://bugs.webkit.org/show_bug.cgi?id=218342
2020-11-06 11:11:19 -08:00
Andrey Lushnikov
fff36a7991
feat(firefox): roll Firefox to r1203 ( #4365 )
...
Fixes #4208
2020-11-05 23:17:27 -08:00
Andrey Lushnikov
c522a0dfba
browser(firefox): force always active docshell ( #4363 )
...
This forces active docshell for all content processes.
References #4208
2020-11-05 17:53:22 -08:00
Yury Semikhatsky
49e4d9a347
browser(webkit): force rebuild with new redistributable dlls ( #4364 )
2020-11-05 17:51:28 -08:00
Yury Semikhatsky
354482dbe7
feat(firefox): bump to 1202 ( #4362 )
2020-11-05 17:42:16 -08:00
Yury Semikhatsky
040f9b04ca
browser(webkit): copy MS VC++ redistributable libs from VS installation ( #4360 )
2020-11-05 16:51:42 -08:00
Dmitry Gozman
5faf6f9e69
feat(firefox): switch to use pipe instead of websocket ( #3279 )
2020-11-05 14:15:25 -08:00
Yury Semikhatsky
aafcf932bc
browser(firefox): bundle VS C++ redistributable dlls ( #4359 )
2020-11-05 13:56:15 -08:00
Andrey Lushnikov
bc20bfd4cc
browser(webkit): disable cache compiled sandbox ( #4357 )
...
This seems to be broken on BigSur.
2020-11-05 09:25:36 -08:00
Dmitry Gozman
c384313058
feat(fill): allow filling based on the label selector ( #4342 )
...
This enables filling the input based on the connected label:
```html
<label for=target>Name</label><input id=target>
```
```js
await page.fill('text=Name', 'Alice');
```
2020-11-05 05:22:49 -08:00
Andrey Lushnikov
5d39eae509
devops: actually export secrets into webkit building workflow ( #4354 )
2020-11-05 03:13:34 -08:00
Andrey Lushnikov
db8332b811
devops: checkout, build, and upload webkit-mac-11 ( #4353 )
2020-11-05 02:48:46 -08:00
Andrey Lushnikov
b94a7c0e60
devops: speedup initial browser checkout ( #4352 )
...
Instead of checking out the whole repository, we now do a shallow
clone.
We then gradually "unshallow" the clone, looking for the `BASE_REVISION`.
This should fix experimental mac-11 builder.
2020-11-05 02:04:06 -08:00
Andrey Lushnikov
bba8c98c69
devops: try building webkit on gha ( #4351 )
2020-11-05 01:01:18 -08:00
Andrey Lushnikov
4d8ef423ba
devops: add instructions to build mac on BigSur ( #4350 )
2020-11-05 00:49:05 -08:00
Joel Einbinder
3f37d8507e
test(focus): add passing test for focusing more than one page ( #4347 )
2020-11-04 22:42:35 -08:00
Dmitry Gozman
e942138913
fix: do not report errored pages after context closure ( #4346 )
...
Consider the following sequence:
- page opens a popup;
- popup target is attached, we start initializing it;
- user calls browser.close();
- browser is closed, and popup initialization fails;
- we report "errored page" on the already closed context;
- RPC client cannot make sense of this:
"Cannot find parent object BrowserContext@guid to create Frame@guid"
This issue was revealed during Firefox pipe migration.
2020-11-04 16:23:38 -08:00
Joel Einbinder
4cb52144b5
test(capabilities): add tests for webgl ( #4343 )
2020-11-04 13:24:30 -08:00
Yury Semikhatsky
283bc2c7d0
devops: ensure that embedder directory does not exist ( #4340 )
...
Otherwise `cp -r from to` will copy content of `from` to a subdirectory in `to`
2020-11-04 11:20:47 -08:00
Andrey Lushnikov
65009dc867
feat(chromium): roll Chromium to r823944 ( #4341 )
...
Fixes #4021
2020-11-04 11:20:02 -08:00
Yury Semikhatsky
14a8292863
feat(webkit): bump to 1378 ( #4338 )
2020-11-04 11:00:25 -08:00
Dmitry Gozman
12afb79e73
test: unflake har tests ( #4335 )
...
Our test server throws Parse Error when connection
aborts at unfortunate time.
2020-11-04 10:24:01 -08:00
Andrey Lushnikov
5dc632b82e
chore: mirror Chromium 823944 to our cdn ( #4339 )
...
References #4021
2020-11-04 09:44:30 -08:00
Dmitry Gozman
78b151138e
test: try to unflake screenshot tests ( #4334 )
2020-11-04 07:39:08 -08:00
Dmitry Gozman
5c1149f954
test: try to unflake network idle tests ( #4333 )
...
I think that we are too slow to fire the second fetch during 500ms,
and so network idle happens prematurely.
The fix is to manually trigger the second fetch early enough.
2020-11-04 07:35:19 -08:00
Yury Semikhatsky
890add98fe
browser(webkit): do not hang on close when there is a dialog ( #4332 )
2020-11-03 18:58:57 -08:00
Andrey Lushnikov
bc9765072f
feat(firefox): roll Firefox to r1201 ( #4331 )
2020-11-03 18:55:56 -08:00
Yury Semikhatsky
031f0bf539
browser(webkit): fix mac build failure caused by touch events ( #4330 )
2020-11-03 16:21:42 -08:00
Yury Semikhatsky
c6b4263e54
browser(webkit): fix timezone overrides after last roll ( #4329 )
2020-11-03 14:54:28 -08:00