summaryrefslogtreecommitdiffstats
path: root/base/mac
Commit message (Expand)AuthorAgeFilesLines
* Avoid basename conflict from memory_pressure_monitor.ccscottmg2015-05-213-202/+0
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Suppress -Wpartial-availability warnings that arise from NSWindowDelegate.erikchen2015-05-191-5/+0
* Rename OS-specific MemoryPressureMonitor implementations.chrisha2015-05-153-31/+36
* Fix Valgrind issues in dispatch_source_mach_unittest.cc.rsesek2015-05-141-7/+13
* Cleanup: Fix base header include guards.tfarina2015-05-131-3/+3
* Move DispatchSourceMach from //sandbox/mac to //base/mac.rsesek2015-05-133-0/+242
* mac: Suppress partial availability warnings in theme helper.erikchen2015-05-122-0/+5
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-042-2/+8
* Add a MemoryPressureMonitor class for Mac.shrike2015-05-013-0/+197
* mac: Prepare sdk_forward_declarations.h for partial availability warning.erikchen2015-04-292-180/+289
* Add #include of <unistd.h> to close_nocancel.cc.pcc2015-03-271-20/+11
* Crashpad!: Use the Crashpad client instead of Breakpad on Mac OS X.mark2015-03-131-3/+3
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* base: Use more specific CHECK macros for comparisons.danakj2015-03-092-6/+5
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* base: Remove operator& from ScopedAuthorizationRef.danakj2015-03-092-6/+3
* Revert of base: Remove operator& from ScopedAuthorizationRef. (patchset #1 id...avi2015-03-082-3/+6
* base: Remove operator& from ScopedAuthorizationRef.danakj2015-03-072-6/+3
* Mac: Implement GetFallbackFontFamilies for Harfbuzztapted2015-03-052-0/+2
* Add tooltips to profile name when truncatedwesleylancel2015-03-021-0/+4
* Added bluetooth LE support on Mac platformdvh2015-02-122-0/+67
* Revert of Added bluetooth LE support on Mac platform (patchset #13 id:340001 ...ccameron2015-02-071-58/+0
* Added bluetooth LE support on Mac platformdvh2015-02-071-0/+58
* Reland "mac: Implement custom AppKit Enter Fullscreen transition."erikchen2015-01-201-0/+1
* Cleanup: Remove unused third_party include.tfarina2015-01-181-4/+0
* Revert of mac: Implement custom AppKit Enter Fullscreen transition. (patchset...maniscalco2015-01-151-1/+0
* mac: Implement custom AppKit Enter Fullscreen transition.erikchen2015-01-151-0/+1
* Allow copying scoped_nsobject of different type.droger2015-01-141-0/+15
* Update {virtual,override,final} for base to follow C++11 style.dcheng2015-01-092-4/+2
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-082-12/+12
* Launch a new test instance for every test case in FormStructureBrowserTest.Evan Stade2015-01-082-3/+21
* Disable MacUtilTest.TestExcludeFileFromBackups, flaking a lot on Mac 10.8 tes...Dan Beam2014-12-301-1/+2
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-213-4/+2
* Reland 1: "mac: Allow Chrome to hand off its active URL to other devices."erikchen2014-12-121-0/+4
* Revert "mac: Allow Chrome to hand off its active URL to other devices."erikchen2014-12-111-4/+0
* mac: Allow Chrome to hand off its active URL to other devices.erikchen2014-12-111-0/+4
* Tweak NSUserActivity forward declarationjiangj2014-12-041-1/+1
* Add base::mac::ScopedMachPortSet.Mark Mentovai2014-11-212-0/+29
* Update base::BindBlock for three parameters.marq2014-11-072-36/+49
* Mac: Use Mavericks occlusion APIs for power savings.ccameron2014-10-302-0/+18
* mac: Add UMA metrics for Handoff.erikchen2014-10-281-0/+1
* mac: Double clicking titlebar should zoom window on Yosemite.erikchen2014-10-242-16/+0
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-9/+8
* Cleanup: Better constify some strings in base.thestig2014-10-211-1/+1
* Fix MacViews views_unittest simulate FullScreen test for 10.7+ SDKstapted2014-10-202-11/+4
* [Mac] Do not initialize the MockCrApplication in base::TestSuite.rsesek2014-10-201-2/+29
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-4/+4
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-1/+1