summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gview_request_interceptor.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-4/+5
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-6/+5
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-211-1/+3
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* Restricting set of URL requests that get intercepted to gview to GET methods ...tbarzic@chromium.org2011-10-311-3/+20
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-121-3/+3
* Use PluginPrefs to find out whether the PDF plugin is enabled in GViewRequest...bauerb@chromium.org2011-09-021-9/+25
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-2/+2
* Cleanup: Remove old webkit/glue/plugins/plugin_list.hthestig@chromium.org2011-08-121-1/+1
* Fix chromeos compile.bauerb@chromium.org2011-07-291-2/+0
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-291-0/+2
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-261-15/+13
* Revert 86802 - Remove ProtocolFactory/Interceptor uses in GViewRequestInterce...willchan@chromium.org2011-05-261-13/+15
* Remove ProtocolFactory/Interceptor uses in GViewRequestInterceptor.willchan@chromium.org2011-05-261-15/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-241-1/+1
* Fix ChromeOS build by adding new namespaces.brettw@chromium.org2010-12-211-1/+2
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-1/+1
* Revert 69763 - Fix ChromeOS build.brettw@chromium.org2010-12-201-1/+1
* Fix ChromeOS build.brettw@chromium.org2010-12-201-1/+1
* net: Add namespace net to more files. Part 2.tfarina@chromium.org2010-12-201-2/+2
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+1
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+2
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+7
* Google codestyle prescribes sorting #include filenames within a section.dilmah@chromium.org2010-09-161-2/+2
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* ChromeOS PDF handling: if the built-in PDF viewer plug-in is active, don't in...scottbyer@chromium.org2010-07-161-1/+20
* Move chromeos code to namespace chromeos.chocobo@google.com2009-10-301-0/+3
* Intercept HTTP requests for documents that GView is capable of displaying (suchdavemoore@chromium.org2009-09-041-0/+63