And not because iconIndex was removed. The problem is with the
following code in the background.
chrome.browserAction.setIcon({path:"1.png"});
foo();
chrome.browserAction.setIcon({path:"2.png"});
The first setIcon does not change the icon, instead a blank icon (or
default_icon if set) is shown while the function is busy. The second
icon is then shown correctly. Worked in the dev build before.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---