⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 125738 in webkit


Ignore:
Timestamp:
Aug 15, 2012, 7:40:21 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

Update manual tests and comments to refer to TestRunner instead of LayoutTestController
https://bugs.webkit.org/show_bug.cgi?id=94168

Reviewed by Kent Tamura.

.:

  • ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi:

Source/WebKit:

  • PlatformBlackBerry.cmake:

Source/WebKit/chromium:

  • public/WebDevToolsAgent.h:

(WebDevToolsAgent):

  • public/WebView.h:

(WebView):

Source/WebKit/qt:

  • Api/qwebelement.cpp:

(convertJSValueToWebElementVariant):

  • WebCoreSupport/DumpRenderTreeSupportQt.h:

Source/WebKit/win:

  • Interfaces/IWebPreferencesPrivate.idl:

Source/WebKit2:

  • Shared/WebPreferencesStore.cpp:

(WebKit::WebPreferencesStore::getBoolValueForKey):

Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r125716 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi:
     9
    1102012-08-15  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
    211
  • trunk/ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi

    r37863 r125738  
    77                || die "Could not get query\n";
    88    print "<pre>$request</pre>";
    9     print "<script>if (window.layoutTestController) layoutTestController.notifyDone();</script>";
     9    print "<script>if (window.testRunner) testRunner.notifyDone();</script>";
    1010} else {
    1111    print "Wrong method: " . $ENV{'REQUEST_METHOD'} . "\n";
  • trunk/Source/WebKit/ChangeLog

    r125514 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * PlatformBlackBerry.cmake:
     9
    1102012-08-14  Christophe Dumez  <christophe.dumez@intel.com>
    211
  • trunk/Source/WebKit/PlatformBlackBerry.cmake

    r125324 r125738  
    133133        ${TOOLS_DIR}/DumpRenderTree/blackberry/EventSender.cpp
    134134        ${TOOLS_DIR}/DumpRenderTree/blackberry/GCControllerBlackBerry.cpp
    135         ${TOOLS_DIR}/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp
     135        ${TOOLS_DIR}/DumpRenderTree/blackberry/TestRunnerBlackBerry.cpp
    136136        ${TOOLS_DIR}/DumpRenderTree/blackberry/PixelDumpSupportBlackBerry.cpp
    137137        ${TOOLS_DIR}/DumpRenderTree/blackberry/PNGImageEncoder.cpp
     
    140140        ${TOOLS_DIR}/DumpRenderTree/AccessibilityUIElement.cpp
    141141        ${TOOLS_DIR}/DumpRenderTree/AccessibilityTextMarker.cpp
    142         ${TOOLS_DIR}/DumpRenderTree/LayoutTestController.cpp
     142        ${TOOLS_DIR}/DumpRenderTree/TestRunner.cpp
    143143        ${TOOLS_DIR}/DumpRenderTree/CyclicRedundancyCheck.cpp
    144144        ${TOOLS_DIR}/DumpRenderTree/PixelDumpSupport.cpp
  • trunk/Source/WebKit/chromium/ChangeLog

    r125728 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * public/WebDevToolsAgent.h:
     9        (WebDevToolsAgent):
     10        * public/WebView.h:
     11        (WebView):
     12
    1132012-08-15  Alec Flett  <alecflett@chromium.org>
    214
  • trunk/Source/WebKit/chromium/public/WebDevToolsAgent.h

    r120318 r125738  
    6767    virtual void setProcessId(long) = 0;
    6868
    69     // Exposed for LayoutTestController.
     69    // Exposed for TestRunner.
    7070    virtual void evaluateInWebInspector(long callId, const WebString& script) = 0;
    7171
  • trunk/Source/WebKit/chromium/public/WebView.h

    r124478 r125738  
    508508    virtual void updateBatteryStatus(const WebBatteryStatus&) { }
    509509
    510     // Testing functionality for LayoutTestController -----------------------
     510    // Testing functionality for TestRunner ---------------------------------
    511511
    512512    // Simulates a compositor lost context.
  • trunk/Source/WebKit/qt/Api/qwebelement.cpp

    r122845 r125738  
    20582058        visitedObjects->remove(object);
    20592059    } else if (object && object->inherits(&JSDocument::s_info)) {
    2060         // To support LayoutTestControllerQt::nodesFromRect(), used in DRT, we do an implicit
     2060        // To support TestRunnerQt::nodesFromRect(), used in DRT, we do an implicit
    20612061        // conversion from 'document' to the QWebElement representing the 'document.documentElement'.
    20622062        // We can't simply use a QVariantMap in nodesFromRect() because it currently times out
  • trunk/Source/WebKit/qt/ChangeLog

    r125615 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * Api/qwebelement.cpp:
     9        (convertJSValueToWebElementVariant):
     10        * WebCoreSupport/DumpRenderTreeSupportQt.h:
     11
    1122012-08-14  Adam Barth  <abarth@webkit.org>
    213
  • trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h

    r123841 r125738  
    5353extern QMap<int, QWebScriptWorld*> m_worldMap;
    5454
    55 // Used to pass WebCore::Node's to layout tests using LayoutTestController
     55// Used to pass WebCore::Node's to layout tests using TestRunner
    5656class QWEBKIT_EXPORT QDRTNode {
    5757public:
  • trunk/Source/WebKit/win/ChangeLog

    r125615 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * Interfaces/IWebPreferencesPrivate.idl:
     9
    1102012-08-14  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl

    r116230 r125738  
    8989    HRESULT shouldUseHighResolutionTimers([out, retval] BOOL* useHighResolutionTimers);
    9090
    91     // Used to set preference specified by a test via LayoutTestController.overridePreference(..).
     91    // Used to set preference specified by a test via TestRunner.overridePreference(..).
    9292    // Used by DumpRenderTree.
    9393    HRESULT setPreferenceForTest([in] BSTR key, [in] BSTR value);
  • trunk/Source/WebKit2/ChangeLog

    r125716 r125738  
     12012-08-15  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update manual tests and comments to refer to TestRunner instead of LayoutTestController
     4        https://bugs.webkit.org/show_bug.cgi?id=94168
     5
     6        Reviewed by Kent Tamura.
     7
     8        * Shared/WebPreferencesStore.cpp:
     9        (WebKit::WebPreferencesStore::getBoolValueForKey):
     10
    1112012-08-15  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
    212
  • trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp

    r106008 r125738  
    185185bool WebPreferencesStore::getBoolValueForKey(const String& key) const
    186186{
    187     // FIXME: Extend overriding to other key types used from LayoutTestController.
     187    // FIXME: Extend overriding to other key types used from TestRunner.
    188188    BoolOverridesMap::const_iterator it = boolTestRunnerOverridesMap().find(key);
    189189    if (it != boolTestRunnerOverridesMap().end())
Note: See TracChangeset for help on using the changeset viewer.