Bug 41399

Summary: Split HTMLElementStack out 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
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123, 41402    
Attachments:
Description Flags
Patch none

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.