summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Merge 101912 - Disables code for making sure window to attach to is visible onsky@chromium.org2011-09-222-4/+17
* Fix trace_event code to accept double-quote and backslash characters in strin...jbates@chromium.org2011-09-072-8/+11
* Support for registering arbitrary Tasks with AtExitManager.apatrick@chromium.org2011-09-063-16/+26
* Don't DCHECK thread_policy_set() calls because they can fail during runtimecrogers@google.com2011-09-061-5/+21
* base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.tfarina@chromium.org2011-09-061-3/+1
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-063-50/+183
* [Linux] Make FilePathWatcher somewhat more symlink aware.craig.schlenter@chromium.org2011-09-052-33/+227
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-042-637/+607
* Revert 99515 - tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-031-3/+0
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-031-0/+3
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-0/+18
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-025-55/+80
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-024-20/+36
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-024-36/+20
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-024-20/+36
* Base: Change ReadPlatformFile to perform a bestrvargas@google.com2011-09-014-19/+42
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-013-18/+169
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Disable failed test GetTerminationStatusExit on Linux.dyu@chromium.org2011-09-011-1/+8
* base/json: Get rid of static initializer in JSONReader.tfarina@chromium.org2011-09-012-24/+27
* Enable smooth scrolling on macthakis@chromium.org2011-09-011-3/+4
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-1/+1
* Base: Switch base_i18n to be a separate dll (component build)rvargas@google.com2011-08-3114-75/+123
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-314-9/+31
* Revert 98885 - Third attempt at the following. Unreviewed, this was original...rsleevi@chromium.org2011-08-313-5/+0
* Third attempt at the following. Unreviewed, this was originally reviewed in ...pkasting@chromium.org2011-08-303-0/+5
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-302-0/+18
* base/json: Get rid of an old TODO that doesn't apply anymore.tfarina@chromium.org2011-08-301-3/+0
* cycle botsthakis@chromium.org2011-08-301-1/+1
* Remove the free_ member of scoped_ptr_malloc.evan@chromium.org2011-08-291-7/+3
* Upstream android i18n changemichaelbai@google.com2011-08-292-5/+8
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+13
* Base: WritePlatformFile now retries the operation ifrvargas@google.com2011-08-263-20/+16
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-263-18/+220
* Upstream misc changes for android.michaelbai@google.com2011-08-267-11/+43
* Remove some views depenencies from RenderWidgetHostViewWin.jam@chromium.org2011-08-261-0/+8
* Remove some unneeded reinterpret_castsdilmah@chromium.org2011-08-262-3/+3
* Revert recent changes to base::Valuestevenjb@google.com2011-08-264-48/+28
* Move base/resource_util.* into base/win/ since it's windows specific.tony@chromium.org2011-08-253-10/+11
* Remove obsolete test timeouts and convert callers.phajdan.jr@chromium.org2011-08-251-15/+0
* base: Add AsBinary() function to Value API.tfarina@chromium.org2011-08-253-13/+22
* Remove unused test command-line switches.phajdan.jr@chromium.org2011-08-253-15/+0
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-254-15/+26
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-1/+1
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-242-24/+3
* Tommi: I need an owner review for the chrome frame changes.rogerta@chromium.org2011-08-243-0/+131
* mpx: Use [mostly proper] glib event source for X events when GTK events are n...sadrul@chromium.org2011-08-242-10/+69
* Fix variable names and comments in RandGenerator.dilmah@chromium.org2011-08-243-17/+15
* Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)satorux@chromium.org2011-08-242-1/+16
* Trying again to land OOM priority manager changes.gspencer@google.com2011-08-233-27/+57