summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* posix: don't complain when stat() fails with ENOENTevan@chromium.org2009-09-031-9/+13
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-032-0/+32
* When forking, restore the default exception handler port.mark@chromium.org2009-09-033-0/+38
* Print a backtrace when a test binary crashes.phajdan.jr@chromium.org2009-09-031-0/+14
* Check the right Info.plist to determine whether the app is the browser or amark@chromium.org2009-09-031-2/+5
* Add a comment about templates for hashing pointers and correct the case of a ...jorlow@chromium.org2009-09-032-1/+7
* linux: call PR_Init on UI threadevan@chromium.org2009-09-023-12/+31
* Make swapping the incoming queue with the work queue constant time.darin@chromium.org2009-09-022-2/+8
* Landing the patch of Thiago Farina.jcampan@chromium.org2009-09-022-11/+3
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-0/+5
* Add a comment explaining how base::LinkedList differs from std::list, to help...eroman@chromium.org2009-09-011-1/+30
* Add a WeakPtr<T> class.darin@chromium.org2009-09-013-0/+345
* Fix Breakpad-enabled builds on the Mac.mark@chromium.org2009-09-011-2/+1
* Linux: about:memoryagl@chromium.org2009-09-012-5/+13
* Change when we enable Apple's Crash reporter.jeremy@chromium.org2009-08-312-0/+10
* Port some of the base module to FreeBSD. Extracted fromwtc@chromium.org2009-08-3112-23/+377
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-283-2/+21
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-2815-49/+35
* Fix a ton of compiler warnings.estade@chromium.org2009-08-2815-35/+49
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-282-4/+20
* Not calling debugbreak when SymInitialize fails with "invalid parameter".tommi@chromium.org2009-08-281-1/+6
* linux: scan more plugin directories, fix bugsevan@chromium.org2009-08-271-2/+8
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-272-0/+29
* Linux: add gyp flag for enabling tcmalloc. Also fix the linux build which di...willchan@chromium.org2009-08-261-0/+9
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-15/+15
* Use ftruncate() instead of fwrite() to extend files.pinkerton@chromium.org2009-08-261-20/+4
* Fix Issue 19689: Command line URL parameter does not support Chinese.suzhe@chromium.org2009-08-261-9/+9
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-264-56/+93
* Fix cases that initialized StringTokenizer with a temporary.mattm@chromium.org2009-08-261-2/+13
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-253-17/+8
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-252-28/+30
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-252-30/+27
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-252-27/+30
* Revert "linux: call g_thread_init() at relevant startup points"tony@chromium.org2009-08-241-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-241-0/+1
* Fix a bug where we reused a va_list across multiple calls.deanm@chromium.org2009-08-241-9/+9
* Fix StackTrace on Windows.maruel@chromium.org2009-08-242-73/+29
* Use U_ICU_VERSION_SHORT instead of hard-coding the icu data dll and module name.jshin@chromium.org2009-08-221-3/+5
* Revert r24043, "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-211-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-211-0/+1
* Move gtk_settings_get_default() call to the UI thread.estade@chromium.org2009-08-212-6/+33
* Some tweaks to the OS X Sandbox:jeremy@chromium.org2009-08-211-12/+3
* Revert r23911, which switched from fork to vfork().deanm@chromium.org2009-08-211-28/+22
* Switch to using vfork() instead of fork() when we can.deanm@chromium.org2009-08-201-22/+28
* Linux: make the "change proxy settings" button able to start several proxy co...mdm@chromium.org2009-08-202-4/+35
* Print more info in IsStringASCII assertions.phajdan.jr@chromium.org2009-08-201-4/+4
* Don't compile with TraceLog support on by default.deanm@chromium.org2009-08-201-0/+7
* Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds onmark@chromium.org2009-08-201-5/+15
* Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variablesmark@chromium.org2009-08-201-37/+42
* Port more browser focus tests to linux.estade@chromium.org2009-08-191-26/+26