| Commit message (Expand) | Author | Age | Files | Lines |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -2/+3 |
* | Chrome Frame: Add explicit object security attributes to the Chrome Frame ver... | robertshield@chromium.org | 2010-11-16 | 1 | -3/+5 |
* | Implementation of single-module-per-logon-session-per-profile implementation ... | robertshield@chromium.org | 2010-11-05 | 1 | -0/+13 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -10/+20 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -6/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and... | tfarina@chromium.org | 2010-06-04 | 1 | -3/+3 |
* | Move common code into process_util.cc. | maruel@chromium.org | 2010-04-29 | 1 | -11/+10 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -5/+5 |
* | posix: clean up shared memory code | evan@chromium.org | 2009-09-16 | 1 | -2/+3 |
* | Fix a memory leak in ResourceDispatcher | hclam@chromium.org | 2009-05-18 | 1 | -0/+3 |
* | Remove unused variable from POSIX SharedMemory implementation. | thestig@chromium.org | 2009-04-04 | 1 | -1/+1 |
* | Port visitedlink tests to Linux. Also make them pass on Linux, which | phajdan.jr@chromium.org | 2009-03-16 | 1 | -0/+3 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -2/+15 |
* | POSIX: Transfer network data using shared memory | agl@chromium.org | 2009-02-11 | 1 | -3/+12 |
* | Fix a browser crash when the async resource handler keeps an | rvargas@google.com | 2009-02-11 | 1 | -0/+2 |
* | Transition POSIX shmem to use lockf(), not semaphores. Eliminates | jrg@chromium.org | 2009-02-05 | 1 | -7/+12 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -1/+16 |
* | Don't include system headers inside a namespace. | evanm@google.com | 2008-11-14 | 1 | -1/+6 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+5 |
* | Reduce header dependencies. | evanm@google.com | 2008-10-22 | 1 | -8/+9 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Revving the shared memory to the comments on the list. | avi@google.com | 2008-08-13 | 1 | -0/+3 |
* | The Posix shared memory implementation. | avi@google.com | 2008-08-12 | 1 | -1/+2 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -5/+6 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+169 |