GNOME Bugzilla – Bug 678591
Port policy client to WebKit2
Last modified: 2012-06-25 10:11:20 UTC
Created attachment 216989 [details] [review] Patch Add policy client implementation using WebKit2 API.
Review of attachment 216989 [details] [review]: ::: embed/ephy-web-view.c @@ +1729,3 @@ + * since it looks unused, for now the default wk handler + * should do the right thing + */ This signal is used by extensions who wish to handle downloads. So please add it back here, since it's just a matter of copy&pasting the code.
Created attachment 217176 [details] [review] Updated patch
Review of attachment 217176 [details] [review]: OK.