Home
last modified time | relevance | path

Searched refs:bug_url_long (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py59 match = re.search(Bugzilla.bug_url_long, message)
74 match = re.search("^\s*" + Bugzilla.bug_url_long + "$", message, re.MULTILINE)
228 bug_url_long = bug_server_regex + r"show_bug\.cgi\?id=(?P<bug_id>\d+)(&ctype=xml)?" variable in Bugzilla