| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce flakiness of condition var unit test by reducing timing dependence. | jar@chromium.org | 2009-04-11 | 1 | -40/+75 |
* | Set the svn:eol-style properties of these new files to LF. | wtc@chromium.org | 2009-04-10 | 2 | -10/+10 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 2 | -14/+11 |
* | Fix a minor spelling typo. | ericroman@google.com | 2009-04-10 | 1 | -1/+1 |
* | Implement the signature verification API. | wtc@chromium.org | 2009-04-10 | 8 | -0/+876 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 4 | -14/+20 |
* | Restore -Wall to Linux build and set up for -Werror. | sgk@google.com | 2009-04-09 | 1 | -1/+0 |
* | Replace chrome_process_filter with chrome_process_util. | estade@chromium.org | 2009-04-09 | 1 | -1/+4 |
* | posix: make ctl-C work within gdb for dropping to a console. | evan@chromium.org | 2009-04-08 | 1 | -1/+1 |
* | Remove some unused stuff from basictypes.h. | deanm@chromium.org | 2009-04-08 | 1 | -48/+0 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -3/+3 |
* | Separate out file_util functions that use ICU into their own file. | sra@chromium.org | 2009-04-07 | 3 | -72/+92 |
* | Include correct header for uint8_t in gtk_util.h | evan@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Linux: store clipboard image as bmp rather than converting to PNG. | estade@chromium.org | 2009-04-07 | 3 | -39/+68 |
* | Basic infobars on linux. | estade@chromium.org | 2009-04-06 | 2 | -0/+16 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 2 | -2/+11 |
* | Remove unused variable from POSIX SharedMemory implementation. | thestig@chromium.org | 2009-04-04 | 2 | -8/+5 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 2 | -1/+9 |
* | Add DirectoryWatcherTest back to the Linux build. | thestig@chromium.org | 2009-04-03 | 1 | -3/+6 |
* | Remove unneeded uses of base/pickle.h. Add some explicit #includes. | thestig@chromium.org | 2009-04-03 | 2 | -4/+6 |
* | Put a border around the find bar text entry field. | estade@chromium.org | 2009-04-03 | 2 | -1/+3 |
* | Reduce usage of {To,From}WStringHack in file_util_unittest.cc | phajdan.jr@chromium.org | 2009-04-03 | 1 | -58/+60 |
* | Make OpenProcessHandle report an error when it couldn't open the handle. | phajdan.jr@chromium.org | 2009-04-03 | 3 | -6/+14 |
* | Revert "Remove dependency on GTK from base/test_suite.h" | agl@chromium.org | 2009-04-03 | 1 | -0/+5 |
* | Remove dependency on GTK from base/test_suite.h | agl@chromium.org | 2009-04-03 | 1 | -5/+0 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 3 | -8/+2 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 3 | -2/+8 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 9 | -1009/+0 |
* | Remove the 'Hammer' name in favor of the Debug|Release names | sgk@google.com | 2009-04-01 | 1 | -1/+1 |
* | Use portable typedef for PIDs (process IDs). | phajdan.jr@chromium.org | 2009-04-01 | 6 | -16/+20 |
* | Remove deprecated methods from StatsCounter. | thestig@chromium.org | 2009-04-01 | 2 | -18/+3 |
* | Revert r12849 (conversion of "Hammer" names to "Debug"). | sgk@google.com | 2009-03-31 | 1 | -1/+1 |
* | Replace "Hammer" references with "Debug" as appropriate. | sgk@google.com | 2009-03-31 | 1 | -1/+1 |
* | Add some includes needed by GCC 4.4.0 | mark@chromium.org | 2009-03-30 | 1 | -0/+1 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -10/+16 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-26 | 5 | -64/+109 |
* | Removing vcprojs now generated by gyp. | bradnelson@google.com | 2009-03-26 | 4 | -1843/+0 |
* | First stab at Mac breakpad support. | jeremy@chromium.org | 2009-03-26 | 1 | -2/+0 |
* | Linux UI theming: | estade@chromium.org | 2009-03-25 | 2 | -2/+8 |
* | Adding a Set() method for copying (not taking ownership) a variant over to th... | tommi@chromium.org | 2009-03-25 | 3 | -0/+91 |
* | Eliminate precarious use of const_cast<wchar*>(wstring.get()) | mark@chromium.org | 2009-03-25 | 1 | -6/+5 |
* | Validate clipboard bitmap size data. | estade@chromium.org | 2009-03-25 | 1 | -0/+14 |
* | Linux: write images to clipboard. | estade@chromium.org | 2009-03-25 | 4 | -12/+25 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 4 | -18/+18 |
* | Revert "POSIX: allow WaitableEvents to be deleted while watching them." | agl@chromium.org | 2009-03-25 | 5 | -108/+64 |
* | POSIX: allow WaitableEvents to be deleted while watching them. | agl@chromium.org | 2009-03-25 | 5 | -64/+108 |
* | Clean up another string template | mark@chromium.org | 2009-03-25 | 1 | -13/+9 |
* | Refactor Quantify Profiling a bit. | asargent@chromium.org | 2009-03-25 | 3 | -10/+20 |
* | Added a thread pool to WorkerPool for Linux that dynamically adds threads as ... | willchan@chromium.org | 2009-03-24 | 6 | -19/+504 |
* | Use scoped_ptr to prevent memory leaks on test failures. | patrick@chromium.org | 2009-03-24 | 1 | -19/+12 |