Title: [117617] trunk/Source/WebKit/efl
Revision
117617
Author
[email protected]
Date
2012-05-18 13:36:08 -0700 (Fri, 18 May 2012)

Log Message

[EFL] Default values for ewk_view video tracks settings should be documented
https://bugs.webkit.org/show_bug.cgi?id=85169

Patch by Christophe Dumez <[email protected]> on 2012-05-18
Reviewed by Antonio Gomes.

Document default values for video tracks settings in ewk_view.

* ewk/ewk_view.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (117616 => 117617)


--- trunk/Source/WebKit/efl/ChangeLog	2012-05-18 20:35:43 UTC (rev 117616)
+++ trunk/Source/WebKit/efl/ChangeLog	2012-05-18 20:36:08 UTC (rev 117617)
@@ -1,3 +1,14 @@
+2012-05-18  Christophe Dumez  <[email protected]>
+
+        [EFL] Default values for ewk_view video tracks settings should be documented
+        https://bugs.webkit.org/show_bug.cgi?id=85169
+
+        Reviewed by Antonio Gomes.
+
+        Document default values for video tracks settings in ewk_view.
+
+        * ewk/ewk_view.h:
+
 2012-05-18  Mikhail Pozdnyakov  <[email protected]>
 
         [EFL] Text input events are emitted for nodes that do not allow editing.

Modified: trunk/Source/WebKit/efl/ewk/ewk_view.h (117616 => 117617)


--- trunk/Source/WebKit/efl/ewk/ewk_view.h	2012-05-18 20:35:43 UTC (rev 117616)
+++ trunk/Source/WebKit/efl/ewk/ewk_view.h	2012-05-18 20:36:08 UTC (rev 117617)
@@ -2603,6 +2603,8 @@
 /**
  * Returns whether video captions display feature is enabled.
  *
+ * Video captions display is disabled by default.
+ *
  * @param o view object to query whether video captions display feature is enabled.
  *
  * @return @c EINA_TRUE if the video captions display feature is enabled,
@@ -2624,6 +2626,8 @@
 /**
  * Returns whether video subtitles display feature is enabled.
  *
+ * Video subtitles display is disabled by default.
+ *
  * @param o view object to query whether video subtitles display feature is enabled.
  *
  * @return @c EINA_TRUE if the video subtitles display feature is enabled,
@@ -2645,6 +2649,8 @@
 /**
  * Returns whether video text descriptions display feature is enabled.
  *
+ * Video text descriptions display is disabled by default.
+ *
  * @param o view object to query whether video text descriptions display feature is enabled.
  *
  * @return @c EINA_TRUE if the video text descriptions display feature is enabled,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to