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

Unified Diff: Source/WebCore/inspector/Inspector.json

Issue 12700007: Revert 142161 "Web Inspector: CPU pegged when inspecting LocalSt..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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 | « no previous file | Source/WebCore/inspector/InspectorDOMStorageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/Inspector.json
===================================================================
--- Source/WebCore/inspector/Inspector.json (revision 145492)
+++ Source/WebCore/inspector/Inspector.json (working copy)
@@ -791,22 +791,22 @@
"commands": [
{
"name": "enable",
- "description": "Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification."
+ "description": "Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification."
},
{
"name": "disable",
- "description": "Disables console domain, prevents further console messages from being reported to the client."
+ "description": "Disables console domain, prevents further console messages from being reported to the client."
},
{
"name": "clearMessages",
- "description": "Clears console messages collected in the browser."
+ "description": "Clears console messages collected in the browser."
},
{
"name": "setMonitoringXHREnabled",
"parameters": [
{ "name": "enabled", "type": "boolean", "description": "Monitoring enabled state." }
],
- "description": "Toggles monitoring of XMLHttpRequest. If <code>true</code>, console will receive messages upon each XHR issued.",
+ "description": "Toggles monitoring of XMLHttpRequest. If <code>true</code>, console will receive messages upon each XHR issued.",
"hidden": true
},
{
@@ -1047,7 +1047,7 @@
"parameters": [
{ "name": "cacheDisabled", "type": "boolean", "description": "Cache disabled state." }
],
- "description": "Toggles ignoring cache for each request. If <code>true</code>, cache will not be used."
+ "description": "Toggles ignoring cache for each request. If <code>true</code>, cache will not be used."
}
],
"events": [
@@ -1487,34 +1487,10 @@
]
},
{
- "name": "domStorageItemsCleared",
+ "name": "domStorageUpdated",
"parameters": [
{ "name": "storageId", "$ref": "StorageId" }
]
- },
- {
- "name": "domStorageItemRemoved",
- "parameters": [
- { "name": "storageId", "$ref": "StorageId" },
- { "name": "key", "type": "string" }
- ]
- },
- {
- "name": "domStorageItemAdded",
- "parameters": [
- { "name": "storageId", "$ref": "StorageId" },
- { "name": "key", "type": "string" },
- { "name": "newValue", "type": "string" }
- ]
- },
- {
- "name": "domStorageItemUpdated",
- "parameters": [
- { "name": "storageId", "$ref": "StorageId" },
- { "name": "key", "type": "string" },
- { "name": "oldValue", "type": "string" },
- { "name": "newValue", "type": "string" }
- ]
}
]
},
« no previous file with comments | « no previous file | Source/WebCore/inspector/InspectorDOMStorageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698