+2006-07-23 David Harrison <harrison@apple.com>
+
+ Reviewed by timo.
+
+ <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
+
+ * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
+ * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
+ * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
+ * editing/deleting/delete-mixed-editable-content-001.html: Added.
+
2006-07-23 Adele Peterson <adele@apple.com>
Reviewed by Maciej.
--- /dev/null
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of SPAN > SPAN > DIV > BODY > HTML > #document to 1 of SPAN > SPAN > DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of SPAN > SPAN > DIV > BODY > HTML > #document to 0 of SPAN > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > SPAN > SPAN > DIV > BODY > HTML > #document to 5 of #text > SPAN > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > SPAN > SPAN > DIV > BODY > HTML > #document to 5 of #text > SPAN > SPAN > DIV > BODY > HTML > #document
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of SPAN > SPAN > DIV > BODY > HTML > #document to 0 of SPAN > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock {DIV} at (0,0) size 204x22 [border: (2px solid #FF0000)]
+ RenderInline {SPAN} at (0,0) size 44x18
+ RenderText {#text} at (0,0) size 0x0
+ RenderInline {SPAN} at (0,0) size 40x18
+ RenderInline {SPAN} at (0,0) size 40x18
+ RenderText {#text} at (2,2) size 40x18
+ text run at (2,2) width 40: "12345"
+ RenderText {#text} at (42,2) size 4x18
+ text run at (42,2) width 4: " "
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderBR {BR} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
+caret: position 0 of child 0 {BR} of child 3 {SPAN} of child 1 {SPAN} of child 0 {DIV} of child 2 {BODY} of child 0 {HTML} of document
+2006-07-23 David Harrison <harrison@apple.com>
+
+ Reviewed by timo.
+
+ <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
+
+ * Test: editing/deleting/delete-mixed-editable-content-001.html
+
+ * editing/visible_units.cpp:
+ (WebCore::startOfParagraph):
+ Respect editable boundary the same way endOfParagraph does.
+
2006-07-23 Beth Dakin <bdakin@apple.com>
Reviewed by Maciej. (Patch by me, Maciej, and Harrison.)