Title: [149467] trunk/Source/WebKit2
Revision
149467
Author
[email protected]
Date
2013-05-01 17:38:37 -0700 (Wed, 01 May 2013)

Log Message

[GTK] [WebKit2] Documentation for webkit_web_view_run_javascript should indicate what happens when _javascript_ is disabled
https://bugs.webkit.org/show_bug.cgi?id=115492

Reviewed by Xan Lopez.

* UIProcess/API/gtk/WebKitWebView.cpp: Clarify the documentation.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149466 => 149467)


--- trunk/Source/WebKit2/ChangeLog	2013-05-02 00:15:28 UTC (rev 149466)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-02 00:38:37 UTC (rev 149467)
@@ -1,3 +1,12 @@
+2013-05-01  Martin Robinson  <[email protected]>
+
+        [GTK] [WebKit2] Documentation for webkit_web_view_run_javascript should indicate what happens when _javascript_ is disabled
+        https://bugs.webkit.org/show_bug.cgi?id=115492
+
+        Reviewed by Xan Lopez.
+
+        * UIProcess/API/gtk/WebKitWebView.cpp: Clarify the documentation.
+
 2013-05-01  Tim Horton  <[email protected]>
 
         Move knowledge of PDF/PostScript MIME types into MIMETypeRegistry

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (149466 => 149467)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2013-05-02 00:15:28 UTC (rev 149466)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp	2013-05-02 00:38:37 UTC (rev 149467)
@@ -2523,7 +2523,8 @@
  * @callback: (scope async): a #GAsyncReadyCallback to call when the script finished
  * @user_data: (closure): the data to pass to callback function
  *
- * Asynchronously run @script in the context of the current page in @web_view.
+ * Asynchronously run @script in the context of the current page in @web_view. If
+ * WebKitWebSettings:enable-_javascript_ is FALSE, this method will do nothing.
  *
  * When the operation is finished, @callback will be called. You can then call
  * webkit_web_view_run_javascript_finish() to get the result of the operation.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to