⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268751 in webkit


Ignore:
Timestamp:
Oct 20, 2020, 11:51:22 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Move ENABLE_ASYNC_SCROLLING build option to right place in OptionsGTK.cmake
https://bugs.webkit.org/show_bug.cgi?id=217977

Unreviewed. No functional changes.

Patch by Michael Catanzaro <Michael Catanzaro> on 2020-10-20

  • Source/cmake/OptionsGTK.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r268725 r268751  
     12020-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
    1102020-10-20  Adrian Perez de Castro  <aperez@igalia.com>
    211
  • trunk/Source/cmake/OptionsGTK.cmake

    r268725 r268751  
    148148# without approval from a GTK reviewer. There must be strong reason to support
    149149# changing the value of the option.
    150 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)
    151150WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT PUBLIC ON)
    152151WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PUBLIC ON)
     
    159158# we need a value different from the default defined in WebKitFeatures.cmake.
    160159# Changing these options is completely unsupported.
     160WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)
    161161WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_AUTOCAPITALIZE PRIVATE ON)
    162162WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CONTENT_EXTENSIONS PRIVATE ON)
Note: See TracChangeset for help on using the changeset viewer.