Changeset 174812 in webkit


Ignore:
Timestamp:
Oct 16, 2014 11:31:20 PM (10 years ago)
Author:
Carlos Garcia Campos
Message:

REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
https://bugs.webkit.org/show_bug.cgi?id=137781

Reviewed by Martin Robinson.

We used to enable smooth scrolling unconditionally in autotools
(via WebKitFeatures.m4), but since the switch to CMake it's
unconditionally disabled, so changing the setting doesn't have any
effect.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r174803 r174812  
     12014-10-16  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
     4        https://bugs.webkit.org/show_bug.cgi?id=137781
     5
     6        Reviewed by Martin Robinson.
     7
     8        We used to enable smooth scrolling unconditionally in autotools
     9        (via WebKitFeatures.m4), but since the switch to CMake it's
     10        unconditionally disabled, so changing the setting doesn't have any
     11        effect.
     12
     13        * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
     14
    1152014-10-16  Pascal Jacquemart  <p.jacquemart@samsung.com>
    216
  • trunk/Source/cmake/OptionsGTK.cmake

    r174536 r174812  
    180180set(ENABLE_WEBKIT2 ON)
    181181set(ENABLE_PLUGIN_PROCESS ON)
     182set(ENABLE_SMOOTH_SCROLLING ON)
    182183
    183184set(GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_6)
Note: See TracChangeset for help on using the changeset viewer.