0
Commit Graph

18 Commits

Author SHA1 Message Date
Josip Sokcevic
447b64449d Update codesearch links
code.google.com redirects no longer work. This CL replaces links in /native_client_sdk
to source.chromium.org equivalent.
This CL was uploaded by git cl split.

R=bradnelson@chromium.org

Change-Id: I82869389eff1a7fb5d2e04c9843f4a5f4dbc6d7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392708
Auto-Submit: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Brad Nelson <bradnelson@chromium.org>
Commit-Queue: Brad Nelson <bradnelson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805480}
2020-09-09 20:52:09 +00:00
Julien Brianceau
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
bradnelson
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
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
04da14966c NaCl docs: add project ideas
Add a section to our documentation which lists project
ideas that external contributors can work on. This list
should be suitable to beginners as well as more experienced
developers, and is something we can use for the Google
Summer of Code application.

TBR= bradnelson@chromium.org, binji@chromium.org, sbc@chromium.org, jmedley@chromium.org
BUG= none

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

Cr-Commit-Position: refs/heads/master@{#316073}
2015-02-12 23:05:42 +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
jfb
ececadd5dd NaCl docs: fix TCP link
R= binji@chromium.org
BUG=none

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

Cr-Commit-Position: refs/heads/master@{#315431}
2015-02-09 23:30:44 +00:00
jfb
e635757699 NaCl docs: fix clumsy sentence
R= binji@chromium.org
BUG=none

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

Cr-Commit-Position: refs/heads/master@{#315420}
2015-02-09 22:50:21 +00:00
jfb
bd7a27361b NaCl documentation: update FAQ and examples
A few updates to the documentation, a developer pointed out some of the docs weren't quite clear.

TBR= sbc@chromium.org, jmedley@chromium.org
BUG=none
TEST=none

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

Cr-Commit-Position: refs/heads/master@{#315345}
2015-02-09 18:22:50 +00:00
JF Bastien
8084a6a0ff NaCl docs: an update on AVX
NaCl now supports AVX2.

R=shyamsundarr@chromium.org
TBR=jmedley@chromium.org, shyamsundarr@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3637

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

Cr-Commit-Position: refs/heads/master@{#314166}
2015-02-02 18:05:10 +00:00
JF Bastien
d8377eb3f7 NaCl docs: a few improvements
* Mention Stack Overflow in more places.
* Add https to a few links that support it, instead of http. I wasn't exhaustive
  in my replacement, we should probably do a full sweep at some point.
* Expand on the languages section a bit.
* Comment out the broken "talk" link.

TEST= none
BUG= none
TBR= binji@chromium.org, jmedley@chromium.org
NOTRY=true
(documentation only change)

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

Cr-Commit-Position: refs/heads/master@{#312133}
2015-01-19 18:07:12 +00:00
jmedley
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
binji@chromium.org
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
jvoung@chromium.org
46daa95ed4 [NaCl SDK] docs: Remove references to obsolete debugging env vars.
Make also complained about some broken links and stopped w/
warnings as errors.

I assume a bunch these went away w/ the really old proxy switch =)

BUG=266395
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282653 0039d316-1c4b-4281-b951-d872f2087c98
2014-07-11 18:08:44 +00:00
jfb@chromium.org
8115602f9c NaCl documentation: miscellaneous FAQ improvements
R= binji@chromium.org
TEST= none
BUG= none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282137 0039d316-1c4b-4281-b951-d872f2087c98
2014-07-09 22:04:55 +00:00
jfb@chromium.org
2d46b9b553 PNaCl documentation: add SIMD vectors.
R= dschuff@chromium.org, nfullagar@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205
TEST= none
NOTRY=true
(documentation only change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265948 0039d316-1c4b-4281-b951-d872f2087c98
2014-04-24 17:07:45 +00:00
binji@chromium.org
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
binji@chromium.org
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