[Webkit-unassigned] [Bug 120195] [RFE] Expose the reason for a ResourceRequest to bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 08:10:21 PST 2014


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





--- Comment #3 from Ben Boeckel <mathstuf at gmail.com>  2014-03-05 08:07:23 PST ---
Feature rationale:

I work on uzbl[1] and I'd like to implement support for AdBlockPlus filter rules[2] for adblocking. The problem is that the rules specify that, e.g., they only apply for images, JS, or CSS files which WebKit doesn't offer at all. I'd also like to put some auditing in to drive the Lightbeam[3] code in uzbl.

Location:

ResourceRequest seemed like the best place since the ResourceLoader would otherwise need to get the information through some other path in places and notification of the reason would likely come through changed notification APIs (e.g., willSendRequest would need a reason parameter added to it). In WebKit2, the reason would need to get back to the UIProcess somehow and it seemed to fit there as well.

I can try to take a stab at moving it into the loader(s) itself.

[1]http://uzbl.org
[2]https://adblockplus.org/en/filters#options
[3]https://en.wikipedia.org/wiki/Lightbeam_%28software%29

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list