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

Unified Diff: chrome/common/extensions/docs/windows.html

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/webRequest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/windows.html
===================================================================
--- chrome/common/extensions/docs/windows.html (revision 151318)
+++ chrome/common/extensions/docs/windows.html (working copy)
@@ -255,7 +255,7 @@
<a href="#types">Types</a>
<ol>
<li>
- <a href="#type-Window">null</a>
+ <a href="#type-windows.Window">Window</a>
<ol>
</ol>
</li>
@@ -1482,7 +1482,7 @@
<h4>onCreated</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.windows.</span><span>onCreated</span><span class="subdued">.addListener</span>(function(<span>Window window</span>) <span class="subdued">{...}</span><span></span>);
+ <span class="subdued">chrome.windows.</span><span>onCreated</span><span class="subdued">.addListener</span>(function(<span>windows.Window window</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
<p>Fired when a window is created.</p>
@@ -1500,7 +1500,7 @@
(
<span id="typeTemplate">
<span>
- <a href="windows.html#type-Window">Window</a>
+ <a href="windows.html#type-windows.Window">windows.Window</a>
</span>
</span>
)
@@ -1620,8 +1620,8 @@
<h3 id="types">Types</h3>
<!-- iterates over all types -->
<div class="apiItem">
- <a name="type-Window"></a>
- <h4>Window</h4>
+ <a name="type-windows.Window"></a>
+ <h4>windows.Window</h4>
<div>
<dt>
<em>
@@ -1795,7 +1795,7 @@
<span>
array of <span><span>
<span>
- <a>tabs.Tab</a>
+ <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
</span>
</span></span>
</span>
« no previous file with comments | « chrome/common/extensions/docs/webRequest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698