Title: [116537] trunk/Tools
- Revision
- 116537
- Author
- [email protected]
- Date
- 2012-05-09 09:32:57 -0700 (Wed, 09 May 2012)
Log Message
webkit-patch upload Fails Behind Load-balancing Proxies
https://bugs.webkit.org/show_bug.cgi?id=85980
Patch by Dominik Röttsches <[email protected]> on 2012-05-09
Reviewed by Adam Barth.
Unchecking the login restriction to IP to allow the tool
to function behind load-balancing proxies that use multiple
outgoing IPs.
* Scripts/webkitpy/common/net/bugzilla/bugzilla.py:
(Bugzilla.authenticate):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (116536 => 116537)
--- trunk/Tools/ChangeLog 2012-05-09 16:31:24 UTC (rev 116536)
+++ trunk/Tools/ChangeLog 2012-05-09 16:32:57 UTC (rev 116537)
@@ -1,3 +1,17 @@
+2012-05-09 Dominik Röttsches <[email protected]>
+
+ webkit-patch upload Fails Behind Load-balancing Proxies
+ https://bugs.webkit.org/show_bug.cgi?id=85980
+
+ Reviewed by Adam Barth.
+
+ Unchecking the login restriction to IP to allow the tool
+ to function behind load-balancing proxies that use multiple
+ outgoing IPs.
+
+ * Scripts/webkitpy/common/net/bugzilla/bugzilla.py:
+ (Bugzilla.authenticate):
+
2012-05-09 Hao Zheng <[email protected]>
[Chromium-android] Add unit test for Android layout test script (chromium_android.py)
Modified: trunk/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py (116536 => 116537)
--- trunk/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py 2012-05-09 16:31:24 UTC (rev 116536)
+++ trunk/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py 2012-05-09 16:32:57 UTC (rev 116537)
@@ -498,6 +498,7 @@
self.browser.select_form(name="login")
self.browser['Bugzilla_login'] = username
self.browser['Bugzilla_password'] = password
+ self.browser.find_control("Bugzilla_restrictlogin").items[0].selected = False
response = self.browser.submit()
match = re.search("<title>(.+?)</title>", response.read())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes