Bug 111134
Summary: | Avoid copying urls when possible as they can be huge | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | abarth, annevk, jamesr, mkwst, tonyg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Seidel (no email)
Avoid copying urls when possible as they can be huge
data:urls can be gigantic. Trying to use data:urls to perf-test the threaded parser was disaster.
For example, in HTMLDocumentParser::startBackgroundParser()
config->preloadScanner = adoptPtr(new TokenPreloadScanner(document()->url().copy()));
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
Can no longer find this code.