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

Unified Diff: runtime/bin/vmservice/resources.dart

Issue 584293002: Begin implementing a debugger page in Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js 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
« no previous file with comments | « runtime/bin/vmservice/observatory/web/index_devtools.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/resources.dart
diff --git a/runtime/bin/vmservice/resources.dart b/runtime/bin/vmservice/resources.dart
index 7e884fec83d0d4d91a4db7ae7a45f533ceed63e1..cfc28a2daed8a2a313dd898e928b6fe2ab489179 100644
--- a/runtime/bin/vmservice/resources.dart
+++ b/runtime/bin/vmservice/resources.dart
@@ -24,6 +24,8 @@ String detectMimeType(String name) {
return 'image/jpeg';
case 'jpeg':
return 'image/jpeg';
+ case 'svg':
+ return 'image/svg+xml';
default:
return 'text/plain';
}
« no previous file with comments | « runtime/bin/vmservice/observatory/web/index_devtools.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698