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

Unified Diff: packagerChrome.py

Issue 5407608865292288: Issue 2216 - Run content scripts again in about:blank frames (Closed)
Patch Set: Created March 25, 2015, 3:16 p.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
@@ -111,6 +111,7 @@
'js': re.split(r'\s+', scripts),
'run_at': run_at,
'all_frames': True,
+ 'match_about_blank': True,
})
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