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

Issue 10861036: net: Remove UploadElement::TYPE_CHUNK (Closed)

Created:
8 years, 4 months ago by hashimoto
Modified:
8 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, kinuko+watch
Visibility:
Public.

Description

net: Remove UploadElement::TYPE_CHUNK All chunk related information is handled by UploadData. Now UploadElement has no idea about chunks. BUG=None TEST=net_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153120

Patch Set 1 : _ #

Patch Set 2 : Revive Chrome Frame hack #

Patch Set 3 : Remove unused UploadElement::set_type() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -78 lines) Patch
M chrome_frame/urlmon_url_request.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits.cc View 4 chunks +5 lines, -36 lines 0 comments Download
M net/base/upload_data.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/base/upload_data.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M net/base/upload_data_stream.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M net/base/upload_element.h View 1 2 4 chunks +1 line, -22 lines 0 comments Download
M net/base/upload_element.cc View 4 chunks +3 lines, -12 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
hashimoto
willchan, Could you review this?
8 years, 4 months ago (2012-08-21 19:26:11 UTC) #1
kinuko
On 2012/08/21 19:26:11, hashimoto wrote: > willchan, > Could you review this? afaik the mysterious ...
8 years, 4 months ago (2012-08-22 01:47:10 UTC) #2
willchan no longer on Chromium
Yeah, looks like this breaks ChromeFrame. Good thing the tests caught it.
8 years, 4 months ago (2012-08-22 01:58:51 UTC) #3
hashimoto
On 2012/08/22 01:47:10, kinuko wrote: > On 2012/08/21 19:26:11, hashimoto wrote: > > willchan, > ...
8 years, 4 months ago (2012-08-22 02:05:06 UTC) #4
hashimoto
On 2012/08/22 01:58:51, willchan wrote: > Yeah, looks like this breaks ChromeFrame. Good thing the ...
8 years, 4 months ago (2012-08-22 02:09:07 UTC) #5
willchan no longer on Chromium
I don't feel comfortable straight up disabling the test. We should ask someone who knows ...
8 years, 4 months ago (2012-08-22 02:10:52 UTC) #6
hashimoto
+ananta Another possible solution is moving the hack to UrlmonUploadDataStream while NOT implementing additional IPC ...
8 years, 4 months ago (2012-08-22 02:23:48 UTC) #7
hashimoto
New patch set with the hack revived. No behavior change, no newly broken tests.
8 years, 4 months ago (2012-08-22 16:41:43 UTC) #8
satorux1
The hack was moved from common_param_traits.cc to urlmon_url_request.cc, right? I think the new place looks ...
8 years, 4 months ago (2012-08-22 20:46:39 UTC) #9
hashimoto
On 2012/08/22 20:46:39, satorux1 wrote: > The hack was moved from common_param_traits.cc to urlmon_url_request.cc, right? ...
8 years, 4 months ago (2012-08-22 20:57:07 UTC) #10
ananta
ChromeFrame changes LGTM. We could probably remove the upload support code from chrome frame in ...
8 years, 4 months ago (2012-08-22 21:05:09 UTC) #11
willchan no longer on Chromium
LGTM The last chunk stuff looks ugly to me, but you've basically just moved it, ...
8 years, 4 months ago (2012-08-23 18:54:59 UTC) #12
hashimoto
avi, Could you review the change for content/public/common/common_param_traits.cc?
8 years, 4 months ago (2012-08-23 19:42:16 UTC) #13
Avi (use Gerrit)
LGTM stamp
8 years, 4 months ago (2012-08-23 20:43:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/10861036/14003
8 years, 4 months ago (2012-08-23 21:33:27 UTC) #15
commit-bot: I haz the power
8 years, 4 months ago (2012-08-24 00:40:25 UTC) #16
Change committed as 153120

Powered by Google App Engine
This is Rietveld 408576698