WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59209
Bugzilla autocomplete should support frequent contributors who are not committers
https://bugs.webkit.org/show_bug.cgi?id=59209
Summary
Bugzilla autocomplete should support frequent contributors who are not commit...
Alexey Proskuryakov
Reported
2011-04-22 10:19:14 PDT
Every once in a while, I want to CC an active contributor (or spec author) who isn't a committer, or isn't associated with WebKit at all. It would be nice to get autocomplete working for them.
Attachments
proposed patch
(2.64 KB, patch)
2011-04-22 10:22 PDT
,
Alexey Proskuryakov
no flags
Details
Formatted Diff
Diff
updated patch
(22.15 KB, patch)
2011-04-22 10:28 PDT
,
Alexey Proskuryakov
no flags
Details
Formatted Diff
Diff
ick
(3.10 KB, patch)
2011-04-22 10:29 PDT
,
Alexey Proskuryakov
ojan
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2011-04-22 10:22:35 PDT
Created
attachment 90718
[details]
proposed patch
WebKit Review Bot
Comment 2
2011-04-22 10:23:45 PDT
Attachment 90718
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/Scripts/webkitpy/common/config/commi..." exit_code: 1 Traceback (most recent call last): File "Tools/Scripts/check-webkit-style", line 51, in <module> from webkitpy.style_references import detect_checkout File "/mnt/git/webkit-style-queue/Tools/Scripts/webkitpy/style_references.py", line 48, in <module> from webkitpy.layout_tests import port File "/mnt/git/webkit-style-queue/Tools/Scripts/webkitpy/layout_tests/port/__init__.py", line 34, in <module> from test import unit_test_filesystem File "/mnt/git/webkit-style-queue/Tools/Scripts/webkitpy/layout_tests/port/test.py", line 37, in <module> from webkitpy.tool import mocktool File "/mnt/git/webkit-style-queue/Tools/Scripts/webkitpy/tool/mocktool.py", line 32, in <module> from webkitpy.common.config.committers import CommitterList, Reviewer File "/mnt/git/webkit-style-queue/Tools/Scripts/webkitpy/common/config/committers.py", line 65, in <module> Contributor("Anne van Kesteren", "
annevankesteren+webkit@gmail.com
", "annevk"), NameError: name 'Contributor' is not defined If any of these errors are false positives, please file a bug against check-webkit-style.
Alexey Proskuryakov
Comment 3
2011-04-22 10:28:45 PDT
Created
attachment 90719
[details]
updated patch Indeed, should define the class, even though the contributor list is unused...
Alexey Proskuryakov
Comment 4
2011-04-22 10:29:41 PDT
Created
attachment 90720
[details]
ick
Ojan Vafai
Comment 5
2011-04-22 10:34:07 PDT
Comment on
attachment 90720
[details]
ick I've wanted this many times too. Thanks for adding it.
Ojan Vafai
Comment 6
2011-04-22 10:34:36 PDT
Dave, I'm not sure, but this my affect your Chrome extension.
Alexey Proskuryakov
Comment 7
2011-04-22 10:50:31 PDT
Committed (with one more Python compilation fix) in <
http://trac.webkit.org/changeset/84645
>. Fingers crossed.
David Levin
Comment 8
2011-04-22 10:51:50 PDT
(In reply to
comment #6
)
> Dave, I'm not sure, but this my affect your Chrome extension.
Thanks Ojan. This is cool! I don't think it will hurt it, but it will make a nice enhancement. I should try to open source that extension some time (or maybe ping folks again about permission to publish it).
Eric Seidel (no email)
Comment 9
2011-04-22 10:53:40 PDT
Comment on
attachment 90720
[details]
ick View in context:
https://bugs.webkit.org/attachment.cgi?id=90720&action=review
> Tools/Scripts/webkitpy/common/config/committers.py:36 > +
This looks wrong? __init__ should actually do something with this data, no?
Alexey Proskuryakov
Comment 10
2011-04-22 10:57:36 PDT
Comment on
attachment 90720
[details]
ick View in context:
https://bugs.webkit.org/attachment.cgi?id=90720&action=review
>> Tools/Scripts/webkitpy/common/config/committers.py:36 >> + > > This looks wrong? __init__ should actually do something with this data, no?
It shouldn't. But it needed an explicit return, which I added before committing.
Alexey Proskuryakov
Comment 11
2011-04-22 12:17:14 PDT
> It shouldn't.
OK, it should in order to implement improvements like those suggested in
bug 59216
, but not for Bugzilla.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug