summaryrefslogtreecommitdiffstats
path: root/base/native_library_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-1/+6
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-2/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-9/+7
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* [Mac] Do not unload base::NativeLibrary-ies if they contain ObjC segments.rsesek@chromium.org2013-03-151-7/+55
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-1/+1
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+3
* Fix the mac build by fixing some include pathsbrettw@chromium.org2011-01-021-1/+1
* No need to include all of carbon, just need CoreFoundation, and impl gets tha...thomasvl@chromium.org2010-11-151-1/+0
* ThreadRestrictions: mark library loading functions as doing IOevan@chromium.org2010-11-121-0/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-7/+8
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-1/+2
* Load bundle resources when loading bundles on the Macstuartmorgan@chromium.org2010-01-281-2/+6
* Fix a string leak in GetFunctionPointerFromNativeLibrarystuartmorgan@chromium.org2009-12-151-3/+4
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-4/+37
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-211-0/+38