HomeSort by relevance Sort by last modified time
    Searched full:committer_email (Results 1 - 9 of 9) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo.py 36 def __init__(self, revision, committer_email, changelog_data, committer_list=CommitterList()):
38 self._committer_email = committer_email
47 self._committer = committer_list.committer_by_email(committer_email)
55 def committer_email(self): member in class:CommitInfo
commitinfo_unittest.py 60 self.assertEqual(commit.committer_email(), "committer@example.com")
api.py 80 committer_email = self._scm.committer_email_for_revision(revision)
98 return CommitInfo(revision, committer_email, changelog_data)
api_unittest.py 174 self.assertEqual(commitinfo.committer_email(), "committer@example.com")
scm.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 62 "committer_email": "foo@bar.com",
77 "committer_email": "non-committer@example.com",
129 "committer_email": "foo@bar.com",
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 79 'committer_email' : 'two@test.com',
bugzilla.py 313 element, 'commit-queue', attachment, 'committer_email')
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 198 "committer_email": "foo@bar.com",

Completed in 303 milliseconds