HomeSort by relevance Sort by last modified time
    Searched refs:open_bug (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
postdiff.py 42 Options.open_bug,
50 if self._options.open_bug:
options.py 48 open_bug = make_option("--open-bug", action="store_true", dest="open_bug", default=False, help="Opens the associated bug in a browser.") variable in class:Options
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 299 make_option("--open", action="store_true", default=False, dest="open_bug", help="Open bug in default web browser (Mac only)."),
349 if options.open_bug:

Completed in 129 milliseconds