- 596a0dd Enable loading native libraries with RTLD_DEEPBIND by rockot · 9 years ago
- 02c965b Fix base::GetNativeLibraryName() for Mac. by thestig · 9 years ago
- e38fbd6 Clean up some nits in base::NativeLibrary. by thestig · 9 years ago
- 6a01b39 Handle null |error| in LoadNativeLibrary on Mac. by xhwang · 10 years ago
- e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
- 7712c0aea Populate NativeLibraryLoadError on mac on dlopen failure by [email protected] · 11 years ago
- 0f99844 Report PPAPI plugin load error code to UMA. by [email protected] · 11 years ago
- dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
- 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
- d529cb0 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
- a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
- 5625f3cf [Mac] Do not unload base::NativeLibrary-ies if they contain ObjC segments. by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 13 years ago
- aaa6df4 Disable "using base::FilePath" on Linux since it now compiles. by [email protected] · 13 years ago
- 8447932 linux: don't always print dlopen errors from LoadNativeLibrary by [email protected] · 14 years ago
- 3d16983 Fix the mac build by fixing some include paths by [email protected] · 15 years ago
- 6770f2a No need to include all of carbon, just need CoreFoundation, and impl gets that from the header including it. by [email protected] · 15 years ago
- be13068 ThreadRestrictions: mark library loading functions as doing IO by [email protected] · 15 years ago
- df0ca6c8 Move scoped_cftyperef from base to base/mac, use the new namespace, and name it by [email protected] · 15 years ago
- 81e34d8 Remove forward declares for ASCIIToUTF16 from string_util. All callers now use by [email protected] · 15 years ago
- d8921c43 Load bundle resources when loading bundles on the Mac by [email protected] · 16 years ago
- b7efd769 Fix a string leak in GetFunctionPointerFromNativeLibrary by [email protected] · 16 years ago
- 108c2a1 Porting the browser tests to Unix. by [email protected] · 16 years ago
- f38e25f plugins: move NativeLibrary into base. by [email protected] · 16 years ago