| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the popup blocking whitelist pref. This makes the whitelist actual... | pkasting@chromium.org | 2009-05-09 | 2 | -18/+17 |
* | Make Windows DirectoryWatcher also notify on directory operations (creation, ... | phajdan.jr@chromium.org | 2009-05-08 | 2 | -4/+2 |
* | Blacklist test that crashes occasionally under Valgrind (and Purify). | dkegel@google.com | 2009-05-07 | 1 | -0/+4 |
* | Implement BreakDebugger for ARM. | deanm@chromium.org | 2009-05-07 | 1 | -2/+4 |
* | Fixes a bug where we were inadvertently closing Valgrind-owned FDs | rohitrao@chromium.org | 2009-05-06 | 1 | -23/+30 |
* | Separate the key setting code in the constructor of HMAC class into the Init | wtc@chromium.org | 2009-05-05 | 5 | -22/+100 |
* | Fix hang in DirectoryWatcherTest.WatchCreatedDirectory on Windows. | phajdan.jr@chromium.org | 2009-05-05 | 1 | -2/+4 |
* | Add more tests for recursive DirectoryWatcher watches. | phajdan.jr@chromium.org | 2009-05-05 | 1 | -30/+114 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 3 | -0/+504 |
* | Lands http://codereview.chromium.org/99349 for Ryan. | sky@chromium.org | 2009-05-04 | 2 | -0/+11 |
* | Re-land r15232 with a warnings fix: | tc@google.com | 2009-05-04 | 3 | -670/+1399 |
* | Revert "Merge latest changes from http://www.netlib.org/fp/dtoa.c into dtoa.cc" | tc@google.com | 2009-05-04 | 3 | -1390/+670 |
* | Merge latest changes from http://www.netlib.org/fp/dtoa.c into dtoa.cc | tc@google.com | 2009-05-04 | 3 | -670/+1390 |
* | Delete unused stuff from basictypes.h. | willchan@chromium.org | 2009-05-04 | 1 | -13/+0 |
* | 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 |