Home | History | Annotate | Download | only in webkitpy

Lines Matching refs:review

103     def review(self):
104 return self._attachment_dictionary.get("review")
166 return [patch for patch in self.patches() if patch.review() == "?"]
169 patches = [patch for patch in self.patches() if patch.review() == "+"]
213 attachment_href = re.compile("attachment.cgi\?id=\d+&action=review")
223 needs_commit_query_url = "buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=flagtypes.name&type0-0-0=equals&value0-0-0=review%2B"
241 review_queue_url = "buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=flagtypes.name&type0-0-0=equals&value0-0-0=review?"
254 review_queue_url = "request.cgi?action=queue&type=review&group=type"
282 message += "\n\n- If you have %s rights please correct the error in %s by adding yourself to the file (no review needed). " % (
326 comment_text = "Rejecting patch %s from review queue." % attachment_id
328 'review',
395 element, 'review', attachment, 'reviewer_email')
631 if flag_name == "review":
653 self._find_select_element_for_flag('review').value = ("X",)
695 # Also clear any review flag (to remove it from review/commit queues)
696 self._find_select_element_for_flag('review').value = ("X",)