Bug 26941
Summary: | consider saving the cookie used in the bugzilla-tool | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | Tools / Tests | Assignee: | 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 |
Ojan Vafai
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I think this is covered by our use of he mac os keychain.
David Kilzer (:ddkilzer)
(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.
Eric Seidel (no email)
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