[Webkit-unassigned] [Bug 27149] JavaScript runaway script dialog.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 13:40:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=27149
Gavin Barraclough <barraclough at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
CC| |barraclough at apple.com
--- Comment #2 from Gavin Barraclough <barraclough at apple.com> 2012-03-13 13:40:07 PST ---
I don't think that number of statements is going to be a viable metric here – I could make a single statement that is incredibly expensive! Ultimately what we're trying to achieve it preventing JS execution from making a user's browsers unresponsive by running for too long. Time is a better proxy for the amount of time used than statement count. :-)
I don't think statement-count is a better metric here.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list