[Webkit-unassigned] [Bug 19417] CSSParser should use custom "vector-like" class for managing properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 7 10:37:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19417





------- Comment #2 from eric at webkit.org  2008-06-07 10:37 PDT -------
(In reply to comment #1)
> Why can't we just use a Vector?  As long as you make sure the minimum capacity
> is m_maxParsedProperties, I think it would work.
> 

I think we probably can just use vector.  But that will change the growth
behavior (or at least the default growth behavior), we can manually grow it in
equal sized chunks instead of letting vector grow itself by 2x each time it
needs to.


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



More information about the webkit-unassigned mailing list