Status: Untriaged
Owner: ----
Labels: Type-Feature OS-All Area-Extensions

New issue 21729 by a...@chromium.org: We need a chrome.tabs.onStatusChange
http://code.google.com/p/chromium/issues/detail?id=21729

The current chrome.tabs.onUpdate is difficult to use because the url  
property
is only sent in the case where it changed.

This means that in the case of reload, or the 'done' state, you don't get  
the
URL and need to re-request it.

We should create a new method, onStatusChange, and have it have the  
following
signature:

void chrome.tabs.onUpdate(Tab tab);

It would always send the entire tab details, not just the parts that  
changed.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to