Bug 41399 - Split HTMLElementStack out into its own file
Summary: Split HTMLElementStack out 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 41402
  Show dependency treegraph
 
Reported: 2010-06-30 03:11 PDT by Eric Seidel (no email)
Modified: 2010-06-30 12:50 PDT (History)
2 users (show)

See Also:


Attachments
Patch (25.07 KB, patch)
2010-06-30 03:12 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 03:11:20 PDT
Split HTMLElementStack out into its own file
Comment 1 Eric Seidel (no email) 2010-06-30 03:12:19 PDT
Created attachment 60105 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-06-30 03:13:00 PDT
We may wish to inline some of these methods at a later time.  The easiest way to do that will probably be to just include HTMLElementStack.cpp in HTMLTreeBuilder.cpp.
Comment 3 Adam Barth 2010-06-30 12:34:23 PDT
Comment on attachment 60105 [details]
Patch

You can probably use namespace HTMLNames in the new cpp file.
Comment 4 WebKit Commit Bot 2010-06-30 12:50:51 PDT
Comment on attachment 60105 [details]
Patch

Clearing flags on attachment: 60105

Committed r62195: <http://trac.webkit.org/changeset/62195>
Comment 5 WebKit Commit Bot 2010-06-30 12:50:55 PDT
All reviewed patches have been landed.  Closing bug.