summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W...cbentzel@chromium.org2011-08-233-220/+18
* Dump a stack trace when browser tests time out.mihaip@chromium.org2011-08-231-2/+3
* base: Map non-finite double Values to 0.0.derat@chromium.org2011-08-231-2/+5
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-232-3/+9
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-233-18/+220
* Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage.mark@chromium.org2011-08-221-38/+71
* GTTF: Reduce number of different timeouts.phajdan.jr@chromium.org2011-08-222-15/+7
* Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.mattm@chromium.org2011-08-223-67/+27
* Changing OOM range to 0, 1000 and tweaking OOM algorithm.gspencer@google.com2011-08-223-27/+67
* Rename event_recorder.cc to event_recorder_win.cc.tony@chromium.org2011-08-222-2/+1
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-192-19/+17
* Fix a small leak in FileUtilProxykinuko@chromium.org2011-08-192-2/+9
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-193-35/+6