Title: [118794] trunk/Source/WebKit2
Revision
118794
Author
carlo...@webkit.org
Date
2012-05-29 09:44:29 -0700 (Tue, 29 May 2012)

Log Message

[GTK] Policy decision headers are not included in the main webkit2.h header
https://bugs.webkit.org/show_bug.cgi?id=87753

Reviewed by Martin Robinson.

* UIProcess/API/gtk/webkit2.h: Include
WebKitNavigationPolicyDecision.h and WebKitResponsePolicyDecision.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (118793 => 118794)


--- trunk/Source/WebKit2/ChangeLog	2012-05-29 16:36:08 UTC (rev 118793)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-29 16:44:29 UTC (rev 118794)
@@ -1,5 +1,15 @@
 2012-05-29  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        [GTK] Policy decision headers are not included in the main webkit2.h header
+        https://bugs.webkit.org/show_bug.cgi?id=87753
+
+        Reviewed by Martin Robinson.
+
+        * UIProcess/API/gtk/webkit2.h: Include
+        WebKitNavigationPolicyDecision.h and WebKitResponsePolicyDecision.h.
+
+2012-05-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Add webkit_web_view_can_show_mime_type() to WebKit2 GTK+ API
         https://bugs.webkit.org/show_bug.cgi?id=85998
 

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/webkit2.h (118793 => 118794)


--- trunk/Source/WebKit2/UIProcess/API/gtk/webkit2.h	2012-05-29 16:36:08 UTC (rev 118793)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/webkit2.h	2012-05-29 16:44:29 UTC (rev 118794)
@@ -36,9 +36,11 @@
 #include <webkit2/WebKitHitTestResult.h>
 #include <webkit2/WebKitJavascriptResult.h>
 #include <webkit2/WebKitMimeInfo.h>
+#include <webkit2/WebKitNavigationPolicyDecision.h>
 #include <webkit2/WebKitPermissionRequest.h>
 #include <webkit2/WebKitPlugin.h>
 #include <webkit2/WebKitPrintOperation.h>
+#include <webkit2/WebKitResponsePolicyDecision.h>
 #include <webkit2/WebKitScriptDialog.h>
 #include <webkit2/WebKitSettings.h>
 #include <webkit2/WebKitURIRequest.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to