Anže Vodovnik
1eb0f42981
chore(dotnet): unique name for generated files, change root namespace ( #5678 )
2021-03-02 18:29:29 +01:00
Yury Semikhatsky
1a0ccc1383
feat(webkit): bump to 1443 ( #5665 )
2021-03-02 09:15:07 -08:00
Pavel Feldman
19bd32f6c7
docs: add video and proxy docs ( #5668 )
2021-03-01 20:14:19 -08:00
Kevin Brotcke
3b9d4f2b49
docs: Add ffmpeg to roll_browser.js usage output ( #5643 )
...
This is a small change to show that ffmpeg is a supported browser parameter
value in the script usage. Although, the whole file should probably be
refactored now to something more generic like roll_download.js since ffmpeg
is just reusing the logic and isn't a browser.
2021-03-01 19:59:20 -08:00
Andrey Lushnikov
850e3c5aa3
test: add debugging output for downloads tests ( #5673 )
2021-03-01 17:52:45 -08:00
Yury Semikhatsky
f925a033e2
fix(docs): broken link to method ( #5669 )
2021-03-01 17:37:30 -08:00
Andrey Lushnikov
f637b0302d
devops(docker): fix registry to be accessible by Azure Pipelines user ( #5672 )
...
Turns out Azure Pipelines is doing a few modifications to the base
container. One of the important modification is that they add a new
user to the container that has a passwordless sudo permissions. This
user is used later on to run all the pipeline steps.
This patch makes sure our shared registry inside the docker containers
is accessible to all the users.
Fixes #5635
2021-03-01 17:24:07 -08:00
Dmitry Gozman
f2a3d21a75
browser(chromium): roll to 858453 ( #5670 )
2021-03-01 16:33:19 -08:00
Yury Semikhatsky
9042ca2149
docs: rename Page.console to consoleMessage in java ( #5640 )
2021-03-01 15:20:42 -08:00
Pavel Feldman
cd2e976c98
docs: unfork installation docs ( #5661 )
2021-03-01 15:10:47 -08:00
Yury Semikhatsky
cad763491e
docs: spread parameters of page.setViewportSize in java ( #5664 )
2021-03-01 13:35:17 -08:00
Yury Semikhatsky
c390f3950f
fix: include parsed .md spec into api.json ( #5662 )
2021-03-01 13:00:01 -08:00
Pavel Feldman
b253ee80c0
chore(snapshot): brush up, start adding tests ( #5646 )
2021-03-01 12:20:04 -08:00
Andrey Lushnikov
ee69de7726
docs: docs typos ( #5658 )
2021-03-01 11:53:27 -08:00
Pavel Feldman
eb980207fc
test: add a test for 2 cdp sessions against the browser ( #5655 )
2021-03-01 11:05:02 -08:00
Yury Semikhatsky
01abeac43e
browser(webkit): roll to 03/2 ( #5656 )
2021-03-01 09:59:55 -08:00
Anže Vodovnik
86c7d77967
chore(dotnet): handle setters and ordering bug ( #5654 )
2021-03-01 18:49:14 +01:00
Yury Semikhatsky
6c9e806672
docs: add java snippets to the examples in guides ( #5638 )
2021-03-01 09:18:44 -08:00
Pavel Feldman
aeb2b2f605
feat(inspector): wire snapshots to inspector ( #5628 )
2021-02-26 14:16:32 -08:00
Andrey Lushnikov
c652794b5a
chore: bump webkit version ( #5637 )
...
Aligning with the latest Safari Technology Preview.
2021-02-26 12:15:15 -08:00
Anže Vodovnik
28f3fe8e48
chore(dotnet): generate dotnet API from Markdown ( #5089 )
...
Introduces the generator for the .NET API surface to be used by the .NET language port to ensure greater consistency with other language ports.
2021-02-26 18:04:03 +01:00
Yury Semikhatsky
4b541749ac
feat(webkit): bump to 1442 ( #5622 )
2021-02-25 23:39:48 -08:00
Dmitry Gozman
96e099aca3
docs: use "argument: <type>" notation for events ( #5626 )
2021-02-25 22:22:47 -08:00
Yury Semikhatsky
cb0a890a09
docs: java snippets for api classes ( #5629 )
2021-02-25 22:03:39 -08:00
Max Schmitt
612bb022a5
docs(intro): fixed wrong Python option ( #5625 )
2021-02-25 21:01:10 -08:00
Pavel Feldman
992f808210
chore(snapshot): implement in-memory snapshot ( #5624 )
2021-02-25 13:09:26 -08:00
Andrey Lushnikov
b285936721
docs: more clarity in the attribute selectors ( #5621 )
...
Fixes #5615
2021-02-25 10:42:52 -08:00
Dmitry Gozman
f7e5db4d6e
chore: remove ProgressController.abort ( #5620 )
...
It is used in a few places, but we can do a Promise.race.
This change will allow us to pass existing progress to
multi-step operations.
2021-02-25 10:00:54 -08:00
Pavel Feldman
2ff6d54f26
chore: extract snapshotter from trace viewer ( #5618 )
2021-02-25 09:33:32 -08:00
Pavel Feldman
af89ab7a6f
chore: make trace server generic ( #5616 )
2021-02-25 08:25:52 -08:00
Andrey Lushnikov
1cd398e700
chore: bump storybook dependency ( #5619 )
2021-02-25 08:11:02 -08:00
Pavel Feldman
f72b098a04
chore: encapsulate parsed snapshot id in the trace viewer ( #5607 )
2021-02-24 19:29:16 -08:00
Dmitry Gozman
ca8998b11e
feat(log): prepend browser pid to browser logs ( #5569 )
...
To differentiate between multiple browsers.
2021-02-24 19:21:47 -08:00
Pavel Feldman
5ae2661134
chore: simplify overrides management in trace viewer ( #5606 )
2021-02-24 18:38:04 -08:00
Dmitry Gozman
0102e080f6
fix(text selector): make quoted selector match by text nodes ( #5603 )
...
This change turns quoted match to be case-sensitive (as before),
but not strictly full-string for the whole element's text.
This is a fix for a case where element contains text nodes and child elements:
```html
<div>text1<span>child node</span>text2</div>
```
We now match this div by `text="text1"` and `text="text2"`.
2021-02-24 16:32:38 -08:00
Pavel Feldman
8906ba332c
chore: spell overridden ( #5605 )
2021-02-24 15:11:34 -08:00
Pavel Feldman
c91159f3f7
chore: make stack filtering playwright dev-friendly ( #5604 )
2021-02-24 14:33:08 -08:00
Yury Semikhatsky
f85deeba01
docs: no [File] links ( #5601 )
2021-02-24 14:29:14 -08:00
Pavel Feldman
6bf3fe8432
chore: make trace model a class ( #5600 )
2021-02-24 14:22:34 -08:00
Pavel Feldman
f71bf9a42a
chore: move trace viewer into server ( #5597 )
2021-02-24 13:39:51 -08:00
Darío Kondratiuk
b07dba8075
test: improve test names ( #5511 )
...
We have a few tests with duplicated names and some describes with bad names
2021-02-24 13:28:22 -08:00
Andrey Lushnikov
3dd06815b9
chore: udpate scripts that generates release draft ( #5556 )
2021-02-24 13:26:44 -08:00
Pavel Feldman
5fb77935ee
chore: move logic from sw to server ( #5582 )
2021-02-24 11:52:59 -08:00
Max Schmitt
070cfdcdb8
fix(inspector): skip stack trace playwright/src lines only under tests ( #5594 )
2021-02-24 11:34:48 -08:00
Pavel Feldman
aa94dfbcb6
chore: remove invalid link from release notes ( #5577 )
2021-02-24 09:30:41 -08:00
Max Schmitt
bd31817ca7
docs(readme): fixed broken docs links ( #5587 )
2021-02-24 08:16:27 -08:00
Max Schmitt
fefe37e96f
fix(inspector): stacktrace with browser specific NPM package ( #5589 )
2021-02-24 08:08:27 -08:00
Pavel Feldman
48c237b3cf
chore: move trace to server ( #5565 )
2021-02-23 22:08:14 -08:00
Joel Einbinder
180446d20f
fix(types): restore electron types ( #5574 )
2021-02-23 20:29:10 -08:00
Joel Einbinder
841264c94d
fix(test): disable failing drag and drop test on mac and windows ( #5575 )
2021-02-23 20:28:39 -08:00