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

Side by Side Diff: LayoutTests/editing/inserting/insert-div-021-expected.txt

Issue 26237004: Remove unused editing related member functions from WebViewClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-10-09T17:59:14 Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 6 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of DIV > BODY > HTML > #docu ment to 5 of DIV > BODY > HTML > #document
11 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > SPAN > DI V > BODY > HTML > #document to 3 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > SPAN > DIV > BODY > HTML > #document to 3 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownst ream stillSelecting:FALSE
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
14 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > SPAN > DI V > BODY > HTML > #document to 3 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DI V > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelectin g:FALSE
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
20 Test inserting paragraphs: should see "foo", then an empty line, then "bar" in t he next line. 13 Test inserting paragraphs: should see "foo", then an empty line, then "bar" in t he next line.
21 Fix for this bug: <rdar://problem/3924579> REGRESSION (Mail): After deleting, hi tting return key does not insert visible newline 14 Fix for this bug: <rdar://problem/3924579> REGRESSION (Mail): After deleting, hi tting return key does not insert visible newline
22 | " 15 | "
23 " 16 "
24 | <div> 17 | <div>
25 | style="border: none; height: 12px" 18 | style="border: none; height: 12px"
26 | " 19 | "
27 " 20 "
28 | <span> 21 | <span>
29 | id="test" 22 | id="test"
30 | "foo" 23 | "foo"
31 | <div> 24 | <div>
32 | <br> 25 | <br>
33 | <div> 26 | <div>
34 | "<#selection-caret>bar 27 | "<#selection-caret>bar
35 " 28 "
OLDNEW
« no previous file with comments | « LayoutTests/editing/inserting/insert-div-020-expected.txt ('k') | LayoutTests/editing/inserting/insert-div-022-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698