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

Issue 10834368: Convert mostly favicon related code from SkBitmap to ImageSkia and Image (Closed)

Created:
8 years, 4 months ago by pkotwicz
Modified:
8 years, 4 months ago
Reviewers:
Nico
CC:
chromium-reviews, tfarina, James Su, sadrul
Visibility:
Public.

Description

Convert mostly favicon related code from SkBitmap to ImageSkia and Image. BUG=None Test=Compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152050

Patch Set 1 #

Total comments: 8

Patch Set 2 : Changes as requested #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : Nits #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -55 lines) Patch
M chrome/browser/ui/browser.h View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_icon_decoration.mm View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/browser_titlebar.cc View 1 2 3 4 3 chunks +7 lines, -11 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_controller.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/browser_actions_container.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/action_box_button_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
pkotwicz
This CL Converts mostly favicon related code from SkBitmap to ImageSkia and Image
8 years, 4 months ago (2012-08-16 20:13:50 UTC) #1
Nico
Awesome, thanks for doing this! http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm File chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (right): http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm#newcode66 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm:66: #include "third_party/skia/include/core/SkBitmap.h" can this ...
8 years, 4 months ago (2012-08-16 20:26:27 UTC) #2
pkotwicz
Changes as requested http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm File chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (right): http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm#newcode66 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm:66: #include "third_party/skia/include/core/SkBitmap.h" SkBitmap is still used ...
8 years, 4 months ago (2012-08-16 21:32:31 UTC) #3
Nico
lgtm! http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm File chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (right): http://codereview.chromium.org/10834368/diff/1/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm#newcode66 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm:66: #include "third_party/skia/include/core/SkBitmap.h" On 2012/08/16 21:32:31, pkotwicz wrote: > ...
8 years, 4 months ago (2012-08-16 21:35:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/10834368/4004
8 years, 4 months ago (2012-08-16 22:57:05 UTC) #5
commit-bot: I haz the power
Try job failure for 10834368-4004 (retry) on linux_rel for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-16 23:40:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/10834368/5021
8 years, 4 months ago (2012-08-16 23:57:19 UTC) #7
commit-bot: I haz the power
Try job failure for 10834368-5021 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-17 01:17:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/10834368/15019
8 years, 4 months ago (2012-08-17 01:29:58 UTC) #9
commit-bot: I haz the power
8 years, 4 months ago (2012-08-17 04:43:57 UTC) #10
Change committed as 152050

Powered by Google App Engine
This is Rietveld 408576698