Searched refs:bug_title (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | upload.py | 447 bug_title = "" 450 (bug_title, comment_text) = self.prompt_for_bug_title_and_comment() 453 bug_title = commit_message.description(lstrip=True, strip_url=True) 459 …bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff, "Patch", cc=option… 468 bug_title = "" 471 (bug_title, comment_text) = self.prompt_for_bug_title_and_comment() 474 bug_title = commit_message.description(lstrip=True, strip_url=True) 478 …bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff, "Patch", cc=option… 481 bug_title = User.prompt("Bug title: ") 493 return (bug_title, comment_text)
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 559 bug_title, argument 571 log('Creating bug with title "%s"' % bug_title) 594 self.browser["short_desc"] = bug_title
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 278 bug_title, argument 288 log("bug_title: %s" % bug_title)
|