Bug 41440 - Split out HTMLFormattingElementList into its own file
Summary: Split out HTMLFormattingElementList into its own file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-06-30 18:06 PDT by Eric Seidel (no email)
Modified: 2010-07-01 01:37 PDT (History)
3 users (show)

See Also:


Attachments
Patch (12.44 KB, patch)
2010-06-30 18:08 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch (18.22 KB, patch)
2010-06-30 18:28 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

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