[Webkit-unassigned] [Bug 234713] New: Content Filtering should be using SharedBuffer instead of copying its data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 18:48:36 PST 2021


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

            Bug ID: 234713
           Summary: Content Filtering should be using SharedBuffer instead
                    of copying its data
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com

ContentFilter and NetworkExtensionContentFilter takes a const uint8_t*/int and have to copy the content into a separate buffer.

They could instead take a SharedBuffer which would avoid the above.

-- 
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/20211228/8eeeb349/attachment-0001.htm>


More information about the webkit-unassigned mailing list