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

Unified Diff: dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/util/IResourceResolver.java

Issue 371253002: Version 1.5.7 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.5/
Patch Set: Created 6 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: dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/util/IResourceResolver.java
===================================================================
--- dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/util/IResourceResolver.java (revision 38051)
+++ dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/util/IResourceResolver.java (working copy)
@@ -19,7 +19,9 @@
import java.io.File;
/**
- * A resolver class used to convert from IResources to urls.
+ * A resolver class used to convert from IResources to urls. Note : Some methods involve
+ * communication overheads based on type of resolver, so clients should not call the resolver on the
+ * UI thread, to avoid blocking the UI.
*
* @see ResourceServer
*/

Powered by Google App Engine
This is Rietveld 408576698