Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: Source/WebCore/editing/TextIterator.h

Issue 12780019: Merge 145954 "TextIterator emits LF for a br element inside an e..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/platform/mac/TestExpectations ('k') | Source/WebCore/editing/TextIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/editing/TextIterator.h
===================================================================
--- Source/WebCore/editing/TextIterator.h (revision 146097)
+++ Source/WebCore/editing/TextIterator.h (working copy)
@@ -260,6 +260,9 @@
// Used when m_stopsOnFormControls is set to determine if the iterator should keep advancing.
bool m_shouldStop;
+
+ // Used in pasting inside password field.
+ bool m_emitsOriginalText;
};
// Builds on the text iterator, adding a character position so we can walk one
« no previous file with comments | « LayoutTests/platform/mac/TestExpectations ('k') | Source/WebCore/editing/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698