1. 02c965b Fix base::GetNativeLibraryName() for Mac. by thestig · 9 years ago
  2. e38fbd6 Clean up some nits in base::NativeLibrary. by thestig · 9 years ago
  3. 0f99844 Report PPAPI plugin load error code to UMA. by [email protected] · 11 years ago
  4. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  5. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  6. df9167b rename some _linux files to _posix and introduce os_bsd by [email protected] · 14 years ago[Renamed from base/native_library_linux.cc]
  7. a42d463 Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  8. 2f4a8e1 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  9. da7d86e Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by [email protected] · 14 years ago
  10. 8447932 linux: don't always print dlopen errors from LoadNativeLibrary by [email protected] · 14 years ago
  11. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  12. be13068 ThreadRestrictions: mark library loading functions as doing IO by [email protected] · 15 years ago
  13. f1d8192 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by [email protected] · 15 years ago
  14. 0ba5b7b Add comments saying we don't use RTLD_DEEPBIND. by [email protected] · 15 years ago
  15. 0922baea linux: scan more plugin directories, fix bugs by [email protected] · 16 years ago
  16. 803ef4ef linux: unload plugin libraries after extracting mime types by [email protected] · 16 years ago
  17. de8dbce linux: remove RTLD_DEEPBIND from dlopen() by [email protected] · 16 years ago
  18. 6dd6435 linux: Don't crash if we fail to dlopen a plugin by [email protected] · 16 years ago
  19. 108c2a1 Porting the browser tests to Unix. by [email protected] · 16 years ago
  20. d0001a5d Use RTLD_DEEPBIND to make sure plugins don't use Chrome's symbols instead of their own by [email protected] · 16 years ago
  21. f38e25f plugins: move NativeLibrary into base. by [email protected] · 16 years ago