Bug 105644 - Remove ResourceLoadScheduler::addMainResourceLoad and all related code
Summary: Remove ResourceLoadScheduler::addMainResourceLoad and all related code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-21 10:55 PST by Brady Eidson
Modified: 2012-12-21 11:15 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (7.85 KB, patch)
2012-12-21 10:59 PST, Brady Eidson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2012-12-21 10:55:00 PST
Remove ResourceLoadScheduler::addMainResourceLoad and all related code

Once main resources became scheduled, cached loads, the "addMainResourceLoad" code path became irrelevant.

Let's nuke it.

In radar as <rdar://problem/12925275>
Comment 1 Brady Eidson 2012-12-21 10:57:03 PST
Fixing https://bugs.webkit.org/show_bug.cgi?id=49246 is what made this possible, for future reference.
Comment 2 Brady Eidson 2012-12-21 10:59:56 PST
Created attachment 180536 [details]
Patch v1
Comment 3 Brady Eidson 2012-12-21 11:15:41 PST
http://trac.webkit.org/changeset/138391