Disable auto-complete on the repository form.
Review Request #7383 — Created June 5, 2015 and submitted — Latest diff uploaded
Older versions of Safari (and probably other browsers) were overwriting
the Name field when loading the repository form. We now tell the browser
we don't want auto-complete for this field. Some browsers may end up
ignoring this, but it should at least provide for a better general
experience in most.
I wasn't able to reproduce this exact problem (newer versions of Safari appear
to work differently), but this is the right behavior anyway. Didn't encounter any
negative side-effects from the change.