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

Issue 26161002: Refactored loading of applications / extensions icons. (Closed)

Created:
7 years, 2 months ago by dvh
Modified:
7 years, 2 months ago
Reviewers:
Finnur
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, asargent_no_longer_on_chrome
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Refactored loading of applications / extensions icons. Added ImageLoader::LoadExtensionIconAsync() and ImageLoader::LoadExtensionIconDataURLAsync(). Moved all apps / extension loading code to ImageLoader. BUG=297298, 297301, 304180 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227477

Patch Set 1 #

Patch Set 2 : Fixed threadsanitizer issue. #

Patch Set 3 : merge #

Patch Set 4 : Added TODO and comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+715 lines, -307 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.h View 3 chunks +18 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 4 chunks +34 lines, -75 lines 0 comments Download
M chrome/browser/extensions/extension_icon_image_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/image_loader.h View 1 5 chunks +171 lines, -4 lines 0 comments Download
M chrome/browser/extensions/image_loader.cc View 1 2 3 5 chunks +330 lines, -2 lines 0 comments Download
M chrome/browser/extensions/image_loader_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/image_loader_unittest.cc View 8 chunks +136 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_icon_source.h View 2 chunks +6 lines, -45 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_icon_source.cc View 4 chunks +15 lines, -164 lines 0 comments Download
A + chrome/test/data/extensions/default_image_loading_tracker/app.json View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
dvh
finnur@, https://codereview.chromium.org/25050005 has been reverted because of crbug/304180. Fixing it using copy constructor to pass ...
7 years, 2 months ago (2013-10-06 06:44:11 UTC) #1
Finnur
Couple of questions... 1) Why is there a data race there? Do you feel you ...
7 years, 2 months ago (2013-10-06 12:53:41 UTC) #2
dvh
On 2013/10/06 12:53:41, Finnur wrote: > Couple of questions... > > 1) Why is there ...
7 years, 2 months ago (2013-10-06 16:39:57 UTC) #3
dvh
On 2013/10/06 16:39:57, dvh wrote: > On 2013/10/06 12:53:41, Finnur wrote: > > Couple of ...
7 years, 2 months ago (2013-10-06 19:14:59 UTC) #4
Finnur
OK, LGTM. I'm wondering if we should add a comment somewhere to note that this ...
7 years, 2 months ago (2013-10-06 22:15:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/26161002/20001
7 years, 2 months ago (2013-10-07 06:08:00 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-07 06:48:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/26161002/20001
7 years, 2 months ago (2013-10-07 16:15:44 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-07 16:40:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/26161002/20001
7 years, 2 months ago (2013-10-07 19:53:23 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-07 21:03:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/26161002/20001
7 years, 2 months ago (2013-10-08 04:37:40 UTC) #12
commit-bot: I haz the power
7 years, 2 months ago (2013-10-08 06:51:06 UTC) #13
Message was sent while issue was closed.
Change committed as 227477

Powered by Google App Engine
This is Rietveld 408576698