Changeset 61299 in webkit


Ignore:
Timestamp:
Jun 16, 2010 7:05:54 PM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-06-16 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

[DRT/Chromium] Set current working directory for each of tests
https://bugs.webkit.org/show_bug.cgi?id=40668

  • DEPS: Update Chromium to r49915 to have webkit_support::SetCurrentDirectoryForFileURL().

2010-06-16 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

[DRT/Chromium] Set current working directory for each of tests
https://bugs.webkit.org/show_bug.cgi?id=40668

This change fixes tests with eventSender.beginDragWithFiles().

  • DumpRenderTree/chromium/DumpRenderTree.cpp: (runTest):
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r61278 r61299  
     12010-06-16  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [DRT/Chromium] Set current working directory for each of tests
     6        https://bugs.webkit.org/show_bug.cgi?id=40668
     7
     8        * DEPS: Update Chromium to r49915 to have
     9          webkit_support::SetCurrentDirectoryForFileURL().
     10
    1112010-06-16  Drew Wilson  <atwilson@chromium.org>
    212
  • trunk/WebKit/chromium/DEPS

    r61175 r61299  
    3333vars = {
    3434  'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
    35   'chromium_rev': '49521',
     35  'chromium_rev': '49915',
    3636}
    3737
  • trunk/WebKitTools/ChangeLog

    r61297 r61299  
     12010-06-16  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [DRT/Chromium] Set current working directory for each of tests
     6        https://bugs.webkit.org/show_bug.cgi?id=40668
     7
     8        This change fixes tests with eventSender.beginDragWithFiles().
     9
     10        * DumpRenderTree/chromium/DumpRenderTree.cpp:
     11        (runTest):
     12
    1132010-06-16  Sam Weinig  <sam@webkit.org>
    214
  • trunk/WebKitTools/DumpRenderTree/chromium/DumpRenderTree.cpp

    r60427 r61299  
    7575    }
    7676    params.testUrl = webkit_support::CreateURLForPathOrURL(pathOrURL);
     77    webkit_support::SetCurrentDirectoryForFileURL(params.testUrl);
    7778    shell.resetTestController();
    7879    shell.runFileTest(params);
Note: See TracChangeset for help on using the changeset viewer.