Title: [88620] trunk
Revision
88620
Author
[email protected]
Date
2011-06-12 14:24:09 -0700 (Sun, 12 Jun 2011)

Log Message

2011-06-12  Sheriff Bot  <[email protected]>

        Unreviewed, rolling out r88616.
        http://trac.webkit.org/changeset/88616
        https://bugs.webkit.org/show_bug.cgi?id=62517

        It broke editing/text-iterator/findString.html (Requested by
        tonikitoo on #webkit).

        * platform/qt/Skipped:
2011-06-12  Sheriff Bot  <[email protected]>

        Unreviewed, rolling out r88616.
        http://trac.webkit.org/changeset/88616
        https://bugs.webkit.org/show_bug.cgi?id=62517

        It broke editing/text-iterator/findString.html (Requested by
        tonikitoo on #webkit).

        * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
        * DumpRenderTree/qt/LayoutTestControllerQt.h:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88619 => 88620)


--- trunk/LayoutTests/ChangeLog	2011-06-12 20:01:41 UTC (rev 88619)
+++ trunk/LayoutTests/ChangeLog	2011-06-12 21:24:09 UTC (rev 88620)
@@ -1,3 +1,14 @@
+2011-06-12  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r88616.
+        http://trac.webkit.org/changeset/88616
+        https://bugs.webkit.org/show_bug.cgi?id=62517
+
+        It broke editing/text-iterator/findString.html (Requested by
+        tonikitoo on #webkit).
+
+        * platform/qt/Skipped:
+
 2011-06-12  Mahesh Kulkarni  <[email protected]>
 
         Reviewed by Antonio Gomes.

Modified: trunk/LayoutTests/platform/qt/Skipped (88619 => 88620)


--- trunk/LayoutTests/platform/qt/Skipped	2011-06-12 20:01:41 UTC (rev 88619)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-06-12 21:24:09 UTC (rev 88620)
@@ -653,7 +653,7 @@
 loader/go-back-to-different-window-size.html
 
 # Missing layoutTestController.findString() http://webkit.org/b/50236
-#editing/text-iterator/findString.html
+editing/text-iterator/findString.html
 
 # Missing layoutTestController.setAlwaysAcceptCookies()
 http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html
@@ -2505,6 +2505,9 @@
 fast/events/selectstart-by-double-triple-clicks.html
 fast/events/selectstart-by-drag.html
 
+# LayoutTestController::setTextDirection is not implemented.
+fast/html/set-text-direction.html
+
 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
 http/tests/security/isolatedWorld/cross-origin-xhr.html
 

Modified: trunk/Tools/ChangeLog (88619 => 88620)


--- trunk/Tools/ChangeLog	2011-06-12 20:01:41 UTC (rev 88619)
+++ trunk/Tools/ChangeLog	2011-06-12 21:24:09 UTC (rev 88620)
@@ -1,3 +1,15 @@
+2011-06-12  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r88616.
+        http://trac.webkit.org/changeset/88616
+        https://bugs.webkit.org/show_bug.cgi?id=62517
+
+        It broke editing/text-iterator/findString.html (Requested by
+        tonikitoo on #webkit).
+
+        * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
+        * DumpRenderTree/qt/LayoutTestControllerQt.h:
+
 2011-06-12  Mahesh Kulkarni  <[email protected]>
 
         Reviewed by Antonio Gomes.

Modified: trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.cpp (88619 => 88620)


--- trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.cpp	2011-06-12 20:01:41 UTC (rev 88619)
+++ trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.cpp	2011-06-12 21:24:09 UTC (rev 88620)
@@ -954,15 +954,5 @@
     return DumpRenderTreeSupportQt::layerTreeAsText(m_drt->webPage()->mainFrame());
 }
 
-void LayoutTestController::setTextDirection(const QString& directionName)
-{
-    if (directionName == "auto")
-        m_drt->webPage()->triggerAction(QWebPage::SetTextDirectionDefault);
-    else if (directionName == "rtl")
-        m_drt->webPage()->triggerAction(QWebPage::SetTextDirectionRightToLeft);
-    else if (directionName == "ltr")
-        m_drt->webPage()->triggerAction(QWebPage::SetTextDirectionLeftToRight);
-}
-
 const unsigned LayoutTestController::maxViewWidth = 800;
 const unsigned LayoutTestController::maxViewHeight = 600;

Modified: trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.h (88619 => 88620)


--- trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.h	2011-06-12 20:01:41 UTC (rev 88619)
+++ trunk/Tools/DumpRenderTree/qt/LayoutTestControllerQt.h	2011-06-12 21:24:09 UTC (rev 88620)
@@ -274,7 +274,6 @@
     void observeStorageTrackerNotifications(unsigned number);
     void syncLocalStorage();
     QString layerTreeAsText();
-    void setTextDirection(const QString& directionName);
 
 private slots:
     void processWork();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to