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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html

Issue 1418293002: Devtools: Extensible mime typing, mime typing by file name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add url function to mock project Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/common/ResourceType.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
index 13fcacc5688b83a619a78f3d090aa4490483e604..4a84590624d0e727fb2bf8fc33eeacb7ef073600 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
@@ -14,6 +14,7 @@ function test()
}
MockProject.prototype.isServiceProject = function() { return false; };
MockProject.prototype.type = function() { return WebInspector.projectTypes.Debugger; }
+ MockProject.prototype.url = function() { return "mock://debugger-ui/"; }
InspectorTest.runTestSuite([
function testUISourceCode(next)
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/common/ResourceType.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698