Skip to content

Commit 6b50c8f

Browse files
authored
browser(webkit): follow up 3 (#1342)
1 parent 13c2f65 commit 6b50c8f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

browser_patches/webkit/BUILD_NUMBER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1177
1+
1178

browser_patches/webkit/patches/bootstrap.diff

+2-3
Original file line numberDiff line numberDiff line change
@@ -12479,7 +12479,7 @@ index d3e08c87f458a079e5061069484899169f1774fd..c7edfdd83591aa8f13282c0582c74ca5
1247912479
# there is a strong reason we should support changing the value of the option,
1248012480
# and the option is not relevant to any other WebKit ports.
1248112481
diff --git a/Source/cmake/OptionsWin.cmake b/Source/cmake/OptionsWin.cmake
12482-
index 705b2ae2bc5d9ee8f52db307efcd0a1efeddd05d..64b7af40e559651560ab7cdb0dbcd8343c3b790b 100644
12482+
index 705b2ae2bc5d9ee8f52db307efcd0a1efeddd05d..36da968822e8c00179aa61920607e7d299b7a662 100644
1248312483
--- a/Source/cmake/OptionsWin.cmake
1248412484
+++ b/Source/cmake/OptionsWin.cmake
1248512485
@@ -7,8 +7,9 @@ add_definitions(-D_WINDOWS -DWINVER=0x601 -D_WIN32_WINNT=0x601)
@@ -12493,7 +12493,7 @@ index 705b2ae2bc5d9ee8f52db307efcd0a1efeddd05d..64b7af40e559651560ab7cdb0dbcd834
1249312493
set(ENABLE_WEBKIT OFF)
1249412494
endif ()
1249512495

12496-
@@ -93,6 +94,14 @@ if (${WTF_PLATFORM_WIN_CAIRO})
12496+
@@ -93,6 +94,13 @@ if (${WTF_PLATFORM_WIN_CAIRO})
1249712497
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBDRIVER PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
1249812498
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_CRYPTO PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
1249912499

@@ -12502,7 +12502,6 @@ index 705b2ae2bc5d9ee8f52db307efcd0a1efeddd05d..64b7af40e559651560ab7cdb0dbcd834
1250212502
+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_TRAILING_WORD PRIVATE ON)
1250312503
+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DARK_MODE_CSS PRIVATE ON)
1250412504
+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DOWNLOAD_ATTRIBUTE PRIVATE ON)
12505-
+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_POINTER_EVENTS PRIVATE ON)
1250612505
+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_EVENTS PRIVATE ON)
1250712506
+
1250812507
# FIXME: Implement plugin process on Modern WebKit. https://bugs.webkit.org/show_bug.cgi?id=185313

0 commit comments

Comments
 (0)