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

Side by Side Diff: chrome/common/extensions/docs/hosting.html

Issue 10455004: Making sure self-hosting and packaging docs are clear about keeping private key secure (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <li><a href="history.html">History</a></li> 125 <li><a href="history.html">History</a></li>
126 <li><a href="management.html">Management</a></li> 126 <li><a href="management.html">Management</a></li>
127 <li><a href="tabs.html">Tabs</a></li> 127 <li><a href="tabs.html">Tabs</a></li>
128 <li><a href="windows.html">Windows</a></li> 128 <li><a href="windows.html">Windows</a></li>
129 </ul> 129 </ul>
130 </li> 130 </li>
131 <li>Implementation 131 <li>Implementation
132 <ul> 132 <ul>
133 <li><a href="a11y.html">Accessibility</a></li> 133 <li><a href="a11y.html">Accessibility</a></li>
134 <li><a href="background_pages.html">Background Pages</a></li> 134 <li><a href="background_pages.html">Background Pages</a></li>
135 <li><a href="transient_background_pages.html">Event Pages</a>< /li>
135 <li><a href="content_scripts.html">Content Scripts</a></li> 136 <li><a href="content_scripts.html">Content Scripts</a></li>
136 <li><a href="xhr.html">Cross-Origin XHR</a></li> 137 <li><a href="xhr.html">Cross-Origin XHR</a></li>
137 <li><a href="i18n.html">Internationalization</a></li> 138 <li><a href="i18n.html">Internationalization</a></li>
138 <li><a href="messaging.html">Message Passing</a></li> 139 <li><a href="messaging.html">Message Passing</a></li>
139 <li><a href="permissions.html">Optional Permissions</a></li> 140 <li><a href="permissions.html">Optional Permissions</a></li>
140 <li><a href="npapi.html">NPAPI Plugins</a></li> 141 <li><a href="npapi.html">NPAPI Plugins</a></li>
141 </ul> 142 </ul>
142 </li> 143 </li>
143 <li>Finishing 144 <li>Finishing
144 <ul> 145 <ul>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 </script> 186 </script>
186 <div class="g-unit" id="gc-pagecontent"> 187 <div class="g-unit" id="gc-pagecontent">
187 <div id="pageTitle"> 188 <div id="pageTitle">
188 <h1 class="page_title">Hosting</h1> 189 <h1 class="page_title">Hosting</h1>
189 </div> 190 </div>
190 <!-- TABLE OF CONTENTS --> 191 <!-- TABLE OF CONTENTS -->
191 <!-- /TABLE OF CONTENTS --> 192 <!-- /TABLE OF CONTENTS -->
192 <!-- Standard content lead-in for experimental API pages --> 193 <!-- Standard content lead-in for experimental API pages -->
193 <!-- STATIC CONTENT PLACEHOLDER --> 194 <!-- STATIC CONTENT PLACEHOLDER -->
194 <div id="static"><div id="pageData-name" class="pageData">Hosting</div> 195 <div id="static"><div id="pageData-name" class="pageData">Hosting</div>
196 <p class="note">
197 <b>For Advanced Developers Only:</b>
198 Do not follow the instructions on this page
199 unless you understand the security implications
200 of packaging and hosting files on your own server.
201 If you host on the Chrome Web Store,
202 you do not need to worry
203 about packaging or self-hosting.
204 </p>
195 <p> 205 <p>
196 This page tells you how to host <code>.crx</code> files 206 This page tells you how to host <code>.crx</code> files
197 on your own server. 207 on your own server.
198 If you distribute your extension, app, or theme solely through the 208 If you distribute your extension, app, or theme solely through the
199 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>, 209 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>,
200 you don't need this page. 210 you don't need this page.
201 Instead, consult the 211 Instead, consult the
202 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and 212 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and
203 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>. 213 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>.
204 </p> 214 </p>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 _uff=0; 311 _uff=0;
302 urchinTracker(); 312 urchinTracker();
303 } 313 }
304 catch(e) {/* urchinTracker not available. */} 314 catch(e) {/* urchinTracker not available. */}
305 </script> 315 </script>
306 <!-- end analytics --> 316 <!-- end analytics -->
307 </div> 317 </div>
308 </div> <!-- /gc-footer --> 318 </div> <!-- /gc-footer -->
309 </div> <!-- /gc-container --> 319 </div> <!-- /gc-container -->
310 </body></html> 320 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/packaging.html » ('j') | chrome/common/extensions/docs/static/packaging.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698