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

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

Issue 4106007: Only generate zips for Chrome extension samples whose contents have changed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/common/extensions/docs
Patch Set: Reapply patch after unicode fixes. Created 10 years, 1 month 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 </div> <!-- /VALUE --> 89 </div> <!-- /VALUE -->
90 90
91 <div id="functionParametersTemplate"> 91 <div id="functionParametersTemplate">
92 <h5>Parameters</h5> 92 <h5>Parameters</h5>
93 <dl> 93 <dl>
94 <div> 94 <div>
95 <div> 95 <div>
96 </div> 96 </div>
97 </div> 97 </div>
98 <<<<<<< HEAD
99 </dl> 98 </dl>
100 =======
101 </dl>
102 >>>>>>> All communication with the cloud print proxy service from the browser no w happens in the CloudPrintProxyService class. Added code to start the service p rocess if the cloud print proxy was enabled. Also, when detect an auto-update, w e send an IPC to the service process. The service process then shuts down when t he browser disconnects.
103 </div> 99 </div>
104 </div> <!-- /SUBTEMPLATES --> 100 </div> <!-- /SUBTEMPLATES -->
105 101
106 <a id="top"></a> 102 <a id="top"></a>
107 <div id="skipto"> 103 <div id="skipto">
108 <a href="#gc-pagecontent">Skip to page content</a> 104 <a href="#gc-pagecontent">Skip to page content</a>
109 <a href="#gc-toc">Skip to main navigation</a> 105 <a href="#gc-toc">Skip to main navigation</a>
110 </div> 106 </div>
111 <!-- API HEADER --> 107 <!-- API HEADER -->
112 <table id="header" width="100%" cellspacing="0" border="0"> 108 <table id="header" width="100%" cellspacing="0" border="0">
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <!-- <li>Packages (.crx)</li> --> 219 <!-- <li>Packages (.crx)</li> -->
224 </ul> 220 </ul>
225 </li> 221 </li>
226 <li><a href="api_index.html">chrome.* APIs</a></li> 222 <li><a href="api_index.html">chrome.* APIs</a></li>
227 <li><a href="api_other.html">Other APIs</a></li> 223 <li><a href="api_other.html">Other APIs</a></li>
228 </ul> 224 </ul>
229 </li> 225 </li>
230 <li><h2><a href="samples.html">Samples</a></h2></li> 226 <li><h2><a href="samples.html">Samples</a></h2></li>
231 </ul> 227 </ul>
232 </div> 228 </div>
233 <<<<<<< HEAD
234 <script> 229 <script>
235 initToggles(); 230 initToggles();
236 </script> 231 </script>
237 =======
238 >>>>>>> All communication with the cloud print proxy service from the browser no w happens in the CloudPrintProxyService class. Added code to start the service p rocess if the cloud print proxy was enabled. Also, when detect an auto-update, w e send an IPC to the service process. The service process then shuts down when t he browser disconnects.
239 232
240 <div class="g-unit" id="gc-pagecontent"> 233 <div class="g-unit" id="gc-pagecontent">
241 <div id="pageTitle"> 234 <div id="pageTitle">
242 <h1 class="page_title">Permission Warnings</h1> 235 <h1 class="page_title">Permission Warnings</h1>
243 </div> 236 </div>
244 <!-- TABLE OF CONTENTS --> 237 <!-- TABLE OF CONTENTS -->
245 <div id="toc"> 238 <div id="toc">
246 <h2>Contents</h2> 239 <h2>Contents</h2>
247 <ol> 240 <ol>
248 <li> 241 <li>
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 _uff=0; 803 _uff=0;
811 urchinTracker(); 804 urchinTracker();
812 } 805 }
813 catch(e) {/* urchinTracker not available. */} 806 catch(e) {/* urchinTracker not available. */}
814 </script> 807 </script>
815 <!-- end analytics --> 808 <!-- end analytics -->
816 </div> 809 </div>
817 </div> <!-- /gc-footer --> 810 </div> <!-- /gc-footer -->
818 </div> <!-- /gc-container --> 811 </div> <!-- /gc-container -->
819 </body></html> 812 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/tutorials/getstarted.zip ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698