RESOLVED FIXED 76350
ScriptRunner should also keep references to pending async scripts
https://bugs.webkit.org/show_bug.cgi?id=76350
Summary ScriptRunner should also keep references to pending async scripts
jochen
Reported 2012-01-15 14:40:26 PST
ScriptRunner should also keep references to pending async scripts
Attachments
Patch (8.22 KB, patch)
2012-01-15 14:43 PST, jochen
no flags
Patch (8.07 KB, patch)
2012-01-15 14:58 PST, jochen
no flags
Patch (8.96 KB, patch)
2012-01-16 01:20 PST, jochen
no flags
jochen
Comment 1 2012-01-15 14:43:39 PST
jochen
Comment 2 2012-01-15 14:58:52 PST
Adam Barth
Comment 3 2012-01-15 15:00:16 PST
Comment on attachment 122575 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122575&action=review > Source/WebCore/dom/ScriptElement.cpp:236 > + m_element->document()->scriptRunner()->queueScriptForExecution(this, m_cachedScript, ScriptRunner::ASYNC_EXECUTION); These enum values shouldn't be in ALL_CAPS, but that's a pre-existing problem. > Source/WebCore/dom/ScriptRunner.cpp:102 > + default: > + ASSERT_NOT_REACHED(); In WebKit, we leave off the default cases for enums so the compiler can complain when we forget one.
Csaba Osztrogonác
Comment 4 2012-01-16 00:48:58 PST
I skipped the failing test on Qt: http://trac.webkit.org/changeset/105038 to make the bot green. Please unskip it when you land the proper fix.
jochen
Comment 5 2012-01-16 01:20:34 PST
WebKit Review Bot
Comment 6 2012-01-16 01:37:18 PST
Comment on attachment 122603 [details] Patch Clearing flags on attachment: 122603 Committed r105041: <http://trac.webkit.org/changeset/105041>
WebKit Review Bot
Comment 7 2012-01-16 01:37:23 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.