Skip to content

Commit

Permalink
cherry-pick(#27049): feat(webkit): roll to r1908 (#27055)
Browse files Browse the repository at this point in the history
This PR cherry-picks the following commits:

- bf35390

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Sep 13, 2023
1 parent cd8b12c commit a0a099f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-core/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "webkit",
"revision": "1907",
"revision": "1908",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",
Expand Down
4 changes: 4 additions & 0 deletions packages/playwright-core/src/server/registry/nativeDeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ export const deps: any = {
'libxtst6'
],
webkit: [
'libsoup-3.0-0',
'libenchant-2-2',
'gstreamer1.0-libav',
'gstreamer1.0-plugins-bad',
Expand Down Expand Up @@ -521,6 +522,7 @@ export const deps: any = {
'libevent-2.1-7',
],
lib2package: {
'libsoup-3.0.so.0': 'libsoup-3.0-0',
'libasound.so.2': 'libasound2',
'libatk-1.0.so.0': 'libatk1.0-0',
'libatk-bridge-2.0.so.0': 'libatk-bridge2.0-0',
Expand Down Expand Up @@ -885,6 +887,7 @@ export const deps: any = {
'libxtst6'
],
webkit: [
'libsoup-3.0-0',
'gstreamer1.0-libav',
'gstreamer1.0-plugins-bad',
'gstreamer1.0-plugins-base',
Expand Down Expand Up @@ -941,6 +944,7 @@ export const deps: any = {
'libevent-2.1-7',
],
lib2package: {
'libsoup-3.0.so.0': 'libsoup-3.0-0',
'libasound.so.2': 'libasound2',
'libatk-1.0.so.0': 'libatk1.0-0',
'libatk-bridge-2.0.so.0': 'libatk-bridge2.0-0',
Expand Down

0 comments on commit a0a099f

Please sign in to comment.