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