andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Convert Code Review -- Commits to Many-to-one #105

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Unfortunately, some commits have multiple code reviews. So we need to update a bunch of stuff to make this work.

andymeneely commented 10 years ago

An example of this is this commit:

:::
97c75129f344168d6318fb8a9d4fe33de7da3485
joi@chromium.org
joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98
Thu Jun 30 18:34:25 2011 +0000
0760eb4edb241471a4bbcc00fec10a58dac15d24
Revert 91161 - Change grit to depend on test data in the main repository.
BUG=82636
TEST=python tools/grit/grit.py unit

Review URL: http://codereview.chromium.org/7269003

TBR=joi@chromium.org
Review URL: http://codereview.chromium.org/7285006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91165 0039d316-1c4b-4281-b951-d872f2087c98
;;;
 tools/grit/grit/clique_unittest.py                   |    8 +-
 tools/grit/grit/format/rc_unittest.py                |   12 +-
 tools/grit/grit/gather/admin_template_unittest.py    |   19 +-
 tools/grit/grit/gather/rc_unittest.py                |   10 +-
 tools/grit/grit/gather/tr_html_unittest.py           |   15 +-
 tools/grit/grit/grd_reader_unittest.py               |    4 +-
 tools/grit/grit/grit_runner_unittest.py              |    4 +-
 tools/grit/grit/node/io_unittest.py                  |   10 +-
 tools/grit/grit/node/misc_unittest.py                |   11 +-
 tools/grit/grit/testdata/GoogleDesktop.adm           |  945 -------------------------------------------------------------------------
 tools/grit/grit/testdata/README.txt                  |   87 -------
 tools/grit/grit/testdata/about.html                  |   45 ----
 tools/grit/grit/testdata/bad_browser.html            |   16 --
 tools/grit/grit/testdata/browser.html                |   42 ----
 tools/grit/grit/testdata/cache_prefix.html           |   24 --
 tools/grit/grit/testdata/cache_prefix_file.html      |   25 --
 tools/grit/grit/testdata/chat_result.html            |   24 --
 tools/grit/grit/testdata/del_footer.html             |    8 -
 tools/grit/grit/testdata/del_header.html             |   60 -----
 tools/grit/grit/testdata/deleted.html                |   21 --
 tools/grit/grit/testdata/details.html                |   10 -
 tools/grit/grit/testdata/duplicate-name-input.xml    |   26 --
 tools/grit/grit/testdata/email_result.html           |   34 ---
 tools/grit/grit/testdata/email_thread.html           |   10 -
 tools/grit/grit/testdata/error.html                  |    8 -
 tools/grit/grit/testdata/explicit_web.html           |   11 -
 tools/grit/grit/testdata/footer.html                 |   14 --
 tools/grit/grit/testdata/generated_resources_fr.xtb  | 3090 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 tools/grit/grit/testdata/header.html                 |   39 ---
 tools/grit/grit/testdata/homepage.html               |   37 ---
 tools/grit/grit/testdata/hover.html                  |  177 --------------
 tools/grit/grit/testdata/include_test.html           |   31 ---
 tools/grit/grit/testdata/included_sample.html        |    1 -
 tools/grit/grit/testdata/indexing_speed.html         |   58 -----
 tools/grit/grit/testdata/install_prefs.html          |   92 --------
 tools/grit/grit/testdata/install_prefs2.html         |   52 ----
 tools/grit/grit/testdata/klonk-alternate-skeleton.rc |  Bin 1088 -> 0 bytes
 tools/grit/grit/testdata/klonk.ico                   |  Bin 766 -> 0 bytes
 tools/grit/grit/testdata/klonk.rc                    |  Bin 9428 -> 0 bytes
 tools/grit/grit/testdata/ko_oem_enable_bug.html      |    1 -
:
andymeneely commented 10 years ago

Fixed in d3913189ca96f85a08ba4c63ed067ec204e62090