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

Issue 125052: First draft of web resource service; fetches data from a JSON feed ... (Closed)

Created:
11 years, 6 months ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
Glen Murphy, chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

First draft of web resource service; fetches data from a JSON feed and stores it in user prefs, where it can be used by the new tab page. BUG = http://crbug.com/13363 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18766 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18842

Patch Set 1 #

Total comments: 56

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 26

Patch Set 8 : '' #

Total comments: 14

Patch Set 9 : '' #

Total comments: 6

Patch Set 10 : Fixed typos in a few web resource files.... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M chrome/browser/dom_ui/web_resource_handler.h View 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/web_resource_handler.cc View 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/web_resource_service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Miranda Callahan
Hi, Matt -- I was hoping you would have a little bit of time to ...
11 years, 6 months ago (2009-06-12 16:08:35 UTC) #1
Miranda Callahan
11 years, 6 months ago (2009-06-12 16:10:05 UTC) #2
Matt Perry
Couple high level comments. I don't really understand the NTP resource stuff, so forgive any ...
11 years, 6 months ago (2009-06-12 18:36:02 UTC) #3
arv (Not doing code reviews)
http://codereview.chromium.org/125052/diff/1/6 File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/125052/diff/1/6#newcode732 Line 732: // on a five-second delay so as not ...
11 years, 6 months ago (2009-06-12 19:22:40 UTC) #4
Miranda Callahan
Thanks, Matt and Arv, for your help! http://codereview.chromium.org/125052/diff/1/6 File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/125052/diff/1/6#newcode732 Line 732: // ...
11 years, 6 months ago (2009-06-12 23:48:15 UTC) #5
Miranda Callahan
Latest version has more tweaks and is, I hope, less of a first draft. Changed ...
11 years, 6 months ago (2009-06-17 00:01:21 UTC) #6
arv (Not doing code reviews)
This looks good to me but please wait on Matt since my C++ skills are ...
11 years, 6 months ago (2009-06-17 01:25:19 UTC) #7
Matt Perry
http://codereview.chromium.org/125052/diff/135/1188 File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/125052/diff/135/1188#newcode781 Line 781: // on a five-second delay so as not ...
11 years, 6 months ago (2009-06-17 01:41:15 UTC) #8
Miranda Callahan
Thanks for your review; please take another look. I put many strings into constants, as ...
11 years, 6 months ago (2009-06-17 20:49:44 UTC) #9
arv (Not doing code reviews)
LGTM except for the indentations. Please review the indentation rules in the style guide. http://codereview.chromium.org/125052/diff/1215/1223 ...
11 years, 6 months ago (2009-06-17 22:03:02 UTC) #10
Matt Perry
Almost there, couple small changes. http://codereview.chromium.org/125052/diff/1215/1223 File chrome/browser/dom_ui/web_resource_handler.cc (right): http://codereview.chromium.org/125052/diff/1215/1223#newcode68 Line 68: if (web_resource_dictionary->GetString( Does ...
11 years, 6 months ago (2009-06-17 22:19:58 UTC) #11
Miranda Callahan
Thanks for all your help -- I reviewed the style guidelines, and also fixed VAssistX ...
11 years, 6 months ago (2009-06-17 23:43:36 UTC) #12
eroman
driveby nits http://codereview.chromium.org/125052/diff/1252/1260 File chrome/browser/dom_ui/web_resource_handler.cc (right): http://codereview.chromium.org/125052/diff/1252/1260#newcode1 Line 1: // Copyright (c) 2006-2008 The Chromium ...
11 years, 6 months ago (2009-06-19 03:22:43 UTC) #13
Miranda Callahan
On 2009/06/19 03:22:43, eroman wrote: > driveby nits > > http://codereview.chromium.org/125052/diff/1252/1260 > File chrome/browser/dom_ui/web_resource_handler.cc (right): ...
11 years, 6 months ago (2009-06-19 16:32:12 UTC) #14
Miranda Callahan
11 years, 6 months ago (2009-06-19 17:46:53 UTC) #15
Fixed these nits -- thanks, Eric.

http://codereview.chromium.org/125052/diff/1252/1260
File chrome/browser/dom_ui/web_resource_handler.cc (right):

http://codereview.chromium.org/125052/diff/1252/1260#newcode1
Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
On 2009/06/19 03:22:43, eroman wrote:
> 2009?

Done.

http://codereview.chromium.org/125052/diff/1252/1261
File chrome/browser/dom_ui/web_resource_handler.h (right):

http://codereview.chromium.org/125052/diff/1252/1261#newcode1
Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
On 2009/06/19 03:22:43, eroman wrote:
> nit: 2009?

Done.

http://codereview.chromium.org/125052/diff/1252/1269
File chrome/browser/web_resource/web_resource_service.cc (right):

http://codereview.chromium.org/125052/diff/1252/1269#newcode143
Line 143: //    L"http://hokiepokie.nyc.corp.google.com:8125/"
On 2009/06/19 03:22:43, eroman wrote:
> should this be here?

No!  Removed.

Powered by Google App Engine
This is Rietveld 408576698