/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 126 def _fetch_bug(self, bug_id): argument 238 def bug_url_for_bug_id(self, bug_id, xml=False): argument 244 def short_bug_url_for_bug_id(self, bug_id): argument 249 def add_attachment_url(self, bug_id): argument 298 def _parse_attachment_element(self, element, bug_id): argument 340 def _fetch_bug_page(self, bug_id): argument 345 def fetch_bug_dictionary(self, bug_id): argument 356 def fetch_bug(self, bug_id): argument 478 def _filename_for_upload(self, file_object, bug_id, extension="txt", timestamp=timestamp): argument 484 bug_id, argument [all …]
|
D | attachment.py | 60 def bug_id(self): member in Attachment
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | updatechangelogswithreviewer.py | 45 def _guess_reviewer_from_bug(self, bug_id): argument
|
/external/webkit/Tools/QueueStatusServer/model/ |
D | attachment.py | 100 def bug_id(self): member in Attachment
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | commitinfo.py | 58 def bug_id(self): member in CommitInfo
|
D | changelog.py | 89 def bug_id(self): member in ChangeLogEntry
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | feeders.py | 62 def _patches_for_bug(self, bug_id): argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 301 def fetch_bug(self, bug_id): argument 320 def bug_url_for_bug_id(self, bug_id): argument 323 def fetch_bug_dictionary(self, bug_id): argument 341 def post_comment_to_bug(self, bug_id, comment_text, cc=None): argument 346 bug_id, argument 358 bug_id, argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | upload.py | 131 def _assign_bug_to_last_patch_attacher(self, bug_id): argument 365 def _determine_bug_id_and_svn_revision(self, tool, bug_id, svn_revision): argument
|
D | queues.py | 74 def _cc_watchers(self, bug_id): argument
|