0
Commit Graph

16 Commits

Author SHA1 Message Date
3d71a3cd45 [NaCl SDK] Fix common misspellings
Bug: 750830
Change-Id: I30baf7f3042d318e1d460b0af8628369c4fdfe10
Reviewed-on: https://chromium-review.googlesource.com/602246
Commit-Queue: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Sam Clegg <sbc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#492085}
2017-08-04 18:45:10 +00:00
720c608e52 Add migration to WebAssembly information to PNaCl / NaCl docs.
BUG=None
R=laforge@chromium.org,binji@chromium.org,sbc@chromium.org,rockot@chromium.org

Review-Url: https://codereview.chromium.org/2875303003
Cr-Commit-Position: refs/heads/master@{#475662}
2017-05-30 20:51:40 +00:00
sbc
c993138c3d [NaCl SDK] Cleanup references to old newlib toolchain
- remove references from the docs
- don't build newlib SDK componenes
- remove newlib as a valid toolchain in the build system
- remove use_sysroot=1 setting (this is now the default)
- remove old/unused dsc2gyp.py script
- regenerate docs

CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk

Review URL: https://codereview.chromium.org/1655873003

Cr-Commit-Position: refs/heads/master@{#373024}
2016-02-02 20:46:12 +00:00
sbc
937645f55b [NaCl SDK] Remove references to naclports bundle
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk

Review URL: https://codereview.chromium.org/1531683006

Cr-Commit-Position: refs/heads/master@{#366028}
2015-12-18 06:24:20 +00:00
jfb
f67a7e57e6 NaCl docs: clarify Chrome apps instead of packaged apps
R= binji@chromium.org, bradnelson@chromium.org
BUG= none

Review URL: https://codereview.chromium.org/912633002

Cr-Commit-Position: refs/heads/master@{#315608}
2015-02-10 19:10:08 +00:00
a7749732ab [DOCS] Edit references to Chrome 31 and earlier.
BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/637873003

Cr-Commit-Position: refs/heads/master@{#302801}
2014-11-05 15:20:25 +00:00
c3e44d6a8d Copy edit SDK section.
BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/588723002

Cr-Commit-Position: refs/heads/master@{#296033}
2014-09-22 20:22:34 +00:00
445060e4e9 Add data-path restriction to tutorial, part 2.
BUG=none
R= jf@chromium.org
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/531183002

Cr-Commit-Position: refs/heads/master@{#293302}
2014-09-04 15:24:42 +00:00
d803055640 Per P0 reqs add launch points + make download obvious. Also misc copy edits.
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}
2014-08-25 16:43:06 +00:00
c3c19f1925 [NaCl SDK Docs] Only generate one top-level <section> element.
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
2014-08-06 18:01:43 +00:00
f694b67c0d Removing nav where it clashes with tables, and removing some links.
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
2014-05-22 23:12:38 +00:00
57c4169c4e Adding a couple of trivial doc bug fixes.
This is mainly to prove my working env., but the bugs are real.

Thanks!

Review URL: https://codereview.chromium.org/288223006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271247 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-17 17:36:49 +00:00
2547c91ed6 [NaCl SDK Docs] Remove links to developers.google.com
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
2014-04-30 20:45:02 +00:00
367c6ff863 NaClSDK: Fix LINK+STRIP make rules to only apply to Release or PNaCl.
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
2014-04-18 00:42:00 +00:00
26420f2967 [NaCl SDK Docs] Remove table-of-contents from generated pages.
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
2014-01-24 18:06:13 +00:00
bde3d5d020 [NaCl SDK Docs] Check in the generated NaCl SDK Documentation.
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
2014-01-23 19:26:04 +00:00