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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 9 require 'PrettyPatch'
30 puts PrettyPatch.prettify(patch_data)
PrettyPatch_test.rb 5 require 'PrettyPatch'
54 pretty = PrettyPatch.prettify(patch)
PrettyPatch.rb 9 module PrettyPatch
523 @filename = PrettyPatch.filename_from_diff_header(lines[0].chomp)
528 @from = PrettyPatch.revisionOrDescription(lines[i])
530 @filename = PrettyPatch.filename_from_diff_header(lines[i].chomp) if @filename.nil?
531 @to = PrettyPatch.revisionOrDescription(lines[i])
536 if (IMAGE_FILE_MARKER_FORMAT.match(lines[i + 1]) or PrettyPatch.has_image_suffix(@filename)) then
552 if (GIT_BINARY_PATCH_FORMAT.match(lines[i + 1]) and PrettyPatch.has_image_suffix(@filename)) then
613 str += "<h1>#{PrettyPatch.linkifyFilename(@filename)}</h1>\n"
660 if (PrettyPatch.diff_header?(line))
713 tempfile = Tempfile.new("PrettyPatch")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
prettypatch.py 33 class PrettyPatch(object):
54 'webkitruby', 'PrettyPatch')
62 # PrettyPatch does not modify the encoding of the diff output
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 33 from webkitpy.common.prettypatch import PrettyPatch
53 pretty_patch = PrettyPatch(self._tool.executive)
61 _log.warning("PrettyPatch failed. :(")
63 _log.warning("PrettyPatch unavailable.")

Completed in 113 milliseconds