| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Explicitly instantiate the string16 backer exactly once, avoiding problems in | mark@chromium.org | 2009-03-24 | 2 | -0/+43 |
* | SHARED_INTERMEDIATE_DIR is a better place for generated headers. | mmoss@chromium.org | 2009-03-24 | 2 | -6/+4 |
* | Add a new histogram macro to replace a few explicit calls. | rvargas@google.com | 2009-03-24 | 1 | -1/+12 |
* | Include version information in Linux chrome. | mmoss@chromium.org | 2009-03-24 | 3 | -23/+39 |
* | Use a correct templatized WriteInto for all string types | mark@chromium.org | 2009-03-24 | 1 | -13/+5 |
* | Generate header file of Linux version information (currently gyp-only). | mmoss@chromium.org | 2009-03-24 | 2 | -0/+56 |
* | Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versions | phajdan.jr@chromium.org | 2009-03-24 | 2 | -3/+14 |
* | Enable non-recursive watches for Windows DirectoryWatcher. | phajdan.jr@chromium.org | 2009-03-24 | 3 | -57/+42 |
* | Fixing problem with ScopedVariant in official builds. | tommi@chromium.org | 2009-03-23 | 2 | -4/+1 |
* | Skip WatchdogTest.AlarmTest under Valgrind to avoid five-minute hang. | dkegel@google.com | 2009-03-23 | 1 | -0/+2 |
* | Improve scoped_cftyperef<> and scoped_nsobject<> reset() semantics. | mark@chromium.org | 2009-03-23 | 2 | -11/+11 |
* | Add missing Mac headers to base.gyp | mark@chromium.org | 2009-03-23 | 2 | -1/+11 |
* | Add scoped_nsobject to help handle ownership of NSObject subclass objects by | mark@chromium.org | 2009-03-23 | 2 | -0/+79 |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 2 | -8/+22 |
* | Chromium side of trackbar drawing. This is needed to support <input type="ra... | pkasting@chromium.org | 2009-03-20 | 2 | -20/+126 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -1/+32 |
* | Fix a bunch of tiny near-bugs and bugs that static analysis identified | jar@chromium.org | 2009-03-19 | 5 | -8/+8 |
* | Reorder some stuff to be in alphabetical order in preparation for adding more... | pkasting@chromium.org | 2009-03-19 | 2 | -246/+246 |
* | Test was examining a variable without first acquiring a required Lock. | ralphl@chromium.org | 2009-03-19 | 4 | -11/+35 |
* | Fix gcc 4.3 warning in directory_watcher_inotify.cc | phajdan.jr@chromium.org | 2009-03-19 | 1 | -2/+8 |
* | Call two more shutdown functions, and set an environment variable, | dkegel@google.com | 2009-03-19 | 1 | -0/+9 |
* | Add some UBC eviction code after talking to Amit (and it doesn't even require | thomasvl@chromium.org | 2009-03-19 | 1 | -3/+21 |
* | ScopedVariant implementation. | tommi@chromium.org | 2009-03-19 | 5 | -0/+593 |
* | Added a debug method AssertAcquired() that compiles to nothing in non-debug b... | ralphl@chromium.org | 2009-03-18 | 3 | -28/+49 |
* | Linux: build fix for systems without inotify headers | agl@chromium.org | 2009-03-18 | 2 | -0/+31 |
* | Cleanup in DirectoryWatcher: | phajdan.jr@chromium.org | 2009-03-18 | 3 | -68/+63 |
* | The test suite commandline leak is easy to plug, so we may as well. | dkegel@google.com | 2009-03-18 | 1 | -1/+3 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | Port DirectoryWatcher to Linux using inotify. | phajdan.jr@chromium.org | 2009-03-18 | 7 | -49/+492 |
* | Change the stub for file_util::EvictFileFromSystemCache | thomasvl@chromium.org | 2009-03-18 | 1 | -3/+4 |
* | Initialize module_handle_ in IATPatch's constructor. | deanm@chromium.org | 2009-03-18 | 1 | -1/+2 |
* | Remove an unused bool member variable "opened_" from StatsTable. | deanm@chromium.org | 2009-03-18 | 1 | -6/+6 |
* | Minor DCHECK cleanups in libevent. | willchan@chromium.org | 2009-03-17 | 1 | -2/+3 |
* | Some upstream code assumes that the executable path from the path service is | thomasvl@chromium.org | 2009-03-17 | 1 | -15/+4 |
* | Use "org.chromium" in place of "com.google.chrome" in posix temporary file na... | estade@chromium.org | 2009-03-17 | 1 | -0/+4 |