Changeset 160486 in webkit


Ignore:
Timestamp:
Dec 12, 2013 4:21:10 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r160446.
http://trac.webkit.org/changeset/160446
https://bugs.webkit.org/show_bug.cgi?id=125630

The upower-glib-based implementation is using API that was
recently removed (Requested by zdobersek1 on #webkit).

Tools:

  • Scripts/webkitperl/FeatureList.pm:

LayoutTests:

  • platform/gtk/TestExpectations:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r160485 r160486  
     12013-12-12  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r160446.
     4        http://trac.webkit.org/changeset/160446
     5        https://bugs.webkit.org/show_bug.cgi?id=125630
     6
     7        The upower-glib-based implementation is using API that was
     8        recently removed (Requested by zdobersek1 on #webkit).
     9
     10        * platform/gtk/TestExpectations:
     11
    1122013-12-12  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/LayoutTests/platform/gtk/TestExpectations

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

    r160485 r160486  
     12013-12-12  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r160446.
     4        http://trac.webkit.org/changeset/160446
     5        https://bugs.webkit.org/show_bug.cgi?id=125630
     6
     7        The upower-glib-based implementation is using API that was
     8        recently removed (Requested by zdobersek1 on #webkit).
     9
     10        * Scripts/webkitperl/FeatureList.pm:
     11
    1122013-12-12  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

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