Home
last modified time | relevance | path

Searched refs:attacher_email (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dattachment.py52 patch.attacher_email())
54 def attacher_email(self): member in Attachment
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py150 attacher_email = latest_patch.attacher_email()
151 committer = committers.committer_by_email(attacher_email)
153 …g("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id))
Dearlywarningsystem.py167 if not self._committers.committer_by_email(patch.attacher_email()):
Dqueries.py99 committer_record = CommitterList().committer_by_email(patch.attacher_email())
/external/webkit/Tools/
DChangeLog-2010-05-2422850 - Parse attacher_email from attachment xml.
22852 - Test new attacher_email parsing.