[Webkit-unassigned] [Bug 27612] handling scripts can block UI
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 18 12:05:09 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27612
Oliver Hunt <oliver at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver at apple.com
--- Comment #6 from Oliver Hunt <oliver at apple.com> 2009-08-18 12:05:08 PDT ---
Am i worried about functional correctness of this patch as it is deliberately
allowing incorrect behaviour -- if i have
<script>
..do stuff..
</script>
<script>
...do more stuff...
</script>
It should not be possible for the dom to change in any way between these two
script tags, but what you are doing allows the state to change
--
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