summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 17:23:19 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 17:23:19 +0000
commitd9e6111510393f49bea7f274b2cfe8a8bf9b4d26 (patch)
tree6bdc547c7f6366306dbb2b415e13871d96521060 /webkit
parent216e904053b111d31cf5fad355f2bb57743182cc (diff)
downloadchromium_src-d9e6111510393f49bea7f274b2cfe8a8bf9b4d26.zip
chromium_src-d9e6111510393f49bea7f274b2cfe8a8bf9b4d26.tar.gz
chromium_src-d9e6111510393f49bea7f274b2cfe8a8bf9b4d26.tar.bz2
DevTools: wire up timeline panel to Chrome!
Review URL: http://codereview.chromium.org/343039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/devtools/js/inspector_controller_impl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/devtools/js/inspector_controller_impl.js b/webkit/glue/devtools/js/inspector_controller_impl.js
index eda3e4e..e327bc3 100644
--- a/webkit/glue/devtools/js/inspector_controller_impl.js
+++ b/webkit/glue/devtools/js/inspector_controller_impl.js
@@ -30,9 +30,12 @@ devtools.InspectorControllerImpl = function() {
this.installInspectorControllerDelegate_('releaseWrapperObjectGroup');
this.installInspectorControllerDelegate_('removeAttribute');
this.installInspectorControllerDelegate_('setAttribute');
+ this.installInspectorControllerDelegate_('setDOMStorageItem');
this.installInspectorControllerDelegate_('setSetting');
this.installInspectorControllerDelegate_('setTextNodeValue');
this.installInspectorControllerDelegate_('setting');
+ this.installInspectorControllerDelegate_('startTimelineProfiler');
+ this.installInspectorControllerDelegate_('stopTimelineProfiler');
this.installInspectorControllerDelegate_('storeLastActivePanel');
};
goog.inherits(devtools.InspectorControllerImpl,