| Commit message (Expand) | Author | Age | Files | Lines |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 1 | -4/+4 |
* | Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. | mmoss@google.com | 2010-02-17 | 1 | -3/+1 |
* | linux: remove needless base/i18n gtk dep | evan@chromium.org | 2010-02-15 | 1 | -7/+0 |
* | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -1/+0 |
* | Make LASTCHANGE work properly for make build. | mmoss@google.com | 2010-02-08 | 1 | -1/+3 |
* | OpenBSD/FreeBSD ifdefs and GYP changes for base/ | pvalchev@google.com | 2010-01-25 | 1 | -5/+5 |
* | Move two generic string split functions from sync API to their own API in bas... | timsteele@google.com | 2010-01-21 | 1 | -0/+1 |
* | Added the ToolsSanityTest test case to base_unittests. | glider@chromium.org | 2009-12-17 | 1 | -0/+1 |
* | Try 2: Completely redo how themes are stored on disk and processed at install... | erg@google.com | 2009-12-14 | 1 | -1/+0 |
* | Revert "Completely redo how themes are stored on disk and processed at install | erg@google.com | 2009-12-11 | 1 | -0/+1 |
* | Completely redo how themes are stored on disk and processed at install time. | erg@google.com | 2009-12-11 | 1 | -1/+0 |
* | Split base.gyp and add base_nacl_win64 target | gregoryd@google.com | 2009-12-04 | 1 | -536/+3 |
* | Rename AtomicFlag to CancelFlag, change its semantics a bit | timurrrr@chromium.org | 2009-12-03 | 1 | -3/+3 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 1 | -0/+3 |
* | Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp... | jamesr@chromium.org | 2009-12-02 | 1 | -0/+1 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -5/+0 |
* | Convert the existing .gyp configuration to use the new base\allocator | sgk@chromium.org | 2009-11-26 | 1 | -1/+1 |
* | Implement SyncSocket class for Posix targets (Linux, Mac), and enable the | sehr@google.com | 2009-11-26 | 1 | -0/+1 |
* | Refactor OS-dependent filename exclusion patterns | evan@chromium.org | 2009-11-26 | 1 | -34/+1 |
* | Integrate the base logging with Event Tracing for Windows. This allows ETW to... | siggi@chromium.org | 2009-11-25 | 1 | -0/+12 |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-25 | 1 | -19/+9 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 1 | -0/+2 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -0/+6 |
* | posix: split OS-specific bits out of sys_info_posix | evan@chromium.org | 2009-11-23 | 1 | -0/+13 |
* | posix: refactor duplicated path-handling code | evan@chromium.org | 2009-11-21 | 1 | -2/+2 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Moved bits.h from O3D to Chrome base. | apatrick@google.com | 2009-11-18 | 1 | -0/+2 |
* | TBR: willchan | willchan@chromium.org | 2009-11-17 | 1 | -9/+19 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-17 | 1 | -19/+9 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 1 | -0/+1 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 1 | -0/+5 |
* | Revert 31765 - Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 1 | -9/+19 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 1 | -19/+9 |
* | Implement the memory leak annotations for heap leak checker. | willchan@chromium.org | 2009-11-11 | 1 | -1/+25 |
* | linux: TCMalloc-based C++ heap profiler. | willchan@chromium.org | 2009-11-11 | 1 | -3/+0 |
* | Fix NSString conversions to treat a null NSString as a string of length 0, in... | mirandac@chromium.org | 2009-11-08 | 1 | -0/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -0/+1 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -0/+2 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Revert 30903 - Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -1/+0 |
* | Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Lower priorities of background tabs on linux. | davemoore@chromium.org | 2009-10-29 | 1 | -0/+1 |
* | Reset the Mac message pump's delayed work timer upon waking from system sleep. | mark@chromium.org | 2009-10-28 | 1 | -0/+1 |
* | Add GrabWindowSnapshot method to mac_util class, and a unit test. | mirandac@chromium.org | 2009-10-27 | 1 | -6/+2 |
* | About box auto-update improvements. | mark@chromium.org | 2009-10-26 | 1 | -0/+1 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -9/+9 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -0/+1 |
* | Add AtomicFlag class to base/... | timurrrr@chromium.org | 2009-10-16 | 1 | -0/+3 |