Changeset 150475 in webkit
- Timestamp:
- May 21, 2013, 1:42:32 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
testing/Internals.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r150469 r150475 1 2013-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 1 12 2013-05-20 Ryosuke Niwa <rniwa@webkit.org> 2 13 -
trunk/Source/WebCore/testing/Internals.cpp
r150425 r150475 286 286 if (!page->mainFrame()->editor().isContinuousSpellCheckingEnabled()) 287 287 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 #endif301 302 288 if (page->mainFrame()->editor().isOverwriteModeEnabled()) 303 289 page->mainFrame()->editor().toggleOverwriteModeEnabled();
Note:
See TracChangeset
for help on using the changeset viewer.