summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+3
* Remove dependency on ResourceMessageFilter in Chrome.jam@chromium.org2012-01-263-9/+5
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+4
* Improve BufferedResourceHandler to properly support a next_handler_ thatdarin@chromium.org2012-01-251-1/+1
* Remove the default plugin.bauerb@chromium.org2012-01-242-33/+4
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-183-7/+7
* Hide BrowsingInstance from all but SiteInstance, as intended by design.joi@chromium.org2012-01-181-3/+2
* Fix plug-in selection logic when the default plug-in is disabled.bauerb@chromium.org2012-01-173-71/+274
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
* Make OfflineLoadPage not refer directly to OfflineResourceHandler.darin@chromium.org2012-01-142-34/+37
* Switch to using base::Callback for DisplayBlockingPage. It was already a bitdarin@chromium.org2012-01-132-11/+14
* Substitute ResourceHandlers with dummy ResourceHandler while request is trans...battre@chromium.org2012-01-131-2/+1
* Move ResourceDispatcherHostLoginDelegate to content\public\browser where it b...jam@chromium.org2012-01-112-18/+9
* Don't use the default plug-in if it's disabled.bauerb@chromium.org2012-01-091-2/+4
* [Mac] Implement revised history navigation gesture UI for Lion.rsesek@chromium.org2012-01-041-9/+9
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+4
* Remove unused 'in_complete' parameter.darin@chromium.org2012-01-032-7/+5
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-4/+5
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-282-1/+5
* Simple change to simplify TransportSecurityState.palmer@chromium.org2011-12-271-2/+1
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-8/+6
* Lion: Make history swipes easier to cancel.thakis@chromium.org2011-12-231-2/+15
* Always send a reply to nacl launch requests.brettw@chromium.org2011-12-211-1/+6
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-211-2/+5
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-162-8/+8
* Move CrossesExtensionExtents logic into a shared location.mpcomplete@chromium.org2011-12-141-38/+4
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-132-2/+3
* Remove Hunspell on OS X - step 2jeremy@chromium.org2011-12-121-5/+5
* Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-4/+0
* Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-0/+4
* Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-4/+0
* Add support for content::Referrer to prerenderjochen@chromium.org2011-12-062-3/+3
* Make the transfer request code path use full referrersjochen@chromium.org2011-12-051-5/+7
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-2/+4
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-036-2/+264
* Update includes to new header locations.abarth@chromium.org2011-12-031-1/+1
* Collect profiler stats from all browser child processes.rtenneti@chromium.org2011-12-012-21/+0
* Restrict access to permissions based on extension types.jstritar@chromium.org2011-12-011-0/+1
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-2/+2
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-302-34/+35
* Move some TOUCH_UI => USE_VIRTUAL_KEYBOARD.bryeung@chromium.org2011-11-291-4/+4
* net: make interstitials fatal for pinned sitesagl@chromium.org2011-11-291-4/+3
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-253-8/+8
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-246-19/+21
* Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that...jam@chromium.org2011-11-232-4/+3
* Make RenderViewHostObserver interface not use a struct from view_messages.hjam@chromium.org2011-11-222-5/+2
* DevTools: remove obsolete methods from DevToolsClientHostyurys@chromium.org2011-11-221-3/+3
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-3/+4