Title: [158260] trunk/Source/WebKit2
Revision
158260
Author
carlo...@webkit.org
Date
2013-10-30 01:31:11 -0700 (Wed, 30 Oct 2013)

Log Message

[GTK] webkit_web_context_allow_tls_certificate_for_host doc is missing Since tag
https://bugs.webkit.org/show_bug.cgi?id=123499

Reviewed by Philippe Normand.

* UIProcess/API/gtk/WebKitWebContext.cpp: Add Since: 2.4.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158259 => 158260)


--- trunk/Source/WebKit2/ChangeLog	2013-10-30 08:17:17 UTC (rev 158259)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-30 08:31:11 UTC (rev 158260)
@@ -1,3 +1,12 @@
+2013-10-30  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] webkit_web_context_allow_tls_certificate_for_host doc is missing Since tag
+        https://bugs.webkit.org/show_bug.cgi?id=123499
+
+        Reviewed by Philippe Normand.
+
+        * UIProcess/API/gtk/WebKitWebContext.cpp: Add Since: 2.4.
+
 2013-10-29  Alexey Proskuryakov  <a...@apple.com>
 
         Result of focus-option-control-on-page.html depends on system preferences

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp (158259 => 158260)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2013-10-30 08:17:17 UTC (rev 158259)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2013-10-30 08:31:11 UTC (rev 158260)
@@ -816,6 +816,8 @@
  * @host: the host for which a certificate is to be allowed
  *
  * Ignore further TLS errors on the @host for the certificate present in @info.
+ *
+ * Since: 2.4
  */
 void webkit_web_context_allow_tls_certificate_for_host(WebKitWebContext* context, WebKitCertificateInfo* info, const gchar* host)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to