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

Issue 11092088: Cleanup referrer_charset (Closed)

Created:
8 years, 2 months ago by pauljensen
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, rdsmith+dwatch_chromium.org, abarth-chromium
Visibility:
Public.

Description

Non-functional change to simply have Downloads query Prefs for the charset when we need it rather than have ChromeURLRequestContext track it on the network thread and pass it through three different classes. BUG=146596 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163652

Patch Set 1 : #

Patch Set 2 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -46 lines) Patch
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/net/chrome_url_request_context.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 chunks +0 lines, -15 lines 0 comments Download
M content/browser/download/download_create_info.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/download/download_item_impl.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/download/download_item_impl.cc View 1 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/download/download_resource_handler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/public/browser/download_item.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/shell_download_manager_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_context.h View 2 chunks +0 lines, -8 lines 0 comments Download
M net/url_request/url_request_context.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 33 (0 generated)
pauljensen
Hey downloads team! What are your thoughts on this change? It facilitates some refactoring I'm ...
8 years, 2 months ago (2012-10-12 15:23:15 UTC) #1
erikwright (departed)
Another thing worth noting is that it seems like a poor idea to pass the ...
8 years, 2 months ago (2012-10-12 15:30:28 UTC) #2
Randy Smith (Not in Mondays)
Quick note that I won't be able to review this before Monday. It sounds good, ...
8 years, 2 months ago (2012-10-12 16:39:41 UTC) #3
asanka
There was also this CL by abarth: https://codereview.chromium.org/9317018/ The plumbing for referrer_charset (though not quite ...
8 years, 2 months ago (2012-10-12 16:43:10 UTC) #4
benjhayden
Jochen, I recall you did content::Referrer. Do you have any insight into the intentions behind ...
8 years, 2 months ago (2012-10-12 17:01:26 UTC) #5
pauljensen
In the interest of doing the Right Thing, should I instead re-plumb this back through? ...
8 years, 2 months ago (2012-10-12 17:31:06 UTC) #6
pauljensen
And in ChromeDownloadMangerDelegate if referrer_charset is empty fall back on the Prefs value.
8 years, 2 months ago (2012-10-12 17:32:33 UTC) #7
jochen (gone - plz use gerrit)
On 2012/10/12 17:01:26, benjhayden_chromium wrote: > Jochen, I recall you did content::Referrer. Do you have ...
8 years, 2 months ago (2012-10-12 17:48:15 UTC) #8
Randy Smith (Not in Mondays)
[cc: abarth@ because of https://codereview.chromium.org/9317018/.] Wow, this is a mess (the referrer_charset stuff, not your ...
8 years, 2 months ago (2012-10-15 01:29:08 UTC) #9
Randy Smith (Not in Mondays)
On 2012/10/15 01:29:08, rdsmith wrote: > [cc: abarth@ because of https://codereview.chromium.org/9317018/.%5D > > Wow, this ...
8 years, 2 months ago (2012-10-15 01:29:39 UTC) #10
erikwright (departed)
On 2012/10/15 01:29:39, rdsmith wrote: > On 2012/10/15 01:29:08, rdsmith wrote: > > [cc: abarth@ ...
8 years, 2 months ago (2012-10-15 01:53:00 UTC) #11
Randy Smith (Not in Mondays)
On 2012/10/15 01:53:00, erikwright wrote: > On 2012/10/15 01:29:39, rdsmith wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-15 02:01:57 UTC) #12
erikwright (departed)
On 2012/10/15 02:01:57, rdsmith wrote: > On 2012/10/15 01:53:00, erikwright wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-15 02:14:38 UTC) #13
Randy Smith (Not in Mondays)
On 2012/10/15 02:14:38, erikwright wrote: > On 2012/10/15 02:01:57, rdsmith wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-15 13:02:22 UTC) #14
erikwright (departed)
I did a fair bit of looking into this. The direct "client" in this case ...
8 years, 2 months ago (2012-10-15 14:51:57 UTC) #15
Randy Smith (Not in Mondays)
On 2012/10/15 14:51:57, erikwright wrote: > I did a fair bit of looking into this. ...
8 years, 2 months ago (2012-10-15 16:06:20 UTC) #16
erikwright (departed)
On 2012/10/15 16:06:20, rdsmith wrote: > On 2012/10/15 14:51:57, erikwright wrote: > > I did ...
8 years, 2 months ago (2012-10-15 20:39:33 UTC) #17
Randy Smith (Not in Mondays)
On 2012/10/15 20:39:33, erikwright wrote: > On 2012/10/15 16:06:20, rdsmith wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-17 21:25:47 UTC) #18
erikwright (departed)
On 2012/10/17 21:25:47, rdsmith wrote: > On 2012/10/15 20:39:33, erikwright wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-17 23:04:07 UTC) #19
Randy Smith (Not in Mondays)
On 2012/10/17 23:04:07, erikwright wrote: > On 2012/10/17 21:25:47, rdsmith wrote: > > On 2012/10/15 ...
8 years, 2 months ago (2012-10-17 23:06:23 UTC) #20
Randy Smith (Not in Mondays)
On 2012/10/17 23:06:23, rdsmith wrote: > On 2012/10/17 23:04:07, erikwright wrote: > > On 2012/10/17 ...
8 years, 2 months ago (2012-10-21 00:12:47 UTC) #21
erikwright (departed)
On 2012/10/21 00:12:47, rdsmith wrote: > On 2012/10/17 23:06:23, rdsmith wrote: > > On 2012/10/17 ...
8 years, 2 months ago (2012-10-21 01:02:11 UTC) #22
Randy Smith (Not in Mondays)
On 2012/10/21 01:02:11, erikwright wrote: > On 2012/10/21 00:12:47, rdsmith wrote: > > On 2012/10/17 ...
8 years, 2 months ago (2012-10-21 01:04:46 UTC) #23
Randy Smith (Not in Mondays)
LGTM.
8 years, 2 months ago (2012-10-22 15:57:39 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/11092088/2001
8 years, 2 months ago (2012-10-22 21:57:17 UTC) #25
commit-bot: I haz the power
Failed to apply patch for content/browser/download/download_resource_handler.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-22 21:57:22 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/11092088/28001
8 years, 2 months ago (2012-10-23 02:50:14 UTC) #27
commit-bot: I haz the power
Presubmit check for 11092088-28001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-23 02:50:22 UTC) #28
pauljensen
Matt, could you take a look at the chrome/browser/profiles/profile_io_data.* changes? Jochen, could you take a ...
8 years, 2 months ago (2012-10-23 13:15:57 UTC) #29
mmenke
profiles/ LGTM
8 years, 2 months ago (2012-10-23 16:39:23 UTC) #30
jochen (gone - plz use gerrit)
content/shell lgtm
8 years, 2 months ago (2012-10-23 16:50:46 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/11092088/28001
8 years, 2 months ago (2012-10-23 17:50:53 UTC) #32
commit-bot: I haz the power
8 years, 2 months ago (2012-10-23 20:00:08 UTC) #33
Change committed as 163652

Powered by Google App Engine
This is Rietveld 408576698