Bug 49822

Summary: bugzilla fields should autocomplete to people that have accounts, not just committers
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Enhancement CC: abarth, ap, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Dirk Pranke 2010-11-19 13:20:09 PST
It looks like the autocomplete logic on bugzilla is using the list of people in committers.py. It seems like it would make more sense to query the list of people with accounts in Bugzilla, maybe?
Comment 1 Alexey Proskuryakov 2010-11-19 20:56:27 PST
I also noticed this issue on several occasions, and was wondering is this could be improved.

I can see two problems with completing using the full list:
1) There will be too many variants, forcing you to type more.
2) Some people have multiple accounts - a huge benefit of the autocompletion feature is that you wouldn't accidentally CC a wrong clone.

Perhaps committers could just add their favorite non-committers to the list manually?