Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dpostdiffforcommit.py34 self._tool.bugs.add_patch_to_bug(
Dpostdiff.py48 …self._tool.bugs.add_patch_to_bug(state["bug_id"], diff, description, comment_text=comment_text, ma…
Dpostdiffforrevert.py43 self._tool.bugs.add_patch_to_bug(
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py357 def add_patch_to_bug(self, member in MockBugzilla
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py342 …tool.bugs.add_patch_to_bug(bug_id, diff, description, comment_text, mark_for_review=options.review…
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py507 def add_patch_to_bug(self, member in Bugzilla
/external/webkit/Tools/
DChangeLog-2010-05-244557 - Remove the (unused) support for passing a file object to add_patch_to_bug().
4613 - Pass the diff directly to add_patch_to_bug instead of creating a StringIO file wrapper.
4615 - Rename add_patch_to_bug argument to match bugzilla.py
4621 - Pass the diff directly to add_patch_to_bug instead of creating a StringIO file wrapper.
4812 - Remove the (unused) support for passing a file object to add_patch_to_bug().
4868 - Pass the diff directly to add_patch_to_bug instead of creating a StringIO file wrapper.
4870 - Rename add_patch_to_bug argument to match bugzilla.py
4876 - Pass the diff directly to add_patch_to_bug instead of creating a StringIO file wrapper.
5289 add_patch_to_bug, and changed the 4 places which previously used
5310 - Remove the (unused) support for passing a file object to add_patch_to_bug().
[all …]