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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/manifestVersion.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 <div id="pageData-name" class="pageData">Manifest Version</div> 1 <h1>Manifest Version</h1>
2 2
3 <style type="text/css"> 3 <style type="text/css">
4 #schedule h3 { 4 #schedule h3 {
5 margin-bottom:0; 5 margin-bottom:0;
6 } 6 }
7 7
8 #schedule p { 8 #schedule p {
9 margin-top:0; 9 margin-top:0;
10 margin-bottom:1em; 10 margin-bottom:1em;
11 } 11 }
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 </a> instead. 230 </a> instead.
231 </p> 231 </p>
232 </li> 232 </li>
233 <li> 233 <li>
234 <p> 234 <p>
235 <code>Port.tab</code> is gone. Use 235 <code>Port.tab</code> is gone. Use
236 <a href="extension.html#type-extension.Port"><code>Port.sender</code></a> 236 <a href="extension.html#type-extension.Port"><code>Port.sender</code></a>
237 instead. 237 instead.
238 </p> 238 </p>
239 </li> 239 </li>
240 </ul> 240 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698