summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...jschuh@chromium.org2011-08-027-10/+36
* Sandbox: Fix a style nit. No actual code change.rvargas@google.com2011-08-021-3/+4
* Disable UnloadDllTest.BaselineAvicapDllsergeyu@chromium.org2011-07-271-1/+1
* Warm up GetUserDefaultLangID before closing client ALPC connections.jschuh@chromium.org2011-07-261-0/+7
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Close all open ALPC client ports at lockdown.jschuh@chromium.org2011-07-2412-6/+154
* Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2110-9/+608
* Revert 93308 - Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2110-597/+9
* Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2110-9/+597
* Revert 93274 - Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2010-600/+9
* Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2010-9/+600
* Revert 93113 - Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1910-577/+9
* Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1910-9/+577
* Revert 92887 - Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1810-547/+9
* Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1810-9/+547
* Revert 92563 - Had a bug in the handle table unit test. Added GetHandleName t...jschuh@chromium.org2011-07-143-63/+23
* Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...jschuh@chromium.org2011-07-143-23/+63
* Revert "Had a bug in the handle table unit test. Added GetHandleName to fix t...evan@chromium.org2011-07-133-32/+14
* Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...jschuh@chromium.org2011-07-133-14/+32
* Revert 91270 - sbox_unittests HandleTable.FindTable failing on Win XP & Vistarsleevi@chromium.org2011-07-013-32/+14
* Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...jschuh@chromium.org2011-07-013-14/+32
* Avoid an extra if() which is not required and is wrongtimurrrr@chromium.org2011-06-281-13/+11
* Minor change to use ResolveNTFunctionPtr rather than calling GetProcAddress d...jschuh@chromium.org2011-06-272-22/+7
* Modifying ResolveNTFunctionPtr in an attempt to eliminate crashes on random u...jschuh@chromium.org2011-06-271-7/+18
* Factor Windows handle enumeration code into its own classesI did some general...jschuh@chromium.org2011-06-244-0/+509
* Get rid of content dependency from sandbox_policy.hjam@chromium.org2011-05-271-1/+2
* Mark UnloadDllTest.BaselineAvicapDll as flaky on windows.zea@chromium.org2011-04-281-1/+7
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-077-71/+22
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-077-22/+71
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-077-71/+22
* Move some files from base to base/memory.levin@chromium.org2011-03-2812-21/+21
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-045-74/+29
* Make SandboxInterfaceInfo somewhat backwards compatiblecpu@chromium.org2011-02-251-2/+7
* Sandbox: Make sure that we reset relative_jump_ beforervargas@google.com2011-02-253-13/+73
* Use a struct instead of a union for SandboxInterfaceInfocpu@chromium.org2011-02-101-2/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-098-52/+56
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-078-56/+52
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-078-52/+56
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Sandbox: Fix the memory protection code to handle page boundaries.rvargas@google.com2010-12-281-1/+1
* Windows Sandbox: Perform case insensitive tests when checkingrvargas@google.com2010-12-212-3/+32
* Avoid the use of wow_helper for Windows7cpu@chromium.org2010-10-291-2/+5
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-178-16/+16
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-155-23/+22
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...isherman@chromium.org2010-10-121-5/+0
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-0/+5
* Sandbox change. Remove inheritance of the duplicated tokens.cpu@chromium.org2010-09-221-4/+4