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

Unified Diff: test/inspector/protocol-test.js

Issue 2767323002: [inspector] better isArrayLike for injected-script-source.js (Closed)
Patch Set: length on array should be own property Created 3 years, 9 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: test/inspector/protocol-test.js
diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
index a948533eb5f67459eb869858bc45c83945768ee8..84a158868c6b2ba7cf983c85661c610c55559abd 100644
--- a/test/inspector/protocol-test.js
+++ b/test/inspector/protocol-test.js
@@ -344,6 +344,7 @@ InspectorTest.makeContextDirty = function(debug) {
if (debug) {
InspectorTest.log('WARNING: InspectorTest.makeContextDirty with debug flag for debugging only and should not be landed.');
InspectorTest.log('WARNING: run test with --expose-inspector-scripts flag to get more details.');
+ InspectorTest.log('WARNING: you can additionally comment \'input_text = rjsmin.jsmin(input_text)\' line in xxd.py to get unminified injected-script-source.js.');
dgozman 2017/03/23 21:10:20 Let's not be too specific (or it will be outdated)
kozy 2017/03/24 00:40:37 Done.
InspectorTest.setupScriptMap();
Protocol.Debugger.enable();
Protocol.Debugger.onPaused(message => {

Powered by Google App Engine
This is Rietveld 408576698