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

Unified Diff: Source/devtools/front_end/SettingsScreen.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
« no previous file with comments | « Source/devtools/front_end/ScreencastView.js ('k') | Source/devtools/front_end/audits/AuditRules.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/SettingsScreen.js
diff --git a/Source/devtools/front_end/SettingsScreen.js b/Source/devtools/front_end/SettingsScreen.js
index 172138e18ef99abf27516672be149b85a8429614..38e254880a573f17e189a710b569255f90c25c66 100644
--- a/Source/devtools/front_end/SettingsScreen.js
+++ b/Source/devtools/front_end/SettingsScreen.js
@@ -687,6 +687,7 @@ WebInspector.SettingsController.SettingsScreenActionDelegate.prototype = {
/**
* @constructor
* @extends {WebInspector.Object}
+ * @param {!Array.<string>} columns
* @param {function(!Element, string, ?string)} itemRenderer
*/
WebInspector.SettingsList = function(columns, itemRenderer)
@@ -861,6 +862,8 @@ WebInspector.SettingsList.prototype = {
/**
* @constructor
* @extends {WebInspector.SettingsList}
+ * @param {!Array.<string>} columns
+ * @param {function(string, string):string} valuesProvider
* @param {function(?string, !Object)} validateHandler
* @param {function(?string, !Object)} editHandler
*/
@@ -1020,6 +1023,7 @@ WebInspector.EditableSettingsList.prototype = {
/**
* @param {string} itemId
+ * @param {!Event} event
*/
_editMappingBlur: function(itemId, event)
{
« no previous file with comments | « Source/devtools/front_end/ScreencastView.js ('k') | Source/devtools/front_end/audits/AuditRules.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698