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

Unified Diff: chrome/common/extensions/docs/static/webNavigation.html

Issue 10692097: Introduce webNavigation.onTabReplaced event that is fired when a tab from instant or prerender repl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/webNavigation.html
diff --git a/chrome/common/extensions/docs/static/webNavigation.html b/chrome/common/extensions/docs/static/webNavigation.html
index dd0545d7ad0f68a989db160e9f00de14b2cb42e1..e343eed32f6203f2e1f03772d8a0eb4bccde8e18 100644
--- a/chrome/common/extensions/docs/static/webNavigation.html
+++ b/chrome/common/extensions/docs/static/webNavigation.html
@@ -59,6 +59,14 @@ If the reference fragment of a frame is changed, a
time after <code>onDOMContentLoaded</code>, even after
<code>onCompleted</code>.
</p>
+<p>
+If a navigation was done via <a
battre 2012/07/05 15:38:46 s/done/triggered/?
jochen (gone - plz use gerrit) 2012/07/06 11:13:50 Done.
+href="https://support.google.com/chrome/bin/answer.py?answer=177873">Chrome
+Instant</a> or <a
+href="https://support.google.com/chrome/bin/answer.py?answer=1385029">Instant
+Pages</a>, a completely loaded page is swapped into the currently navigating
+tab. In that case, an <code>onTabReplaced</code> event is fired.
+</p>
<h2>Relation to webRequest events</h2>
<p>

Powered by Google App Engine
This is Rietveld 408576698