Bug 105945 - HTML preload scanner doesn't need to remember whether we're scanning the body
Summary: HTML preload scanner doesn't need to remember whether we're scanning the body
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 14:08 PST by Adam Barth
Modified: 2013-01-02 15:07 PST (History)
6 users (show)

See Also:


Attachments
Patch (9.21 KB, patch)
2013-01-02 14:08 PST, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2013-01-02 14:08:14 PST
HTML preload scanner doesn't need to remember whether we're scanning the body
Comment 1 Adam Barth 2013-01-02 14:08:59 PST
Created attachment 181063 [details]
Patch
Comment 2 Eric Seidel (no email) 2013-01-02 14:25:10 PST
Do we know why/when it was added?
Comment 3 Adam Barth 2013-01-02 14:28:47 PST
Looks like it became unused in http://trac.webkit.org/changeset/82628/trunk/Source/WebCore/loader/cache/CachedResourceLoader.cpp when we switched to smarter heuristics.
Comment 4 Eric Seidel (no email) 2013-01-02 14:42:13 PST
Comment on attachment 181063 [details]
Patch

LGTM.  The comment makes me wonder if it's in use by an out-of-trunk mobile port.  But OK.
Comment 5 WebKit Review Bot 2013-01-02 15:07:31 PST
Comment on attachment 181063 [details]
Patch

Clearing flags on attachment: 181063

Committed r138658: <http://trac.webkit.org/changeset/138658>
Comment 6 WebKit Review Bot 2013-01-02 15:07:35 PST
All reviewed patches have been landed.  Closing bug.