Teach the HTML5 parser how to handle external scripts
I have a work in progress I'll upload. It causes a bunch of test regressions and is not nearly ready for review yet (but it does handle simple <script src=""> tags!).
Created attachment 57084 [details] very rough work in progress which makes external scripts work
Created attachment 57180 [details] slightly better work in progress
Comment on attachment 57180 [details] slightly better work in progress Didn't mean to mark this for review, sorry.
Created attachment 57196 [details] for adam to look at while I clean it up a bit yet
Created attachment 57199 [details] Ready for review
Attachment 57199 [details] did not build on qt: Build output: http://webkit-commit-queue.appspot.com/results/2497061
Comment on attachment 57199 [details] Ready for review Thanks for working on this patch. I know it was painful, but this looks like a good patch to start iterating from. Please address the verbal comments before landing. WebCore/html/HTML5TreeBuilder.cpp:120 + m_isPaused = false; I'm not 100% sold on this model, but we'll see how it pans out.
Committed r60275: <http://trac.webkit.org/changeset/60275>
Attachment 57199 [details] did not build on chromium: Build output: http://webkit-commit-queue.appspot.com/results/2514084