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

Unified Diff: run.py

Issue 29339735: Issue 3935 - Force wmode to transparent to enable more flash screenshots
Patch Set: Created April 15, 2016, 11 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: run.py
===================================================================
--- a/run.py
+++ b/run.py
@@ -135,16 +135,17 @@ def run():
crawlerxpi,
abpxpi,
],
preferences={
'browser.tabs.warnOnCloseOtherTabs': False,
'browser.uitour.enabled': False,
'prompts.tab_modal.enabled': False,
'xpinstall.signatures.required': False,
+ 'plugins.force.wmode': 'transparent',
}
)
abpsettings = os.path.join(profile.profile, 'adblockplus')
os.makedirs(abpsettings)
with open(os.path.join(abpsettings, 'patterns.ini'), 'w') as handle:
print >>handle, '# Adblock Plus preferences'
print >>handle, 'version=4'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld