[Webkit-unassigned] [Bug 142295] New: optimize content extension backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 11:03:46 PST 2015


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

            Bug ID: 142295
           Summary: optimize content extension backend
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Some small optimizations go a long way.

There's no need to add duplicate actions to the serialized list as long as order is preserved.  We can't check the whole list to see if a duplicate action has been added, because that would break ignore-previous-rules, but we can check the previous action, which is where most of the duplicate actions will be.

Also, ignore-previous-rules ignores the previous rules only in that extension, but block can return early without processing other extensions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150304/358bd165/attachment-0002.html>


More information about the webkit-unassigned mailing list