summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add atomic operations for ARM.thestig@chromium.org2009-05-012-0/+126
* Deprecate wstring version of PathService::Get() in webkit.thestig@chromium.org2009-05-013-6/+8
* POSIX: Add code for shuffling file descriptors.agl@chromium.org2009-04-307-30/+564
* Add DirectoryWatcher implementation for Mac.phajdan.jr@chromium.org2009-04-303-74/+232
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-303-0/+28
* Support for showing memory usage of 64-bit IE in a 32-bit Chromium mbelshe@google.com2009-04-291-14/+23
* ImportantFileWriterphajdan.jr@chromium.org2009-04-284-24/+29
* POSIX: don't spawn zombies.agl@chromium.org2009-04-284-16/+38
* Lands http://codereview.chromium.org/99007 for Yuta.sky@chromium.org2009-04-271-53/+29
* Revert r14620 which was a rollback of r14549 and r14508. Thistc@google.com2009-04-271-2/+7
* POSIX: Make --user-data-dir work when it doesn't exist.agl@chromium.org2009-04-272-1/+6
* Relanding this. jcampan@chromium.org2009-04-271-1/+2
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-274-16/+8
* Disable some warnings in third party code so I can turn on -Werror.tc@google.com2009-04-272-27/+40
* Speculatively roll back r14549 and r14508. The chrome browsertc@google.com2009-04-271-7/+2
* Only check errno when it can be set.phajdan.jr@chromium.org2009-04-271-1/+1
* Change Size::IsEmpty() to be consistent with Rect::IsEmpty()erikkay@google.com2009-04-265-23/+46
* Port unload_uitest.cc and enable some of the tests on linux.estade@chromium.org2009-04-241-2/+7
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-243-26/+7
* Reverting 14489.jcampan@chromium.org2009-04-241-1/+0
* This CL makes sure we unregister our Windows window classes when shut-down.jcampan@chromium.org2009-04-241-0/+1
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-243-7/+26
* Get rid of variable length arrays.willchan@chromium.org2009-04-244-11/+13
* Disable TimerTest.RepeatingTimer_Cancel under Valgrindnirnimesh@chromium.org2009-04-241-1/+2
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-242-9/+0
* Linux: unit tests fix.agl@chromium.org2009-04-241-0/+4
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-245-10/+274
* Symbols aren't always present, which causes this test to fail. In particular...ajwong@chromium.org2009-04-241-0/+5
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-246-15/+307
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-232-6/+4
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-232-0/+12
* Disabling flaky StatsTableTest.MultipleThreads on Linux too.robertshield@google.com2009-04-231-3/+2
* The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a...avi@google.com2009-04-231-1/+1
* Submitting http://codereview.chromium.org/87039 on behalf of hamaji.erikkay@google.com2009-04-232-3/+20
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-233-3/+24
* Fix problem with bookmark bar introduced by window sharing; prefjrg@chromium.org2009-04-231-0/+6
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-221-1/+1
* Ensures we don't leak handles in ProcessUtil::GetAppOutput.jcampan@chromium.org2009-04-221-7/+7
* StopWatchingFileDescriptor needs to free struct event.dkegel@google.com2009-04-223-11/+108
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-4/+16
* Reverting 14152.thestig@chromium.org2009-04-215-9/+21
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-215-21/+9
* Fix a leak when we fail to load a gdkpixbuf. I meant to do this intc@google.com2009-04-211-0/+24
* Stop using and remove deprecated file_util::TrimFilename().thestig@chromium.org2009-04-212-12/+0
* This CL adds a utility method that lets you start a process and block until t...jcampan@chromium.org2009-04-213-7/+122
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-216-28/+56
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-212-5/+12
* Implement file_util::CountFilesCreatedAfter() for posix environments.evan@chromium.org2009-04-213-6/+42
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-215-0/+171
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-202-1/+10