summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform.willchan@chromium.org2010-11-113-5/+18
* Adding CHECKs to troubleshoot the crash issue intuple.h/browser_render_proces...oshima@chromium.org2010-11-101-0/+7
* Convert some DCHECKs to DCHECK_EQ.thestig@chromium.org2010-11-101-6/+6
* Include the Version class in the 64 bit version of base. This is needed so th...robertshield@chromium.org2010-11-102-4/+4
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-103-13/+69
* Make Singleton::OnExit explicity not-threadsafetimurrrr@chromium.org2010-11-091-3/+5
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-1/+0
* Erase base/move. The pattern we use is pass by const ref and this is confusin...brettw@chromium.org2010-11-082-56/+0
* Fix typos in commentsjar@chromium.org2010-11-081-14/+13
* Removed few unused lines.neb@chromium.org2010-11-081-1/+0
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-0613-46/+57
* Move Windows-specific Event Tracing for Windows implementation to base/win. siggi@chromium.org2010-11-0615-37/+88
* [Mac] Use Linux WorkerPool code.shess@chromium.org2010-11-055-1/+63
* Disable WaitableEventWatcherTest.DeleteUnder on win.mattm@chromium.org2010-11-051-1/+7
* Implementation of single-module-per-logon-session-per-profile implementation ...robertshield@chromium.org2010-11-052-2/+31
* Fix compile with 10.6 SDKjrg@chromium.org2010-11-051-0/+1
* Try to improve message_loop efficiency when backloggedjar@chromium.org2010-11-042-4/+17
* Revert 65010 - Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-1/+1
* Turn on file access checks on Win.jam@chromium.org2010-11-046-2/+116
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-047-77/+165
* Adding OOM priority management for renderers on ChromeOS.gspencer@chromium.org2010-11-041-1/+1
* linux: include linux/nfs_fs.h for NFS superblock magicevan@chromium.org2010-11-041-1/+1
* Allow histograms in cache stats.cc to bypass corruption checksjar@chromium.org2010-11-033-14/+206
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-033-0/+62
* Do not use the new message pump for TOUCH_UI yet.bryeung@google.com2010-11-031-1/+2
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-036-116/+2
* Turn on file access checks on Win.jam@chromium.org2010-11-036-2/+116
* Fix the testing::LogDisabler for the change r64883. See http://codereview.chr...hansl@google.com2010-11-032-0/+6
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-033-34/+89
* Fix clang build by moving ToLowerASCII into base namespace.tfarina@chromium.org2010-11-032-8/+8
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-032-19/+20
* base: Remove 'using' declaration of StringPrintV.tfarina@chromium.org2010-11-031-1/+0
* Revert 64687 - Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-023-206/+14
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-022-37/+31
* Fix a bug that could occur when converting strings with leading characters ab...erikwright@chromium.org2010-11-022-1/+8
* Mark SharedMemoryProcessTest.Tasks as flaky on Mac.bauerb@chromium.org2010-11-021-1/+7
* Try to detect internal corruption of histogram instances.jar@chromium.org2010-11-013-14/+206
* While there are all sorts of reasons for "/dev/shm" to be inaccessible,markus@chromium.org2010-11-011-1/+1
* Removed unused (and broken) logging functions.akalin@chromium.org2010-11-011-80/+22
* Wrote a custom pattern matcher for vmodule.akalin@chromium.org2010-11-014-15/+123
* Simplify a comment.evan@chromium.org2010-11-011-2/+1
* Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al.akalin@chromium.org2010-11-012-14/+59
* Minor typo cleanup of header title for about:tasksjar@chromium.org2010-11-011-1/+1
* process_util_linux: mark functions that use /proc as safe for disk IOevan@chromium.org2010-11-011-0/+22
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-014-7/+7
* Use GLib to parse environment variables to determine the default locale.jshin@chromium.org2010-10-302-10/+53
* Dynamic policy refresh support for the Mac.mnissler@chromium.org2010-10-292-2/+26
* Rlz fix.tfarina@chromium.org2010-10-291-29/+3
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-293-101/+0
* Added support for filtering on the entire pathname to --vmodule.akalin@chromium.org2010-10-295-90/+111