[SVN-Commit] r758 - branches/experimental/www/firefox-nightly/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Jun 15 00:58:42 UTC 2012
Author: jbeich
Date: Fri Jun 15 00:58:30 2012
New Revision: 758
Log:
restore pgo patch
Added:
branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py
- copied unchanged from r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py
Copied: branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py (from r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/experimental/www/firefox-nightly/files/patch-build-pgo-profileserver.py Fri Jun 15 00:58:30 2012 (r758, copy of r757, branches/experimental/www/firefox/files/patch-build-pgo-profileserver.py)
@@ -0,0 +1,18 @@
+--- build/pgo/profileserver.py.orig 2011-02-24 21:49:47.000000000 +0100
++++ build/pgo/profileserver.py 2011-02-24 21:50:30.000000000 +0100
+@@ -77,13 +77,13 @@
+ t.setDaemon(True) # don't hang on exit
+ t.start()
+
+- automation.setServerInfo("localhost", PORT)
++ automation.setServerInfo("127.0.0.1", PORT)
+ automation.initializeProfile(PROFILE_DIRECTORY)
+ browserEnv = automation.environment()
+ browserEnv["XPCOM_DEBUG_BREAK"] = "warn"
+ browserEnv["MOZ_JAR_LOG_DIR"] = MOZ_JAR_LOG_DIR
+
+- url = "http://localhost:%d/index.html" % PORT
++ url = "http://127.0.0.1:%d/index.html" % PORT
+ appPath = os.path.join(SCRIPT_DIR, automation.DEFAULT_APP)
+ status = automation.runApp(url, browserEnv, appPath, PROFILE_DIRECTORY, {},
+ debuggerInfo=debuggerInfo,
More information about the freebsd-gecko
mailing list