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

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
__init__.py 5 from .bugzilla import Bugzilla, parse_bug_id, parse_bug_id_from_changelog
bugzilla_unittest.py 33 from .bugzilla import Bugzilla, BugzillaQueries, parse_bug_id, parse_bug_id_from_changelog
85 bugs = Bugzilla()
92 bugs = Bugzilla()
164 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
165 <bugzilla version="3.2.3"
171 </bugzilla>
250 bug = Bugzilla()._parse_bug_dictionary_from_xml(self._single_bug_xml)
254 <bugzilla version="3.2.3" urlbase="https://bugs.webkit.org/" maintainer="admin@webkit.org" exporter="eric@we (…)
    [all...]
bugzilla.py 31 # WebKit's Python module for interacting with Bugzilla
56 match = re.search(Bugzilla.bug_url_short, message)
59 match = re.search(Bugzilla.bug_url_long, message)
71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE)
74 match = re.search("^\s*" + Bugzilla.bug_url_long + "$", message, re.MULTILINE)
85 # A container for all of the logic for making and parsing bugzilla queries.
88 def __init__(self, bugzilla):
89 self._bugzilla = bugzilla
96 # This is kinda a hack. There is probably a better way to get this information from bugzilla.
118 # Bugzilla results pages have an "XML" submit button at the botto
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/
host.py 34 from webkitpy.common.net import bugzilla, buildbot, irc, statusserver namespace
41 self.bugs = bugzilla.Bugzilla()
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries_unittest.py 31 from webkitpy.common.net.bugzilla import Bugzilla
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 30 # A tool for automating dealing with bugzilla, posting patches, committing patches, etc.
40 from webkitpy.common.net.bugzilla import Bugzilla

Completed in 213 milliseconds