Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2020)

Unified Diff: Source/devtools/front_end/timeline/TimelineModel.js

Issue 301163005: DevTools: [JSDoc] Avoid partial arg list annotations in code except "profiler" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/timeline/TimelineModel.js
diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
index 01d023154bcc023be1ad383ce77e4437a433c0e3..5e0e74c5df6fc58b42778e0b8dd6ee9505e2885c 100644
--- a/Source/devtools/front_end/timeline/TimelineModel.js
+++ b/Source/devtools/front_end/timeline/TimelineModel.js
@@ -401,6 +401,7 @@ WebInspector.TimelineModel.prototype = {
/**
* @param {string} url
+ * @param {!WebInspector.Progress} progress
*/
loadFromURL: function(url, progress)
{
@@ -1088,6 +1089,7 @@ WebInspector.TimelineModelLoadFromFileDelegate.prototype = {
/**
* @param {!WebInspector.ChunkedReader} reader
+ * @param {!Event} event
*/
onError: function(reader, event)
{
@@ -1110,6 +1112,7 @@ WebInspector.TimelineModelLoadFromFileDelegate.prototype = {
/**
* @constructor
+ * @param {!WebInspector.OutputStream} stream
*/
WebInspector.TimelineSaver = function(stream)
{
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698