summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* More fun with detecting UAC. Reports in the field indicate that some computer...finnur@google.com2008-09-171-1/+3
* Remove duplicate stats_table.cc, left over in Windows list.sgk@google.com2008-09-171-2/+0
* Remove duplicate run_all_unittests.cc, left over in the Windowssgk@google.com2008-09-171-1/+0
* Adds logging to file_util::WriteFile to figure out why writingsky@google.com2008-09-174-11/+129
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-174-1/+59
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-178-4/+102
* Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th...deanm@google.com2008-09-172-9/+8
* According to reports in the field, some XP machines have a registry flag that...finnur@google.com2008-09-171-3/+6
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-0/+8
* Add an HMAC implementation using NSS. Include centralized NSS initialization...deanm@google.com2008-09-164-1/+162
* Provide necessary constructors in StackAllocator and PrivateHookAllocator to ...maruel@google.com2008-09-141-4/+22
* This change ensures that base_unittests will not segfault on this.maruel@google.com2008-09-121-0/+3
* Add a few more cases for Unicode blocks to script mapping. This is for next ...jungshik@google.com2008-09-121-4/+23
* Port the thread local storage unittest to Mac and linux.paulg@google.com2008-09-113-39/+52
* Capture initial SCons build of {base,net,googleurl}_unittests on Mac:sgk@google.com2008-09-111-2/+10
* Sort allegedly-sorted listsmark@chromium.org2008-09-111-2/+6
* POSIX/Linux related changes to file_util:mark@chromium.org2008-09-113-20/+78
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-115-20/+63
* Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re...deanm@chromium.org2008-09-114-66/+46
* Add the shared memory test to the scons build.paulg@google.com2008-09-111-1/+1
* First pass of porting the shared memory unittest. We still needpaulg@google.com2008-09-112-85/+113
* Accommodate removal of gfx\platform_canvas_unittest_win.cc in thesgk@google.com2008-09-102-2/+1
* Google Update gave us a new IDL and asked us to change the CLSID const we use...finnur@google.com2008-09-101-1/+1
* The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...finnur@google.com2008-09-102-0/+21
* Fix a mis-merge in TLS changes.deanm@chromium.org2008-09-101-4/+1
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-104-31/+27
* Fix the GCC build.darin@chromium.org2008-09-101-2/+2
* disable tests that are not ready to be enabled yetdarin@chromium.org2008-09-101-0/+3
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-103-38/+121
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-104-14/+12
* Make CreateDirectory consistent on Win and Posix when directory exists.mmoss@google.com2008-09-092-3/+4
* Fix build break, add TODO to clean up unit test referenceawalker@google.com2008-09-091-6/+8
* Update file that got committed under the wrong name, causingawalker@google.com2008-09-091-30/+53
* Fix the file extension.maruel@google.com2008-09-091-0/+0
* Refactor the platform canvas unit test a bit so that it can be run onawalker@google.com2008-09-0910-17/+57
* Get rid of an unneded static variable in the Mac TimeTicks::Nowmmentovai@google.com2008-09-091-6/+10
* Bulk fixes to get Mac Test Shell more compile-happy.avi@google.com2008-09-091-0/+5
* Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti...deanm@google.com2008-09-092-4/+10
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-095-91/+101
* rollback r1891darin@google.com2008-09-093-98/+30
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-093-30/+98
* Rename "run net_unittests" to "run_net_unittests" like we do with other unitmmentovai@google.com2008-09-081-1/+1
* Add LazyInstance (r1837) to the Mac buildmmentovai@google.com2008-09-081-0/+10
* Just by implementing a destructor (even if it's not doing anything), MSVC wil...deanm@google.com2008-09-081-2/+4
* Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper.deanm@google.com2008-09-081-0/+3
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-086-0/+253
* Remove the ifdef platform jungle from hmac.h, abstracting the platform specif...deanm@google.com2008-09-083-78/+59
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-084-30/+47
* Just compile some basic files so we get a libGlue.a.evanm@google.com2008-09-071-0/+4
* Fix purify MLK errors resulting from my previous check-in. The TimerManager ...darin@google.com2008-09-071-0/+7