Background.html:
<script type="text/javascript">
chrome.tabs.onUpdated.addListener(function(id,info,tab)
{console.log(tab.status,tab.url);});
</script>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
I filed the enhancement here: http://goo.gl/69aui
You were correct about pushState being the cause.
Thank you,
-doubletap
On Dec 5, 8:52 am, Mihai Parparita <mih...@chromium.org> wrote:
> This is probably because Facebook uses the HTML5 history API (http://www.whatwg.org/specs/web-apps/current-work/multipage/history.h...)
> which means that additional navigations are simulated without the page
> really reloading.
>
> If this behavior is confusing (and/or you would find it useful to be able
> to differentiate between these synthetic loads and actual page loads), can
> you file an enhancement request athttp://new.crbug.com/?
> > To post to this group, send email to chromium-extensi...@chromium.org.
> > To unsubscribe from this group, send email to
> > chromium-extensions+unsubscr...@chromium.org.