Title: [201096] trunk/Source/WebInspectorUI
Revision
201096
Author
[email protected]
Date
2016-05-18 13:01:19 -0700 (Wed, 18 May 2016)

Log Message

Web Inspector: Improve console.takeHeapSnapshot documentation in console
https://bugs.webkit.org/show_bug.cgi?id=157853

Patch by Joseph Pecoraro <[email protected]> on 2016-05-18
Reviewed by Timothy Hatcher.

* UserInterface/Models/NativeFunctionParameters.js:
Mention optional label argument.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (201095 => 201096)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-05-18 19:35:54 UTC (rev 201095)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-05-18 20:01:19 UTC (rev 201096)
@@ -1,3 +1,13 @@
+2016-05-18  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Improve console.takeHeapSnapshot documentation in console
+        https://bugs.webkit.org/show_bug.cgi?id=157853
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Models/NativeFunctionParameters.js:
+        Mention optional label argument.
+
 2016-05-18  Brian Burg  <[email protected]>
 
         Web Inspector: race between frontend and backend both starting timeline recordings causes console assert

Modified: trunk/Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js (201095 => 201096)


--- trunk/Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js	2016-05-18 19:35:54 UTC (rev 201095)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/NativeFunctionParameters.js	2016-05-18 20:01:19 UTC (rev 201096)
@@ -175,6 +175,7 @@
         profile: "name",
         profileEnd: "name",
         table: "data, [columns]",
+        takeHeapSnapshot: "[label]",
         time: "name = \"default\"",
         timeEnd: "name = \"default\"",
         timeStamp: "[label]",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to