1. 380560e Check if RTLD_DEEPBIND is defined before using it. by slan · 8 years ago
  2. 6a84358 Enable loading native libraries with RTLD_DEEPBIND by rockot · 8 years ago
  3. 72cf10d Fix base::GetNativeLibraryName() for Mac. by thestig · 8 years ago
  4. 4f8e5c5 Clean up some nits in base::NativeLibrary. by thestig · 8 years ago
  5. eb11be6 Report PPAPI plugin load error code to UMA. by xhwang@chromium.org · 11 years ago
  6. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  7. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  8. a8f9a69 rename some _linux files to _posix and introduce os_bsd by mark@chromium.org · 13 years ago[Renamed from base/native_library_linux.cc]
  9. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  10. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  11. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  12. 629d58e linux: don't always print dlopen errors from LoadNativeLibrary by evan@chromium.org · 14 years ago
  13. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  14. 9adf119 ThreadRestrictions: mark library loading functions as doing IO by evan@chromium.org · 14 years ago
  15. c7cd837 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by brettw@chromium.org · 14 years ago
  16. 9643dcc Add comments saying we don't use RTLD_DEEPBIND. by willchan@chromium.org · 14 years ago
  17. 5f107ca linux: scan more plugin directories, fix bugs by evan@chromium.org · 15 years ago
  18. f6feee0 linux: unload plugin libraries after extracting mime types by evan@chromium.org · 15 years ago
  19. 231743a linux: remove RTLD_DEEPBIND from dlopen() by evan@chromium.org · 15 years ago
  20. 3c7eff6 linux: Don't crash if we fail to dlopen a plugin by evan@chromium.org · 15 years ago
  21. d9e2be8 Porting the browser tests to Unix. by jcampan@chromium.org · 15 years ago
  22. 9661148 Use RTLD_DEEPBIND to make sure plugins don't use Chrome's symbols instead of their own by evan@chromium.org · 15 years ago
  23. da642ae plugins: move NativeLibrary into base. by evan@chromium.org · 16 years ago