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

Unified Diff: LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html

Issue 1315193014: DevTools: allow blackboxing anonymous scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | Source/devtools/front_end/bindings/BlackboxSupport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
diff --git a/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html b/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
index 150a21c0aa22aa450eed144c23dff9a9a50f547f..a7be5db4aef40f701783bb3ea2b5569d8a11831b 100644
--- a/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
+++ b/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
@@ -14,7 +14,7 @@ function test()
"http://www.google.com/", "www\\.google\\.com\\b",
"data:text/html,foo", "",
"about:blank", "",
- "", "",
+ "", "^$",
"chrome-extension://extensionName/main.js", "^chrome-extension://extensionName\\b.*/main\\.js$",
"extensions::unload_events", "^extensions::unload_events$",
];
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/BlackboxSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698