Changeset 70606 in webkit


Ignore:
Timestamp:
Oct 26, 2010 9:06:27 PM (13 years ago)
Author:
ddkilzer@apple.com
Message:

<http://webkit.org/b/48224> build-webkit: add support for --meter-tag switch

Reviewed by Csaba Osztrogonác.

  • Scripts/build-webkit: Added support for --meter-tag switch.

It should have been added with r60820.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r70600 r70606  
     12010-10-26  David Kilzer  <ddkilzer@apple.com>
     2
     3        <http://webkit.org/b/48224> build-webkit: add support for --meter-tag switch
     4
     5        Reviewed by Csaba Osztrogonác.
     6
     7        * Scripts/build-webkit: Added support for --meter-tag switch.
     8        It should have been added with r60820.
     9
    1102010-10-26  Ademar de Souza Reis Jr.  <ademar.reis@openbossa.org>
    211
  • trunk/WebKitTools/Scripts/build-webkit

    r70441 r70606  
    8383    $linkPrefetchSupport,
    8484    $mathmlSupport,
     85    $meterTagSupport,
    8586    $notificationsSupport,
    8687    $offlineWebApplicationSupport,
     
    182183      define => "ENABLE_MATHML", default => 1, value => \$mathmlSupport },
    183184
     185    { option => "meter-tag", desc => "Meter Tag support",
     186      define => "ENABLE_METER_TAG", default => !isGtk() && !isAppleWinWebKit(), value => \$meterTagSupport },
     187
    184188    { option => "notifications", desc => "Toggle Desktop Notifications Support",
    185189      define => "ENABLE_NOTIFICATIONS", default => 0, value => \$notificationsSupport },
Note: See TracChangeset for help on using the changeset viewer.