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

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

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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 <!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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <!-- SIDENAV --> 139 <!-- SIDENAV -->
140 <div class="g-unit g-first" id="gc-toc"> 140 <div class="g-unit g-first" id="gc-toc">
141 <ul> 141 <ul>
142 <li><a href="getstarted.html">Getting Started</a></li> 142 <li><a href="getstarted.html">Getting Started</a></li>
143 <li><a href="overview.html">Overview</a></li> 143 <li><a href="overview.html">Overview</a></li>
144 <li><h2><a href="devguide.html">Developer's Guide</a></h2> 144 <li><h2><a href="devguide.html">Developer's Guide</a></h2>
145 <ul> 145 <ul>
146 <li>Browser UI 146 <li>Browser UI
147 <ul> 147 <ul>
148 <li><a href="browserAction.html">Browser Actions</a></li> 148 <li><a href="browserAction.html">Browser Actions</a></li>
149 <li><a href="contextMenus.html">Context Menus</a></li>
149 <li><a href="notifications.html">Desktop Notifications</a></li > 150 <li><a href="notifications.html">Desktop Notifications</a></li >
150 <li><a href="options.html">Options Pages</a></li> 151 <li><a href="options.html">Options Pages</a></li>
151 <li><a href="override.html">Override Pages</a></li> 152 <li><a href="override.html">Override Pages</a></li>
152 <li><a href="pageAction.html">Page Actions</a></li> 153 <li><a href="pageAction.html">Page Actions</a></li>
153 <li><a href="themes.html">Themes</a></li> 154 <li><a href="themes.html">Themes</a></li>
154 </ul> 155 </ul>
155 </li> 156 </li>
156 <li>Browser Interaction 157 <li>Browser Interaction
157 <ul> 158 <ul>
158 <li><a href="bookmarks.html">Bookmarks</a></li> 159 <li><a href="bookmarks.html">Bookmarks</a></li>
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 _uff=0; 617 _uff=0;
617 urchinTracker(); 618 urchinTracker();
618 } 619 }
619 catch(e) {/* urchinTracker not available. */} 620 catch(e) {/* urchinTracker not available. */}
620 </script> 621 </script>
621 <!-- end analytics --> 622 <!-- end analytics -->
622 </div> 623 </div>
623 </div> <!-- /gc-footer --> 624 </div> <!-- /gc-footer -->
624 </div> <!-- /gc-container --> 625 </div> <!-- /gc-container -->
625 </body></html> 626 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/pageAction.html ('k') | chrome/common/extensions/docs/static/contextMenus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698