summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_win.cc
Commit message (Expand)AuthorAgeFilesLines
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-2/+2
* Chrome Frame: Add explicit object security attributes to the Chrome Frame ver...robertshield@chromium.org2010-11-161-5/+4
* Implementation of single-module-per-logon-session-per-profile implementation ...robertshield@chromium.org2010-11-051-2/+18
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-12/+27
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-7/+8
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Round the size of shared memory regions up to 64K. This allowssehr@google.com2010-03-251-1/+8
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2
* Fix a memory leak in ResourceDispatcherhclam@chromium.org2009-05-181-0/+6
* Port visitedlink tests to Linux. Also make them pass on Linux, whichphajdan.jr@chromium.org2009-03-161-0/+5
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-0/+9
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-0/+5
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* The Posix shared memory implementation.avi@google.com2008-08-121-0/+187