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

Unified Diff: Source/devtools/front_end/components/Panel.js

Issue 658403002: DevTools: Support regex search and case sensitive search in sources panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests Created 6 years, 2 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/devtools/front_end/components/Panel.js
diff --git a/Source/devtools/front_end/components/Panel.js b/Source/devtools/front_end/components/Panel.js
index a076c88d2cdae2547decb3af694cad6e301d3ee7..04b02a19c61c00477e2a98da01a0b5ee4285ae23 100644
--- a/Source/devtools/front_end/components/Panel.js
+++ b/Source/devtools/front_end/components/Panel.js
@@ -71,21 +71,6 @@ WebInspector.Panel.prototype = {
},
/**
- * @param {string} text
- */
- replaceSelectionWith: function(text)
- {
- },
-
- /**
- * @param {string} query
- * @param {string} text
- */
- replaceAllWith: function(query, text)
- {
- },
-
- /**
* @return {!Array.<!Element>}
*/
elementsToRestoreScrollPositionsFor: function()

Powered by Google App Engine
This is Rietveld 408576698