diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-15 22:52:12 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-15 22:52:12 +0100 |
commit | 841c07890e9ce51a5884edbd63ecc10e1ff2fbf1 (patch) | |
tree | 00f72bae4ca8e7ca0d6351dca9a1d23515ff3fd6 /extensions/BrowserID/TODO | |
parent | a21d718edfe6772b0e0a86eb5cb8937c7083bf5b (diff) | |
download | bugzilla-841c07890e9ce51a5884edbd63ecc10e1ff2fbf1.tar.gz bugzilla-841c07890e9ce51a5884edbd63ecc10e1ff2fbf1.tar.xz |
Bug 820936 - Rename BrowserID extension to Persona
r=glob
Diffstat (limited to 'extensions/BrowserID/TODO')
-rw-r--r-- | extensions/BrowserID/TODO | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extensions/BrowserID/TODO b/extensions/BrowserID/TODO deleted file mode 100644 index ac94a3c42..000000000 --- a/extensions/BrowserID/TODO +++ /dev/null @@ -1,19 +0,0 @@ -ToDo: - -* Cache the LWP::UserAgent in Login.pm? - -* Fix Bugzilla::Auth::Login::Stack to allow failure part way down the chain - (currently, it seems that both CGI and BrowserID have to be last in order - to report login failures correctly.) - -* JS inclusions noticeably slow page load. Do we want a local copy of - browserid.js? Do the browserid folks object to that? How can we get good - performance? How can we avoid including it in every logged-in page? Can we - do demand loading onclick, and/or load-on-reveal? - -* Fix -8px margin-bottom hack in login-small-additional_methods.html.tmpl - - - - - |