[Webkit-unassigned] [Bug 142422] New: Content extensions need triggers dependent on 3rd party and content type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 17:46:44 PST 2015


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

            Bug ID: 142422
           Summary: Content extensions need triggers dependent on 3rd
                    party and content type
    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

This is one of many ways to implement this.  Some of them are:

1) Prepending non-ascii characters to the url containing the flags.  This is 
2) Putting the flags in the compiled action description.  This would create many false positives that would be filtered out after interpreting.
3) Make many smaller DFAs for each combination of flags.
4) Put the flags in the byte code if needed.  This is similar to 2.

I implemented number 4.  Comments?

-- 
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/20150307/698e8b1c/attachment-0002.html>


More information about the webkit-unassigned mailing list