[Webkit-unassigned] [Bug 118628] New: Move the Length parsing functions to using Vector<Length>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 16:58:19 PDT 2013


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

           Summary: Move the Length parsing functions to using
                    Vector<Length>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, benjamin at webkit.org, akling at apple.com


Merge https://chromium.googlesource.com/chromium/blink/+/bbbb5d67d04ba1f8497258846c2cdaf660e91b58

The use of OwnArrayPtr<Length> was unneeded and there was no good
reason for these functions not to use a Vector. The big upside is to
remove the manual length tracking and getting the ASSERT from the
Vector for OOB accesses.

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