Bug 116940 - Move leaf Node traversal helpers to htmlediting.cpp
Summary: Move leaf Node traversal helpers to htmlediting.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 01:35 PDT by Andreas Kling
Modified: 2013-05-29 12:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.37 KB, patch)
2013-05-29 01:35 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.