commit | 36f218b51c5cbc5e1c43e7c42dcf4bd83b50bfdc | [log] [tgz] |
---|---|---|
author | Mandy Chen <mandy.chen@microsoft.com> | Thu Jul 11 23:12:02 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 11 23:12:02 2019 |
tree | d87aa0bf7e2b0a120097fff9b51d3e42a1d2fbf5 | |
parent | b29d10e4f3b0719fa2b670ceaab5fc40331eb2e2 [diff] |
DevTools: Autofix grdp messages with the wrong IDS key in presubmit The ids key (i.e. name value of a <message> tag) of a grdp message is IDS_DEVTOOLS_<md5 hash of the string>. Currently if you manually modify the content of a message and modify the corresponding frontend string, the ids key can be outdated.* This patch improves the presubmit script to autofix such issues. Actual fix of the current problem is in another patch: https://crrev.com/c/1670315. *: example: https://crrev.com/c/1637046 Bug: 941561 Change-Id: I2f2b044955aa1033f07a054ac2926392d6ff1687 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661120 Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Reviewed-by: Erik Luo <luoe@chromium.org> Reviewed-by: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#676641}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .