HomeSort by relevance Sort by last modified time
    Searched refs:attacher_email (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 52 patch.attacher_email())
54 def attacher_email(self): member in class:Attachment
55 return self._attachment_dictionary.get("attacher_email")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 167 if not self._committers.committer_by_email(patch.attacher_email()):
upload.py 150 attacher_email = latest_patch.attacher_email()
151 committer = committers.committer_by_email(attacher_email)
153 log("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id))
queries.py 99 committer_record = CommitterList().committer_by_email(patch.attacher_email())

Completed in 758 milliseconds