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

Side by Side Diff: LayoutTests/editing/deleting/merge-endOfParagraph-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 2 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > DIV > BODY > HTML > #document to 3 of #text > DIV > DIV > BODY > HTML > #document
7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY > HTML > #docum ent affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 layer at (0,0) size 800x600 6 layer at (0,0) size 800x600
11 RenderView at (0,0) size 800x600 7 RenderView at (0,0) size 800x600
12 layer at (0,0) size 800x600 8 layer at (0,0) size 800x600
13 RenderBlock {HTML} at (0,0) size 800x600 9 RenderBlock {HTML} at (0,0) size 800x600
14 RenderBody {BODY} at (8,8) size 784x584 10 RenderBody {BODY} at (8,8) size 784x584
15 RenderBlock {P} at (0,0) size 784x36 11 RenderBlock {P} at (0,0) size 784x36
16 RenderText {#text} at (0,0) size 747x36 12 RenderText {#text} at (0,0) size 747x36
17 text run at (0,0) width 747: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an " 13 text run at (0,0) width 747: "When the selection to delete ends at the end of a paragraph, that paragraph will be completely deleted, but a <br> or an "
18 text run at (0,18) width 555: "empty block will remain. Merging must h appen to remove that <br> or prune that block." 14 text run at (0,18) width 555: "empty block will remain. Merging must h appen to remove that <br> or prune that block."
19 RenderBlock {P} at (0,52) size 784x36 15 RenderBlock {P} at (0,52) size 784x36
20 RenderText {#text} at (0,0) size 763x36 16 RenderText {#text} at (0,0) size 763x36
21 text run at (0,0) width 763: "This test illustrates a case where mergi ng wasn't allowed to happen just because the end of the selection to delete was in a" 17 text run at (0,0) width 763: "This test illustrates a case where mergi ng wasn't allowed to happen just because the end of the selection to delete was in a"
22 text run at (0,18) width 237: "fully selected line, which is nonsense. " 18 text run at (0,18) width 237: "fully selected line, which is nonsense. "
23 RenderBlock {P} at (0,104) size 784x54 19 RenderBlock {P} at (0,104) size 784x54
24 RenderText {#text} at (0,0) size 779x54 20 RenderText {#text} at (0,0) size 779x54
25 text run at (0,0) width 315: "Fixing that bug exposed a problem with m erging. " 21 text run at (0,0) width 315: "Fixing that bug exposed a problem with m erging. "
26 text run at (315,0) width 462: "If deletion empties out the block that contained the start of the selection to" 22 text run at (315,0) width 462: "If deletion empties out the block that contained the start of the selection to"
27 text run at (0,18) width 472: "delete, that block can collapse away an d become impossible to merge into. " 23 text run at (0,18) width 472: "delete, that block can collapse away an d become impossible to merge into. "
28 text run at (472,18) width 307: "So we insert a placeholder to prop it open so that" 24 text run at (472,18) width 307: "So we insert a placeholder to prop it open so that"
29 text run at (0,36) width 142: "the merge can happen." 25 text run at (0,36) width 142: "the merge can happen."
30 RenderBlock {DIV} at (5,174) size 774x32 [border: (1px solid #000000)] 26 RenderBlock {DIV} at (5,174) size 774x32 [border: (1px solid #000000)]
31 RenderBlock {DIV} at (6,6) size 762x20 [border: (1px solid #FF0000)] 27 RenderBlock {DIV} at (6,6) size 762x20 [border: (1px solid #FF0000)]
32 RenderBR {BR} at (1,1) size 0x18 28 RenderBR {BR} at (1,1) size 0x18
33 caret: position 0 of child 0 {BR} of child 0 {DIV} of child 6 {DIV} of body 29 caret: position 0 of child 0 {BR} of child 0 {DIV} of child 6 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698