Bug 128858 - [Cocoa] Improved content filtering
Summary: [Cocoa] Improved content filtering
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Andy Estes
URL:
Keywords: InRadar
Depends on: 135439 142062 142066 142251 142255 142313 142475 142515 142710 142894 142897 142899 142900 142904 142991 143410 143414 143435 143437 143470 143599 143742 148506
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-14 17:42 PST by Andy Estes
Modified: 2015-08-27 00:55 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2014-02-14 17:42:04 PST
The current content filtering implementation suffers from the following problems:

- Error pages aren't displayed correctly when a non-HTML document is blocked by the filter.
- The filter performs synchronous XPC messaging during loading.
- The filter sometimes keeps up to two additional copies of the main resource in memory.
- The filter is untestable from a WebKit perspective.

This bug tracks improving the content filter by addressing these problems.
Comment 1 Andy Estes 2014-02-14 17:42:59 PST
<rdar://problem/15097819>