Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Extensions Size-Medium
New issue 17381 by [email protected]: Extension api function callbacks should always fire http://code.google.com/p/chromium/issues/detail?id=17381 Currently if an error occurs, a text string goes to console.error, but the callback never fires and the caller cannot handle the error case. Create a mechanism so that callbacks always return a result object that has a "success" member, that if true means that the additional callback params should be attached to the result object. if success is false, it should have an "error" member. -- 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 -~----------~----~----~----~------~----~------~--~---
