Changeset 268751 in webkit
- Timestamp:
- Oct 20, 2020, 11:51:22 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r268725 r268751 1 2020-10-20 Michael Catanzaro <mcatanzaro@gnome.org> 2 3 [GTK] Move ENABLE_ASYNC_SCROLLING build option to right place in OptionsGTK.cmake 4 https://bugs.webkit.org/show_bug.cgi?id=217977 5 6 Unreviewed. No functional changes. 7 8 * Source/cmake/OptionsGTK.cmake: 9 1 10 2020-10-20 Adrian Perez de Castro <aperez@igalia.com> 2 11 -
trunk/Source/cmake/OptionsGTK.cmake
r268725 r268751 148 148 # without approval from a GTK reviewer. There must be strong reason to support 149 149 # changing the value of the option. 150 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)151 150 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT PUBLIC ON) 152 151 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PUBLIC ON) … … 159 158 # we need a value different from the default defined in WebKitFeatures.cmake. 160 159 # Changing these options is completely unsupported. 160 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON) 161 161 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_AUTOCAPITALIZE PRIVATE ON) 162 162 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CONTENT_EXTENSIONS PRIVATE ON)
Note:
See TracChangeset
for help on using the changeset viewer.