Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Extensions Size-Medium
New issue 21948 by [email protected]: extension API tests - race condition with multiple toolstrips http://code.google.com/p/chromium/issues/detail?id=21948 The current default implementation is to call chrome.test.runTests([...]) inline in either a background page or a toolstrip. The problem with that is that this code may run before other components of your extension, so the test may have a race in it if it depends on interaction between background pages and toolstrips or multiple toolstrips. Perhaps we should have an event that the extension system hands down when all components have finished loading. This might be useful outside of the test infrastructure as well. -- 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 -~----------~----~----~----~------~----~------~--~---
