[Webkit-unassigned] [Bug 33271] Number of repaint tests need new pixel results due to r52839
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 6 14:53:05 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33271
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45997|review? |review-
Flag| |
--- Comment #3 from mitz at webkit.org 2010-01-06 14:53:05 PST ---
(From update of attachment 45997)
> Index: WebKitTools/Scripts/webkitpy/credentials.py
> ===================================================================
> --- WebKitTools/Scripts/webkitpy/credentials.py (revision 52868)
> +++ WebKitTools/Scripts/webkitpy/credentials.py (working copy)
> @@ -96,8 +96,8 @@ class Credentials(object):
> if Git.in_working_directory(self.cwd):
> (username, password) = self._credentials_from_git()
>
> - if not username or not password:
> - (username, password) = self._credentials_from_keychain(username)
> +# if not username or not password:
> +# (username, password) = self._credentials_from_keychain(username)
>
> if not username:
> username = raw_input("%s login: " % self.host)
This looks irrelevant.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list