summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Mark UnloadAviCapDllNoPatching flakyjbates@chromium.org2012-04-191-1/+1
* Sandbox: Add support for interceptions on Windows 8.rvargas@google.com2012-04-174-25/+169
* Better check if argc is 0 because argv[0] is later used.erik.sjolund@gmail.com2012-04-171-0/+4
* Prevent sandboxed processes from opening each other jschuh@chromium.org2012-04-165-25/+112
* Add sandbox support for associating peer processes jschuh@chromium.org2012-04-137-28/+174
* Revert 131940 - Add sandbox support for associating peer processes jbauman@chromium.org2012-04-127-160/+28
* Add sandbox support for associating peer processes jschuh@chromium.org2012-04-127-28/+160
* Revert 131778 - Add sandbox support for associating peer processes jschuh@chromium.org2012-04-117-166/+27
* Add sandbox support for associating peer processes jschuh@chromium.org2012-04-117-27/+166
* Revert 131671 - Add sandbox support for associating peer processesjschuh@chromium.org2012-04-117-166/+27
* Add sandbox support for associating peer processesjschuh@chromium.org2012-04-107-27/+166
* Use ScopedProcessInformation and other RAII types in sandbox.erikwright@chromium.org2012-04-049-168/+163
* Fix race in CrossCallParamsEx::CreateFromBuffercpu@chromium.org2012-04-031-0/+6
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Add a sandbox API for broker handle duplication jschuh@chromium.org2012-03-3118-15/+506
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-2918-506/+15
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-2918-15/+506
* Revert 128016 - Make sandbox explicitly block opening broker and sandboxed pr...jschuh@chromium.org2012-03-237-121/+10
* Make sandbox explicitly block opening broker and sandboxed processesjschuh@chromium.org2012-03-217-10/+121
* Revert 127836 - Revert 127820 - Revert 127795 - Make sandbox explicitly block...zmo@google.com2012-03-217-121/+10
* Revert 127820 - Revert 127795 - Make sandbox explicitly block opening broker ...zmo@google.com2012-03-207-10/+121
* Revert 127795 - Make sandbox explicitly block opening broker and sandboxed pr...zmo@google.com2012-03-207-121/+10
* Make sandbox explicitly block opening broker and sandboxed processesjschuh@chromium.org2012-03-207-10/+121
* Fix sidestep licensessteveblock@chromium.org2012-03-206-114/+17
* Add sandbox/OWNERSdpranke@chromium.org2012-03-131-0/+4
* If using the suid sandbox, but not using the seccomp sandbox, there is amarkus@chromium.org2012-03-121-4/+4
* Reserve the bottom of the address space to prevent predictable alocations.jschuh@chromium.org2012-02-281-1/+24
* Flakiness cleanup: disable remaining flaky tests in src/evan@chromium.org2012-02-151-2/+2
* Fixed a bogus compiler warning.markus@chromium.org2012-01-301-1/+1
* Calling clone(CLONE_NEWPID) results in the new pid namespace getting a new "i...markus@chromium.org2012-01-304-48/+346
* Eliminated memory growth issue by removing null objects from a list that was ...erikghill@gmail.com2012-01-262-22/+18
* Fix memory dealocatiom mismatch by using scoped_ptr_malloccpu@chromium.org2012-01-122-8/+9
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-294-34/+6
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-292-11/+11
* Cleanup: Remove unneeded forward declarations in printing, sandbox, and skia.thestig@chromium.org2011-11-144-12/+9
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-7/+2
* Remove 'settings' type from gyp filesevan@chromium.org2011-09-221-1/+1
* Revert 100328 - Prevent the renderer from dying if launched under App-V/SoftG...jschuh@chromium.org2011-09-221-6/+2
* These unit tests are flaky and the code is exercised in the integration tests.jschuh@chromium.org2011-09-122-67/+0
* Prevent the renderer from dying if launched under App-V/SoftGrid.nsylvain@chromium.org2011-09-091-2/+6
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-313-12/+0
* Don't crash on a NULL type-name from ObjectTypeInformation.jschuh@chromium.org2011-08-231-1/+1
* Trying again to land OOM priority manager changes.gspencer@google.com2011-08-233-13/+33
* Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.mattm@chromium.org2011-08-223-33/+13
* Changing OOM range to 0, 1000 and tweaking OOM algorithm.gspencer@google.com2011-08-223-13/+33
* Don't switch to RtlCreateUserThread until after lockdown.jschuh@chromium.org2011-08-121-0/+11
* Handle STATUS_BUFFER_OVERFLOW return value from NtQueryObject().jschuh@chromium.org2011-08-112-2/+4
* Make sandbox target a settings target type to fix a linker error.craig.schlenter@chromium.org2011-08-111-1/+1
* Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...jschuh@chromium.org2011-08-027-10/+36