Bug 26941

Summary: consider saving the cookie used in the bugzilla-tool
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, ddkilzer, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Ojan Vafai 2009-07-02 16:32:58 PDT
If we store the cookie locally when running the bugzilla-tool, we could avoid needing to login everytime we use it and avoid needing to store our bugzilla passwords on disk.

The cookie would expire whenever the bugzilla cookie would normally expire and then we'd have to relogin.
Comment 1 Eric Seidel (no email) 2010-01-04 02:47:25 PST
I think this is covered by our use of he mac os keychain.
Comment 2 David Kilzer (:ddkilzer) 2010-01-04 07:10:45 PST
(In reply to comment #1)
> I think this is covered by our use of he mac os keychain.

Not if you're not using Mac OS X.
Comment 3 Eric Seidel (no email) 2010-01-04 13:25:43 PST
You should feel welcome to re-open this bug.  We could also approach this by using something like "keyring": https://bugs.webkit.org/show_bug.cgi?id=32728#c1 to support keychain-like applications on more platforms.  Now that autoinstall support has landed, depending on something like keyring is super-simple.
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/__init__.py