Status: Available Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Size-Medium
New issue 19711 by [email protected]: Resource handlers require unittests http://code.google.com/p/chromium/issues/detail?id=19711 Most of the resource handler classes in chrome/browser/renderer_host/ do not have unittests. This makes introducing serious bugs quite easy, as the code paths between the network stack, ResourceDispatcherHost and the various ResourceHandler subclasses are very complex. We should enumerate as many scenarios as we can think of (pausing, canceling, deferring, downloading, safebrowsing checks, etc) and write unit tests for them. -- 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 -~----------~----~----~----~------~----~------~--~---
