Skip to content

Commit

Permalink
browser(webkit): rebase to 06/12/22 (r295478)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Jun 14, 2022
1 parent b76d3f2 commit 36f661c
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 239 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1665
Changed: yurys@chromium.org Mon Jun 13 15:30:54 PDT 2022
1666
Changed: dpino@igalia.com Tue Jun 14 09:48:53 HKT 2022
2 changes: 1 addition & 1 deletion browser_patches/webkit/UPSTREAM_CONFIG.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REMOTE_URL="https://github.com/WebKit/WebKit.git"
BASE_BRANCH="main"
BASE_REVISION="321d351b4f829293aa94cdfd5cb2030e182f81f8"
BASE_REVISION="79ad9ed64760e9fb1d02e26be2ff69b849907061"
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
children = (
256AC3D80F4B6AC300CF336A /* AppDelegate.h */,
256AC3D90F4B6AC300CF336A /* AppDelegate.m */,
BC329496116A941B008635D1 /* BrowserWindowController.h */,
BC329497116A941B008635D1 /* BrowserWindowController.m */,
7A8E843D26858D80008EC0B1 /* Images.xcassets */,
BC72B89A11E57E8A001EB4EB /* Info.plist */,
BC329486116A92E2008635D1 /* main.m */,
51E244F811EFCE07008228D2 /* MBToolbarItem.h */,
51E244F911EFCE07008228D2 /* MBToolbarItem.m */,
37BAF90620218053000EA87A /* Playwright.entitlements */,
BC329496116A941B008635D1 /* BrowserWindowController.h */,
BC329497116A941B008635D1 /* BrowserWindowController.m */,
7A8E843D26858D80008EC0B1 /* Images.xcassets */,
);
name = Playwright;
sourceTree = "<group>";
Expand Down Expand Up @@ -193,8 +193,8 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7A8E843E26858D80008EC0B1 /* Images.xcassets in Resources */,
BC72B89611E57E0F001EB4EB /* BrowserWindow.xib in Resources */,
7A8E843E26858D80008EC0B1 /* Images.xcassets in Resources */,
BC72B89511E57E07001EB4EB /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -207,9 +207,9 @@
buildActionMask = 2147483647;
files = (
256AC3DA0F4B6AC300CF336A /* AppDelegate.m in Sources */,
BC329498116A941B008635D1 /* BrowserWindowController.m in Sources */,
BC329487116A92E2008635D1 /* main.m in Sources */,
51E244FA11EFCE07008228D2 /* MBToolbarItem.m in Sources */,
BC329498116A941B008635D1 /* BrowserWindowController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Loading

0 comments on commit 36f661c

Please sign in to comment.