diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-15 11:59:22 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-15 11:59:22 -0500 |
commit | 93ec193d01debd136ee7bc0563f77afe3ed22d4e (patch) | |
tree | f6be51ea7be86ec05f9ea5bbd5ee212a9b0e36c2 /waterfox/mozilla-1397365-5.patch | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.tar.gz stackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.tar.bz2 stackrpms-93ec193d01debd136ee7bc0563f77afe3ed22d4e.zip |
waterfox ingest PGO fixes from chinfo
Diffstat (limited to 'waterfox/mozilla-1397365-5.patch')
-rw-r--r-- | waterfox/mozilla-1397365-5.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/waterfox/mozilla-1397365-5.patch b/waterfox/mozilla-1397365-5.patch new file mode 100644 index 0000000..e361374 --- /dev/null +++ b/waterfox/mozilla-1397365-5.patch @@ -0,0 +1,16 @@ +diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/build/pgo/profileserver.py.mozilla-1397365 Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/build/pgo/profileserver.py +--- Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/build/pgo/profileserver.py.mozilla-1397365 2019-01-09 13:37:54.237593732 -0200 ++++ Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/build/pgo/profileserver.py 2019-01-09 13:38:59.149417440 -0200 +@@ -67,10 +67,11 @@ if __name__ == '__main__': + env['PATH'] = '%s;%s' % (vcdir, env['PATH']) + break + ++ quitterHTML = 'data:text/html,<html><head><script>Quitter.quit();</script></head></html>' + # Run Firefox a first time to initialize its profile + runner = FirefoxRunner(profile=profile, + binary=build.get_binary_path(where="staged-package"), +- cmdargs=['javascript:Quitter.quit()'], ++ cmdargs=[quitterHTML], + env=env) + runner.start() + runner.wait() |