| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for almost-recursive watches in Linux DirectoryWatcher | phajdan.jr@chromium.org | 2009-05-14 | 8 | -117/+294 |
* | During shutdown delete any pending tasks if running under Valgrind. | kuchhal@chromium.org | 2009-05-14 | 3 | -1/+3940 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 2 | -0/+5 |
* | Extract Windows-specific parts of TaskManager. | phajdan.jr@chromium.org | 2009-05-14 | 1 | -0/+10 |
* | Reverting 15832 since this test is finished. | hbono@chromium.org | 2009-05-14 | 2 | -26/+0 |
* | Retry r16006. | estade@chromium.org | 2009-05-14 | 2 | -0/+10 |
* | Undo 16020 | glen@chromium.org | 2009-05-14 | 3 | -79/+74 |
* | Allow the new tab page to be themed (you may want to review DOMUIThemeSource ... | glen@chromium.org | 2009-05-14 | 3 | -74/+79 |
* | revert r16006 due to msvc warning. | estade@chromium.org | 2009-05-13 | 2 | -10/+0 |
* | Properly convert from UTF8 to UTF16 in WebTextInputImpl. | estade@chromium.org | 2009-05-13 | 2 | -0/+10 |
* | Fix a dependency problem in base.gyp, so that file_version_info_linux.h | phajdan.jr@chromium.org | 2009-05-13 | 1 | -0/+4 |
* | Remove the explicit keyword from the ScopedComPtr constructor so it can be in... | maruel@chromium.org | 2009-05-13 | 2 | -1/+46 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 5 | -5/+5 |
* | Use thread-safe localtime_r instead of localtime. | thestig@chromium.org | 2009-05-13 | 1 | -4/+4 |
* | posix: directories should only be readable by the user. | evan@chromium.org | 2009-05-12 | 2 | -4/+3 |
* | An experimental fix for Issue 11046. | hbono@chromium.org | 2009-05-12 | 2 | -0/+26 |
* | Add new tab startup test to the linux & mac build. | tc@google.com | 2009-05-12 | 1 | -2/+1 |
* | Add memory stats for linux page cycler. On linux, we collect | tc@google.com | 2009-05-11 | 4 | -3/+83 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 8 | -0/+0 |
* | 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 |