[Webkit-unassigned] [Bug 145528] New: [Content Extensions] resource-type and load-type should be independent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 15:08:48 PDT 2015


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

            Bug ID: 145528
           Summary: [Content Extensions] resource-type and load-type
                    should be independent
    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

Right now we use the same uint16_t to store all the load-type and resource-type flags, then we just do a bitwise and to check both at the same time.  This results in a trigger with load-type and resource-type firing if either condition is met, not both conditions.  A trigger with both resource-type and load-type conditions should only fire if both conditions are met.

-- 
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/20150601/8fbcc90b/attachment.html>


More information about the webkit-unassigned mailing list