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

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closebug.py 48 if patch.review() == "?" or patch.review() == "+":
49 log("Not closing bug %s as attachment %s has review=%s. Assuming there are more patches to land from this bug." % (patch.bug_id(), patch.id(), patch.review()))
postdiff.py 40 Options.review,
49 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff_file, description, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
options.py 52 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.")
53 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.") variable in class:Options
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 55 expected_messsage="""foo@foo.com does not have review permissions according to http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/committers.py.
57 - If you do not have review rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.
59 - If you have review rights please correct the error in WebKitTools/Scripts/webkitpy/committers.py by adding yourself to the file (no review needed). Due to bug 30084 the commit-queue will require a restart after your change. Please contact eseidel@chromium.org to request a commit-queue restart. After restart the commit-queue will correctly respect your review rights."""
60 self.assertEqual(validator._flag_permission_rejection_message("foo@foo.com", "review"), expected_messsage)
77 <flag name="review"
97 'review' : '+',
174 <flag name="review"
193 'review': '?'
    [all...]
changelogs_unittest.py 127 _revert_message = """ No review, rolling out r12345.
146 No review, rolling out r12345.
157 No review, rolling out r12345.
bugzilla.py 103 def review(self): member in class:Attachment
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_i
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 67 if patch.review() == "+":
69 what_was_cleared.append("%s's review+" % patch.reviewer().full_name)
71 what_was_cleared.append("review+")
122 reassign_message = "Attachment %s was posted by a committer and has review+, assigning to %s for commit." % (latest_patch.id(), committer.full_name)
201 help_text = "Automates the process of uploading a patch for review"
248 steps.Options.review,
288 tool.bugs.add_patch_to_bug(bug_id, diff_file, description, comment_text, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
379 make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
    [all...]
  /external/gtest/test/
Android.mk 24 # review of the original import.
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 89 milliseconds