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

Changeset 271409 in webkit


Ignore:
Timestamp:
Jan 12, 2021, 11:48:32 AM (6 years ago)
Author:
Fujii Hironori
Message:

[PlayStation] Enable ENABLE_USERSELECT_ALL for -webkit-user-select:all support
https://bugs.webkit.org/show_bug.cgi?id=220533

Reviewed by Don Olmstead.

  • Source/cmake/OptionsPlayStation.cmake: Removed the line disabling ENABLE_USERSELECT_ALL.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r271399 r271409  
     12021-01-12  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [PlayStation] Enable ENABLE_USERSELECT_ALL for -webkit-user-select:all support
     4        https://bugs.webkit.org/show_bug.cgi?id=220533
     5
     6        Reviewed by Don Olmstead.
     7
     8        * Source/cmake/OptionsPlayStation.cmake: Removed the line disabling ENABLE_USERSELECT_ALL.
     9
    1102021-01-12  Philippe Normand  <pnormand@igalia.com>
    211
  • trunk/Source/cmake/OptionsPlayStation.cmake

    r271360 r271409  
    7373WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF)
    7474WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NOTIFICATIONS PRIVATE OFF)
    75 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_USERSELECT_ALL PRIVATE OFF)
    7675WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_USER_MESSAGE_HANDLERS PRIVATE OFF)
    7776WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XSLT PRIVATE OFF)
Note: See TracChangeset for help on using the changeset viewer.