Bug 93608

Summary: Move element creation methods in HTMLConstructionSite to HTMLParserDOMMutationQueue.
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: DOMAssignee: Kwang Yul Seo <skyul>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 93455    
Bug Blocks: 90751, 93612    
Attachments:
Description Flags
Patch
none
Patch none

Kwang Yul Seo
Reported 2012-08-09 05:21:39 PDT
Element creation itself also belongs to DOM modifications. Move element creation methods used in HTMLConstructionSite to HTMLParserDOMMutationQueue. This patch does implement queueing of element creation because we can't queue element creation at the moment. After adding node proxy classes in follup commits, we can queue all DOM modifications including element creation.
Attachments
Patch (22.42 KB, patch)
2012-08-09 05:27 PDT, Kwang Yul Seo
no flags
Patch (22.42 KB, patch)
2012-08-09 05:34 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2012-08-09 05:27:51 PDT
Kwang Yul Seo
Comment 2 2012-08-09 05:34:31 PDT
Kwang Yul Seo
Comment 3 2012-08-09 05:34:58 PDT
(In reply to comment #2) > Created an attachment (id=157451) [details] > Patch Fixed a typo in the change log
Eric Seidel (no email)
Comment 4 2013-03-05 02:03:01 PST
We took a different approach with the threaded parser work. I think this is now WONTFIX/dupe of bug 106127.
Zan Dobersek
Comment 5 2013-09-05 08:33:31 PDT
Comment on attachment 157451 [details] Patch The work on this bug has ceased, removing the r? flag on the patch.
Note You need to log in before you can comment on or make changes to this bug.