|
app_list: Add web store search.
- Split SafeJsonParser out of WebstoreDataFetcher to share the code;
- Add a WebstoreSearchFetcher to retrieve results from web store server;
- Add a WebstoreResultIconSource that fetches icon when painted on screen;
- Add a WebStoreProvider that generates WebstoreResult for results fetched
from server or a placeholder "Search in webstore" result;
BUG= 173430
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201422
Total comments: 29
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1148 lines, -120 lines) |
Patch |
 |
M |
chrome/browser/extensions/webstore_data_fetcher.h
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_data_fetcher.cc
|
View
|
|
4 chunks |
+19 lines, -107 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/safe_json_parser.h
|
View
|
1
2
3
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/safe_json_parser.cc
|
View
|
1
2
3
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/search_controller.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/search_webstore_result.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/search_webstore_result.cc
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_provider.h
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_provider.cc
|
View
|
1
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_provider_browsertest.cc
|
View
|
|
1 chunk |
+181 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_result.h
|
View
|
1
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_result.cc
|
View
|
1
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_result_icon_source.h
|
View
|
1
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_result_icon_source.cc
|
View
|
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_search_fetcher.h
|
View
|
1
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/app_list/search/webstore_search_fetcher.cc
|
View
|
1
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.h
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.cc
|
View
|
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|