1. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  2. 0dc72bbe Minor cleanup, factor out a bit of duplicate code in BufferedResourceHandler. by [email protected] · 15 years ago
  3. afd832c Make all of the methods of ResourceHandler pure virtual. by [email protected] · 15 years ago
  4. 7f2e792e Revert 33344 - Relocate plugin list fetching to PluginService by [email protected] · 16 years ago
  5. 90d4137 Relocate plugin list fetching to PluginService by [email protected] · 16 years ago
  6. 84bbb2b5 Eighth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
  7. 5658a60 Use ChromeThread::DeleteOnIOThread in a few places where an object must be deleted on a certain thread. by [email protected] · 16 years ago
  8. 6fad263 Third patch in getting rid of caching MessageLoop pointers and always using ChromeThread instead. by [email protected] · 16 years ago
  9. f7a015e Fix reliability bot crashes after moving plugin loading to file thread. by [email protected] · 16 years ago
  10. 35fa6a2 Ensure we don't load plugins on the IO thread. by [email protected] · 16 years ago
  11. a4099636 Reverting 23420. It caused a reliability regression. by [email protected] · 16 years ago
  12. c2c901b Ensure we don't load plugins on the IO thread. by [email protected] · 16 years ago
  13. ba0ad5c Revert 23064 - Ensure we don't load plugins on the IO thread by [email protected] · 16 years ago
  14. 1de6f2bf Ensure we don't load plugins on the IO thread by [email protected] · 16 years ago
  15. 6568a9e3 Add plumbing for allowing the renderer to intercept and cancel redirects before by [email protected] · 16 years ago
  16. c4891b3 Landing again the CL that adds security info to canceled requests (last time it was causing sync XMLHttpRequests to hang, breaking many layout tests). by [email protected] · 16 years ago
  17. 7c825a4 Revert change 11197 because it created 138 new layout tests failures. by [email protected] · 16 years ago
  18. cdb11b55 Landing again the CL that adds security info to canceled requests (it was breaking NPAPI tests on Vista due to an erroneuous commented line). by [email protected] · 16 years ago
  19. c5afdbd Reverting 11179. by [email protected] · 16 years ago
  20. 88e7d56 This CL adds a way to specify the security info when canceling a URLRequest. by [email protected] · 16 years ago
  21. 319d9e6f Reduce the amount of included header files. Vast change like in "Oh God! This revision changes half of the source files!". by [email protected] · 16 years ago
  22. 9dea9e1f Change URLRequest to use a ref-counted buffer for actual IO. by [email protected] · 16 years ago
  23. e993abfe revert r8603 by [email protected] · 16 years ago
  24. 1f8859a Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting will prevent the deletion / reuse of memorywhile the buffer is actually being used by pending IO.This seems a very intrusive change, but at least we will be ableto make sure that it works without having to chase every singledestruction of an URLRequest to make sure that any pending IOwas cancelled, and also allows us to avoid blocking onthe object destruction.BUG=5325 by [email protected] · 16 years ago
  25. e3c404b New attempt at landing the resource_dispatcher_host.cc splitting (broke the build on Friday). by [email protected] · 16 years ago
  26. 932b32a Reverting my CL to fix build bustage. by [email protected] · 16 years ago
  27. fe54944 This CL moves the different resource handlers from resource_dispatcher_host.cc into their own files, into a new renderer_host directory. by [email protected] · 16 years ago