Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py345 def fetch_bug_dictionary(self, bug_id): member in Bugzilla
357 return Bug(self.fetch_bug_dictionary(bug_id), self)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py323 def fetch_bug_dictionary(self, bug_id): member in MockBugzilla
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py402 …log("Bug: <%s> %s" % (tool.bugs.bug_url_for_bug_id(bug_id), tool.bugs.fetch_bug_dictionary(bug_id)…
/external/webkit/Tools/
DChangeLog-2010-05-2421241 … - Rename fetch_bug to fetch_bug_dictionary and add a new fetch_bug which returns a Bug object.
21252 - Use fetch_bug_dictionary instead of fetch_bug.
DChangeLog-2011-02-1622275 Allow Ctrl+C inside Bugzilla::fetch_bug_dictionary