WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
45284
javascript: urls should execute asynchronously
https://bugs.webkit.org/show_bug.cgi?id=45284
Summary
javascript: urls should execute asynchronously
Eric Seidel (no email)
Reported
2010-09-06 23:10:56 PDT
javascript: urls should execute asynchronously synchronous execution of javascript from parseMappedAttribute has been the source of a raft of crashers (some of them security bugs). Just like mutation events, synchronous javascript execution during parsing leads to badness. We should get rid of this whole class of bugs by making javascript: urls load asynchronously. Ideally *all* loads should load asynchronously (to avoid crazy reentrancy), but hyatt has historically warned that would regress the PLT.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2010-09-07 12:18:30 PDT
What do other browsers do?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug