Searched defs:bug_id (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/WebKitTools/Scripts/modules/ |
| D | bugzilla.py | 137 def bug_url_for_bug_id(self, bug_id, xml=False): argument 147 def _parse_attachment_element(self, element, bug_id): argument 171 def fetch_attachments_from_bug(self, bug_id): argument 184 def fetch_patches_from_bug(self, bug_id): argument 191 def fetch_reviewed_patches_from_bug(self, bug_id): argument 198 def fetch_commit_queue_patches_from_bug(self, bug_id): argument 252 …def add_patch_to_bug(self, bug_id, patch_file_object, description, comment_text=None, mark_for_rev… argument 359 def post_comment_to_bug(self, bug_id, comment_text): argument 372 def close_bug_as_fixed(self, bug_id, comment_text=None): argument
|
| /external/webkit/WebKitTools/Scripts/ |
| D | bugzilla-tool | 234 def guess_reviewer_from_bug(self, bugs, bug_id): argument 244 def update_changelogs_with_reviewer(self, reviewer, bug_id, tool): argument 343 def land_patches(cls, bug_id, patches, options, tool): argument 415 def obsolete_patches_on_bug(bug_id, bugs): argument
|