RESOLVED FIXED 8015
www.gcc.org uses SLOW Javascript with Safari
https://bugs.webkit.org/show_bug.cgi?id=8015
Summary www.gcc.org uses SLOW Javascript with Safari
Alexey Proskuryakov
Reported 2006-03-27 09:46:24 PST
http://www.gcc.org freezes Safari, reproducible with stock 10.4.5 or ToT.
Attachments
Sample (267.86 KB, text/plain)
2006-03-27 09:47 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2006-03-27 09:47:05 PST
Created attachment 7338 [details] Sample
Geoffrey Garen
Comment 2 2006-03-27 10:19:26 PST
Infinite for loop in JavaScript. 270 Thread_0f0f ... 270 KJS::SourceElementsNode::execute(KJS::ExecState*) 264 KJS::ForNode::execute(KJS::ExecState*) Downgrading to P2 because the general issue of being able to cancel run-away JavaScript is a separate P1 in Radar, so the unique issue here is just a compatibility bug, not a hang.
Alexey Proskuryakov
Comment 3 2006-12-13 09:44:38 PST
Actually, it doesn't actually freeze - it just takes several minutes to successfully open. The site sends some special ultra-slow code to Safari; spoofing the UA makes it work fast, and without any immediately visible issues (even with shipping Safari). menu.js: scriptNo=(nua.indexOf('Safari')>-1)?7:(nua.indexOf('Gecko')>-1)?2:((document.layers)?3:((nua.indexOf('Opera')>-1)?4:((nua.indexOf('Mac')>-1)?5:1)));
Alexey Proskuryakov
Comment 4 2007-10-30 06:05:25 PDT
I can no longer reproduce this (and the site has a new design).
Note You need to log in before you can comment on or make changes to this bug.