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

Issue 2135143002: Implement SignedCertificateTimestamp::isolatedCopy (Closed)

Created:
4 years, 5 months ago by yhirano
Modified:
4 years, 5 months ago
Reviewers:
hiroshige, Mike West
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement SignedCertificateTimestamp::isolatedCopy As ResourceResponse::SignedCertificateTimestamp contains String members, it should have isolatedCopy function and that function should be called in ResourceResponse::copyData. BUG=626809 Committed: https://crrev.com/6aa36b6c741ab188448a6673c393af135ee6572e Cr-Commit-Position: refs/heads/master@{#404962}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -2 lines) Patch
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.cpp View 1 3 chunks +28 lines, -1 line 0 comments Download
A third_party/WebKit/Source/platform/network/ResourceResponseTest.cpp View 1 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
yhirano
4 years, 5 months ago (2016-07-11 09:30:49 UTC) #2
hiroshige
lgtm with a comment. Adding tests are preferable (ResourceResponse lacks tests from before though). https://codereview.chromium.org/2135143002/diff/1/third_party/WebKit/Source/platform/network/ResourceResponse.cpp ...
4 years, 5 months ago (2016-07-11 10:09:45 UTC) #3
yhirano
Added a small test. https://codereview.chromium.org/2135143002/diff/1/third_party/WebKit/Source/platform/network/ResourceResponse.cpp File third_party/WebKit/Source/platform/network/ResourceResponse.cpp (right): https://codereview.chromium.org/2135143002/diff/1/third_party/WebKit/Source/platform/network/ResourceResponse.cpp#newcode170 third_party/WebKit/Source/platform/network/ResourceResponse.cpp:170: m_securityDetails.sctList = isolatedCopy(data->m_securityDetails.sctList); On 2016/07/11 ...
4 years, 5 months ago (2016-07-12 05:14:42 UTC) #4
yhirano
+mkwst
4 years, 5 months ago (2016-07-12 05:15:11 UTC) #6
hiroshige
lgtm again.
4 years, 5 months ago (2016-07-12 05:45:27 UTC) #7
Mike West
LGTM.
4 years, 5 months ago (2016-07-12 09:34:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135143002/20001
4 years, 5 months ago (2016-07-12 09:55:30 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/51238)
4 years, 5 months ago (2016-07-12 10:54:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135143002/40001
4 years, 5 months ago (2016-07-12 11:02:18 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191192)
4 years, 5 months ago (2016-07-12 15:03:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135143002/40001
4 years, 5 months ago (2016-07-12 16:08:31 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191561)
4 years, 5 months ago (2016-07-12 20:20:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135143002/40001
4 years, 5 months ago (2016-07-13 01:44:32 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-13 03:29:23 UTC) #24
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 03:29:42 UTC) #25
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 03:32:38 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6aa36b6c741ab188448a6673c393af135ee6572e
Cr-Commit-Position: refs/heads/master@{#404962}

Powered by Google App Engine
This is Rietveld 408576698