summaryrefslogtreecommitdiffstats
path: root/base/native_library_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-4/+11
* Set error in LoadNativeLibrary() on Windows.xhwang@chromium.org2014-03-201-3/+11
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-4/+4
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Fixes a crash in the Windows media player plugin caused when the Real player ...ananta@chromium.org2010-11-191-3/+20
* ThreadRestrictions: mark library loading functions as doing IOevan@chromium.org2010-11-121-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+1
* Quick fix to use file_util::SetCurrentDirectory method instead of the PathSer...erikkay@chromium.org2009-09-161-7/+6
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-1/+7
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-211-0/+46