summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-195-19/+249
* Don't run ProcessUtilTest.GetAppOutputRestrictedNoZombies under TSantimurrrr@chromium.org2010-03-191-0/+2
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-182-1/+18
* Pass the license check script for base/third_party/{nss,nspr}.evan@chromium.org2010-03-184-3/+71
* Pass license-checker script for base/third_party/*.evan@chromium.org2010-03-1816-11/+186
* Added release() method to ScopedHGlobal.sanjeevr@chromium.org2010-03-181-0/+6
* Merged third_party/tcmalloc/vendor/src(google-perftools r87) intoglider@chromium.org2010-03-181-20/+2
* Revert 41938 - Merged third_party/tcmalloc/vendor/src(googleperftools r87) intoglider@chromium.org2010-03-181-2/+20
* Merged third_party/tcmalloc/vendor/src(google-perftools r87) intoglider@chromium.org2010-03-181-20/+2
* In release mode, trigger a SIGABRT rather than a SIGTRAP for fatal log errors...thestig@chromium.org2010-03-181-10/+28
* POSIX: Handle race conditions in file_util::CreateDirectory where multiple pr...thestig@chromium.org2010-03-171-4/+10
* Ensure that an autorelease pool is available in worker_pool_mac'smark@chromium.org2010-03-171-0/+2
* Reverting 41834; ui tests are asploding.avi@chromium.org2010-03-175-251/+20
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-175-20/+251
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-18/+1
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-172-1/+18
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-163-4/+41
* Add a defined(OS_LINUX) guard for the include of tcmalloc's profiler.hjamesr@google.com2010-03-161-1/+1
* [Mac] Histogram for long-term hung WorkerPool operations.shess@chromium.org2010-03-151-0/+65
* Move FileWatcher from src/base/ to src/chrome/browser/ and switchtony@chromium.org2010-03-158-939/+0
* Move base/gfx contents to gfx/ben@chromium.org2010-03-146-685/+0
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-4/+0
* Avoid a strict aliasing issue in LazyInstance.craig.schlenter@chromium.org2010-03-122-35/+44
* Mac: move should-double-click-to-minimize code into mac_util.viettrungluu@chromium.org2010-03-122-0/+16
* Remove an unused logging function.thestig@chromium.org2010-03-112-17/+0
* Add a comment about why we don't implement dir_reader_posix.h on OS X.agl@chromium.org2010-03-111-0/+6
* Change the ScopedRunnableMethodFactory to use CancelableTasks so thatmbelshe@chromium.org2010-03-111-8/+14
* Noop change to trigger a rebuild.agl@chromium.org2010-03-111-1/+0
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-1111-118/+603
* Support controlling the TCMalloc CPU profiler from script in test_shelljamesr@chromium.org2010-03-102-0/+17
* Remove obsolete comment. As of r35430, characters are checked for validity, a...avi@chromium.org2010-03-101-7/+0
* Revert "POSIX: don't allocate memory after forking."agl@chromium.org2010-03-1011-536/+118
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-1011-118/+536
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-108-16/+23
* Implements AeroPeek of Windows 7.hbono@chromium.org2010-03-104-1/+79
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-1/+1
* Add a FileWatcher to base/.tony@chromium.org2010-03-098-0/+939
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-098-28/+32
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-3/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-2/+2
* Add sleep into data race sanity test since it fails on TSan x64 FYI bot (too ...timurrrr@chromium.org2010-03-051-1/+5
* Change default fopen() on Windows from fopen_s() to fsopen(,,_SH_DENYNO).dpranke@chromium.org2010-03-051-10/+2
* Add support for running the NaCl plugin in the Linux SUID sandboxagl@chromium.org2010-03-042-0/+25
* [Mac] When in fullscreen mode, ties the menubar shown state to the overlay sh...rohitrao@chromium.org2010-03-032-31/+107
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-2/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-2/+2
* Switch base to using CHECK_*.willchan@chromium.org2010-03-0211-13/+12
* make sure we don't include the obsolete 2008 SDK dir.nsylvain@chromium.org2010-03-021-1/+1
* Mac: Select right tab in content settings dialog.thakis@chromium.org2010-03-021-0/+1
* Reland r40289: "Add support for CHECK_* macros.""willchan@chromium.org2010-03-025-45/+79