[Webkit-unassigned] [Bug 55011] New: Fragment parsing does not need to use HTMLSourceTracker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 17:38:50 PST 2011


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

           Summary: Fragment parsing does not need to use
                    HTMLSourceTracker
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            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, aestes at apple.com,
                    tonyg at chromium.org


Fragment parsing does not need to use HTMLSourceTracker

Fragment parsing still calls m_sourceTracker.start() and end() even though the data isn't needed.

This is most noticable due to the malloc it causes.  However that malloc will go away if bug 55005 is fixed.

-- 
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