Changeset 125738 in webkit
- Timestamp:
- Aug 15, 2012, 7:40:21 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 14 edited
-
ChangeLog (modified) (1 diff)
-
ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi (modified) (1 diff)
-
Source/WebKit/ChangeLog (modified) (1 diff)
-
Source/WebKit/PlatformBlackBerry.cmake (modified) (2 diffs)
-
Source/WebKit/chromium/ChangeLog (modified) (1 diff)
-
Source/WebKit/chromium/public/WebDevToolsAgent.h (modified) (1 diff)
-
Source/WebKit/chromium/public/WebView.h (modified) (1 diff)
-
Source/WebKit/qt/Api/qwebelement.cpp (modified) (1 diff)
-
Source/WebKit/qt/ChangeLog (modified) (1 diff)
-
Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h (modified) (1 diff)
-
Source/WebKit/win/ChangeLog (modified) (1 diff)
-
Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl (modified) (1 diff)
-
Source/WebKit2/ChangeLog (modified) (1 diff)
-
Source/WebKit2/Shared/WebPreferencesStore.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r125716 r125738 1 2012-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 1 10 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com> 2 11 -
trunk/ManualTests/resources/multiFileResources/post-echo-and-notify-done.cgi
r37863 r125738 7 7 || die "Could not get query\n"; 8 8 print "<pre>$request</pre>"; 9 print "<script>if (window. layoutTestController) layoutTestController.notifyDone();</script>";9 print "<script>if (window.testRunner) testRunner.notifyDone();</script>"; 10 10 } else { 11 11 print "Wrong method: " . $ENV{'REQUEST_METHOD'} . "\n"; -
trunk/Source/WebKit/ChangeLog
r125514 r125738 1 2012-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 1 10 2012-08-14 Christophe Dumez <christophe.dumez@intel.com> 2 11 -
trunk/Source/WebKit/PlatformBlackBerry.cmake
r125324 r125738 133 133 ${TOOLS_DIR}/DumpRenderTree/blackberry/EventSender.cpp 134 134 ${TOOLS_DIR}/DumpRenderTree/blackberry/GCControllerBlackBerry.cpp 135 ${TOOLS_DIR}/DumpRenderTree/blackberry/ LayoutTestControllerBlackBerry.cpp135 ${TOOLS_DIR}/DumpRenderTree/blackberry/TestRunnerBlackBerry.cpp 136 136 ${TOOLS_DIR}/DumpRenderTree/blackberry/PixelDumpSupportBlackBerry.cpp 137 137 ${TOOLS_DIR}/DumpRenderTree/blackberry/PNGImageEncoder.cpp … … 140 140 ${TOOLS_DIR}/DumpRenderTree/AccessibilityUIElement.cpp 141 141 ${TOOLS_DIR}/DumpRenderTree/AccessibilityTextMarker.cpp 142 ${TOOLS_DIR}/DumpRenderTree/ LayoutTestController.cpp142 ${TOOLS_DIR}/DumpRenderTree/TestRunner.cpp 143 143 ${TOOLS_DIR}/DumpRenderTree/CyclicRedundancyCheck.cpp 144 144 ${TOOLS_DIR}/DumpRenderTree/PixelDumpSupport.cpp -
trunk/Source/WebKit/chromium/ChangeLog
r125728 r125738 1 2012-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 1 13 2012-08-15 Alec Flett <alecflett@chromium.org> 2 14 -
trunk/Source/WebKit/chromium/public/WebDevToolsAgent.h
r120318 r125738 67 67 virtual void setProcessId(long) = 0; 68 68 69 // Exposed for LayoutTestController.69 // Exposed for TestRunner. 70 70 virtual void evaluateInWebInspector(long callId, const WebString& script) = 0; 71 71 -
trunk/Source/WebKit/chromium/public/WebView.h
r124478 r125738 508 508 virtual void updateBatteryStatus(const WebBatteryStatus&) { } 509 509 510 // Testing functionality for LayoutTestController-----------------------510 // Testing functionality for TestRunner --------------------------------- 511 511 512 512 // Simulates a compositor lost context. -
trunk/Source/WebKit/qt/Api/qwebelement.cpp
r122845 r125738 2058 2058 visitedObjects->remove(object); 2059 2059 } else if (object && object->inherits(&JSDocument::s_info)) { 2060 // To support LayoutTestControllerQt::nodesFromRect(), used in DRT, we do an implicit2060 // To support TestRunnerQt::nodesFromRect(), used in DRT, we do an implicit 2061 2061 // conversion from 'document' to the QWebElement representing the 'document.documentElement'. 2062 2062 // We can't simply use a QVariantMap in nodesFromRect() because it currently times out -
trunk/Source/WebKit/qt/ChangeLog
r125615 r125738 1 2012-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 1 12 2012-08-14 Adam Barth <abarth@webkit.org> 2 13 -
trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h
r123841 r125738 53 53 extern QMap<int, QWebScriptWorld*> m_worldMap; 54 54 55 // Used to pass WebCore::Node's to layout tests using LayoutTestController55 // Used to pass WebCore::Node's to layout tests using TestRunner 56 56 class QWEBKIT_EXPORT QDRTNode { 57 57 public: -
trunk/Source/WebKit/win/ChangeLog
r125615 r125738 1 2012-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 1 10 2012-08-14 Adam Barth <abarth@webkit.org> 2 11 -
trunk/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
r116230 r125738 89 89 HRESULT shouldUseHighResolutionTimers([out, retval] BOOL* useHighResolutionTimers); 90 90 91 // Used to set preference specified by a test via LayoutTestController.overridePreference(..).91 // Used to set preference specified by a test via TestRunner.overridePreference(..). 92 92 // Used by DumpRenderTree. 93 93 HRESULT setPreferenceForTest([in] BSTR key, [in] BSTR value); -
trunk/Source/WebKit2/ChangeLog
r125716 r125738 1 2012-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 1 11 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com> 2 12 -
trunk/Source/WebKit2/Shared/WebPreferencesStore.cpp
r106008 r125738 185 185 bool WebPreferencesStore::getBoolValueForKey(const String& key) const 186 186 { 187 // FIXME: Extend overriding to other key types used from LayoutTestController.187 // FIXME: Extend overriding to other key types used from TestRunner. 188 188 BoolOverridesMap::const_iterator it = boolTestRunnerOverridesMap().find(key); 189 189 if (it != boolTestRunnerOverridesMap().end())
Note:
See TracChangeset
for help on using the changeset viewer.