summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Log additional information when processing OpenSSL errors.rsleevi@chromium.org2010-12-121-7/+17
* Fix extension install UI for extensions with RTL Names.jeremy@chromium.org2010-12-122-0/+53
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-115-160/+89
* [Linux] Fix base_unittests for GCC 4.5.1phajdan.jr@chromium.org2010-12-111-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-115-89/+160
* Revert 68893 - Consider PlatformThread::Join() to be blocking IO.csilv@chromium.org2010-12-112-8/+0
* Consider PlatformThread::Join() to be blocking IO.willchan@chromium.org2010-12-102-0/+8
* Remove ICU header dependencies outside of /i18n directory.cdn@chromium.org2010-12-102-12/+22
* Switch linux OpenSSL build to use custom openssl versionjoth@chromium.org2010-12-091-1/+1
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-096-7/+25
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-082-14/+0
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-084-16/+16
* Turns out RSA_generate_key is deprecated and is removed on some platforms, s...joth@chromium.org2010-12-081-4/+9
* Turn off field trials and reporting of metrics when running benchmarking.mbelshe@google.com2010-12-072-2/+32
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-072-0/+11
* Making a few RegKey methods that only read data, const.tommi@chromium.org2010-12-072-11/+12
* Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the...joth@chromium.org2010-12-071-0/+4
* JavaScript to Value bridge.scottbyer@google.com2010-12-072-0/+12
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-063-0/+34
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-053-5/+49
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-0412-81/+117
* Recommit 68258 - Mark some functions that wait on other processes as unsafe f...victorw@chromium.org2010-12-041-0/+7
* Revert 68258 - Mark some functions that wait on other processes as unsafe for...victorw@chromium.org2010-12-041-7/+0
* Mark some functions that wait on other processes as unsafe for IO/UI.evan@chromium.org2010-12-041-0/+7
* base: Remove stub scoped_variant_win.h file.tfarina@chromium.org2010-12-042-10/+1
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-034-17/+14
* scons: excise more scons references from the code baseevan@chromium.org2010-12-032-3/+3
* Fix crash when the silent extension install policy is set to an empty listgfeher@chromium.org2010-12-021-1/+2
* Update prcpucfg.h to build in Native Client.abarth@chromium.org2010-12-021-1/+1
* A quick fix for Bug 64463.hbono@chromium.org2010-12-021-1/+1
* Eliminate 'if defiend(CHECK) to avoid having to different binaries for the sa...oshima@chromium.org2010-12-021-1/+5
* linux: remove split base_extra_target from base.gypjam@chromium.org2010-12-011-232/+166
* Make sure that cached values of signed settings are trusted.dilmah@chromium.org2010-12-011-1/+1
* Help make Base compile under NaClabarth@chromium.org2010-12-012-5/+10
* Help make base compile under NaClabarth@chromium.org2010-12-011-0/+15
* Help make base compile in NaCl.abarth@chromium.org2010-12-011-0/+6
* windows: remove PathService::Get() that uses wstringsevan@chromium.org2010-11-302-17/+0
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-307-11/+78
* Moved the calls to the MessageLoop destruction observers to after the pending...sanjeevr@chromium.org2010-11-302-4/+68
* Remove a pair of overly aggressive DCHECKsjar@chromium.org2010-11-291-1/+0
* Make base's fork of ICU macros use its internal version for one case that wasbrettw@chromium.org2010-11-291-1/+1
* Add a unit test for CommandLine that makes sure that GetProgram will not retu...tommi@chromium.org2010-11-291-0/+19
* Revert "base: wait for children to terminate."agl@chromium.org2010-11-291-55/+43
* base: wait for children to terminate.agl@chromium.org2010-11-291-43/+55
* Make ScopedTempDir::Delete return a bool so that its functionality can be tes...tommi@chromium.org2010-11-293-6/+37
* Check if the frame belongs to the browser tree associated with the BHO before...siggi@chromium.org2010-11-251-0/+5