Searched defs:ChangeLog (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpreparechangelogfordepsroll.py31 from webkitpy.common.checkout.changelog import ChangeLog namespace
40 ChangeLog(changelog_path).update_with_unreviewed_message("Rolled DEPS.\n\n")
H A Dpreparechangelog.py31 from webkitpy.common.checkout.changelog import ChangeLog namespace
53 changelog = ChangeLog(changelog_path)
H A Dpreparechangelogforrevert.py31 from webkitpy.common.checkout.changelog import ChangeLog namespace
52 # This could move to prepare-ChangeLog by adding a --revert= option.
60 ChangeLog(changelog_path).update_with_unreviewed_message(message)
H A Dvalidatereviewer.py32 from webkitpy.common.checkout.changelog import ChangeLog namespace
56 changelog_entry = ChangeLog(changelog_path).latest_entry()
H A Dpreparechangelogforrevert_unittest.py36 from webkitpy.common.checkout.changelog import ChangeLog namespace
114 changelog = ChangeLog(changelog_path)
H A Dupdatechangelogswithreviewer.py31 from webkitpy.common.checkout.changelog import ChangeLog namespace
72 ChangeLog(changelog_path).set_reviewer(reviewer)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dapi.py33 from webkitpy.common.checkout.changelog import ChangeLog namespace
44 # FIXME: Move a bunch of ChangeLog-specific processing from SCM to this object.
51 return os.path.basename(path) == "ChangeLog"
56 # that ChangeLog files are utf-8. parse_latest_entry_from_file
58 # Old revisions of Sources/WebKit/wx/ChangeLog have some invalid utf8 characters.
60 return ChangeLog.parse_latest_entry_from_file(changelog_file)
64 # FIXME: This gets confused if ChangeLog files are moved, as
105 # Callers (especially those using the ChangeLog class) may
122 "All changes require a ChangeLog. See:\n %s" % urls.contribution_guidelines)
126 log("Parsing ChangeLog
[all...]
H A Dchangelog.py29 # WebKit's Python module for parsing and modifying ChangeLog files
46 # e.g. == Rolled over to ChangeLog-2011-02-16 ==
47 rolled_over_regexp = r'^== Rolled over to ChangeLog-\d{4}-\d{2}-\d{2} ==$'
93 # FIXME: Various methods on ChangeLog should move into ChangeLogEntry instead.
94 class ChangeLog(object): class in inherits:object
125 # ChangeLog files are always UTF-8, we read them in as such to support Reviewers with unicode in their names.
159 # Remove all the ChangeLog boilerplate between the Reviewed by
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload.py34 from webkitpy.common.checkout.changelog import ChangeLog namespace
106 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
118 help_text = "Prepares a ChangeLog and lands the current working directory diff."
338 Creates an appropriate rollout ChangeLog, including a trac link and bug link.
393 Creates an appropriate rollout ChangeLog, including a trac link and bug link.

Completed in 102 milliseconds