Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packagerChrome.py

Issue 5664713014771712: Issue 581 - Run content scripts also in anonymous frames on Chrome 37+ (Closed)
Patch Set: Created June 2, 2014, 10:21 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerChrome.py
===================================================================
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -114,6 +114,7 @@
'js': re.split(r'\s+', scripts),
'run_at': run_at,
'all_frames': True,
+ 'match_about_blank': True,
Wladimir Palant 2014/06/02 10:57:11 Is that change backwards-compatible? Meaning: will
Sebastian Noack 2014/06/02 11:48:27 Yes. Tested with Chrome 34.
})
templateData['contentScripts'] = contentScripts
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld