[email protected] | 71c0eb9 | 2012-01-03 17:57:30 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 5c9587c | 2008-12-09 21:20:16 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 5 | #include "chrome/browser/chrome_browser_main_mac.h" |
[email protected] | 1152b7e | 2009-09-14 03:26:03 | [diff] [blame] | 6 | |
[email protected] | ce8c16ad | 2009-08-12 19:00:42 | [diff] [blame] | 7 | #import <Cocoa/Cocoa.h> |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 8 | #include <sys/sysctl.h> |
[email protected] | 1152b7e | 2009-09-14 03:26:03 | [diff] [blame] | 9 | |
[email protected] | 5c9587c | 2008-12-09 21:20:16 | [diff] [blame] | 10 | #include "base/command_line.h" |
[email protected] | 5799981 | 2013-02-24 05:40:52 | [diff] [blame] | 11 | #include "base/files/file_path.h" |
[email protected] | 2f1804c | 2012-01-19 14:59:07 | [diff] [blame] | 12 | #include "base/mac/bundle_locations.h" |
[email protected] | 0378bf4 | 2011-01-01 18:20:14 | [diff] [blame] | 13 | #include "base/mac/mac_util.h" |
[email protected] | a852203 | 2013-06-24 22:51:46 | [diff] [blame] | 14 | #include "base/mac/scoped_nsobject.h" |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 15 | #include "base/metrics/histogram.h" |
[email protected] | e1cb0e9 | 2010-06-15 07:23:59 | [diff] [blame] | 16 | #include "base/path_service.h" |
[email protected] | 3b6aa8b6 | 2009-09-15 21:36:11 | [diff] [blame] | 17 | #import "chrome/browser/app_controller_mac.h" |
[email protected] | e8b6ca0 | 2013-07-10 18:00:51 | [diff] [blame] | 18 | #include "chrome/browser/browser_process.h" |
[email protected] | aaa47ee | 2009-11-05 21:53:01 | [diff] [blame] | 19 | #import "chrome/browser/chrome_browser_application_mac.h" |
[email protected] | c4d501e | 2012-03-27 20:08:02 | [diff] [blame] | 20 | #include "chrome/browser/mac/install_from_dmg.h" |
[email protected] | 5950f571 | 2011-06-20 22:15:52 | [diff] [blame] | 21 | #import "chrome/browser/mac/keystone_glue.h" |
[email protected] | 1152b7e | 2009-09-14 03:26:03 | [diff] [blame] | 22 | #include "chrome/browser/metrics/metrics_service.h" |
[email protected] | e1cb0e9 | 2010-06-15 07:23:59 | [diff] [blame] | 23 | #include "chrome/common/chrome_paths.h" |
[email protected] | d7dbe28c | 2010-07-29 04:33:47 | [diff] [blame] | 24 | #include "chrome/common/chrome_switches.h" |
[email protected] | 0b818f7 | 2013-10-22 00:11:03 | [diff] [blame] | 25 | #include "components/breakpad/app/breakpad_mac.h" |
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 26 | #include "content/public/common/main_function_params.h" |
[email protected] | b39ef1cb | 2011-10-25 04:46:55 | [diff] [blame] | 27 | #include "content/public/common/result_codes.h" |
[email protected] | c051a1b | 2011-01-21 23:30:17 | [diff] [blame] | 28 | #include "ui/base/l10n/l10n_util_mac.h" |
[email protected] | 42ce29d | 2011-01-20 23:19:46 | [diff] [blame] | 29 | #include "ui/base/resource/resource_bundle.h" |
[email protected] | 63942f2 | 2012-05-01 06:11:52 | [diff] [blame] | 30 | #include "ui/base/resource/resource_handle.h" |
[email protected] | 5c9587c | 2008-12-09 21:20:16 | [diff] [blame] | 31 | |
[email protected] | e1972bd | 2012-05-16 20:43:35 | [diff] [blame] | 32 | namespace { |
| 33 | |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 34 | // This is one enum instead of two so that the values can be correlated in a |
| 35 | // histogram. |
| 36 | enum CatSixtyFour { |
| 37 | // Older than any expected cat. |
| 38 | SABER_TOOTHED_CAT_32 = 0, |
| 39 | SABER_TOOTHED_CAT_64, |
| 40 | |
| 41 | // Known cats. |
| 42 | SNOW_LEOPARD_32, |
| 43 | SNOW_LEOPARD_64, |
| 44 | LION_32, // Unexpected, Lion requires a 64-bit CPU. |
| 45 | LION_64, |
| 46 | MOUNTAIN_LION_32, // Unexpected, Mountain Lion requires a 64-bit CPU. |
| 47 | MOUNTAIN_LION_64, |
[email protected] | aaf93de4 | 2013-10-02 07:41:57 | [diff] [blame] | 48 | MAVERICKS_32, // Unexpected, Mavericks requires a 64-bit CPU. |
| 49 | MAVERICKS_64, |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 50 | |
| 51 | // DON'T add new constants here. It's important to keep the constant values, |
| 52 | // um, constant. Add new constants at the bottom. |
| 53 | |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 54 | // What if the bitsiness of the CPU can't be determined? |
| 55 | SABER_TOOTHED_CAT_DUNNO, |
| 56 | SNOW_LEOPARD_DUNNO, |
| 57 | LION_DUNNO, |
| 58 | MOUNTAIN_LION_DUNNO, |
[email protected] | aaf93de4 | 2013-10-02 07:41:57 | [diff] [blame] | 59 | MAVERICKS_DUNNO, |
| 60 | |
| 61 | // Newer than any known cat. |
| 62 | FUTURE_CAT_32, // Unexpected, it's unlikely Apple will un-obsolete old CPUs. |
| 63 | FUTURE_CAT_64, |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 64 | FUTURE_CAT_DUNNO, |
| 65 | |
[email protected] | aaf93de4 | 2013-10-02 07:41:57 | [diff] [blame] | 66 | // As new versions of Mac OS X are released with sillier and sillier names, |
| 67 | // rename the FUTURE_CAT enum values to match those names, and re-create |
| 68 | // FUTURE_CAT_[32|64|DUNNO] here. |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 69 | |
| 70 | CAT_SIXTY_FOUR_MAX |
| 71 | }; |
| 72 | |
| 73 | CatSixtyFour CatSixtyFourValue() { |
| 74 | #if defined(ARCH_CPU_64_BITS) |
| 75 | // If 64-bit code is running, then it's established that this CPU can run |
| 76 | // 64-bit code, and no further inquiry is necessary. |
| 77 | int cpu64 = 1; |
| 78 | bool cpu64_known = true; |
| 79 | #else |
| 80 | // Check a sysctl conveniently provided by the kernel that identifies |
| 81 | // whether the CPU supports 64-bit operation. Note that this tests the |
| 82 | // actual hardware capabilities, not the bitsiness of the running process, |
| 83 | // and not the bitsiness of the running kernel. The value thus determines |
| 84 | // whether the CPU is capable of running 64-bit programs (in the presence of |
| 85 | // proper OS runtime support) without regard to whether the current program |
| 86 | // is 64-bit (it may not be) or whether the current kernel is (the kernel |
| 87 | // can launch cross-bitted user-space tasks). |
| 88 | |
| 89 | int cpu64; |
| 90 | size_t len = sizeof(cpu64); |
| 91 | const char kSysctlName[] = "hw.cpu64bit_capable"; |
| 92 | bool cpu64_known = sysctlbyname(kSysctlName, &cpu64, &len, NULL, 0) == 0; |
| 93 | if (!cpu64_known) { |
| 94 | PLOG(WARNING) << "sysctlbyname(\"" << kSysctlName << "\")"; |
| 95 | } |
| 96 | #endif |
| 97 | |
| 98 | if (base::mac::IsOSSnowLeopard()) { |
| 99 | return cpu64_known ? (cpu64 ? SNOW_LEOPARD_64 : SNOW_LEOPARD_32) : |
| 100 | SNOW_LEOPARD_DUNNO; |
| 101 | } |
| 102 | if (base::mac::IsOSLion()) { |
| 103 | return cpu64_known ? (cpu64 ? LION_64 : LION_32) : |
| 104 | LION_DUNNO; |
| 105 | } |
| 106 | if (base::mac::IsOSMountainLion()) { |
| 107 | return cpu64_known ? (cpu64 ? MOUNTAIN_LION_64 : MOUNTAIN_LION_32) : |
| 108 | MOUNTAIN_LION_DUNNO; |
| 109 | } |
[email protected] | aaf93de4 | 2013-10-02 07:41:57 | [diff] [blame] | 110 | if (base::mac::IsOSMavericks()) { |
| 111 | return cpu64_known ? (cpu64 ? MAVERICKS_64 : MAVERICKS_32) : |
| 112 | MAVERICKS_DUNNO; |
| 113 | } |
| 114 | if (base::mac::IsOSLaterThanMavericks_DontCallThis()) { |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 115 | return cpu64_known ? (cpu64 ? FUTURE_CAT_64 : FUTURE_CAT_32) : |
| 116 | FUTURE_CAT_DUNNO; |
| 117 | } |
| 118 | |
| 119 | // If it's not any of the expected OS versions or later than them, it must |
| 120 | // be prehistoric. |
| 121 | return cpu64_known ? (cpu64 ? SABER_TOOTHED_CAT_64 : SABER_TOOTHED_CAT_32) : |
| 122 | SABER_TOOTHED_CAT_DUNNO; |
| 123 | } |
| 124 | |
| 125 | void RecordCatSixtyFour() { |
| 126 | CatSixtyFour cat_sixty_four = CatSixtyFourValue(); |
| 127 | |
| 128 | // Set this higher than the highest value in the CatSixtyFour enum to |
| 129 | // provide some headroom and then leave it alone. See HISTOGRAM_ENUMERATION |
| 130 | // in base/metrics/histogram.h. |
| 131 | const int kMaxCatsAndSixtyFours = 32; |
| 132 | COMPILE_ASSERT(kMaxCatsAndSixtyFours >= CAT_SIXTY_FOUR_MAX, |
| 133 | CatSixtyFour_enum_grew_too_large); |
| 134 | |
| 135 | UMA_HISTOGRAM_ENUMERATION("OSX.CatSixtyFour", |
| 136 | cat_sixty_four, |
| 137 | kMaxCatsAndSixtyFours); |
| 138 | } |
| 139 | |
[email protected] | e1972bd | 2012-05-16 20:43:35 | [diff] [blame] | 140 | } // namespace |
| 141 | |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 142 | // ChromeBrowserMainPartsMac --------------------------------------------------- |
[email protected] | 1fec6435 | 2010-07-27 13:55:21 | [diff] [blame] | 143 | |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 144 | ChromeBrowserMainPartsMac::ChromeBrowserMainPartsMac( |
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 145 | const content::MainFunctionParams& parameters) |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 146 | : ChromeBrowserMainPartsPosix(parameters) { |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 147 | } |
[email protected] | 1fec6435 | 2010-07-27 13:55:21 | [diff] [blame] | 148 | |
[email protected] | 39fc5d32 | 2012-09-15 10:54:55 | [diff] [blame] | 149 | ChromeBrowserMainPartsMac::~ChromeBrowserMainPartsMac() { |
| 150 | } |
| 151 | |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 152 | void ChromeBrowserMainPartsMac::PreEarlyInitialization() { |
[email protected] | 37c722b | 2011-09-08 22:18:46 | [diff] [blame] | 153 | ChromeBrowserMainPartsPosix::PreEarlyInitialization(); |
[email protected] | 91484af | 2010-08-27 17:55:54 | [diff] [blame] | 154 | |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 155 | if (base::mac::WasLaunchedAsHiddenLoginItem()) { |
| 156 | CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); |
| 157 | singleton_command_line->AppendSwitch(switches::kNoStartupWindow); |
| 158 | } |
[email protected] | 4d170e8 | 2012-12-04 00:34:13 | [diff] [blame] | 159 | |
| 160 | RecordCatSixtyFour(); |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 161 | } |
| 162 | |
[email protected] | e6b5bc2 | 2011-09-08 22:01:56 | [diff] [blame] | 163 | void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() { |
[email protected] | 37c722b | 2011-09-08 22:18:46 | [diff] [blame] | 164 | ChromeBrowserMainPartsPosix::PreMainMessageLoopStart(); |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 165 | |
[email protected] | 4764efa | 2013-01-25 17:18:48 | [diff] [blame] | 166 | // Tell Cocoa to finish its initialization, which we want to do manually |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 167 | // instead of calling NSApplicationMain(). The primary reason is that NSAM() |
| 168 | // never returns, which would leave all the objects currently on the stack |
| 169 | // in scoped_ptrs hanging and never cleaned up. We then load the main nib |
| 170 | // directly. The main event loop is run from common code using the |
| 171 | // MessageLoop API, which works out ok for us because it's a wrapper around |
| 172 | // CFRunLoop. |
| 173 | |
| 174 | // Initialize NSApplication using the custom subclass. |
[email protected] | d7de5787 | 2011-12-06 23:32:43 | [diff] [blame] | 175 | chrome_browser_application_mac::RegisterBrowserCrApp(); |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 176 | |
| 177 | // If ui_task is not NULL, the app is actually a browser_test, so startup is |
| 178 | // handled outside of BrowserMain (which is what called this). |
[email protected] | 716476c | 2011-12-29 00:07:03 | [diff] [blame] | 179 | if (!parameters().ui_task) { |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 180 | // The browser process only wants to support the language Cocoa will use, |
| 181 | // so force the app locale to be overriden with that value. |
| 182 | l10n_util::OverrideLocaleWithCocoaLocale(); |
| 183 | |
| 184 | // Before we load the nib, we need to start up the resource bundle so we |
| 185 | // have the strings avaiable for localization. |
| 186 | // TODO(markusheintz): Read preference pref::kApplicationLocale in order |
| 187 | // to enforce the application locale. |
| 188 | const std::string loaded_locale = |
[email protected] | fb317a5 | 2012-05-09 15:57:47 | [diff] [blame] | 189 | ResourceBundle::InitSharedInstanceWithLocale(std::string(), NULL); |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 190 | CHECK(!loaded_locale.empty()) << "Default locale could not be found"; |
| 191 | |
[email protected] | 650b2d5 | 2013-02-10 03:41:45 | [diff] [blame] | 192 | base::FilePath resources_pack_path; |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 193 | PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); |
[email protected] | 6c26d9c | 2012-07-10 19:18:04 | [diff] [blame] | 194 | ResourceBundle::GetSharedInstance().AddDataPackFromPath( |
[email protected] | bf44c13 | 2012-11-15 19:41:42 | [diff] [blame] | 195 | resources_pack_path, ui::SCALE_FACTOR_NONE); |
[email protected] | 91484af | 2010-08-27 17:55:54 | [diff] [blame] | 196 | } |
| 197 | |
[email protected] | c4d501e | 2012-03-27 20:08:02 | [diff] [blame] | 198 | // This is a no-op if the KeystoneRegistration framework is not present. |
| 199 | // The framework is only distributed with branded Google Chrome builds. |
| 200 | [[KeystoneGlue defaultKeystoneGlue] registerWithKeystone]; |
| 201 | |
| 202 | // Disk image installation is sort of a first-run task, so it shares the |
[email protected] | 0a160a1b | 2013-08-08 22:20:00 | [diff] [blame] | 203 | // no first run switches. |
[email protected] | c4d501e | 2012-03-27 20:08:02 | [diff] [blame] | 204 | // |
| 205 | // This needs to be done after the resource bundle is initialized (for |
| 206 | // access to localizations in the UI) and after Keystone is initialized |
| 207 | // (because the installation may need to promote Keystone) but before the |
| 208 | // app controller is set up (and thus before MainMenu.nib is loaded, because |
| 209 | // the app controller assumes that a browser has been set up and will crash |
| 210 | // upon receipt of certain notifications if no browser exists), before |
| 211 | // anyone tries doing anything silly like firing off an import job, and |
| 212 | // before anything creating preferences like Local State in order for the |
| 213 | // relaunched installed application to still consider itself as first-run. |
[email protected] | 0a160a1b | 2013-08-08 22:20:00 | [diff] [blame] | 214 | if (!first_run::IsFirstRunSuppressed(parsed_command_line())) { |
[email protected] | c4d501e | 2012-03-27 20:08:02 | [diff] [blame] | 215 | if (MaybeInstallFromDiskImage()) { |
| 216 | // The application was installed and the installed copy has been |
| 217 | // launched. This process is now obsolete. Exit. |
| 218 | exit(0); |
| 219 | } |
| 220 | } |
| 221 | |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 222 | // Now load the nib (from the right bundle). |
[email protected] | a852203 | 2013-06-24 22:51:46 | [diff] [blame] | 223 | base::scoped_nsobject<NSNib> nib( |
| 224 | [[NSNib alloc] initWithNibNamed:@"MainMenu" |
| 225 | bundle:base::mac::FrameworkBundle()]); |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 226 | // TODO(viettrungluu): crbug.com/20504 - This currently leaks, so if you |
| 227 | // change this, you'll probably need to change the Valgrind suppression. |
| 228 | [nib instantiateNibWithOwner:NSApp topLevelObjects:nil]; |
| 229 | // Make sure the app controller has been created. |
| 230 | DCHECK([NSApp delegate]); |
[email protected] | 1fec6435 | 2010-07-27 13:55:21 | [diff] [blame] | 231 | |
[email protected] | 47077b5 | 2014-03-11 15:25:59 | [diff] [blame^] | 232 | [[NSUserDefaults standardUserDefaults] registerDefaults:@{ |
| 233 | // Prevent Cocoa from turning command-line arguments into |
| 234 | // |-application:openFiles:|, since we already handle them directly. |
| 235 | // @"NO" looks like a mistake, but the value really is supposed to be a |
| 236 | // string. |
| 237 | @"NSTreatUnknownArgumentsAsOpen": @"NO", |
| 238 | // CoreAnimation has poor performance and CoreAnimation and |
| 239 | // non-CoreAnimation exhibit window flickering when layers are not hosted |
| 240 | // in the window server, which is the default when not not using the |
| 241 | // 10.9 SDK. |
| 242 | // TODO: Remove this when we build with the 10.9 SDK. |
| 243 | @"NSWindowHostsLayersInWindowServer": @(base::mac::IsOSMavericksOrLater()) |
| 244 | }]; |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 245 | } |
[email protected] | 03d8d3e9 | 2011-09-20 06:07:11 | [diff] [blame] | 246 | |
[email protected] | e8b6ca0 | 2013-07-10 18:00:51 | [diff] [blame] | 247 | void ChromeBrowserMainPartsMac::PostProfileInit() { |
| 248 | ChromeBrowserMainPartsPosix::PostProfileInit(); |
| 249 | g_browser_process->metrics_service()->RecordBreakpadRegistration( |
[email protected] | 7392905 | 2013-10-11 12:22:09 | [diff] [blame] | 250 | breakpad::IsCrashReporterEnabled()); |
[email protected] | e8b6ca0 | 2013-07-10 18:00:51 | [diff] [blame] | 251 | } |
| 252 | |
[email protected] | 03d8d3e9 | 2011-09-20 06:07:11 | [diff] [blame] | 253 | void ChromeBrowserMainPartsMac::DidEndMainMessageLoop() { |
| 254 | AppController* appController = [NSApp delegate]; |
| 255 | [appController didEndMainMessageLoop]; |
| 256 | } |