summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sandbox: Fix a style nit. No actual code change.rvargas@google.com2011-08-021-3/+4
* seccomp: simplify enable/disable logicevan@chromium.org2011-07-291-23/+11
* Disable UnloadDllTest.BaselineAvicapDllsergeyu@chromium.org2011-07-271-1/+1
* Re-enabling chrome-sandbox for Clang builds.glotov@google.com2011-07-271-2/+2
* 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-2111-9/+613
* Revert 93308 - Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2111-602/+9
* Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2111-9/+602
* Revert 93274 - Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2011-605/+9
* Add a sandbox API to allow closing open handles at lockdown. jschuh@chromium.org2011-07-2011-9/+605
* Revert 93113 - Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1911-582/+9
* Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1911-9/+582
* Revert 92887 - Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1811-552/+9
* Add a sandbox API to allow closing open handles at lockdown.jschuh@chromium.org2011-07-1811-9/+552
* 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
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Had a bug in the handle table unit test. Added GetHandleName to fix the bug a...jschuh@chromium.org2011-07-133-14/+32
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-1/+0
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* 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-245-0/+512
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-161-2/+0
* Add a flag to print the handles held by a child process when it shuts down.cdn@chromium.org2011-06-091-2/+37