| Commit message (Expand) | Author | Age | Files | Lines |
* | Make base::GetProcId() thread-safe on windows and drop w2k support | jamesr@chromium.org | 2009-12-07 | 1 | -68/+2 |
* | [Mac] Implement font and encoding settings in Under the Hood preferences | rsesek@chromium.org | 2009-12-07 | 1 | -0/+1 |
* | Coalesce damage rects that share an edge. | darin@chromium.org | 2009-12-07 | 3 | -0/+45 |
* | Add an implementation of base::SyncSocket::Peek for posix platforms. Also | sehr@google.com | 2009-12-06 | 1 | -3/+7 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 5 | -232/+485 |
* | Add non-blocking peek for the syncsocket | cpu@chromium.org | 2009-12-04 | 3 | -0/+18 |
* | Split base.gyp and add base_nacl_win64 target | gregoryd@google.com | 2009-12-04 | 3 | -536/+613 |
* | Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-... | mattm@chromium.org | 2009-12-04 | 2 | -10/+18 |
* | Add support for 64-bit Windows build: base and chrome/app | gregoryd@google.com | 2009-12-04 | 1 | -1/+3 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 3 | -26/+32 |
* | Fix DCHECK that thinks fd = 0 is invalid. | thestig@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Rename AtomicFlag to CancelFlag, change its semantics a bit | timurrrr@chromium.org | 2009-12-03 | 7 | -147/+141 |
* | Make no-tcmalloc (really, non-base/allocator) builds work again, | dank@chromium.org | 2009-12-03 | 1 | -4/+4 |
* | Add support for 64-bit Windows build | gregoryd@google.com | 2009-12-03 | 2 | -4/+4 |
* | Mac: Rename DIR_CACHE to DIR_USER_CACHE, which is already used on Linux. | thestig@chromium.org | 2009-12-03 | 3 | -4/+4 |
* | Reduce number of iterations on TimeTicks.Deltas test | mbelshe@google.com | 2009-12-03 | 1 | -1/+1 |
* | Annotate a test-only data race on boolean | timurrrr@chromium.org | 2009-12-02 | 1 | -0/+3 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 9 | -3/+346 |
* | Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp... | jamesr@chromium.org | 2009-12-02 | 3 | -1/+182 |
* | Flush logging output. | derat@chromium.org | 2009-12-02 | 1 | -11/+18 |
* | Remove emtpy lists and empty dictionaries from Preferences and | tony@chromium.org | 2009-12-02 | 3 | -42/+181 |
* | Remove the deprecated version of ContentsEqual. | thakis@chromium.org | 2009-12-01 | 3 | -9/+3 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 3 | -13/+0 |
* | Point #include lines to files in the new tcmalloc/chromium local branch. | sgk@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | List all of the tcmalloc src/ files so that IDE users can view everything, | sgk@chromium.org | 2009-12-01 | 1 | -35/+146 |
* | Linux: add next-protocol-negotiation to libssl. | agl@chromium.org | 2009-11-30 | 1 | -0/+4 |
* | Fix a memory leak when calling the one-arg form of ListValue::Remove(). | pkasting@chromium.org | 2009-11-30 | 3 | -2/+13 |
* | Fix race in directory creation on Windows. The | joi@chromium.org | 2009-11-27 | 2 | -3/+55 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 9 | -461/+19 |
* | Convert the existing .gyp configuration to use the new base\allocator | sgk@chromium.org | 2009-11-26 | 2 | -2/+13 |
* | For now, let's clear local storage whenever we clear cookies. | jorlow@chromium.org | 2009-11-26 | 3 | -0/+16 |
* | Implement SyncSocket class for Posix targets (Linux, Mac), and enable the | sehr@google.com | 2009-11-26 | 2 | -0/+102 |
* | Refactor OS-dependent filename exclusion patterns | evan@chromium.org | 2009-11-26 | 1 | -34/+1 |
* | file_util: Remove deprecated function SetCurrentDirectory. | thestig@chromium.org | 2009-11-25 | 2 | -5/+0 |
* | Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04). | mdm@chromium.org | 2009-11-25 | 1 | -1/+6 |
* | Make the eviction function faster by reading/writing 1MB blocks | nsylvain@chromium.org | 2009-11-25 | 1 | -26/+25 |
* | Try to fix spurious gcc warning. | pkasting@chromium.org | 2009-11-25 | 1 | -2/+2 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 7 | -122/+269 |
* | Merge r33049 (symbolize_linux.cc) to new allocator structure. | sgk@chromium.org | 2009-11-25 | 1 | -1/+3 |
* | Integrate the base logging with Event Tracing for Windows. This allows ETW to... | siggi@chromium.org | 2009-11-25 | 13 | -0/+1610 |
* | Ignore UTF-8's BOM when parsing userscript's metadata. | hayato@chromium.org | 2009-11-25 | 2 | -0/+4 |
* | Branch new tcmalloc_linux.cc into new chromium\src branch. Update new | sgk@chromium.org | 2009-11-25 | 1 | -0/+4 |
* | Branch the files in the shim layer that switches between the | sgk@chromium.org | 2009-11-25 | 8 | -0/+1340 |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-25 | 4 | -31/+26 |
* | linux: fix a warning in the process_util unittest | vandebo@chromium.org | 2009-11-24 | 1 | -4/+5 |
* | Make calloc return NULL while initializing. | vandebo@chromium.org | 2009-11-24 | 1 | -18/+37 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 3 | -0/+212 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 5 | -0/+99 |
* | posix: split OS-specific bits out of sys_info_posix | evan@chromium.org | 2009-11-23 | 5 | -50/+104 |
* | Fix environment variables not being used after switching to ChildProcessLaunc... | jam@chromium.org | 2009-11-23 | 2 | -7/+8 |