HomeSort by relevance Sort by last modified time
    Searched full:rollout (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
completerollout.py 51 # FIXME: Fully automated rollout is not 100% idiot-proof yet, so for now just log with instructions on how to complete the rollout.
52 # Once we trust rollout we will remove this option.
54 log("\nNOTE: Rollout support is experimental.\nPlease verify the rollout diff and use \"webkit-patch land %s\" to commit the rollout." % bug_id)
preparechangelogforrevert.py 37 # First, discard the ChangeLog changes from the rollout.
42 # Second, make new ChangeLog entries for this rollout.
options.py 39 complete_rollout = make_option("--complete-rollout", action="store_true", dest="complete_rollout", help="Commit the revert and re-open the original bug.")
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download_unittest.py 120 expected_stderr = "Updating working directory\nRunning prepare-ChangeLog\n\nNOTE: Rollout support is experimental.\nPlease verify the rollout diff and use \"webkit-patch land 12345\" to commit the rollout.\n"
121 self.assert_execute_outputs(Rollout(), [852, "Reason"], options=self._default_options(), expected_stderr=expected_stderr)
126 expected_stderr = "Will re-open bug 12345 after rollout.\nUpdating working directory\nRunning prepare-ChangeLog\nBuilding WebKit\n"
127 self.assert_execute_outputs(Rollout(), [852, "Reason"], options=options, expected_stderr=expected_stderr)
download.py 243 class Rollout(AbstractSequencedCommand):
244 name = "rollout"
250 Creates an appropriate rollout ChangeLog, including a trac link and bug link.
275 log("Will re-open bug %s after rollout." % bug_id)
277 log("Failed to parse bug number from diff. No bugs will be updated/reopened after the rollout.")
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 103 # Add an extra new line after the rollout links, before any reason.
  /external/webkit/WebKitTools/
ChangeLog     [all...]
  /external/webkit/WebKit/win/
ChangeLog     [all...]
  /external/webkit/JavaScriptCore/
ChangeLog     [all...]
  /external/webkit/WebCore/
ChangeLog-2005-12-19     [all...]
ChangeLog-2010-01-29 253 Rollout r53949, r53951 and r54013 due to a Chromium regression that it
    [all...]

Completed in 139 milliseconds