| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 7 | -71/+22 |
* | Revert 80819 due to failed tests | mmenke@chromium.org | 2011-04-07 | 7 | -22/+71 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 7 | -71/+22 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 12 | -21/+21 |
* | Create a "GetWOW64Status()" utility function and make the rest of the codebas... | pkasting@chromium.org | 2011-03-04 | 5 | -74/+29 |
* | Make SandboxInterfaceInfo somewhat backwards compatible | cpu@chromium.org | 2011-02-25 | 1 | -2/+7 |
* | Sandbox: Make sure that we reset relative_jump_ before | rvargas@google.com | 2011-02-25 | 3 | -13/+73 |
* | Use a struct instead of a union for SandboxInterfaceInfo | cpu@chromium.org | 2011-02-10 | 1 | -2/+2 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 8 | -52/+56 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 8 | -56/+52 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 8 | -52/+56 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -2/+2 |
* | Sandbox: Fix the memory protection code to handle page boundaries. | rvargas@google.com | 2010-12-28 | 1 | -1/+1 |
* | Windows Sandbox: Perform case insensitive tests when checking | rvargas@google.com | 2010-12-21 | 2 | -3/+32 |
* | Avoid the use of wow_helper for Windows7 | cpu@chromium.org | 2010-10-29 | 1 | -2/+5 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 8 | -16/+16 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 5 | -23/+22 |
* | Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe... | isherman@chromium.org | 2010-10-12 | 1 | -5/+0 |
* | Make writing to stdout and stderr work in Chrome processes when inherited | darin@chromium.org | 2010-10-11 | 1 | -0/+5 |
* | Sandbox change. Remove inheritance of the duplicated tokens. | cpu@chromium.org | 2010-09-22 | 1 | -4/+4 |
* | Fix SameObject to not return false when the volume name returned by QueryDosD... | nsylvain@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -2/+1 |
* | Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -40/+79 |
* | Revert 56796 - Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -72/+39 |
* | Sbox IPC fix | cpu@chromium.org | 2010-08-20 | 3 | -39/+72 |
* | Allow native (nt-style) paths to be used for sandbox policy specification | cpu@chromium.org | 2010-08-07 | 4 | -17/+61 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 3 | -3/+2 |
* | Check the IPC filename length does not exceed the message size. | jschuh@google.com | 2010-07-22 | 1 | -0/+5 |
* | Fix compiler error in sandbox util in case exception is enabled. | victorw@chromium.org | 2010-06-22 | 2 | -0/+12 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in sandbox... | tfarina@chromium.org | 2010-06-05 | 20 | -45/+45 |
* | Implement most of the ridealong fixes/cleanups I suggested during review for ... | pkasting@chromium.org | 2010-06-01 | 2 | -9/+9 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 5 | -39/+39 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 5 | -39/+39 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 5 | -39/+39 |
* | Fix the POC and some of unit tests to be build and | nsylvain@chromium.org | 2010-03-23 | 2 | -9/+8 |
* | Marked UnloadDllTest.UnloadAviCapDllWithPatching as flaky. | glider@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Third change to port sandbox to 64 bits | cpu@chromium.org | 2010-03-16 | 4 | -27/+20 |
* | Re-land second sandbox round of changes | cpu@chromium.org | 2010-03-13 | 17 | -160/+341 |
* | Revert 41481 - Secound round of sbox changes for 64 bit port | ericu@google.com | 2010-03-12 | 14 | -330/+143 |
* | Secound round of sbox changes for 64 bit port | cpu@chromium.org | 2010-03-12 | 14 | -143/+330 |
* | Fix warning that is now an error. | craig.schlenter@chromium.org | 2010-03-10 | 1 | -2/+1 |
* | Sandbox: Add code for all the interceptors. | rvargas@google.com | 2010-03-05 | 4 | -5/+308 |
* | Porting sbox IPC to 64 bit | cpu@chromium.org | 2010-03-03 | 8 | -45/+61 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 3 | -0/+3 |
* | Sandbox: Some cleanup after the previous changes. | rvargas@google.com | 2010-02-11 | 8 | -553/+461 |
* | Sandbox: Add support for EAT interceptions in 64 bit. | rvargas@google.com | 2010-02-10 | 7 | -20/+128 |