Summary: | input field with focus makes appendChild operation ~42x slower | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Igor Minar <iiminar> | ||||||
Component: | DOM | Assignee: | Emil A Eklund <eae> | ||||||
Status: | VERIFIED FIXED | ||||||||
Severity: | Major | CC: | abarth, commit-queue, dglazkov, eae, eric, webkit.review.bot | ||||||
Priority: | P2 | Keywords: | HasReduction | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Mac (Intel) | ||||||||
OS: | OS X 10.5 | ||||||||
Attachments: |
|
Description
Igor Minar
2011-03-24 15:36:07 PDT
Created attachment 86848 [details]
reduced test case
I also filed https://bugs.webkit.org/show_bug.cgi?id=57061 which in combination with this issue kills our app in WebKit/Chrome. Created attachment 89819 [details]
Patch
Comment on attachment 89819 [details]
Patch
great! Can you file a bug to put this whole deleteButtonController business behind a compile flag? Most builds of WebKit don't need it.
Comment on attachment 89819 [details] Patch Clearing flags on attachment: 89819 Committed r84056: <http://trac.webkit.org/changeset/84056> All reviewed patches have been landed. Closing bug. http://trac.webkit.org/changeset/84056 might have broken WinCairo Debug (Build) I was able to manually verify the fix with the r84295 nightly build. Thanks for the fix, Emil. Cool, thanks for verifying! |