[Webkit-unassigned] [Bug 115029] New: [BlackBerry] Simplify BackForwardListBlackBerry::clear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 04:25:00 PDT 2013


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

           Summary: [BlackBerry] Simplify BackForwardListBlackBerry::clear
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


The current code manually removes every single entry in the list, which in turn makes the implementation search them one by one to remove from the list. Since we want to remove all of them just set the capacity to zero, which does the same thing but more efficiently.

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