summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-3013-414/+911
* Give a better error when extension unpacking can't be done.skerner@chromium.org2010-07-301-3/+4
* Remove some debug switches:skerner@chromium.org2010-07-307-93/+6
* Shuffle some of the functions in file_util.h.agl@chromium.org2010-07-301-13/+10
* Fix some bad uses of GetTempDir.agl@chromium.org2010-07-301-0/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-9/+9
* Add unit tests for base/platform_thread.* and base/lock.*.viettrungluu@chromium.org2010-07-304-2/+323
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-306-23/+31
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-292-16/+59
* GTTF: Increase the limit for QPC drift.phajdan.jr@chromium.org2010-07-291-2/+2
* GTTF: Ensure that when we're testing the logging system will not display dial...phajdan.jr@chromium.org2010-07-291-0/+3
* Change a DCHECK to a DCHECK_LT so we can see the failing values.evan@chromium.org2010-07-281-1/+1
* posix: print error message when mkdtemp fails.evan@chromium.org2010-07-281-1/+3
* Move NSImage-to-CGImageRef conversion code into a common helper function in b...rsesek@chromium.org2010-07-283-1/+57
* Add a forgotton const qualifier to SendMsg.agl@chromium.org2010-07-282-5/+3
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-2812-55/+121
* Fix lines longer than 80 characters.tfarina@chromium.org2010-07-281-2/+3
* Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput...viettrungluu@chromium.org2010-07-283-141/+19
* Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u...viettrungluu@chromium.org2010-07-283-19/+141
* Speculative fix for crash in DOMUIThumbnailSource.erg@google.com2010-07-283-18/+47
* Treat multiple extensions like .tar.gz as a single extension.estade@chromium.org2010-07-272-60/+139
* [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac.suzhe@chromium.org2010-07-274-6/+330
* Switched dynamic_annotations.gyp from using the DEPTH attribute to a relative...tony@chromium.org2010-07-271-2/+2
* Fix a bug with parsing ftp directory listing lines.michaeln@chromium.org2010-07-272-0/+21
* Mark TimeTicks.HighResNow as flakyasargent@chromium.org2010-07-261-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-26209-0/+209
* GTTF: Add bug reference to failing tests:phajdan.jr@chromium.org2010-07-261-0/+2
* Fix 2 include guards found by my scriptthakis@chromium.org2010-07-262-2/+7
* Coverity 8629, 3808: Uninitialized member in StringTokenizer.finnur@chromium.org2010-07-241-3/+4
* Port SymmetricKey::Import to Mac and update tests.albertb@chromium.org2010-07-233-6/+6
* Fix an issue in Thread class where we initialize a pointer, whichhuanr@chromium.org2010-07-232-6/+12
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-6/+8
* file_util: Get rid of the deprecated UpOneDirectory function.tfarina@chromium.org2010-07-232-11/+0
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-231-0/+7
* Make it possible to compile word_iterator.h on Gentoo when usingphajdan.jr@chromium.org2010-07-221-1/+2
* Remove deprecated CommandLine::GetLooseValues(), rename to args().evan@chromium.org2010-07-213-31/+20
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-0/+2
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-212-0/+18
* Remove <iostream> where possible.erg@google.com2010-07-206-6/+1
* Take 2 for: Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-205-26/+97
* Download code cleanup:phajdan.jr@chromium.org2010-07-202-0/+122
* Fix nacl_sandbox_tests dependency:victorw@chromium.org2010-07-191-1/+1
* Compress and checksum pending logs that are going to be persisted. Persisted ...ziadh@chromium.org2010-07-193-5/+5
* file_util: deprecate remaining wstring functionsevan@chromium.org2010-07-161-6/+6
* Remove lock.h from resource_bundle.h and histogram.h.erg@chromium.org2010-07-162-2/+4
* Linux: Guess the thread id for crashing renderers in a different PID namespace.thestig@chromium.org2010-07-162-0/+53
* Remove more definitions from header files.erg@chromium.org2010-07-164-8/+30
* Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...viettrungluu@chromium.org2010-07-163-141/+19
* Add and alternative GetAppOutput() to process_util that takes a timeout.viettrungluu@chromium.org2010-07-163-19/+141
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-164-9/+12