Changeset 85487 in webkit


Ignore:
Timestamp:
May 2, 2011 10:43:09 AM (13 years ago)
Author:
Martin Robinson
Message:

2011-05-02 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

[GTK] old-run-webkit-tests should disable the Ubuntu overlay scrollbar
https://bugs.webkit.org/show_bug.cgi?id=59943

Disable the Ubuntu overlay scrollbar while testing, by injecting the
LIBOVERLAY_SCROLLBAR=0 environment variable.

  • Scripts/old-run-webkit-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85481 r85487  
     12011-05-02  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] old-run-webkit-tests should disable the Ubuntu overlay scrollbar
     6        https://bugs.webkit.org/show_bug.cgi?id=59943
     7
     8        Disable the Ubuntu overlay scrollbar while testing, by injecting the
     9        LIBOVERLAY_SCROLLBAR=0 environment variable.
     10
     11        * Scripts/old-run-webkit-tests:
     12
    1132011-05-02  Martin Robinson  <mrobinson@igalia.com>
    214
  • trunk/Tools/Scripts/old-run-webkit-tests

    r85262 r85487  
    14711471    # Port specifics
    14721472    if (isGtk()) {
     1473        $CLEAN_ENV{LIBOVERLAY_SCROLLBAR} = "0";
    14731474        $CLEAN_ENV{GTK_MODULES} = "gail";
    14741475        $CLEAN_ENV{WEBKIT_INSPECTOR_PATH} = "$productDir/resources/inspector";
Note: See TracChangeset for help on using the changeset viewer.