Bug 42022

Summary: HTMLTreeBuilder needs adjustForeignAttributes support
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    
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2010-07-10 00:30:13 PDT
HTMLTreeBuilder needs adjustForeignAttributes support
Comment 1 Eric Seidel (no email) 2010-07-10 00:37:22 PDT
Created attachment 61144 [details]
Patch
Comment 2 Adam Barth 2010-07-10 00:49:40 PDT
Comment on attachment 61144 [details]
Patch

You like re-writing this code, huh?  :)

WebCore/html/HTMLTreeBuilder.cpp:727
 +      for (unsigned x = 0; x < attributes->length(); ++x) {
you and your x
Comment 3 WebKit Commit Bot 2010-07-10 02:01:47 PDT
Comment on attachment 61144 [details]
Patch

Clearing flags on attachment: 61144

Committed r63045: <http://trac.webkit.org/changeset/63045>
Comment 4 WebKit Commit Bot 2010-07-10 02:01:52 PDT
All reviewed patches have been landed.  Closing bug.