summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_loader.sb
Commit message (Collapse)AuthorAgeFilesLines
* Fully remove the hole in the Mac Sandbox that was used to supportmsneck@google.com2010-07-281-11/+0
| | | | | | | | | | | | | | | | | | Native Client. This removes the special sandbox commands as well as all special code. This CL replaces http://codereview.chromium.org/2881016/show which was rolled back because of problems on Mac OS X 10.5. Those problems were addressed in Native Client and pulled into Chrome with a DEPS file update in http://codereview.chromium.org/2881034/show which was committed as Chrome revision 53711. BUG=http://code.google.com/p/nativeclient/issues/detail?id=344 TEST=all tests pass, including nacl_ui_tests Review URL: http://codereview.chromium.org/3077003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53936 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 52872 - Remove the special hole that was opened for Native Clientrohitrao@chromium.org2010-07-191-0/+11
| | | | | | | | | | | | | in order for it to do bind() and connect(). BUG=http://code.google.com/p/chromium/issues/detail?id=26781 TEST=all tests pass, especially nacl_ui_tests Review URL: http://codereview.chromium.org/2881016 TBR=msneck@google.com Review URL: http://codereview.chromium.org/2842059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52878 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the special hole that was opened for Native Clientmsneck@google.com2010-07-181-11/+0
| | | | | | | | | | in order for it to do bind() and connect(). BUG=http://code.google.com/p/chromium/issues/detail?id=26781 TEST=all tests pass, especially nacl_ui_tests Review URL: http://codereview.chromium.org/2881016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52872 0039d316-1c4b-4281-b951-d872f2087c98
* Allow Native Client applications to use Posix semaphores:msneck@google.com2010-05-141-1/+5
| | | | | | | | | | sem_init(), sem_destroy(), sem_wait(), etc. BUG=http://code.google.com/p/nativeclient/issues/detail?id=471 TEST=nacl_ui_tests still pass Review URL: http://codereview.chromium.org/2091002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47277 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Refactor sandbox profiles to use a common base configuration file.jeremy@chromium.org2010-04-161-0/+21
Eliminate rule duplication in our sandbox profiles by creating a new common.sb file which we include implicitly at the start of all other sandbox configuration files. BUG=39987 TEST=Chrome on Mac should continue to render pages, all unit tests should pass. Review URL: http://codereview.chromium.org/1656006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44804 0039d316-1c4b-4281-b951-d872f2087c98