summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Modify DataPacks so they can return RefCountedStaticMemory objects.erg@google.com2009-10-273-7/+22
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-274-115/+158
* Fix an exception in the ref counted data. This appeares as a crash on startipbrettw@chromium.org2009-10-271-2/+7
* Add GrabWindowSnapshot method to mac_util class, and a unit test.mirandac@chromium.org2009-10-275-35/+86
* 0-initialize the function dump.maruel@chromium.org2009-10-271-1/+2
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-273-752/+18
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-273-18/+752
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-273-0/+173
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-273-173/+0
* Make the memory resource functions return bools so that we know when the info...vandebo@chromium.org2009-10-271-1/+1
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-264-28/+25
* About box auto-update improvements.mark@chromium.org2009-10-263-13/+59
* Move creation of SEH frame into a separate funcion.For any function that uses...stoyan@google.com2009-10-262-7/+17
* Log the argument (NSS config directory) that we pass towtc@chromium.org2009-10-231-3/+5
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-2310-47/+75
* Implements tests for testing browser's overall key events handling behavior.suzhe@chromium.org2009-10-232-50/+26
* Disable the FileUtilICU tests because they hang purifynsylvain@chromium.org2009-10-231-2/+2
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-223-44/+77
* Call MaybeScheduleNestingDeferredWork at the top of each loop iteration frommark@chromium.org2009-10-222-17/+58
* Change the strategy used to attempt nesting-deferred work to account equallymark@chromium.org2009-10-222-73/+117
* Trim the lsb_release output in GetLinuxDistro.thestig@chromium.org2009-10-211-1/+3
* Simplify GetLinuxDistro() for Chrome OS.thestig@chromium.org2009-10-211-5/+13
* Fix ProcessUtilTest.FDRemapping hang on x86_64 by counting open fds in child ...dkegel@google.com2009-10-201-1/+3
* Add a comment warning against using RSAPrivateKeyImport on untrusted sources.rafaelw@chromium.org2009-10-201-4/+6
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-202-0/+0
* Minimize dependency of user scripts.mad@chromium.org2009-10-203-4/+175
* Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).viettrungluu@chromium.org2009-10-202-4/+4
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-194-8/+9
* Provide better diagnostics when launching with a silly executable path.mark@chromium.org2009-10-191-3/+4
* Add more string16 variants.darin@chromium.org2009-10-192-0/+38
* First fix to minimize copying of image data.erg@google.com2009-10-193-2/+77
* We want GOOGLE_CHROME_BUILDs on Chrome OS to get the appropriate OS version i...cmasone@google.com2009-10-191-1/+1
* On Linux, Chrome uses lsb_release (a python script) to determine the name of ...cmasone@google.com2009-10-191-0/+4
* Forces user to use ScopedNSAutoreleasePool instead of using dmaclach@chromium.org2009-10-191-0/+26
* Remove special code fro calculating bucket index in linear histogramsjar@chromium.org2009-10-172-21/+8
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-162-0/+29
* Adjust comment following r29182 post-commit feedback.mark@chromium.org2009-10-161-7/+6
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-162-5/+4
* Add AtomicFlag class to base/...timurrrr@chromium.org2009-10-164-0/+147
* Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith.darin@chromium.org2009-10-152-10/+71
* Make all NSPR symbols "private extern".mark@chromium.org2009-10-151-1/+25
* Add a variation of a stack to the base unittest umr flaky list.nsylvain@chromium.org2009-10-151-0/+18
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-152-22/+0
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-155-18/+6
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-152-0/+22
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-152-22/+0
* Don't use NSBundle when unsure of thread safety.mark@chromium.org2009-10-151-12/+11
* More CopyDirectory tests and fixesvandebo@chromium.org2009-10-153-9/+145
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-30/+28
* Re-attempt r28993darin@chromium.org2009-10-142-28/+64