Bug 116940

Summary: Move leaf Node traversal helpers to htmlediting.cpp
Product: WebKit Reporter: Andreas Kling <kling>
Component: HTML EditingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, kling, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2013-05-29 01:35:01 PDT
Move leaf Node traversal helpers to htmlediting.cpp
Comment 1 Andreas Kling 2013-05-29 01:35:35 PDT
Created attachment 203137 [details]
Patch
Comment 2 Antti Koivisto 2013-05-29 01:46:10 PDT
Comment on attachment 203137 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=203137&action=review

> Source/WebCore/ChangeLog:9
> +        Fixes an 8-year old FIXME. \o/

\o/
Comment 3 Andreas Kling 2013-05-29 01:57:44 PDT
Committed r150879: <http://trac.webkit.org/changeset/150879>
Comment 4 Csaba Osztrogonác 2013-05-29 03:13:16 PDT
(In reply to comment #3)
> Committed r150879: <http://trac.webkit.org/changeset/150879>
FYI: It broke zillion tests everywhere.
Comment 5 Darin Adler 2013-05-29 12:33:46 PDT
Clearly the root editable element functions need the same treatment.