summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/httpd.py
Commit message (Collapse)AuthorAgeFilesLines
* [NaCl SDK] make RUN automatically starts server and launches Chrome.binji@chromium.org2012-11-071-216/+0
| | | | | | | | | | | BUG=none R=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11362039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166491 0039d316-1c4b-4281-b951-d872f2087c98
* add PRESUBMIT for native_client_sdk.sbc@chromium.org2012-09-041-27/+29
| | | | | | | | | | | | | Currently just does pylint. Fix many obvious lint errors (but not all by any means). BUG= Review URL: https://chromiumcodereview.appspot.com/10868089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154856 0039d316-1c4b-4281-b951-d872f2087c98
* Python webserver output flushing.tysand@chromium.org2012-07-271-0/+2
| | | | | | | | | | | | | Added flushing to python server to fix issue in Visual Studio output window. BUG=136414 TEST= Review URL: https://chromiumcodereview.appspot.com/10821046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148668 0039d316-1c4b-4281-b951-d872f2087c98
* Add stack trace example to NaCl SDKnoelallen@google.com2012-03-221-1/+86
| | | | | | | | | | | | | | Add example directory and files Add example to bundle (build_sdk.py) Add functions to find sel_ldr, plugin, irt, etc Add decode_dump.py to decode untrusted crash information. Update httpd to support XMLHttpRequests to generate stack trace R=bradnelson@chromium.org BUG=114444 Review URL: https://chromiumcodereview.appspot.com/9716024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128283 0039d316-1c4b-4281-b951-d872f2087c98
* Convert examples from scons to Makenoelallen@google.com2012-01-131-13/+13
| | | | | | | | | | | | | Remove all scons files. Remove all scons test files. Add Makefile. Fix various build issues due to PPAPI changes. NOTE: This only affect SDK builders and not Chrome itself. BUG= http://code.google.com/p/chromium/issues/detail?id=109917 Review URL: http://codereview.chromium.org/9139029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117675 0039d316-1c4b-4281-b951-d872f2087c98
* Switching license notice from nacl to chromium as the naclsdk has beenbradnelson@google.com2012-01-121-1/+1
| | | | | | | | | | | merged into chromium. BUG=None TEST=None R=noelallen@chromium.org,steveblock@chromium.org Review URL: http://codereview.chromium.org/9051006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117462 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/native_client_sdk/maruel@chromium.org2011-11-271-5/+7
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=bradnelson@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8669017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111659 0039d316-1c4b-4281-b951-d872f2087c98
* Adding in (mostly) verbatim landing of nacl sdk.bradnelson@google.com2011-11-211-0/+125
| | | | | | | | | | | | | Dropping large binaries. Redo of http://crrev.com/110822 checkdeps + checkperms have now beep updated in preparation. BUG=None TEST=None R=noelallen@google.com TBR git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110872 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 110822 - Breaks check_deps and check_permsrsleevi@chromium.org2011-11-191-125/+0
| | | | | | | | | | | | | | | Adding reduced version of sdk at 1387 to chrome tree. BUG=None TEST=None R=noelallen@google.com TBR BUG=None TBR=bradnelson@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110830 0039d316-1c4b-4281-b951-d872f2087c98
* Adding reduced version of sdk at 1387 to chrome tree.bradnelson@google.com2011-11-191-0/+125
BUG=None TEST=None R=noelallen@google.com TBR git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110822 0039d316-1c4b-4281-b951-d872f2087c98