summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/gonacl_appengine
Commit message (Collapse)AuthorAgeFilesLines
* [NaCl SDK] Update naclports revision used by the SDK buildSam Clegg2014-10-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the current failure to build the naclports bundle as it includes the change to the default install path for PNaCl libs and headers. This brings in the most resent 32 changes from naclports: 873ca49 Update PNaCl toolchain paths le32-nacl/local -> le32-nacl/usr 6d5fdd0 Don't include fonts.dir and fonts.scale in font packages. 8663b87 Fix SDl2 build when libiconv is present. abc951c Fix gcc mac build by adding required argument to 'find' command. 062c105 Cleanup bash scripts 13e8dd0 Update openal-soft port f24c45d When patching gcc specs file use existing specs if found 9141902 Fix httpd import in chrome_test 040f937 Remove temporary PNaCl workaround. 3262ba1 Switching back to __builtin_bswap32. 58e9aee Adding make test to devenv, changing layout. b6bf444 Use sha1 rather than timestamps when checking build directories are up-to-date. cadf6bf Fix coreutils and git for pnacl and enabling devenv-latest there. 2d2887c Add missing glibc-compat dependency to boost 5c633b4 Fix use of undefined symbol in PRESUBMIT.py afc2def Add demo for libgit2 that runs in chrome dcdf280 Update boost nacl.patch 3c26495 Fix compiler used for boost build. f7d79c9 Update tinyxml and add tests c023941 Remove libmodplug from the list of prebuild ports. 45e3d9f Fix mmap bug in libgit2 41b62db Fix jpeg6b package 75d83f8 Add tests for libgmp 27c048f Fix ncurses build. 87538f7 Add openjpeg 3cf4d95 Remove -Wenum-compare flag from grep build. 5ad247e Set ARFLAGS when running configure. 7095f09 Add missing glibc-compat dependency to libmodplug 849dcf0 Fix typo in __byte_swap_32 in glibc-compat d527604 Add mp4v2 library 68aa657 Fix libmodplug build 47c1c17 Add random/urandom to glibc-compat TEST=build_tools/build_sdk.py --build-ports --build-app-engine R=binji@chromium.org Review URL: https://codereview.chromium.org/641233002 Cr-Commit-Position: refs/heads/master@{#298995}
* [NaCl SDK] Update naclports revision used to build gonacl.com examplessbc2014-09-303-23/+9
| | | | | | | | | | This fixed the build of lua and bullet which was broken by the recent change in PNaCl toolchain layout. Review URL: https://codereview.chromium.org/613233002 Cr-Commit-Position: refs/heads/master@{#297436}
* [NaCl SDK AppEngine] Fix PNaCl demos after html5 onpopstate change.Ben Smith2014-09-241-21/+17
| | | | | | | | | | | | | | | | | | | | | window.onpopstate used to be called with a null state when a page was loaded for the first time. This was a bug, and inconsistent with other browsers, but we relied on it in the PNaCl demo page. Without it, direct links to a demo page were not working properly. Even after fixing this, I ran into issues with history when creating/destroying a new iframe element whenever the page switched. Using iframe.contentDocument.location.replace seems to have fixed these issues. No trybots because this only affects the AppEngine demo page. BUG=none R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/600653002 Cr-Commit-Position: refs/heads/master@{#296526}
* [NaCl SDK] lua sample: Clean existing naclports installs before building.sbc@chromium.org2014-05-301-0/+5
| | | | | | | | R=binji@chromium.org Review URL: https://codereview.chromium.org/304393006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273938 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDL] Update naclports revision used to build gonacl samples.sbc@chromium.org2014-05-284-5/+5
| | | | | | | | | | | | The recent addition of $NACL_SDK_ROOT/include/pnacl/stdlib.h requires an even more recent version of naclports. TEST=build_sdk.py --build-ports --build-app-engine R=binji@chromium.org Review URL: https://codereview.chromium.org/298273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273278 0039d316-1c4b-4281-b951-d872f2087c98
* NaClSDK: Fix LINK+STRIP make rules to only apply to Release or PNaCl.jvoung@chromium.org2014-04-185-5/+15
| | | | | | | | | | | | | Otherwise CONFIG=Debug also ends up with a stripped nexe. Also update the gonacl demo Makefiles and the docs to match. BUG=364220 NOTRY=true (NaCl SDK change only) Review URL: https://codereview.chromium.org/241753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264691 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Change 'more info' -> 'Click for options'binji@chromium.org2014-04-161-1/+1
| | | | | | | | | | | | This is just a string change for the Bullet AppEngine demo. BUG=none TBR=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/240203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264352 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Make gonativeclient.appspot.com redirect to Chromesitebinji@chromium.org2014-04-051-1/+1
| | | | | | | | | | | No trybots because it doesn't affect the build. BUG=none R=jfb@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/226013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261935 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Roll Lua demo to naclports r1174binji@chromium.org2014-03-251-1/+1
| | | | | | | | | | | | | | This fixes the linux-sdk-multi build bot. r258730 changed create_nmf.py to make it necessary to have *_unstripped.bc, which was not being compiled in the lua_ppapi PNaCl package. BUG=none R=sbc@chromium.org TEST=built AppEngine demos locally Review URL: https://codereview.chromium.org/197583021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259229 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Fix earth and smoothlife builds for Clang 3.4binji@chromium.org2014-03-102-10/+10
| | | | | | | | | | | | | PNaCl now uses Clang 3.4, which is more strict about unused variables. Also use logf instead of printf to prevent a presubmit warning from the Chromium repo. This is safe because this is an example, and not part of the Chromium build. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/192893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256050 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] More tweaks to the Bullet fullscreen demo.binji@chromium.org2014-02-222-162/+208
| | | | | | | | | | | | | This hides more information by default, but allows you to click a "more info..." button to display info about Bullet and Native Client, and let you change the scene. BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/175813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252716 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Add a fullscreen bullet demo.binji@chromium.org2014-02-182-2/+217
| | | | | | | | | | | | | | | | | The fullscreen view moves the controls to a panel in the upper-left, and removes most of the text. Also, fix some flexbox bugs that only appear in Chrome 34 (not Chrome 32). It seems that the flex-shrink attribute needs to be 1 now, or the element will use more than its desired size, even if flex-grow is 0. Not sure if this is a bug or not... BUG=341666 R=sbc@chromium.org Review URL: https://codereview.chromium.org/140093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251843 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix Linux builder breakage introduced by r243629.binji@chromium.org2014-01-151-1/+1
| | | | | | | | | | | | | | I removed the PNACL_BIN variable from nacl_llvm.mk, which was used by the Bullet demo in native_client_sdk/src/gonacl_appengine/src/bullet. (No trybots, as this change is only run by the linux_nacl_sdk builder). BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/132403009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244927 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] update cloud storage URL (commondatastorage -> storage)sbc@chromium.org2013-12-1212-13/+12
| | | | | | | | | TEST=trybots R=binji@chromium.org Review URL: https://codereview.chromium.org/108533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240381 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing argument to Element.setAttribute() callsphilipj@opera.com2013-12-111-1/+1
| | | | | | | | | | | "Make arguments to Element methods non-optional" was reverted in Blink because these tests began failing. BUG=325922 Review URL: https://codereview.chromium.org/111833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239999 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Turn on https for all requests.binji@chromium.org2013-12-101-0/+5
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/102423006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239619 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Roll smoothlife version.binji@chromium.org2013-12-091-1/+1
| | | | | | | | | | | | This includes a fix for the PNaCl build. I wasn't including stdlib.h, when using rand(), RAND_MAX, and exit(). BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/108273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239560 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Fix lua URLs to support loading from https.binji@chromium.org2013-11-252-3/+3
| | | | | | | | | | | (This fixes a few URLs I forgot in r237102) BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/85803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237167 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Fix URLs to support loading from https.binji@chromium.org2013-11-2515-22/+22
| | | | | | | | | | | | | | | | It's unfortunately difficult to test whether this works; I pushed to a different version on appspot, but https is not allowed there (the certs are invalid). I've confirmed that http still works, however. * Also, update .pexes to non-dev versions. * Also, actually land the change to update docs -> dev. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/83793005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237102 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] roll naclports revision.sbc@chromium.org2013-11-161-1/+1
| | | | | | | | | | | This fixes the linux bot which is currently failing to build the lua appengine example (readline build failing). R=binji@chromium.org Review URL: https://codereview.chromium.org/63193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235485 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: IE9 doesn't support "hidden" attribute, so fake it.binji@chromium.org2013-11-121-0/+4
| | | | | | | | | | BUG=none R=sbc@chromium.org TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/69943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234462 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: Fix navigation on the demo pages.binji@chromium.org2013-11-122-107/+169
| | | | | | | | | | | | | * Back/Forward works * Set title properly * Highlight navbar BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/69933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234397 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix lua demo to require 80 columns.sbc@chromium.org2013-11-123-2/+7
| | | | | | | | | | | | | | | Also, update the version of hterm to match the lua build we are using. Also, roll the version of naclports that we build lua from to being in the version that doesn't require html5fs mount to succeed. R=binji@chromium.org Review URL: https://codereview.chromium.org/68163009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234364 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: Update all demos to have FPS counterbinji@chromium.org2013-11-1220-52/+194
| | | | | | | | | BUG=none R=nfullagar@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/59023005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234348 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: Add error dialog when loaded from unsupported browserbinji@chromium.org2013-11-124-42/+138
| | | | | | | | | BUG=316975 R=sbc@chromium.org Review URL: https://codereview.chromium.org/68413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234341 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update lua version on gonacl.appspot.com.sbc@chromium.org2013-11-126-36/+232
| | | | | | | | | | | | Also, integrate latest naclterm.js from naclports and add exit code to PS_EXIT_MESSAGE sent by ppapi_simple on exit. R=binji@chromium.org Review URL: https://codereview.chromium.org/69273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234339 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: update smoothlife, improve UIbinji@chromium.org2013-11-114-14/+92
| | | | | | | | | | | | | | | | * The new smoothlife allows for float value scaling * Select box for thread count * Select box for simulation size * Slider for zoom * Make the buttons thinner and put them on one line (makes the page less long) BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/68013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234236 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update version of lua example binary on appspot.com.sbc@chromium.org2013-11-112-3/+1
| | | | | | | | | | | | | This version fixes an issue with readline not knowing the correct terminal size. Also, remove debug ARG1 and ARG2 settings from naclterm.js. R=binji@chromium.org Review URL: https://codereview.chromium.org/67173006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234229 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: update lua page and executable.sbc@chromium.org2013-11-103-71/+94
| | | | | | | | | | | | This new .pexe inludes fixes to nacl_io that fix issues with readline. The version of naclterm has also been updated to the latest one in naclports. R=binji@chromium.org Review URL: https://codereview.chromium.org/67643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234186 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: URL paths /demo/<example name> works.binji@chromium.org2013-11-0925-59/+94
| | | | | | | | | | | | | | | * /demo works now * Also moved /static/pnacl-demo-<foo> => /static/foo * Redirect /demo/<garbage> to /demo/ * Stripping final slash: /demo/bullet/ => /demo/bullet * Clicking a link will correctly update your URL BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/67473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234057 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: fix smoothlife build.binji@chromium.org2013-11-081-1/+1
| | | | | | | | | | | Also turn off naclports annotation when building AppEngine examples. BUG=none TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/66823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234010 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] AppEngine: Some fixes to the new demo layoutbinji@chromium.org2013-11-0812-57/+167
| | | | | | | | | | | | | | | | | | | | * Use "name" instead of "id" to set iframe contents (fixes firefox) * Set "header" element flex so it doesn't overlap the explanatory text * Increased the max-width of the left panel; this prevents text wrapping on the bullet demo buttons * Use "position: fixed" on the loading cover (so you can't scroll it) * Change all <a> elements to use target="_blank" * Life: s/LIfe/Life/ * SmoothLife: Change control layout, add palette switcher, new presets * SmoothLife: Roll to 9984167 * Lua: Roll Lua to naclports rev 970 BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/67173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233949 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Fix typo from r233750 by closing <a> element.binji@chromium.org2013-11-081-1/+1
| | | | | | | | | | BUG=none R=sbc@chromium.org TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/66143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233797 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Update demos design.binji@chromium.org2013-11-0820-528/+988
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/64373005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233750 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK AppEngine] Update demo binaries to buildbot-built versions.binji@chromium.org2013-11-068-12/+20
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/62523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233407 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update SmoothLife demo to the most recent version.binji@chromium.org2013-11-052-1/+17
| | | | | | | | | | | | This has some performance optimzations, and adds some new functionality. It also adds some function documentation. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/58573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232949 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Update lua example on appengine.sbc@chromium.org2013-11-014-29/+67
| | | | | | | | | | | | | | Update naclterm.js to latest version from naclports. Roll naclports revision to get latest lua version (5.2.2). Update the instructions in the README file. Update lua to point to new published version of the lua binaries. R=binji@chromium.org Review URL: https://codereview.chromium.org/53803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232479 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add rotating cube App Engine demo.binji@chromium.org2013-11-018-1/+1135
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/54393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232465 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix some bugs in the bullet demobinji@chromium.org2013-11-011-5/+10
| | | | | | | | | | | | | | | * Use the correct mouse position when the render window isn't at 0x0 (event.client{X,Y} are relative to the viewport). * Don't select text when dragging in the render viewport (use preventDefault). * Drop any held objects when the mouse leaves the render viewport (listen for "mouseleave") BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/48903018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232441 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Change gsutil to use "gsutil cp -q" instead of "gsutil -q cp".binji@chromium.org2013-10-311-2/+2
| | | | | | | | | | | | "gsutil -q cp" is the new way, but the bots are running old versions of gsutil. BUG=none R=sbc@chromium.org TBR=sbc@chromium.org Review URL: https://codereview.chromium.org/53003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232214 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add a SmoothLife App Engine demo.binji@chromium.org2013-10-315-7/+467
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/54013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232158 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Bullet demo: improve grabbing of objects.binji@chromium.org2013-10-292-26/+28
| | | | | | | | | | | You don't have to hold the 'h' key anymore. Just click and drag. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/46883012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231639 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix buiding of gonacl lua demosbc@chromium.org2013-10-281-4/+6
| | | | | | | | TBR=binji Review URL: https://codereview.chromium.org/47883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231335 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add lua demo to appengine site.sbc@chromium.org2013-10-258-10/+335
| | | | | | | | | | | | | | | I pushed an initial version of lua here: http://gsdview.appspot.com/gonacl/demos/continuous/231022/lua/ But the static content is not yet pushed to appengine pending the ability to push without clobbering what is there. R=binji@chromium.org Review URL: https://codereview.chromium.org/45223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231150 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add life App Engine demo.binji@chromium.org2013-10-255-6/+599
| | | | | | | | | | | I removed the fullscreen stuff because it didn't seem to be working properly -- the canvas was fullscreen, but the simulation only used a small portion in the center. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/45573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231138 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add voronoi app-engine demo.binji@chromium.org2013-10-255-1/+856
| | | | | | | | | | | * Modified source to allow arbitrary-sized canvas. BUG=none R=nfullagar@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/45193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231133 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] gonacl appengine: Automate uploading to commondatastorage.binji@chromium.org2013-10-236-27/+294
| | | | | | | | | | | | | | | | | | | | | | | | | I've added a Makefile to gonacl_appengine/src. It supports the following commands: make make foo make upload make upload-foo make publish make publish-foo where "foo" is the name of an example. The buildbots will run "make upload", which will upload a continuous build. When you want to use a new version, run "make publish REVISION=1234" to publish that revision. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/32253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230527 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add script to build pnacl-demo-bullet pexebinji@chromium.org2013-10-085-0/+117
| | | | | | | | | BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/26583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227613 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Some improvements to the PNaCl Bullet demo.binji@chromium.org2013-10-076-241/+267
| | | | | | | | | | | | | * Uses similar layout to pnacl-earth-demo * Shares CSS in /static/common.css * Automatically loads the 20 block tower. BUG=none R=jvoung@chromium.org, sbc@chromium.org, eliben@chromium.org Review URL: https://codereview.chromium.org/26176009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227389 0039d316-1c4b-4281-b951-d872f2087c98
* Make earth more responsive to touchnfullagar@chromium.org2013-10-041-2/+2
| | | | | | | | | | BUG=none TEST=manually tested on pixel touch screen R=binji@chromium.org Review URL: https://codereview.chromium.org/26023007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227137 0039d316-1c4b-4281-b951-d872f2087c98