Bug 109754

Summary: Factor TokenPreloadScanner out of HTMLPreloadScanner
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, ojan.autocc, tonyg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    
Attachments:
Description Flags
Patch
none
Patch for landing none

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
Patch for landing (8.81 KB, patch)
2013-02-13 15:53 PST, Adam Barth
no flags
Adam Barth
Comment 1 2013-02-13 15:08:44 PST
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.