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

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
postdiffforrevert.py 35 comment_text = "Any committer can land this patch automatically by \
47 comment_text=comment_text,
reopenbugafterrollout.py 37 comment_text = "Reverted r%s for reason:\n\n%s\n\n%s" % (state["revision"], state["reason"], commit_comment)
41 log(comment_text)
44 self._tool.bugs.reopen_bug(bug_id, comment_text)
closebugforlanddiff.py 43 comment_text = bug_comment_from_commit_text(self._tool.scm(), state["commit_text"])
51 self._tool.bugs.close_bug_as_fixed(bug_id, comment_text)
55 self._tool.bugs.post_comment_to_bug(bug_id, comment_text)
57 log(comment_text)
closepatch.py 35 comment_text = bug_comment_from_commit_text(self._tool.scm(), state["commit_text"])
36 self._tool.bugs.clear_attachment_flags(state["patch"].id(), comment_text)
postdiff.py 47 comment_text = self._options.comment
48 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
attachtobug.py 47 comment_text = self._options.comment
51 self._tool.bugs.add_attachment_to_bug(bug_id, filepath, description, filename, comment_text)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 488 comment_text=None):
492 log(comment_text)
500 if comment_text:
501 log(comment_text)
502 self.browser['comment'] = comment_text
511 comment_text=None,
519 log(comment_text)
533 if comment_text:
534 log(comment_text)
535 self.browser['comment'] = comment_text
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 99 comment_text = "Rejecting attachment %s from commit-queue." % attachment_id
103 comment_text,
109 comment_text = "Rejecting attachment %s from review queue." % attachment_id
113 comment_text,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 312 comment_text = None
314 comment_text = commit_message.body(lstrip=True)
315 comment_text += "---\n"
316 comment_text += tool.scm().files_changed_summary_for_commit(commit_id)
317 return comment_text
341 comment_text = self._comment_text_for_commit(options, commit_message, tool, commit_id)
342 tool.bugs.add_patch_to_bug(bug_id, diff, description, comment_text, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
448 comment_text = ""
450 (bug_title, comment_text) = self.prompt_for_bug_title_and_comment()
454 comment_text = commit_message.body(lstrip=True
    [all...]
queues.py 272 comment_text = "The attached test failures were seen while running run-webkit-tests on the %s.\n" % (self.name)
274 comment_text += BotInfo(self._tool).summary_text()
275 self._tool.bugs.add_attachment_to_bug(patch.bug_id(), results_archive_file, description, filename="layout-test-results.zip", comment_text=comment_text)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 336 comment_text=None,
339 flag_name, flag_value, attachment_id, comment_text, additional_comment_text))
341 def post_comment_to_bug(self, bug_id, comment_text, cc=None):
343 bug_id, cc, comment_text))
350 comment_text=None):
352 if comment_text:
354 log(comment_text)
361 comment_text=None,
367 if comment_text:
369 log(comment_text)
    [all...]

Completed in 188 milliseconds