Changeset 149352 in webkit


Ignore:
Timestamp:
Apr 29, 2013 11:33:01 PM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Disable Shadow DOM feature
https://bugs.webkit.org/show_bug.cgi?id=115374

Reviewed by Martin Robinson.

Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.

.:

  • Source/autotools/SetupWebKitFeatures.m4:

Tools:

  • Scripts/webkitperl/FeatureList.pm:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r149266 r149352  
     12013-04-29  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Disable Shadow DOM feature
     4        https://bugs.webkit.org/show_bug.cgi?id=115374
     5
     6        Reviewed by Martin Robinson.
     7
     8        Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
     9
     10        * Source/autotools/SetupWebKitFeatures.m4:
     11
    1122013-04-28  Ryuan Choi  <ryuan.choi@samsung.com>
    213
  • trunk/Source/autotools/SetupWebKitFeatures.m4

    r148793 r149352  
    165165    ENABLE_REQUEST_ANIMATION_FRAME=1 \
    166166    ENABLE_SCRIPTED_SPEECH=0 \
    167     ENABLE_SHADOW_DOM=1 \
     167    ENABLE_SHADOW_DOM=0 \
    168168    ENABLE_SHARED_WORKERS=1 \
    169169    ENABLE_SMOOTH_SCROLLING=1 \
  • trunk/Tools/ChangeLog

    r149350 r149352  
     12013-04-29  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Disable Shadow DOM feature
     4        https://bugs.webkit.org/show_bug.cgi?id=115374
     5
     6        Reviewed by Martin Robinson.
     7
     8        Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
     9
     10        * Scripts/webkitperl/FeatureList.pm:
     11
    1122013-04-29  Glenn Adams  <glenn@skynav.com>
    213
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r149103 r149352  
    411411
    412412    { option => "shadow-dom", desc => "Toggle Shadow DOM support",
    413       define => "ENABLE_SHADOW_DOM", default => (isGtk() || isEfl()), value => \$shadowDOMSupport },
     413      define => "ENABLE_SHADOW_DOM", default => isEfl(), value => \$shadowDOMSupport },
    414414
    415415    { option => "shared-workers", desc => "Toggle Shared Workers support",
Note: See TracChangeset for help on using the changeset viewer.