Changeset 160446 in webkit


Ignore:
Timestamp:
Dec 11, 2013 10:25:06 AM (10 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Enable Battery Status API
https://bugs.webkit.org/show_bug.cgi?id=125453

Reviewed by Martin Robinson.

Tools:

  • Scripts/webkitperl/FeatureList.pm: Enable the Battery Status API feature for the GTK port.

LayoutTests:

  • platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests

since all the tests pass now that the feature is enabled.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r160441 r160446  
     12013-12-11  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Enable Battery Status API
     4        https://bugs.webkit.org/show_bug.cgi?id=125453
     5
     6        Reviewed by Martin Robinson.
     7
     8        * platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests
     9        since all the tests pass now that the feature is enabled.
     10
    1112013-12-11  Javier Fernandez  <jfernandez@igalia.com>
    212
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r160441 r160446  
    357357webkit.org/b/99036 http/tests/pointer-lock [ Skip ]
    358358
    359 # Battery Status API support not yet.
    360 webkit.org/b/95582 batterystatus [ Failure ]
    361 webkit.org/b/95582 batterystatus/event-after-navigation.html [ Timeout ]
    362 
    363359# Network Information API support not yet.
    364360webkit.org/b/99052 networkinformation [ Failure ]
  • trunk/Tools/ChangeLog

    r160445 r160446  
     12013-12-11  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Enable Battery Status API
     4        https://bugs.webkit.org/show_bug.cgi?id=125453
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Scripts/webkitperl/FeatureList.pm: Enable the Battery Status API feature for the GTK port.
     9
    1102013-12-11  José Dapena Paz  <jdapena@igalia.com> and Zan Dobersek  <zdobersek@igalia.com>
    211
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r160293 r160446  
    167167
    168168    { option => "battery-status", desc => "Toggle Battery Status support",
    169       define => "ENABLE_BATTERY_STATUS", default => (isEfl() || isBlackBerry()), value => \$batteryStatusSupport },
     169      define => "ENABLE_BATTERY_STATUS", default => (isEfl() || isBlackBerry() || isGtk()), value => \$batteryStatusSupport },
    170170
    171171    { option => "blob", desc => "Toggle Blob support",
Note: See TracChangeset for help on using the changeset viewer.