summaryrefslogtreecommitdiffstats
path: root/chrome/common/mac
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Use the app's version as the app shim bundle version.jackhou2015-03-233-2/+18
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-162-5/+5
* Use fixed socket name instead of SecureSocketWithKeyvitalybuka2015-03-164-37/+1
* Update Mac-specific code to use the new version of LaunchProcess.rvargas2015-01-101-1/+1
* replace COMPILE_ASSERT with static_assert in chrome/common/mostynb2015-01-052-19/+23
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-212-2/+2
* Cleanup: Better constify some strings in chrome.thestig2014-10-222-2/+2
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-211-21/+17
* Replacing the OVERRIDE with override in chrome/commonmohan.reddy2014-10-071-8/+8
* Mac: Give app_shim code a nicer hometapted2014-09-242-0/+128
* [Mac] Fix ChromeLocatorTest on official builds.jackhou2014-09-091-28/+6
* Disable app_mode_chrome_locator_browsertest.mm on official builds.jackhou2014-09-031-5/+27
* [Mac] Make app shims load the same framework version as the running Chrome pr...jackhou2014-08-296-92/+175
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-263-3/+3
* Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and Scop...tapted@chromium.org2014-08-124-161/+0
* Upgrade a DLOG(INFO) and remove an fprintf in objc_zombie.mmtapted@chromium.org2014-08-121-2/+5
* Add Bartender helpers to the CFBundleBlocker whitelist.rsesek@chromium.org2014-07-281-0/+6
* Add UMA for --app-shim-error.jackhou@chromium.org2014-07-092-0/+4
* Clamp down various chrome/ DEPS files.thestig@chromium.org2014-06-241-0/+1
* [Mac] Rebuild app shims when they fail to dyload Chrome Framework.jackhou@chromium.org2014-06-185-12/+30
* [Mac] Add interactive App Shim test.jackhou@chromium.org2014-06-182-0/+5
* Revert 277743 "[Mac] Add interactive App Shim test."macourteau@chromium.org2014-06-172-5/+0
* [Mac] Add interactive App Shim test.jackhou@chromium.org2014-06-172-0/+5
* Revert 276368 "[Mac] Add interactive App Shim test."phoglund@chromium.org2014-06-112-5/+0
* [Mac] Add interactive App Shim test.jackhou@chromium.org2014-06-112-0/+5
* File association for app shims. (Mac)jackhou@chromium.org2014-04-292-0/+17
* Detect when the Chrome framework cannot be loaded and launch Chrome instead. ...jackhou@chromium.org2014-04-242-1/+7
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* Put app shim IPC socket in a temporary directory. (Mac)jackhou@chromium.org2014-02-102-3/+21
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-181-1/+1
* Add explicit base namespace to string16 users.brettw@chromium.org2013-12-054-5/+5
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Remove nscoder_utilstuartmorgan@chromium.org2013-10-103-103/+0
* Rename base::debug::StackTrace::PrintBacktrace() to Print().rsesek@chromium.org2013-08-291-1/+1
* Send Chrome's process id to the app shim.jackhou@chromium.org2013-08-262-4/+5
* Update include paths in chrome/common/ for base/process changes.rsesek@chromium.org2013-07-232-2/+1
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-3/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* new.crbug.com -> crbug.com/newdbeam@chromium.org2013-07-031-1/+1
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-245-16/+16
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-25/+17
* Use a direct include of strings headers in chrome/common/, part 2.avi@chromium.org2013-06-115-6/+6
* Use unique names for app shim bundles based on profile dir and extension id.jackhou@chromium.org2013-06-072-0/+15
* Start app shim when app launched.jackhou@chromium.org2013-05-312-0/+6
* Update the OSX app shim to support the app launcher.tapted@chromium.org2013-05-142-0/+5
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-4/+6
* Remove iOS specific define to avoid objc_root_class in CrZombie.justincohen@google.com2013-05-021-9/+0
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+4