Status: Available Owner: ---- Labels: Type-Bug Pri-3 OS-All Mstone-X Area-WebKit
New issue 25300 by [email protected]: WebKit 20381 - 100% CPU DOMNodeRemovedFromDocument document.innerHTML='<x>' http://code.google.com/p/chromium/issues/detail?id=25300 This causes 100% CPU usage, so it's not a biggy, filed upstream: https://bugs.webkit.org/show_bug.cgi?id=20381 Repro: http://skypher.com/SkyLined/Repro/Safari/100%25%20CPU%20DOMNodeRemovedFromD ocument%20document.innerHTML='%5Bx%5D'/repro.html HTML: <BODY></BODY> <SCRIPT> document.body.addEventListener("DOMNodeRemovedFromDocument",function(){even t.srcElement.innerHTML="<x>";},true); document.body.parentElement.removeChild(document.body); </SCRIPT> -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
