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

Issue 506069: [Mac] Port browser action popup test to mac. (Closed)

Created:
11 years ago by kkania
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, Bons
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

[Mac] Port browser action popup test to mac. BUG=29710 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35020

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -51 lines) Patch
M base/gfx/size.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M base/gfx/size.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/extensions/extension_popup_controller.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/extensions/extension_popup_controller.mm View 1 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/extensions/browser_action_apitest.cc View 1 3 chunks +29 lines, -51 lines 0 comments Download
M chrome/browser/extensions/browser_action_test_util.h View 1 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/extensions/browser_action_test_util_mac.mm View 1 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/extensions/browser_action_test_util_views.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kkania
11 years ago (2009-12-18 17:18:57 UTC) #1
Mark Mentovai
+andybons for more review. Andy did the Mac browser actions stuff. http://codereview.chromium.org/506069/diff/1/5 File chrome/browser/extensions/browser_action_test_util.h (right): ...
11 years ago (2009-12-18 17:52:39 UTC) #2
Bons
11 years ago (2009-12-18 21:28:59 UTC) #3
LGTM

Nits below.

http://codereview.chromium.org/506069/diff/1/9
File chrome/browser/cocoa/extensions/extension_popup_controller.mm (right):

http://codereview.chromium.org/506069/diff/1/9#newcode197
chrome/browser/cocoa/extensions/extension_popup_controller.mm:197: // Private
(TestingAPI)
For consistency, put a newline above or get rid of the newline after this block
below.

http://codereview.chromium.org/506069/diff/1/9#newcode200
chrome/browser/cocoa/extensions/extension_popup_controller.mm:200: return
minSize;
why not just

return {kMinWidth, kMinHeight};

or am I missing something?

Powered by Google App Engine
This is Rietveld 408576698