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

Issue 113120: stub impl of linux,mac icon loader/manager (Closed)

Created:
11 years, 7 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
idana
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Stub implementation of linux, mac icon loader/manager. Define a platform specific type IconGroupID which helps with caching multiple requests for the same icon. Previously we just used the file path (or the extension), but on POSIX we use mime types rather than extensions. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15665

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : style fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -116 lines) Patch
M chrome/browser/browser.vcproj View 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/icon_loader.h View 1 2 3 2 chunks +28 lines, -7 lines 0 comments Download
A chrome/browser/icon_loader.cc View 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/icon_loader_linux.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/icon_loader_mac.mm View 1 chunk +15 lines, -0 lines 0 comments Download
D chrome/browser/icon_loader_win.h View 1 chunk +0 lines, -40 lines 0 comments Download
M chrome/browser/icon_loader_win.cc View 1 4 chunks +4 lines, -35 lines 0 comments Download
M chrome/browser/icon_manager.h View 1 2 3 4 chunks +15 lines, -7 lines 0 comments Download
M chrome/browser/icon_manager.cc View 4 chunks +10 lines, -22 lines 0 comments Download
A chrome/browser/icon_manager_linux.cc View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/icon_manager_mac.mm View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/icon_manager_win.cc View 2 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Evan Stade
I've backtracked a little bit with this patch. I decided the only place IconLoader need ...
11 years, 7 months ago (2009-05-07 21:53:56 UTC) #1
idana
11 years, 7 months ago (2009-05-08 02:39:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698