Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/Scripts/
Dbugzilla-tool512 …bug_id = tool.bugs.create_bug_with_patch(bug_title, comment_text, options.component, diff_file, "P…
532 …bug_id = tool.bugs.create_bug_with_patch(bug_title, comment_text, options.component, diff_file, "P…
/external/webkit/WebKitTools/Scripts/modules/
Dbugzilla.py292 …def create_bug_with_patch(self, bug_title, bug_description, component, patch_file_object, patch_de… member in Bugzilla
/external/webkit/WebKitTools/
DChangeLog1144 (Bugzilla.create_bug_with_patch): Added.