[Webkit-unassigned] [Bug 25118] Add signal to support AdBlock in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 20:05:39 PDT 2009


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





------- Comment #3 from mrowe at apple.com  2009-04-10 20:05 PDT -------
I think WebCore already supports this functionality by way of
FrameLoaderClient::dispatchWillSendRequest.  If the client callback clears the
request object then the load will be cancelled. The client also has the option
of mutating the request (changing the URL, adding extra headers, or replacing
it with a completely different request), which makes this much more flexible. 
This willSendRequest client callback just needs to be hooked up in the GTK port
to provide the functionality that you're after.


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



More information about the webkit-unassigned mailing list