Home
last modified time | relevance | path

Searched defs:bug_id (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py126 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 …]
Dattachment.py60 def bug_id(self): member in Attachment
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dupdatechangelogswithreviewer.py45 def _guess_reviewer_from_bug(self, bug_id): argument
/external/webkit/Tools/QueueStatusServer/model/
Dattachment.py100 def bug_id(self): member in Attachment
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dcommitinfo.py58 def bug_id(self): member in CommitInfo
Dchangelog.py89 def bug_id(self): member in ChangeLogEntry
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dfeeders.py62 def _patches_for_bug(self, bug_id): argument
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py301 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/
Dupload.py131 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
Dqueues.py74 def _cc_watchers(self, bug_id): argument