Bug 34857 - Move InlineIterator and BidiRun code into new files
Summary: Move InlineIterator and BidiRun code into new files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 11:51 PST by Dave Hyatt
Modified: 2010-02-11 12:06 PST (History)
0 users

See Also:


Attachments
Patch to move files (32.56 KB, patch)
2010-02-11 11:52 PST, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-02-11 11:51:44 PST
No logical changes.  Just moving the code into separate files so that the iterator can be accessed from block subclasses (like list items).
Comment 1 Dave Hyatt 2010-02-11 11:52:12 PST
Created attachment 48588 [details]
Patch to move files
Comment 2 mitz 2010-02-11 11:55:43 PST
Comment on attachment 48588 [details]
Patch to move files

> +        WebCore/rendering/BidiRun.cpp \
> +        WebCore/rendering/BidiRun.h \

tab/space mismatch.

rs=me
Comment 3 Dave Hyatt 2010-02-11 12:06:10 PST
Fixed in r54665.