Bug 141460 - Optimize MutableStyleProperties::removePropertiesInSet()
Summary: Optimize MutableStyleProperties::removePropertiesInSet()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 141321
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-10 20:39 PST by Chris Dumez
Modified: 2015-02-10 22:02 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.60 KB, patch)
2015-02-10 20:44 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-02-10 20:39:30 PST
Optimize MutableStyleProperties::removePropertiesInSet() by doing an in-place removal of the vector properties, using the new and efficient Vector::removalAllMatching().
Comment 1 Chris Dumez 2015-02-10 20:44:15 PST
Created attachment 246370 [details]
Patch
Comment 2 Andreas Kling 2015-02-10 21:17:52 PST
Comment on attachment 246370 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-02-10 22:02:43 PST
Comment on attachment 246370 [details]
Patch

Clearing flags on attachment: 246370

Committed r179917: <http://trac.webkit.org/changeset/179917>
Comment 4 WebKit Commit Bot 2015-02-10 22:02:49 PST
All reviewed patches have been landed.  Closing bug.