Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/app_deprecated.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="pageData-name" class="pageData">Disabled Web Features</div> 1 <h1>Disabled Web Features</h1>
2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> 2 <!-- -->
3 3
4 <p> 4 <p>
5 Though packaged apps use the web platform, 5 Though packaged apps use the web platform,
6 some web features have been disabled 6 some web features have been disabled
7 or else are used in a different way. 7 or else are used in a different way.
8 Mainly this is to avoid security issues and 8 Mainly this is to avoid security issues and
9 to improve programming practices. 9 to improve programming practices.
10 Below is a summary of the disabled features 10 Below is a summary of the disabled features
11 of the web platform 11 of the web platform
12 and potential work-arounds: 12 and potential work-arounds:
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <td>Use async-only <code>XMLHttpRequest</code>: 89 <td>Use async-only <code>XMLHttpRequest</code>:
90 <a href="http://updates.html5rocks.com/2012/01/Getting-Rid-of-Synchronous- XHRs">Getting Rid of Synchrounous XXRs</a>.</td> 90 <a href="http://updates.html5rocks.com/2012/01/Getting-Rid-of-Synchronous- XHRs">Getting Rid of Synchrounous XXRs</a>.</td>
91 </tr> 91 </tr>
92 <tr> 92 <tr>
93 <td>webSql</td> 93 <td>webSql</td>
94 <td>Use IndexedDB or 94 <td>Use IndexedDB or
95 <a href="app_storage.html">Filesystem API</a>.</td> 95 <a href="app_storage.html">Filesystem API</a>.</td>
96 </tr> 96 </tr>
97 </table> 97 </table>
98 98
99 <p class="backtotop"><a href="#top">Back to top</a></p> 99 <p class="backtotop"><a href="#top">Back to top</a></p>
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698