After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676240 - pdm-dialog: Add type-ahead search to passwords
pdm-dialog: Add type-ahead search to passwords
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-17 14:10 UTC by Bastien Nocera
Modified: 2012-09-27 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pdm-dialog: Add type-ahead search to passwords (1.93 KB, patch)
2012-05-17 14:10 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-05-17 14:10:51 UTC
.
Comment 1 Bastien Nocera 2012-05-17 14:10:53 UTC
Created attachment 214252 [details] [review]
pdm-dialog: Add type-ahead search to passwords

The password treeview is unusable to find old passwords, as some
are prefixed by "http://", and others will have different vhost
names.

The search function will look first for sub-string matches in the
URIs, then in the usernames.
Comment 2 Xan Lopez 2012-05-24 04:06:37 UTC
Review of attachment 214252 [details] [review]:

This looks OK. It will also work for the cookie view, so perhaps you can mention that in the commit message.
Comment 3 Bastien Nocera 2012-09-27 10:24:12 UTC
Pushed to gnome-3-6 and master with the commit log changes.