Title: [150475] trunk/Source/WebCore
Revision
150475
Author
[email protected]
Date
2013-05-21 13:42:32 -0700 (Tue, 21 May 2013)

Log Message

Unreviewed, rolling out r150425.
http://trac.webkit.org/changeset/150425
https://bugs.webkit.org/show_bug.cgi?id=116573

Not the right fix for WebKit2 (Requested by rniwa on #webkit).

Patch by Commit Queue <[email protected]> on 2013-05-21

* testing/Internals.cpp:
(WebCore::Internals::resetToConsistentState):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (150474 => 150475)


--- trunk/Source/WebCore/ChangeLog	2013-05-21 20:38:04 UTC (rev 150474)
+++ trunk/Source/WebCore/ChangeLog	2013-05-21 20:42:32 UTC (rev 150475)
@@ -1,3 +1,14 @@
+2013-05-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r150425.
+        http://trac.webkit.org/changeset/150425
+        https://bugs.webkit.org/show_bug.cgi?id=116573
+
+        Not the right fix for WebKit2 (Requested by rniwa on #webkit).
+
+        * testing/Internals.cpp:
+        (WebCore::Internals::resetToConsistentState):
+
 2013-05-20  Ryosuke Niwa  <[email protected]>
 
         dispatchEvent call can execute _javascript_ and blow away endRoot from underneath

Modified: trunk/Source/WebCore/testing/Internals.cpp (150474 => 150475)


--- trunk/Source/WebCore/testing/Internals.cpp	2013-05-21 20:38:04 UTC (rev 150474)
+++ trunk/Source/WebCore/testing/Internals.cpp	2013-05-21 20:42:32 UTC (rev 150475)
@@ -285,20 +285,6 @@
 #endif
     if (!page->mainFrame()->editor().isContinuousSpellCheckingEnabled())
         page->mainFrame()->editor().toggleContinuousSpellChecking();
-
-#if USE(AUTOMATIC_TEXT_REPLACEMENT)
-    if (page->mainFrame()->editor().isAutomaticQuoteSubstitutionEnabled())
-        page->mainFrame()->editor().toggleAutomaticQuoteSubstitution();
-    if (page->mainFrame()->editor().isAutomaticLinkDetectionEnabled())
-        page->mainFrame()->editor().toggleAutomaticLinkDetection();
-    if (page->mainFrame()->editor().isAutomaticDashSubstitutionEnabled())
-        page->mainFrame()->editor().toggleAutomaticDashSubstitution();
-    if (page->mainFrame()->editor().isAutomaticTextReplacementEnabled())
-        page->mainFrame()->editor().toggleAutomaticTextReplacement();
-    if (!page->mainFrame()->editor().isAutomaticSpellingCorrectionEnabled())
-        page->mainFrame()->editor().toggleAutomaticSpellingCorrection();
-#endif
-
     if (page->mainFrame()->editor().isOverwriteModeEnabled())
         page->mainFrame()->editor().toggleOverwriteModeEnabled();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to