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

Unified Diff: Source/web/InspectorFrontendClientImpl.cpp

Issue 225873004: DevTools: Handle the F8 shortcut forwarded from the inspected page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 6 years, 8 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/scripts/frontend_modules.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.cpp
diff --git a/Source/web/InspectorFrontendClientImpl.cpp b/Source/web/InspectorFrontendClientImpl.cpp
index 7d7e727dcaf5fa4713cc6e0c2df05a7206345143..b95900e961f8299e348f8928d149ea48827111f7 100644
--- a/Source/web/InspectorFrontendClientImpl.cpp
+++ b/Source/web/InspectorFrontendClientImpl.cpp
@@ -118,6 +118,7 @@ void InspectorFrontendClientImpl::windowObjectCleared()
" ['resetZoom', 0],"
" ['save', 3],"
" ['searchInPath', 3],"
+ " ['setWhitelistedShortcuts', 1],"
" ['setContentsResizingStrategy', 2],"
" ['setIsDocked', 1],"
" ['stopIndexing', 1],"
« no previous file with comments | « Source/devtools/scripts/frontend_modules.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698