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

Issue 131018: Add favicons to tabs on the Mac (Closed)

Created:
11 years, 6 months ago by ---DO NOT USE---rsesek
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to skia/ext/skia_utils_mac.h and removed chrome/browser/cocoa/cocoa_utils.h. BUG=13565

Patch Set 1 #

Patch Set 2 : Ultra-nits #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : Pass ui_tests #

Patch Set 5 : Remove cocoa deps #

Patch Set 6 : Rebase WebKit and Skia DEPS rolls #

Total comments: 1

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -145 lines) Patch
M chrome/browser/cocoa/bookmark_bar_controller.mm View 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/cocoa/cocoa_utils.h View 1 chunk +0 lines, -19 lines 0 comments Download
M chrome/browser/cocoa/cocoa_utils.mm View 1 2 3 4 5 1 chunk +0 lines, -38 lines 0 comments Download
M chrome/browser/cocoa/cocoa_utils_unittest.mm View 1 2 3 4 5 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/browser/cocoa/tab_strip_controller.mm View 1 2 3 4 5 6 3 chunks +25 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M skia/ext/skia_utils_mac.h View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_mac.mm View 1 2 3 4 5 6 2 chunks +14 lines, -0 lines 0 comments Download
A skia/ext/skia_utils_mac_unittest.mm View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
pink (ping after 24hrs)
LGTM with small things. http://codereview.chromium.org/131018/diff/22/27 File chrome/browser/cocoa/tab_strip_controller.mm (right): http://codereview.chromium.org/131018/diff/22/27#newcode430 Line 430: if (favIcon.is_valid() && !bitmap.isNull()) ...
11 years, 6 months ago (2009-06-18 15:28:36 UTC) #1
---DO NOT USE---rsesek
http://codereview.chromium.org/131018/diff/22/27 File chrome/browser/cocoa/tab_strip_controller.mm (right): http://codereview.chromium.org/131018/diff/22/27#newcode430 Line 430: if (favIcon.is_valid() && !bitmap.isNull()) On 2009/06/18 15:28:36, pink ...
11 years, 6 months ago (2009-06-18 15:53:43 UTC) #2
pink (ping after 24hrs)
LGTM
11 years, 6 months ago (2009-06-18 16:04:55 UTC) #3
pink (ping after 24hrs)
still LGTM
11 years, 6 months ago (2009-06-18 18:20:50 UTC) #4
Avi (use Gerrit)
Committed r18743.
11 years, 6 months ago (2009-06-18 20:25:58 UTC) #5
Avi (use Gerrit)
On 2009/06/18 20:25:58, Avi wrote: > Committed r18743. Reverting. We'll take another shot at it ...
11 years, 6 months ago (2009-06-18 21:35:20 UTC) #6
Avi (use Gerrit)
http://codereview.chromium.org/131018/diff/4001/5008 File skia/ext/skia_utils_mac.mm (right): http://codereview.chromium.org/131018/diff/4001/5008#newcode19 Line 19: void ReleaseData(void* info, const void* pixelData, size_t size) ...
11 years, 6 months ago (2009-06-25 13:50:37 UTC) #7
Avi (use Gerrit)
Removed on commit. Committed r19244.
11 years, 6 months ago (2009-06-25 13:59:09 UTC) #8
Avi (use Gerrit)
Reverted r19245, as it broke ui tests: OtherRedirectsDontForkProcess InEmptyFrame TestLifetimeOfDomAutomationController
11 years, 6 months ago (2009-06-25 14:24:04 UTC) #9
Avi (use Gerrit)
11 years, 6 months ago (2009-06-25 19:12:51 UTC) #10
On 2009/06/25 14:24:04, Avi wrote:
> Reverted r19245, as it broke ui tests: OtherRedirectsDontForkProcess
> InEmptyFrame TestLifetimeOfDomAutomationController

Committed r19266. For reals this time.

Powered by Google App Engine
This is Rietveld 408576698