summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Remove PrerenderResourceThrottle and related infrastructure.cbentzel@chromium.org2012-04-101-7/+0
* Change the URL for the nacl process host to use an actual GURL instead of var...brettw@chromium.org2012-04-082-4/+5
* Don't build the task manager into Android builds.jgreenwald@chromium.org2012-04-061-0/+6
* Mac content shell: HTTP auth.avi@chromium.org2012-04-051-1/+1
* Add ExtensionSytem::Get(Profile*) as a wrapper aroundmpcomplete@chromium.org2012-04-051-10/+8
* Fix some uses of global variables in transient pages.mpcomplete@chromium.org2012-04-042-0/+43
* Report failures when opening an extension port to the caller.mpcomplete@chromium.org2012-04-022-3/+4
* Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...mpcomplete@chromium.org2012-04-022-7/+16
* Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...yoz@chromium.org2012-04-021-9/+16
* Remove dead code.cevans@chromium.org2012-03-301-44/+2
* Revert 129775 - Remove plug-in infobar experiment, basically a revert of the ...cevans@chromium.org2012-03-301-0/+39
* Remove plug-in infobar experiment, basically a revert of the revisions notedcevans@chromium.org2012-03-301-39/+0
* Centralize logic for checking whether prerendering is enabled.cbentzel@chromium.org2012-03-291-1/+1
* Revert 129322 - revert 128949 (and dependent 129252)bauerb@chromium.org2012-03-283-30/+67
* Revert 129359 - [Sync] [Mac] Tweak OneClickSigninDialog nibakalin@chromium.org2012-03-281-1/+1
* [Sync] [Mac] Tweak OneClickSigninDialog nibakalin@chromium.org2012-03-281-1/+1
* revert 128949 (and dependent 129252)thakis@chromium.org2012-03-283-67/+30
* Move |requires_authorization| flag and |update_url| for plug-ins out of webki...bauerb@chromium.org2012-03-263-30/+67
* Autodetect manifest when the NaCl loader is run with nacl-gdb.halyavin@google.com2012-03-241-1/+1
* The gaia header to trigger one-click signin needs to use a new name.rogerta@chromium.org2012-03-231-1/+1
* Fix memory leak when errors happens in NaClProcessHost::Launch. Allow Launch tohalyavin@google.com2012-03-221-6/+1
* Remove the NOTREACHED from a switch in chrome_render_view_host_observer.cc;kalman@chromium.org2012-03-221-3/+0
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-211-8/+15
* Revert 127391 - Convert app_bindings.js to the schema_generated_bindings.js i...kalman@chromium.org2012-03-181-15/+8
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-181-8/+15
* Get rid of render_process_host_browsertest.h dependency from chrome.jam@chromium.org2012-03-161-4/+19
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-4/+3
* Add enable_automation build switch.wangxianzhu@chromium.org2012-03-151-0/+6
* Fix extension event pages in incognito split mode.mpcomplete@chromium.org2012-03-131-1/+2
* Move PluginServiceFilter to content/public/browser.tfarina@chromium.org2012-03-132-3/+3
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-131-1/+2
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-125-23/+20
* Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...akalin@chromium.org2012-03-091-16/+9
* Revert 125811 - Convert app_bindings.js to the schema_generated_bindings.js i...akalin@chromium.org2012-03-091-15/+8
* Convert app_bindings.js to the schema_generated_bindings.js infrastructure.kalman@chromium.org2012-03-091-8/+15
* Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...yoz@chromium.org2012-03-091-9/+16
* Add ResourceRequestInfo.darin@chromium.org2012-03-073-29/+23
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-078-8/+18
* Split ContentBrowserClient::RenderViewHostCreatedagl@chromium.org2012-03-061-0/+6
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-067-19/+16
* Keep lazy background page alive while there are pending network requests ormpcomplete@chromium.org2012-03-061-1/+2
* Implement one click login.rogerta@chromium.org2012-03-051-0/+12
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-055-17/+21
* Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...vandebo@chromium.org2012-03-031-14/+7
* Take extensions out of Profile into a profile-keyed service, ExtensionSystem.yoz@chromium.org2012-03-031-7/+14
* Move closure_blocks_leopard_compat to base now that it's used by two modules.jam@chromium.org2012-03-011-1/+1
* Apply a rate limit on a per-plug-in basis to plug-in crashes.cevans@chromium.org2012-02-291-1/+2
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-272-9/+12
* Modify UserScriptListener to use ResourceThrottle instead of ResourceQueue an...darin@chromium.org2012-02-272-16/+30
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-233-3/+4