|
|
Chromium Code Reviews
DescriptionRemove FetchFormDataConsumerHandle use in SRIVerifier
BUG=610195
Committed: https://crrev.com/1396f15cd63edb897183140ad124770dfc2b889e
Cr-Commit-Position: refs/heads/master@{#421426}
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : rebase #Patch Set 4 : rebase #
Total comments: 10
Patch Set 5 : fix #Messages
Total messages: 45 (37 generated)
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm6...)
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #5 (id:80001) has been deleted
Patchset #4 (id:60001) has been deleted
Patchset #3 (id:40001) has been deleted
Patchset #2 (id:20001) has been deleted
yhirano@chromium.org changed reviewers: + hiroshige@chromium.org
Description was changed from ========== Replace FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 ========== to ========== Remove FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
On 2016/09/16 05:04:04, yhirano wrote: ping
Basically looks good. https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:55: class SRIBytesConsumer : public BytesConsumer { final https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:82: DCHECK(client); DCHECK(!m_client); https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:86: m_client = nullptr; |m_client = client|? https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:100: m_isCancelled = true; Do we need to clear |m_client| here? https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:227: m_updater->update(new BytesConsumerForDataConsumerHandle(m_response->getExecutionContext(), createFetchDataConsumerHandleFromWebHandle(createUnexpectedErrorDataConsumerHandle()))); Do you plan to create BytesConsumer-version of createUnexpectedErrorDataConsumerHandle() and replace this line in the future?
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:55: class SRIBytesConsumer : public BytesConsumer { On 2016/09/27 07:45:43, hiroshige wrote: > final Done. https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:82: DCHECK(client); On 2016/09/27 07:45:43, hiroshige wrote: > DCHECK(!m_client); Done. https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:86: m_client = nullptr; On 2016/09/27 07:45:43, hiroshige wrote: > |m_client = client|? You're right, thank you. Done. https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:100: m_isCancelled = true; On 2016/09/27 07:45:43, hiroshige wrote: > Do we need to clear |m_client| here? Nice catch. Done. https://codereview.chromium.org/2344103002/diff/130001/third_party/WebKit/Sou... third_party/WebKit/Source/modules/fetch/FetchManager.cpp:227: m_updater->update(new BytesConsumerForDataConsumerHandle(m_response->getExecutionContext(), createFetchDataConsumerHandleFromWebHandle(createUnexpectedErrorDataConsumerHandle()))); On 2016/09/27 07:45:43, hiroshige wrote: > Do you plan to create BytesConsumer-version of > createUnexpectedErrorDataConsumerHandle() and replace this line in the future? Yes, I will do that.
lgtm.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by yhirano@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Remove FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 ========== to ========== Remove FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 ==========
Message was sent while issue was closed.
Committed patchset #5 (id:150001)
Message was sent while issue was closed.
Description was changed from ========== Remove FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 ========== to ========== Remove FetchFormDataConsumerHandle use in SRIVerifier BUG=610195 Committed: https://crrev.com/1396f15cd63edb897183140ad124770dfc2b889e Cr-Commit-Position: refs/heads/master@{#421426} ==========
Message was sent while issue was closed.
Patchset 5 (id:??) landed as https://crrev.com/1396f15cd63edb897183140ad124770dfc2b889e Cr-Commit-Position: refs/heads/master@{#421426} |
