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

Side by Side Diff: chrome/common/extensions/docs/experimental.storage.html

Issue 8662010: Rename chrome.experimental.webRequest to chrome.webRequest and chrome.webRequestBlocking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regenerated documentation Created 9 years 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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 <dl> 1174 <dl>
1175 <div> 1175 <div>
1176 <div> 1176 <div>
1177 </div> 1177 </div>
1178 </div> 1178 </div>
1179 </dl> 1179 </dl>
1180 </dd> 1180 </dd>
1181 1181
1182 <!-- OBJECT METHODS --> 1182 <!-- OBJECT METHODS -->
1183 <dd> 1183 <dd>
1184 <div class="apiGroup" style=""> 1184 <div class="apiGroup" style="display: none; ">
1185 <a name="global-StorageNamespace-methods"></a> 1185 <a name="global-StorageNamespace-methods"></a>
1186 <h3>Methods of StorageNamespace</h3> 1186 <h3>Methods of StorageNamespace</h3>
1187 1187
1188 <!-- iterates over all functions --> 1188 <!-- iterates over all functions -->
1189 <div class="apiItem"> 1189 <div class="apiItem">
1190 <a name="method-StorageNamespace-clear"></a> <!-- method-anchor -- > 1190 <a name="method-StorageNamespace-clear"></a> <!-- method-anchor -- >
1191 <h4>clear</h4> 1191 <h4>clear</h4>
1192 1192
1193 <div class="summary"><span style="display: none; ">void</span> 1193 <div class="summary"><span style="display: none; ">void</span>
1194 <!-- Note: intentionally longer 80 columns --> 1194 <!-- Note: intentionally longer 80 columns -->
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 _uff=0; 2029 _uff=0;
2030 urchinTracker(); 2030 urchinTracker();
2031 } 2031 }
2032 catch(e) {/* urchinTracker not available. */} 2032 catch(e) {/* urchinTracker not available. */}
2033 </script> 2033 </script>
2034 <!-- end analytics --> 2034 <!-- end analytics -->
2035 </div> 2035 </div>
2036 </div> <!-- /gc-footer --> 2036 </div> <!-- /gc-footer -->
2037 </div> <!-- /gc-container --> 2037 </div> <!-- /gc-container -->
2038 </body></html> 2038 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698