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

Issue 8498034: [Mac] Move event hooks from CrApplication to BrowserCrApplication. (Closed)

Created:
9 years, 1 month ago by Scott Hess - ex-Googler
Modified:
9 years, 1 month ago
Reviewers:
Robert Sesek, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Mac] Move event hooks from CrApplication to BrowserCrApplication. Removing dependencies from content/. BUG=102224 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109749

Patch Set 1 #

Total comments: 10

Patch Set 2 : rsesek points. #

Total comments: 2

Patch Set 3 : @private #

Patch Set 4 : Sigh. Hoist by my own test. #

Patch Set 5 : And copyright, sigh. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -47 lines) Patch
M chrome/browser/chrome_browser_application_mac.h View 1 2 2 chunks +23 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_application_mac.mm View 2 chunks +20 lines, -1 line 0 comments Download
M chrome/browser/chrome_browser_application_mac_unittest.mm View 1 2 3 4 2 chunks +4 lines, -1 line 2 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/test/base/chrome_test_suite.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/chrome_application_mac.h View 1 2 chunks +0 lines, -19 lines 0 comments Download
M content/common/chrome_application_mac.mm View 2 chunks +0 lines, -18 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Scott Hess - ex-Googler
Gotta go, so hopefully the try job willn't fail. http://codereview.chromium.org/8498034/diff/1/content/common/chrome_application_mac.mm File content/common/chrome_application_mac.mm (left): http://codereview.chromium.org/8498034/diff/1/content/common/chrome_application_mac.mm#oldcode46 content/common/chrome_application_mac.mm:46: ...
9 years, 1 month ago (2011-11-09 01:05:14 UTC) #1
Scott Hess - ex-Googler
On 2011/11/09 01:05:14, shess wrote: > Gotta go, so hopefully the try job willn't fail. ...
9 years, 1 month ago (2011-11-09 01:05:51 UTC) #2
Robert Sesek
http://codereview.chromium.org/8498034/diff/1/chrome/browser/chrome_browser_application_mac.h File chrome/browser/chrome_browser_application_mac.h (right): http://codereview.chromium.org/8498034/diff/1/chrome/browser/chrome_browser_application_mac.h#newcode1 chrome/browser/chrome_browser_application_mac.h:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-09 18:16:25 UTC) #3
Scott Hess - ex-Googler
http://codereview.chromium.org/8498034/diff/1/chrome/browser/chrome_browser_application_mac.h File chrome/browser/chrome_browser_application_mac.h (right): http://codereview.chromium.org/8498034/diff/1/chrome/browser/chrome_browser_application_mac.h#newcode1 chrome/browser/chrome_browser_application_mac.h:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-09 18:36:53 UTC) #4
Robert Sesek
lgtm http://codereview.chromium.org/8498034/diff/1/content/common/chrome_application_mac.h File content/common/chrome_application_mac.h (right): http://codereview.chromium.org/8498034/diff/1/content/common/chrome_application_mac.h#newcode15 content/common/chrome_application_mac.h:15: #import "content/common/mac/scoped_sending_event.h" On 2011/11/09 18:36:53, shess wrote: > ...
9 years, 1 month ago (2011-11-09 18:38:59 UTC) #5
Scott Hess - ex-Googler
John, another OWNERS blessing. Moved some Mac code up from content/ to chrome/, already reviewed ...
9 years, 1 month ago (2011-11-09 18:48:32 UTC) #6
jam
sweet, thanks for doing this. lgtm
9 years, 1 month ago (2011-11-10 17:38:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/8498034/2006
9 years, 1 month ago (2011-11-10 18:16:23 UTC) #8
commit-bot: I haz the power
Try job failure for 8498034-2006 (retry) (retry) on mac_rel for step "unit_tests". It's a second ...
9 years, 1 month ago (2011-11-10 19:59:28 UTC) #9
Scott Hess - ex-Googler
On 2011/11/10 19:59:28, I haz the power (commit-bot) wrote: > Try job failure for 8498034-2006 ...
9 years, 1 month ago (2011-11-10 20:56:43 UTC) #10
Robert Sesek
lgtm http://codereview.chromium.org/8498034/diff/16001/chrome/browser/chrome_browser_application_mac_unittest.mm File chrome/browser/chrome_browser_application_mac_unittest.mm (right): http://codereview.chromium.org/8498034/diff/16001/chrome/browser/chrome_browser_application_mac_unittest.mm#newcode8 chrome/browser/chrome_browser_application_mac_unittest.mm:8: #import "base/mac/scoped_nsexception_enabler.h" nit: alphabetize
9 years, 1 month ago (2011-11-10 20:59:47 UTC) #11
Scott Hess - ex-Googler
http://codereview.chromium.org/8498034/diff/16001/chrome/browser/chrome_browser_application_mac_unittest.mm File chrome/browser/chrome_browser_application_mac_unittest.mm (right): http://codereview.chromium.org/8498034/diff/16001/chrome/browser/chrome_browser_application_mac_unittest.mm#newcode8 chrome/browser/chrome_browser_application_mac_unittest.mm:8: #import "base/mac/scoped_nsexception_enabler.h" On 2011/11/10 20:59:47, rsesek wrote: > nit: ...
9 years, 1 month ago (2011-11-10 21:06:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/8498034/16001
9 years, 1 month ago (2011-11-11 22:03:40 UTC) #13
commit-bot: I haz the power
9 years, 1 month ago (2011-11-12 00:54:12 UTC) #14
Change committed as 109749

Powered by Google App Engine
This is Rietveld 408576698