[Webkit-unassigned] [Bug 147050] New: [Content Extensions] Cache actions with domains that match everything

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 14:32:14 PDT 2015


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

            Bug ID: 147050
           Summary: [Content Extensions] Cache actions with domains that
                    match everything
    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

If you have lots of rules with triggers like {"url-filter":".*","if-domain":["*webkit.org"]} we will spend a lot of time adding unnecessary actions to HashSets when you are not on webkit.org.  Caching all the rules and only adding them to a collection once when the domain changes saves a lot of URL interpreting time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150717/62f56a63/attachment.html>


More information about the webkit-unassigned mailing list