Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Issue 274243004: Add code to compute the root hash for a hash tree (Closed)

Created:
6 years, 7 months ago by asargent_no_longer_on_chrome
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Add code to compute the root hash for a hash tree BUG=369895 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270050

Patch Set 1 #

Patch Set 2 : ready for review #

Patch Set 3 : fixed bugs and added tests #

Total comments: 8

Patch Set 4 : responded to review feedback #

Total comments: 6

Patch Set 5 : more fixes #

Patch Set 6 : avoid multi-line comment caused by trailing backslash (who knew this was a thing?) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -0 lines) Patch
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A extensions/browser/content_hash_tree.h View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A extensions/browser/content_hash_tree.cc View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
A extensions/browser/content_hash_tree_unittest.cc View 1 2 3 4 1 chunk +77 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
asargent_no_longer_on_chrome
6 years, 7 months ago (2014-05-09 23:34:48 UTC) #1
asargent_no_longer_on_chrome
Oops, sorry, the previous version wasn't actually ready for review. I've fixed a couple of ...
6 years, 7 months ago (2014-05-12 16:17:20 UTC) #2
Marijn Kruisselbrink
https://codereview.chromium.org/274243004/diff/40001/extensions/browser/content_hash_tree.cc File extensions/browser/content_hash_tree.cc (right): https://codereview.chromium.org/274243004/diff/40001/extensions/browser/content_hash_tree.cc#newcode25 extensions/browser/content_hash_tree.cc:25: // by using a pointer. So the first iteration ...
6 years, 7 months ago (2014-05-12 17:53:45 UTC) #3
asargent_no_longer_on_chrome
PTAL https://codereview.chromium.org/274243004/diff/40001/extensions/browser/content_hash_tree.cc File extensions/browser/content_hash_tree.cc (right): https://codereview.chromium.org/274243004/diff/40001/extensions/browser/content_hash_tree.cc#newcode25 extensions/browser/content_hash_tree.cc:25: // by using a pointer. So the first ...
6 years, 7 months ago (2014-05-12 21:58:58 UTC) #4
Marijn Kruisselbrink
https://codereview.chromium.org/274243004/diff/80001/extensions/browser/content_hash_tree_unittest.cc File extensions/browser/content_hash_tree_unittest.cc (right): https://codereview.chromium.org/274243004/diff/80001/extensions/browser/content_hash_tree_unittest.cc#newcode22 extensions/browser/content_hash_tree_unittest.cc:22: int block_size_; You're not actually using block_size_ (and I'm ...
6 years, 7 months ago (2014-05-12 22:57:51 UTC) #5
asargent_no_longer_on_chrome
ok, new version up https://codereview.chromium.org/274243004/diff/80001/extensions/browser/content_hash_tree_unittest.cc File extensions/browser/content_hash_tree_unittest.cc (right): https://codereview.chromium.org/274243004/diff/80001/extensions/browser/content_hash_tree_unittest.cc#newcode22 extensions/browser/content_hash_tree_unittest.cc:22: int block_size_; On 2014/05/12 22:57:51, ...
6 years, 7 months ago (2014-05-12 23:52:48 UTC) #6
Marijn Kruisselbrink
lgtm
6 years, 7 months ago (2014-05-13 00:22:42 UTC) #7
asargent_no_longer_on_chrome
The CQ bit was checked by asargent@chromium.org
6 years, 7 months ago (2014-05-13 03:41:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/274243004/100001
6 years, 7 months ago (2014-05-13 03:41:49 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-13 05:41:59 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-13 05:49:42 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/183272) linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/25949)
6 years, 7 months ago (2014-05-13 05:49:43 UTC) #12
asargent_no_longer_on_chrome
The CQ bit was checked by asargent@chromium.org
6 years, 7 months ago (2014-05-13 05:51:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/274243004/120001
6 years, 7 months ago (2014-05-13 05:51:26 UTC) #14
commit-bot: I haz the power
6 years, 7 months ago (2014-05-13 08:26:29 UTC) #15
Message was sent while issue was closed.
Change committed as 270050

Powered by Google App Engine
This is Rietveld 408576698