Changeset 149596 in webkit


Ignore:
Timestamp:
May 6, 2013 6:54:58 AM (11 years ago)
Author:
Christophe Dumez
Message:

[EFL] Shadow DOM should be disabled at compile time
https://bugs.webkit.org/show_bug.cgi?id=115635

Reviewed by Andreas Kling.

Disable Shadow DOM at compile time for EFL port. Shadow DOM code
is being removed from the tree.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r149577 r149596  
     12013-05-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] Shadow DOM should be disabled at compile time
     4        https://bugs.webkit.org/show_bug.cgi?id=115635
     5
     6        Reviewed by Andreas Kling.
     7
     8        Disable Shadow DOM at compile time for EFL port. Shadow DOM code
     9        is being removed from the tree.
     10
     11        * Source/cmake/OptionsEfl.cmake:
     12
    1132013-05-04  Dean Jackson  <dino@apple.com>
    214
  • trunk/Source/cmake/OptionsEfl.cmake

    r149362 r149596  
    9090WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REQUEST_ANIMATION_FRAME ON)
    9191WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SECCOMP_FILTERS OFF)
    92 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SHADOW_DOM ON)
    9392WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SHARED_WORKERS ON)
    9493WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SPELLCHECK ON)
Note: See TracChangeset for help on using the changeset viewer.