summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated/devguide/coding
Commit message (Collapse)AuthorAgeFilesLines
* Fix a lot of support links.dbeam2015-05-221-1/+1
| | | | | | | | | | | | | | | Things I did: 1) Changed all domains I could find to https://support.google.com 2) Changed all the bin/answer.py?answer=# to answer/# 3) Left any code-populated ?hl= for now (worried about CHECK() failures) TBR=cpu@chromium.org BUG=490858,490875,490887 Review URL: https://codereview.chromium.org/1144193005 Cr-Commit-Position: refs/heads/master@{#331064}
* Add debugging information for nacl_io library.jmedley2014-10-071-17/+22
| | | | | | | | | | | | BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/618823003 Cr-Commit-Position: refs/heads/master@{#298533}
* Rearrange tables so that navigation can be added back to certain pages.jmedley2014-09-162-191/+152
| | | | | | | | | | | | BUG=none R= mkearney@chromium.org, smain@chromium.org TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/511963004 Cr-Commit-Position: refs/heads/master@{#295114}
* Per P0 reqs add launch points + make download obvious. Also misc copy edits.jmedley2014-08-257-18/+18
| | | | | | | | | | | | | | | | | | | | | | BUG=none R= mkearney@chromium.org, smain@chromium.org, binji@chromium.org TEST=none NOTRY=true (documentation only change) Priority list copied here for reference: P1 But written by different engineers, very uneven quality and voice. P2 Some documentation could be expanded. P0 The ramp-in for new users could be improved. P0 The landing page isn't "cool", it doesn't make developers want to jump in and use it. Could we have a more github-like thing that gets people started quickly? Could we have a narrative intro? We just bought the pna.cl domain, we should use it! P3 We think it's pretty important to keep the deep-dive in there (e.g. sandbox internals, bitcode reference). Review URL: https://codereview.chromium.org/476793002 Cr-Commit-Position: refs/heads/master@{#291696}
* Second batch of corrections for incorrect paths.jmedley@chromium.org2014-08-214-14/+14
| | | | | | | | | | | | | BUG=none R= binji@chromium.org, jfb@chromium.org TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/488133003 Cr-Commit-Position: refs/heads/master@{#291006} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291006 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] Only generate one top-level <section> element.binji@chromium.org2014-08-0610-131/+17
| | | | | | | | | | | | | | | This fixes the right-side table-of-contents on the documentation page, so it is collapsible and only shows h2 headings by default. NOTRY because it is a documentation-only change. BUG=374811 R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/438403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287804 0039d316-1c4b-4281-b951-d872f2087c98
* Removed un-used commandline switches.zmo@chromium.org2014-06-141-1/+1
| | | | | | | | | | | | | | | | | --disable-gl-multisampling (replaced by gpu_driver_bug_workaround switch --disable_multisampling) --enable-chromium-branding (no longer used) --force_discrete (no longer used, use gpu_driver_bug_workaround instead) --force_integrated (no longer used, use gpu_driver_bug_workaround instead) --gpu-switching (no longer used, use gpu_driver_bug_workaround instead) BUG=351312 TEST=bots R=kbr@chromium.org,piman@chromium.org,sky@chromium.org,nfullagar@chromium.org Review URL: https://codereview.chromium.org/321913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277256 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] rename nacl_io demo.sbc@chromium.org2014-05-301-2/+2
| | | | | | | | | | | Having a library and an example both called nacl_io was confusing some tools (and some people). R=binji@chromium.org, binji Review URL: https://codereview.chromium.org/306973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273881 0039d316-1c4b-4281-b951-d872f2087c98
* Removing nav where it clashes with tables, and removing some links.egilmore@chromium.org2014-05-222-6/+6
| | | | | | | | | | | | I spent many cycles tweaking these RST tables to no avail. We shouldn't assume that people will have a site running, so we should de-link these. BUG=374811 Review URL: https://codereview.chromium.org/297513012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272358 0039d316-1c4b-4281-b951-d872f2087c98
* NaCL docs: add missing generated filesjfb@chromium.org2014-05-062-4/+5
| | | | | | | | | | | | | | Not all files were updated by previous commits. R= binji@chromium.org TEST= none BUG= none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/260883006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268334 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] Remove links to developers.google.combinji@chromium.org2014-04-306-90/+83
| | | | | | | | | | | | Also change links to http://developer.chrome.com/foo/bar -> /foo/bar, and some other manual fixes. BUG=none R=jfb@chromium.org Review URL: https://codereview.chromium.org/254033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267327 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] Remove table-of-contents from generated pages.binji@chromium.org2014-01-249-27/+27
| | | | | | | | | | | | | | | | We don't want the TOC at the top of the chromesite pages, but we do for the devsite pages. The table-of-contents is in the .rst file, but we don't want to remove it in case we need to generate devsite documentation again. The easy hack for now is to set the style of the element to "display: none". Also, remove doc_generated/.buildinfo. This file should not be checked in. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/146203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246928 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] Check in the generated NaCl SDK Documentation.binji@chromium.org2014-01-2311-0/+3308
This is necessary so that the Chromesite server can poll for changes and automatically update. I can't upload the full docs/images to Rietveld, so this review will just be empty and I'll manually commit. BUG=none R=awatson@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/140993006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246665 0039d316-1c4b-4281-b951-d872f2087c98