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

Unified Diff: Source/core/inspector/InjectedScriptHost.idl

Issue 978233002: bindings,devtools: Shows DOM attributes' values in DevTools. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed review comments. Created 5 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
Index: Source/core/inspector/InjectedScriptHost.idl
diff --git a/Source/core/inspector/InjectedScriptHost.idl b/Source/core/inspector/InjectedScriptHost.idl
index 4479978ee85e93fcf9ce971c30bee2ad5d3ad8ed..b561532d28cc1734b9e4ef2cb37358b223cd5ad4 100644
--- a/Source/core/inspector/InjectedScriptHost.idl
+++ b/Source/core/inspector/InjectedScriptHost.idl
@@ -39,8 +39,8 @@
[NotEnumerable, Unforgeable, Custom] void inspect(any objectId, object hints);
[NotEnumerable, Unforgeable, Custom] any inspectedObject(long num);
[NotEnumerable, Unforgeable, Custom] DOMString internalConstructorName(any obj);
+ [NotEnumerable, Unforgeable, Custom] boolean isDOMWrapper(any obj);
[NotEnumerable, Unforgeable, Custom] boolean isHTMLAllCollection(any obj);
- [NotEnumerable, Unforgeable, Custom] boolean isPopularDOMObject(any obj);
[NotEnumerable, Unforgeable, Custom] boolean isTypedArray(any obj);
[NotEnumerable, Unforgeable, Custom] DOMString subtype(any obj);
[NotEnumerable, Unforgeable, Custom] any functionDetails(Function obj);
« no previous file with comments | « Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698