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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/runtime.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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
OLDNEW
(Empty)
1 <table class="intro">
2 <tr>
3 <th scope="col"></th>
4 <th scope="col"></th>
5 </tr>
6 <tr>
7 <td><strong>Description:</strong></td>
8 <td>Use the <code>chrome.runtime</code> module
9 to retrieve the background page, return details about the manifest,
10 and listen for and respond to events in the app or extension lifecycle.
11 You can also use this API to convert the relative path
12 of URLs to fully-qualified URLs.</td>
13 </tr>
14 <tr>
15 <td><strong>Availability:</strong></td>
16 <td>Google Chrome 22</td>
17 </tr>
18 <tr>
19 <td><strong>Permissions:</strong></td>
20 <td>None</td>
21 </tr>
22 <tr>
23 <td><strong>Learn more:</strong></td>
24 <td><a href="app_lifecycle.html">Manage App Lifecycle</a><br>
25 <a href="event_pages.html">Event Pages</a></td>
26 </tr>
27 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698