|
[AiS] ImageService
Add a service to request & cache images for Answers in Suggest.
This service allows the UI thread to request images that are fetched
via http(s) and then decoded in a render process, caching the most
recent images to avoid repeated network requests.
BUG= 380916
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278311
Total comments: 45
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+552 lines, -178 lines) |
Patch |
 |
M |
chrome/browser/android/banners/app_banner_manager.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_manager.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/bitmap_fetcher.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -78 lines |
1 comment
|
Download
|
 |
D |
chrome/browser/bitmap_fetcher.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/bitmap_fetcher/bitmap_fetcher.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/bitmap_fetcher/bitmap_fetcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+190 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service_factory.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bitmap_fetcher_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/image_holder.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/notifications/sync_notifier/synced_notification.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_avatar_downloader.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/search/suggestions/thumbnail_manager.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|