summaryrefslogtreecommitdiffstats
path: root/base/mac/foundation_util.mm
Commit message (Expand)AuthorAgeFilesLines
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-301-1/+59
* Revert 231670 "Make RenderTextMac more efficient by caching font..."avi@chromium.org2013-10-301-59/+1
* Fix AmIBundled for command-line executions. Again.avi@chromium.org2013-10-291-24/+2
* Make RenderTextMac more efficient by caching fonts and taking advantage of to...avi@chromium.org2013-10-291-1/+59
* Fix AmIBundled for command-line executions.avi@chromium.org2013-10-281-7/+24
* Do not use Process Manager functions for determining bundledness.avi@chromium.org2013-10-251-18/+10
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-3/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Implement RemovableDeviceNotifications for Macsail@chromium.org2012-09-151-0/+4
* Initial RenderTextMac implementation using CoreText.asvitkine@chromium.org2012-07-231-0/+10
* Get mac_logging and foundation_util working on iOSstuartmorgan@chromium.org2012-07-111-0/+14
* Fix Mac shared component build following r137235.mark@chromium.org2012-05-161-3/+0
* Activate Keychain reauthorization.mark@chromium.org2012-05-151-1/+12
* Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notifi...mattm@chromium.org2012-03-011-2/+0
* Add Media device notification to SystemMonitor and Mac implvandebo@chromium.org2012-02-291-0/+2
* Publish app shortcuts on Macsail@chromium.org2012-02-111-5/+14
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-2/+3
* Transition to base/mac/bundle_locations.h step 2jeremy@chromium.org2012-01-191-8/+0
* Transition to base/mac/bundle_locations.h step 1jeremy@chromium.org2012-01-191-30/+9
* Use the new base::mac::GetValueFromDictionary<>() method.kushi.p@gmail.com2011-12-011-34/+13
* Valgrind: Fix a leak in GetValueFromDictionary for cocoa.jhawkins@chromium.org2011-11-161-2/+4
* Create a nicer interface for base::mac::GetValueFromDictionarykushi.p@gmail.com2011-11-151-11/+40
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-5/+5
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-5/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-5/+5
* Create a CFCast<>() method for casting a basic CFTypeRef to a more specific C...kushi.p@gmail.com2011-10-191-2/+32
* Move the implementations for the CF/NS casts to foundation_utilstuartmorgan@chromium.org2011-05-051-0/+73
* Mac base cleanup.avi@chromium.org2011-04-291-0/+11
* Use the real Mac browser app's bundle identifier everywhere that a basemark@chromium.org2011-04-221-0/+24
* Back out r77530, making the helper app an LSUIElement as it had been prior tomark@chromium.org2011-03-291-2/+2
* Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...kushi.p@gmail.com2011-03-131-2/+2
* Remove temporary testing junk accidentally included in last commit.mark@chromium.org2011-03-091-3/+1
* Replace LSUIElement with LSBackgroundOnly.mark@chromium.org2011-03-091-2/+4
* Add support for ICU data in a data file.thomasvl@chromium.org2011-02-101-0/+9
* Move some mac_util functions into foundation_util.rohitrao@chromium.org2011-01-281-0/+227