- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 0dc72bbe Minor cleanup, factor out a bit of duplicate code in BufferedResourceHandler. by [email protected] · 15 years ago
- afd832c Make all of the methods of ResourceHandler pure virtual. by [email protected] · 15 years ago
- 7f2e792e Revert 33344 - Relocate plugin list fetching to PluginService by [email protected] · 16 years ago
- 90d4137 Relocate plugin list fetching to PluginService by [email protected] · 16 years ago
- 84bbb2b5 Eighth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
- 5658a60 Use ChromeThread::DeleteOnIOThread in a few places where an object must be deleted on a certain thread. by [email protected] · 16 years ago
- 6fad263 Third patch in getting rid of caching MessageLoop pointers and always using ChromeThread instead. by [email protected] · 16 years ago
- f7a015e Fix reliability bot crashes after moving plugin loading to file thread. by [email protected] · 16 years ago
- 35fa6a2 Ensure we don't load plugins on the IO thread. by [email protected] · 16 years ago
- a4099636 Reverting 23420. It caused a reliability regression. by [email protected] · 16 years ago
- c2c901b Ensure we don't load plugins on the IO thread. by [email protected] · 16 years ago
- ba0ad5c Revert 23064 - Ensure we don't load plugins on the IO thread by [email protected] · 16 years ago
- 1de6f2bf Ensure we don't load plugins on the IO thread by [email protected] · 16 years ago
- 6568a9e3 Add plumbing for allowing the renderer to intercept and cancel redirects before by [email protected] · 16 years ago
- 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
- 7c825a4 Revert change 11197 because it created 138 new layout tests failures. by [email protected] · 16 years ago
- 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
- c5afdbd Reverting 11179. by [email protected] · 16 years ago
- 88e7d56 This CL adds a way to specify the security info when canceling a URLRequest. by [email protected] · 16 years ago
- 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
- 9dea9e1f Change URLRequest to use a ref-counted buffer for actual IO. by [email protected] · 16 years ago
- e993abfe revert r8603 by [email protected] · 16 years ago
- 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
- e3c404b New attempt at landing the resource_dispatcher_host.cc splitting (broke the build on Friday). by [email protected] · 16 years ago
- 932b32a Reverting my CL to fix build bustage. by [email protected] · 16 years ago
- 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