Move Credential handling out into a separate module bugzilla.py does too much. Lets start by moving credential handling out into its own module. It was already some static functions (which made it harder to test too).
Created attachment 44826 [details] Patch
style-queue ran check-webkit-style on attachment 44826 [details] without any errors.
Comment on attachment 44826 [details] Patch This looks great. Love the tests. However, we should normalize to using _ before private member variable names. :)
Comment on attachment 44826 [details] Patch Clearing flags on attachment: 44826 Committed r52135: <http://trac.webkit.org/changeset/52135>
All reviewed patches have been landed. Closing bug.