Searched defs:committers (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dcommitters.py60 # committers for WebKit. If your name is missing here and you are a committer,
61 # please add it. No review needed. All reviewers are committers, so this list
62 # is only of committers who are not reviewers.
325 committers=committers_unable_to_review,
327 self._committers = committers + reviewers
331 def committers(self): member in class:CommitterList
346 for committer in self.committers():
H A Dcommittervalidator.py34 from webkitpy.common.config import committers, urls namespace
51 (path, extension) = os.path.splitext(committers.__file__)
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py45 from webkitpy.common.config import committers namespace
185 # This function will only return patches which have valid committers
186 # set. It won't reject patches with invalid committers/reviewers.
209 def __init__(self, dryrun=False, committers=committers.CommitterList()):
213 self.committers = committers

Completed in 180 milliseconds