Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py56 match = re.search(Bugzilla.bug_url_short, message)
71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE)
229 bug_url_short = r"http\://webkit\.org/b/(?P<bug_id>\d+)" variable in Bugzilla