HomeSort by relevance Sort by last modified time
    Searched full:bug_server_host (Results 1 - 1 of 1) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 225 bug_server_host = "bugs.webkit.org" variable in class:Bugzilla
226 bug_server_regex = "https?://%s/" % re.sub('\.', '\\.', bug_server_host)
227 bug_server_url = "https://%s/" % bug_server_host
408 credentials = Credentials(self.bug_server_host, git_prefix="bugzilla")
    [all...]

Completed in 52 milliseconds