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

Changeset 150475 in webkit


Ignore:
Timestamp:
May 21, 2013, 1:42:32 PM (13 years ago)
Author:
rniwa@webkit.org
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 <commit-queue@webkit.org> on 2013-05-21

  • testing/Internals.cpp:

(WebCore::Internals::resetToConsistentState):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r150469 r150475  
     12013-05-21  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r150425.
     4        http://trac.webkit.org/changeset/150425
     5        https://bugs.webkit.org/show_bug.cgi?id=116573
     6
     7        Not the right fix for WebKit2 (Requested by rniwa on #webkit).
     8
     9        * testing/Internals.cpp:
     10        (WebCore::Internals::resetToConsistentState):
     11
    1122013-05-20  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/Source/WebCore/testing/Internals.cpp

    r150425 r150475  
    286286    if (!page->mainFrame()->editor().isContinuousSpellCheckingEnabled())
    287287        page->mainFrame()->editor().toggleContinuousSpellChecking();
    288 
    289 #if USE(AUTOMATIC_TEXT_REPLACEMENT)
    290     if (page->mainFrame()->editor().isAutomaticQuoteSubstitutionEnabled())
    291         page->mainFrame()->editor().toggleAutomaticQuoteSubstitution();
    292     if (page->mainFrame()->editor().isAutomaticLinkDetectionEnabled())
    293         page->mainFrame()->editor().toggleAutomaticLinkDetection();
    294     if (page->mainFrame()->editor().isAutomaticDashSubstitutionEnabled())
    295         page->mainFrame()->editor().toggleAutomaticDashSubstitution();
    296     if (page->mainFrame()->editor().isAutomaticTextReplacementEnabled())
    297         page->mainFrame()->editor().toggleAutomaticTextReplacement();
    298     if (!page->mainFrame()->editor().isAutomaticSpellingCorrectionEnabled())
    299         page->mainFrame()->editor().toggleAutomaticSpellingCorrection();
    300 #endif
    301 
    302288    if (page->mainFrame()->editor().isOverwriteModeEnabled())
    303289        page->mainFrame()->editor().toggleOverwriteModeEnabled();
Note: See TracChangeset for help on using the changeset viewer.