 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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> |