[Webkit-unassigned] [Bug 111134] New: Avoid copying urls when possible as they can be huge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 17:51:06 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111134

           Summary: Avoid copying urls when possible as they can be huge
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, tonyg at chromium.org,
                    mkwst at chromium.org


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()));

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list