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

Issue 314013003: [AiS] Add prefetching for Answers images. (Closed)

Created:
6 years, 6 months ago by groby-ooo-7-16
Modified:
6 years, 6 months ago
Reviewers:
Peter Kasting, sky
CC:
chromium-reviews, James Su, Ted C, Maria, Justin Donnelly, Anuj
Base URL:
https://chromium.googlesource.com/chromium/src.git@img-bridge
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Review fixes. #

Total comments: 2

Patch Set 3 : Review fixes. #

Patch Set 4 : Rebase, fixing merge errors. #

Patch Set 5 : Rebase to HEAD #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -1 line) Patch
M chrome/browser/autocomplete/base_search_provider.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/base_search_provider.cc View 1 2 3 4 3 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc View 1 2 3 4 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 17 (0 generated)
groby-ooo-7-16
This starts fetching images as soon as the search provider as received an AnswersSuggestion. The ...
6 years, 6 months ago (2014-06-05 03:42:49 UTC) #1
groby-ooo-7-16
And I meant to say, please take a look :)
6 years, 6 months ago (2014-06-05 03:43:03 UTC) #2
Peter Kasting
Can this be unittested? https://codereview.chromium.org/314013003/diff/1/chrome/browser/autocomplete/base_search_provider.cc File chrome/browser/autocomplete/base_search_provider.cc (right): https://codereview.chromium.org/314013003/diff/1/chrome/browser/autocomplete/base_search_provider.cc#newcode949 chrome/browser/autocomplete/base_search_provider.cc:949: // TODO(groby): Do we want ...
6 years, 6 months ago (2014-06-05 23:42:47 UTC) #3
groby-ooo-7-16
PTAL No unittest yet - we don't have any setup for base_search_provider. Will play around ...
6 years, 6 months ago (2014-06-14 00:22:08 UTC) #4
Peter Kasting
LGTM https://codereview.chromium.org/314013003/diff/20001/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc File chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc (right): https://codereview.chromium.org/314013003/diff/20001/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc#newcode120 chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc:120: (void)EnsureFetcherForUrl(url); Nit: While here, please fix this; we ...
6 years, 6 months ago (2014-06-14 01:00:51 UTC) #5
groby-ooo-7-16
Waiting for previous CLs to land. Please ignore the changes to .gypi/bitmap_fetcher.h, something w/ upstream/rebase ...
6 years, 6 months ago (2014-06-17 21:06:35 UTC) #6
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 6 months ago (2014-06-19 14:30:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/314013003/60001
6 years, 6 months ago (2014-06-19 14:32:55 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-19 15:32:31 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/18957)
6 years, 6 months ago (2014-06-19 15:32:32 UTC) #10
groby-ooo-7-16
sky: TBR'd you for two-line change.
6 years, 6 months ago (2014-06-20 01:46:21 UTC) #11
groby-ooo-7-16
Again, with proper reviewers: sky: TBR'd for two-line change
6 years, 6 months ago (2014-06-20 01:47:22 UTC) #12
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 6 months ago (2014-06-20 01:47:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/314013003/80001
6 years, 6 months ago (2014-06-20 01:48:58 UTC) #14
commit-bot: I haz the power
Change committed as 278653
6 years, 6 months ago (2014-06-20 09:26:17 UTC) #15
sky
LGTM https://codereview.chromium.org/314013003/diff/80001/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc File chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc (right): https://codereview.chromium.org/314013003/diff/80001/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc#newcode117 chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc:117: if (url.is_valid()) If you're going to check the ...
6 years, 6 months ago (2014-06-20 15:13:56 UTC) #16
groby-ooo-7-16
6 years, 6 months ago (2014-06-20 21:34:38 UTC) #17
Message was sent while issue was closed.
On 2014/06/20 15:13:56, sky wrote:
> LGTM
> 
>
https://codereview.chromium.org/314013003/diff/80001/chrome/browser/bitmap_fe...
> File chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc (right):
> 
>
https://codereview.chromium.org/314013003/diff/80001/chrome/browser/bitmap_fe...
> chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc:117: if
(url.is_valid())
> If you're going to check the url here, shouldn't you also check it in
> RequestImage?

Follow-up CL in the works.

Powered by Google App Engine
This is Rietveld 408576698