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

Unified Diff: chrome/test/data/extensions/api_test/stubs/content_script.js

Issue 6480033: Implement experimental.contentSettings.misc.blockThirdPartyCookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 10 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 | « chrome/test/data/extensions/api_test/content_settings/standard/test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/stubs/content_script.js
diff --git a/chrome/test/data/extensions/api_test/stubs/content_script.js b/chrome/test/data/extensions/api_test/stubs/content_script.js
index fde6fa8402ec63580bcdaf0ad569d2da5ca6563e..8c8d499e34551c266b05a6979ef5473c1391a5f5 100644
--- a/chrome/test/data/extensions/api_test/stubs/content_script.js
+++ b/chrome/test/data/extensions/api_test/stubs/content_script.js
@@ -66,7 +66,8 @@ function testPath(path, expectError) {
try {
module = module[parts[i]];
} catch (err) {
- logToConsoleAndStdout("testPath failed on subcomponent of " + path);
+ logToConsoleAndStdout("testPath failed on " +
+ parts.slice(0, i+1).join('.') + '(' + err + ')');
return false;
}
} else {
« no previous file with comments | « chrome/test/data/extensions/api_test/content_settings/standard/test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698