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

Unified Diff: run.py

Issue 29338442: Issue 3815 - Fix TabAllocator. Now it returns tab with initialized outerWindowID (Closed)
Patch Set: remove additional empty line Created Sept. 16, 2016, 12:33 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 | « lib/crawler.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run.py
diff --git a/run.py b/run.py
index 689fbbb8c37fb4375c56d75b7de15cd79e8e71b7..6661018b71c232bd2ba0e033bed09a83a7f051fa 100755
--- a/run.py
+++ b/run.py
@@ -139,9 +139,12 @@ def run():
abpxpi,
],
preferences={
+ 'browser.startup.homepage': 'about:blank',
'browser.tabs.warnOnCloseOtherTabs': False,
'browser.uitour.enabled': False,
'prompts.tab_modal.enabled': False,
+ 'startup.homepage_welcome_url': 'about:blank',
+ 'startup.homepage_welcome_url.additional': 'about:blank',
'xpinstall.signatures.required': False,
}
)
« no previous file with comments | « lib/crawler.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld