1. 09 Jun, 2016 1 commit
  2. 07 Jun, 2016 1 commit
  3. 02 Jun, 2016 1 commit
  4. 01 Jun, 2016 1 commit
  5. 31 May, 2016 3 commits
  6. 30 May, 2016 1 commit
  7. 27 May, 2016 1 commit
  8. 24 May, 2016 2 commits
  9. 18 May, 2016 1 commit
  10. 17 May, 2016 1 commit
  11. 12 May, 2016 1 commit
  12. 10 May, 2016 1 commit
  13. 09 May, 2016 2 commits
  14. 06 May, 2016 1 commit
  15. 02 May, 2016 2 commits
  16. 29 Apr, 2016 1 commit
  17. 27 Apr, 2016 1 commit
  18. 26 Apr, 2016 1 commit
  19. 25 Apr, 2016 2 commits
  20. 22 Apr, 2016 2 commits
  21. 21 Apr, 2016 4 commits
  22. 20 Apr, 2016 1 commit
    • Subzero: Allow overriding command-line args from the browser. · fd07ad08
      Jim Stichnoth authored
      In the browser build only, allows arguments to be explicitly passed to pnacl-sz, in two ways:
      
      1. The SZARGFILE envvar contains the name of a file with arguments, one per line.  For each line, initial whitespace is ignored, and lines starting with the '#' comment character are also ignored.
      
      2. The SZARGLIST envvar contains all the arguments, separated by the '|' character.
      
      Chrome needs to be started with special options to allow the envvars to be passed through, and also to allow access to the local file system.
      
      In addition, specifying "-log=/dev/stderr" or "-o /dev/stderr" gets mapped to std::cerr, in the same way "-" gets mapped to std::cout.
      
      BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4370
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1903553004 .
  23. 19 Apr, 2016 1 commit
  24. 18 Apr, 2016 3 commits
  25. 15 Apr, 2016 2 commits
  26. 14 Apr, 2016 1 commit
  27. 13 Apr, 2016 1 commit