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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html

Issue 2958403002: [WIP] DevTools: move UISourceCode creation into ResourceScriptMapping
Patch Set: pass everything but breakpointmanager Created 3 years, 6 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
index 63f69c672de1de0c56dd9283757c20c24acae6e2..6fddbde5837213ee979deab9cdf52ecf18349357 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions/extensions-resources.html
@@ -176,6 +176,8 @@ function extension_testOnResourceAdded(nextTest)
{
if (resource.url.indexOf("test_func") === -1)
return;
+ if (resource.url.startsWith('debugger://'))
+ return;
output("resource added:");
dumpObject(Array.prototype.slice.call(arguments), { url: "url" });
webInspector.inspectedWindow.onResourceAdded.removeListener(onResourceAdded);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698