| OLD | NEW |
| 1 .. include:: /migration/deprecation.inc |
| 2 |
| 1 ########################## | 3 ########################## |
| 2 Frequently Asked Questions | 4 Frequently Asked Questions |
| 3 ########################## | 5 ########################## |
| 4 | 6 |
| 5 .. contents:: | 7 .. contents:: |
| 6 :local: | 8 :local: |
| 7 :backlinks: none | 9 :backlinks: none |
| 8 :depth: 2 | 10 :depth: 2 |
| 9 | 11 |
| 10 This document answers some frequently asked questions about Native | 12 This document answers some frequently asked questions about Native |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 .. _Rust: http://www.rust-lang.org/ | 597 .. _Rust: http://www.rust-lang.org/ |
| 596 .. _Go: https://golang.org | 598 .. _Go: https://golang.org |
| 597 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss | 599 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss |
| 598 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html | 600 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html |
| 599 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ | 601 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ |
| 600 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c | 602 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c |
| 601 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html | 603 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html |
| 602 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html | 604 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html |
| 603 .. _webports: https://chromium.googlesource.com/webports | 605 .. _webports: https://chromium.googlesource.com/webports |
| 604 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing | 606 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing |
| OLD | NEW |