WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109754
Factor TokenPreloadScanner out of HTMLPreloadScanner
https://bugs.webkit.org/show_bug.cgi?id=109754
Summary
Factor TokenPreloadScanner out of HTMLPreloadScanner
Adam Barth
Reported
2013-02-13 15:06:07 PST
Factor HTMLTokenScanner out of HTMLPreloadScanner
Attachments
Patch
(9.26 KB, patch)
2013-02-13 15:08 PST
,
Adam Barth
no flags
Details
Formatted Diff
Diff
Patch for landing
(8.81 KB, patch)
2013-02-13 15:53 PST
,
Adam Barth
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2013-02-13 15:08:44 PST
Created
attachment 188193
[details]
Patch
Eric Seidel (no email)
Comment 2
2013-02-13 15:29:53 PST
Comment on
attachment 188193
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=188193&action=review
I think HTMLTokenScanner is decepitvely unrelated to preloading, but this is a good factoring. :) the preload scanner clearly needed a bath.
> Source/WebCore/html/parser/HTMLPreloadScanner.cpp:350 > + // Note: m_token is only used from this function and for the main thread. > + // All other functions are passed a token.
This is unrelated now?
> Source/WebCore/html/parser/HTMLPreloadScanner.h:44 > + explicit HTMLTokenScanner(const KURL& documentURL);
It feels like a TokenPreloadScanner, since it still has something to do with preloading.
Adam Barth
Comment 3
2013-02-13 15:44:10 PST
Comment on
attachment 188193
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=188193&action=review
>> Source/WebCore/html/parser/HTMLPreloadScanner.cpp:350 >> + // All other functions are passed a token. > > This is unrelated now?
Yeah. I'll remove the comment.
>> Source/WebCore/html/parser/HTMLPreloadScanner.h:44 >> + explicit HTMLTokenScanner(const KURL& documentURL); > > It feels like a TokenPreloadScanner, since it still has something to do with preloading.
Yes!
Adam Barth
Comment 4
2013-02-13 15:53:40 PST
Created
attachment 188205
[details]
Patch for landing
WebKit Review Bot
Comment 5
2013-02-13 16:58:26 PST
Comment on
attachment 188205
[details]
Patch for landing Clearing flags on attachment: 188205 Committed
r142822
: <
http://trac.webkit.org/changeset/142822
>
WebKit Review Bot
Comment 6
2013-02-13 16:58:29 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.
Top of Page
Format For Printing
XML
Clone This Bug