On Fri, Aug 14, 2009 at 1:49 PM, Marshall Greenblatt<[email protected]> wrote: > Hi All, > > I've been using url_request for a while now, and I find myself consistently > forgetting the relationship between the various managers/handlers and order > in which the asynchronous calls take place. Does anyone currently have a > document/diagram for url_request that we can put up under Design Documents > on the developer wiki?
Eric Roman has a diagram that shows the relationship between URLRequest and the classes below it. He may not have published it on our website, but it is in his YouTube video on the Chromium network stack. But I suspect you're more interested in the relationship between URLRequest and its consumers. The order in which the asynchronous calls take place is documented in url_request.h, in the block comment above the Delegate class. If you find that comment unclear or out of date, please create a changelist to update it with your findings. Wan-Teh --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
