nacl: Regenerate Migration guide with Sphinx 1.3.3
This change generates the migration guide HTML file using native_client_sdk/src/doc/Makefile. The Sphinx document generator has changed greatly since these documents were last generated, so the latest version of Sphinx does not work because SmartyPantsHTMLTranslator is no longer available. Change-Id: Id98b77972784d161f10f6a3a0231ede740d24ce6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078802 Reviewed-by: Ben Smith <binji@chromium.org> Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Auto-Submit: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#746564}
This commit is contained in:

committed by
Commit Bot

parent
0e9af39ecf
commit
da305e98bb
native_client_sdk
File diff suppressed because it is too large
Load Diff
@ -27,6 +27,9 @@ To build the docs you will need these debian/ubuntu packages:
|
||||
* python-sphinx
|
||||
* python-beautifulsoup
|
||||
|
||||
Note: Sphinx version 1.3.3 is required due to dependency on
|
||||
SmartyPantsHTMLTranslator, which is unavailable in recent versions of Sphinx.
|
||||
|
||||
There are two primary make targets: ``chromesite`` and ``chromesite_rst``. The
|
||||
``chromesite`` target will build all documentation, including the doxygen docs.
|
||||
This usually takes about a minute. To build this config, run::
|
||||
|
@ -2390,6 +2390,57 @@ WebSocket 'close' Event </td>
|
||||
<td style="font-size: 11px; padding: 5px;"> </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<h3>PPP_Instance</h3>
|
||||
<table>
|
||||
<tr bgcolor="#77ccff" style="color:white; font-weight: bold;">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">PPAPI Method </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;">Assumes Threads </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Emscripten </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Web API </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Limitations </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="#fcfcfc">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">DidCreate </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;"> </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td style="font-size: 11px; padding: 5px;"><Element>[key] </td>
|
||||
<td style="font-size: 11px; padding: 5px;">General DOM access lets you fish out tag attributes </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="#fcfcfc">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">DidDestroy </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;"> </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Not triggered for NaCl </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="#fcfcfc">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">DidChangeView </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;"> </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Element 'resize' Event </td>
|
||||
<td style="font-size: 11px; padding: 5px;"> </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="#fcfcfc">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">DidChangeFocus </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;"> </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td style="font-size: 11px; padding: 5px;">Element 'focus', 'focusin', 'focusout' Events </td>
|
||||
<td style="font-size: 11px; padding: 5px;"> </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="#fcfcfc">
|
||||
<td style="font-weight: bold; font-size: 11px; padding: 5px;">HandleDocumentLoad </td>
|
||||
<td style="width: 50px; text-align: center; font-size: 11px; padding: 5px;"> </td>
|
||||
<td style="font-size: 11px; padding: 5px;">N/A </td>
|
||||
<td bgcolor="#ffcccc" style="font-size: 11px; padding: 5px;">GAP - No way to register as a mime type handler</td>
|
||||
<td style="font-size: 11px; padding: 5px;">NaCl Modules via apps + a manifest entry can be set up to handle particular mime types. </td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<h3>PPP_MessageHandler</h3>
|
||||
<table>
|
||||
|
Reference in New Issue
Block a user