RESOLVED WONTFIX 93608
Move element creation methods in HTMLConstructionSite to HTMLParserDOMMutationQueue.
https://bugs.webkit.org/show_bug.cgi?id=93608
Summary Move element creation methods in HTMLConstructionSite to HTMLParserDOMMutatio...
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.