Bug 41940

Summary: Add insertForeignElement in preparation for adding "in foreign content" support
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch abarth: review+

Description Eric Seidel (no email) 2010-07-09 01:10:18 PDT
Add insertForeignElement in preparation for adding "in foreign content" support
Comment 1 Eric Seidel (no email) 2010-07-09 01:11:27 PDT
Created attachment 61013 [details]
Patch
Comment 2 Adam Barth 2010-07-09 01:15:35 PDT
Comment on attachment 61013 [details]
Patch

Please fix the crash before landing.  :)

WebCore/html/HTMLConstructionSite.cpp:248
 +      const QualifiedName& tagName = QualifiedName(nullAtom, token.name(), namespaceURI);
this is a crash
Comment 3 Eric Seidel (no email) 2010-07-09 01:26:29 PDT
Committed r62916: <http://trac.webkit.org/changeset/62916>