Home
last modified time | relevance | path

Searched refs:CommitInfo (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dcommitinfo_unittest.py31 from webkitpy.common.checkout.commitinfo import CommitInfo
50 commit = CommitInfo(123, "committer@example.com", changelog_data, committer_list)
Dapi.py34 from webkitpy.common.checkout.commitinfo import CommitInfo
98 return CommitInfo(revision, committer_email, changelog_data)
Dcommitinfo.py35 class CommitInfo(object): class
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py33 from webkitpy.common.checkout.commitinfo import CommitInfo
529 return CommitInfo(svn_revision, "eric@webkit.org", {
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueries.py35 from webkitpy.common.checkout.commitinfo import CommitInfo
/external/webkit/Tools/
DChangeLog-2010-05-242199 - _commit_info failed to actually return the CommitInfo in the no-bug-id case.
8389 - Now that we have CommitInfo, we can automatically CC the
9914 Remove some evil statics from CommitInfo
11519 CommitInfo to make the SheriffBot testable, but I did the minimum
11671 Split out CommitInfo class and add unit tests
11674 Move more logic out of "what-broke" into a shared CommitInfo