I'm looking for an event, or other way that I can monitor the status
of a tab's URL (it doesn't need to be a specific tab, it can be all
tabs) so that I can handle an event and modify some data BEFORE the
URL is committed to history (etc).
Currently, I've looked at using chrome.tabs.onUpdated.addListener,
however this does not work for me, as the URL is committed to history
and the event is fired after chrome has done various things (I'm not
entirely sure what, but I'd assume DNS lookups and such).
Unfortunately, this isn't good enough for what I'm looking for.
This may just be for the linux beta that I'm currently developing
with, however I don't see any reason it should be different between
nix and windows. If this is the case, any feedback would be
appreciated :)
Any information on this would be great. To be honest, I would have
thought it would have been the default functionality (considering the
URL field of the onUpdated event) rather than waiting a while...
Thanks in advance,
Ricky
--
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.