Bug 41440

Summary: Split out HTMLFormattingElementList into its own file
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch
none
Patch none

Description Eric Seidel (no email) 2010-06-30 18:06:19 PDT
Split out HTMLFormattingElementList into its own file
Comment 1 Eric Seidel (no email) 2010-06-30 18:08:20 PDT
Created attachment 60178 [details]
Patch
Comment 2 Early Warning System Bot 2010-06-30 18:15:42 PDT
Attachment 60178 [details] did not build on qt:
Build output: http://webkit-commit-queue.appspot.com/results/3314993
Comment 3 Eric Seidel (no email) 2010-06-30 18:16:29 PDT
Attachment 60178 [details] did not build on mac:
Build output: http://webkit-commit-queue.appspot.com/results/3363106
Comment 4 Eric Seidel (no email) 2010-06-30 18:28:57 PDT
Created attachment 60181 [details]
Patch
Comment 5 Eric Seidel (no email) 2010-06-30 18:30:18 PDT
After I finished this patch, it seemed to me that it may make sense long term to merge HTMLFormattingElementList into HTMLElementStack.  They operate on a similar data set, and sometimes need to interact with one another.
Comment 6 Adam Barth 2010-06-30 19:21:19 PDT
Comment on attachment 60181 [details]
Patch

ok
Comment 7 WebKit Commit Bot 2010-07-01 01:08:12 PDT
Comment on attachment 60181 [details]
Patch

Clearing flags on attachment: 60181

Committed r62235: <http://trac.webkit.org/changeset/62235>
Comment 8 WebKit Commit Bot 2010-07-01 01:08:27 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Eric Seidel (no email) 2010-07-01 01:37:13 PDT
Committed r62239: <http://trac.webkit.org/changeset/62239>