| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th... | jam@chromium.org | 2011-08-31 | 3 | -12/+0 |
* | Don't crash on a NULL type-name from ObjectTypeInformation. | jschuh@chromium.org | 2011-08-23 | 1 | -1/+1 |
* | Trying again to land OOM priority manager changes. | gspencer@google.com | 2011-08-23 | 3 | -13/+33 |
* | Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. | mattm@chromium.org | 2011-08-22 | 3 | -33/+13 |
* | Changing OOM range to 0, 1000 and tweaking OOM algorithm. | gspencer@google.com | 2011-08-22 | 3 | -13/+33 |
* | Don't switch to RtlCreateUserThread until after lockdown. | jschuh@chromium.org | 2011-08-12 | 1 | -0/+11 |
* | Handle STATUS_BUFFER_OVERFLOW return value from NtQueryObject(). | jschuh@chromium.org | 2011-08-11 | 2 | -2/+4 |
* | Make sandbox target a settings target type to fix a linker error. | craig.schlenter@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Fixup bad include and usage of BASE_API, which should be BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR... | jschuh@chromium.org | 2011-08-02 | 7 | -10/+36 |
* | Sandbox: Fix a style nit. No actual code change. | rvargas@google.com | 2011-08-02 | 1 | -3/+4 |
* | seccomp: simplify enable/disable logic | evan@chromium.org | 2011-07-29 | 1 | -23/+11 |
* | Disable UnloadDllTest.BaselineAvicapDll | sergeyu@chromium.org | 2011-07-27 | 1 | -1/+1 |
* | Re-enabling chrome-sandbox for Clang builds. | glotov@google.com | 2011-07-27 | 1 | -2/+2 |
* | Warm up GetUserDefaultLangID before closing client ALPC connections. | jschuh@chromium.org | 2011-07-26 | 1 | -0/+7 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | Close all open ALPC client ports at lockdown. | jschuh@chromium.org | 2011-07-24 | 12 | -6/+154 |
* | Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-21 | 11 | -9/+613 |
* | Revert 93308 - Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-21 | 11 | -602/+9 |
* | Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-21 | 11 | -9/+602 |
* | Revert 93274 - Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-20 | 11 | -605/+9 |
* | Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-20 | 11 | -9/+605 |
* | Revert 93113 - Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-19 | 11 | -582/+9 |
* | Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-19 | 11 | -9/+582 |
* | Revert 92887 - Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-18 | 11 | -552/+9 |
* | Add a sandbox API to allow closing open handles at lockdown. | jschuh@chromium.org | 2011-07-18 | 11 | -9/+552 |
* | Revert 92563 - Had a bug in the handle table unit test. Added GetHandleName t... | jschuh@chromium.org | 2011-07-14 | 3 | -63/+23 |
* | Had a bug in the handle table unit test. Added GetHandleName to fix the bug a... | jschuh@chromium.org | 2011-07-14 | 3 | -23/+63 |
* | Revert "Had a bug in the handle table unit test. Added GetHandleName to fix t... | evan@chromium.org | 2011-07-13 | 3 | -32/+14 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Had a bug in the handle table unit test. Added GetHandleName to fix the bug a... | jschuh@chromium.org | 2011-07-13 | 3 | -14/+32 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -1/+0 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Revert 91270 - sbox_unittests HandleTable.FindTable failing on Win XP & Vista | rsleevi@chromium.org | 2011-07-01 | 3 | -32/+14 |
* | Had a bug in the handle table unit test. Added GetHandleName to fix the bug a... | jschuh@chromium.org | 2011-07-01 | 3 | -14/+32 |
* | Avoid an extra if() which is not required and is wrong | timurrrr@chromium.org | 2011-06-28 | 1 | -13/+11 |
* | Minor change to use ResolveNTFunctionPtr rather than calling GetProcAddress d... | jschuh@chromium.org | 2011-06-27 | 2 | -22/+7 |
* | Modifying ResolveNTFunctionPtr in an attempt to eliminate crashes on random u... | jschuh@chromium.org | 2011-06-27 | 1 | -7/+18 |
* | Factor Windows handle enumeration code into its own classesI did some general... | jschuh@chromium.org | 2011-06-24 | 5 | -0/+512 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -2/+0 |
* | Add a flag to print the handles held by a child process when it shuts down. | cdn@chromium.org | 2011-06-09 | 1 | -2/+37 |
* | Get rid of content dependency from sandbox_policy.h | jam@chromium.org | 2011-05-27 | 1 | -1/+2 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -1/+1 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -3/+3 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -2/+4 |
* | Revert 83629 - linux components: expose more BASE_API used by Chrome itself | maf@chromium.org | 2011-04-30 | 1 | -2/+2 |
* | linux components: expose more BASE_API used by Chrome itself | evan@chromium.org | 2011-04-29 | 1 | -2/+2 |
* | Mark UnloadDllTest.BaselineAvicapDll as flaky on windows. | zea@chromium.org | 2011-04-28 | 1 | -1/+7 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -0/+3 |