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

Issue 1756953002: Stop dispatching notifyFinished for each part in a multipart response (Closed)

Created:
4 years, 9 months ago by yhirano
Modified:
4 years, 9 months ago
Reviewers:
hiroshige, Nate Chapin
CC:
chromium-reviews, tyoshino+watch_chromium.org, Yoav Weiss, gavinp+loader_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, Nate Chapin
Base URL:
https://chromium.googlesource.com/chromium/src.git@multipart-cleanup-2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop dispatching notifyFinished for each part in a multipart response This change stops dispatching notifyFinished for each part in a multipart response. Instead, it's dispatched when the second part begins (i.e. the first part ends). BUG=570608 Committed: https://crrev.com/a548e7c490465d9c16e7697b3aaebb362ae55fce Cr-Commit-Position: refs/heads/master@{#381920}

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -50 lines) Patch
M third_party/WebKit/Source/core/fetch/ImageResource.h View 1 2 3 4 3 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResource.cpp View 1 2 3 4 1 chunk +16 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.cpp View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/MultipartImageResourceParserTest.cpp View 1 2 2 chunks +1 line, -35 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 28 (14 generated)
yhirano
This CL depends on https://codereview.chromium.org/1710733002/.
4 years, 9 months ago (2016-03-02 20:23:32 UTC) #4
yhirano
ping
4 years, 9 months ago (2016-03-14 07:32:10 UTC) #5
Nate Chapin
LGTM with a nit: https://codereview.chromium.org/1756953002/diff/80001/third_party/WebKit/Source/core/fetch/ImageResource.h File third_party/WebKit/Source/core/fetch/ImageResource.h (right): https://codereview.chromium.org/1756953002/diff/80001/third_party/WebKit/Source/core/fetch/ImageResource.h#newcode160 third_party/WebKit/Source/core/fetch/ImageResource.h:160: int m_numParsedPartsInMultipart = 0; Maybe ...
4 years, 9 months ago (2016-03-15 21:31:12 UTC) #6
hiroshige
https://codereview.chromium.org/1756953002/diff/80001/third_party/WebKit/Source/core/fetch/ImageResource.cpp File third_party/WebKit/Source/core/fetch/ImageResource.cpp (right): https://codereview.chromium.org/1756953002/diff/80001/third_party/WebKit/Source/core/fetch/ImageResource.cpp#newcode478 third_party/WebKit/Source/core/fetch/ImageResource.cpp:478: clear(); nit: this CL removes |if (m_data)| check. Is ...
4 years, 9 months ago (2016-03-15 21:38:37 UTC) #8
hiroshige
I found a behavior change by this CL and uploaded a draft CL [1] (see ...
4 years, 9 months ago (2016-03-15 23:19:34 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756953002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756953002/100001
4 years, 9 months ago (2016-03-17 02:09:20 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-17 02:49:57 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756953002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756953002/100001
4 years, 9 months ago (2016-03-17 02:56:38 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-17 03:01:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756953002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756953002/100001
4 years, 9 months ago (2016-03-18 04:14:39 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/190987)
4 years, 9 months ago (2016-03-18 06:55:27 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1756953002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1756953002/100001
4 years, 9 months ago (2016-03-18 08:29:12 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 9 months ago (2016-03-18 09:43:16 UTC) #26
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 09:44:40 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a548e7c490465d9c16e7697b3aaebb362ae55fce
Cr-Commit-Position: refs/heads/master@{#381920}

Powered by Google App Engine
This is Rietveld 408576698