summaryrefslogtreecommitdiffstats
path: root/sandbox/src
Commit message (Expand)AuthorAgeFilesLines
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-293-33/+4
* 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-143-9/+6
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-7/+2
* 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-121-66/+0
* Prevent the renderer from dying if launched under App-V/SoftGrid.nsylvain@chromium.org2011-09-091-2/+6
* Don't crash on a NULL type-name from ObjectTypeInformation.jschuh@chromium.org2011-08-231-1/+1
* 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