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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2154103002: [DevTools] Remove toProtocolValue from v8_inspector/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | third_party/WebKit/Source/devtools/front_end/resources/IndexedDBModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 0ff1cafdc141e29624443d32c6ee2304f0fa663a..ff84d57c2d6a15165f28ca51905be4105bedb801 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -1543,6 +1543,7 @@
},
{
"domain": "IndexedDB",
+ "dependencies": ["Runtime"],
"hidden": true,
"types": [
{
@@ -1605,9 +1606,9 @@
"type": "object",
"description": "Data entry.",
"properties": [
- { "name": "key", "type": "string", "description": "JSON-stringified key object." },
- { "name": "primaryKey", "type": "string", "description": "JSON-stringified primary key object." },
- { "name": "value", "type": "string", "description": "JSON-stringified value object." }
+ { "name": "key", "$ref": "Runtime.RemoteObject", "description": "Key object." },
+ { "name": "primaryKey", "$ref": "Runtime.RemoteObject", "description": "Primary key object." },
+ { "name": "value", "$ref": "Runtime.RemoteObject", "description": "Value object." }
]
},
{
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/resources/IndexedDBModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698