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

Unified Diff: plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java

Issue 7398023: Redesign UI for accurateness property of file (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 9 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
Index: plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java
diff --git a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java
index 406c75d7087bb7e7f37be4c4e716c5360036da64..5605550cab8b307a0ed02f8f50e2836c4aff68fb 100644
--- a/plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java
+++ b/plugins/org.chromium.debug.core/src/org/chromium/debug/core/ScriptNameManipulator.java
@@ -8,7 +8,7 @@ import java.util.Iterator;
import java.util.List;
/**
- * Parses script names and generates RegExp for them as needed for inaccurate source look-up
+ * Parses script names and generates RegExp for them as needed for 'auto-detect' source look-up
* feature. Incapsulates knowledge about script name schema. For example it may support
* plain file names, URLs that hold file name as the 'path' part. There might be
* more exotic implementations that parses URLs like

Powered by Google App Engine
This is Rietveld 408576698