summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Move UserMetrics to content.michaeln@google.com2011-04-275-6/+6
* Eliminate double-get for prerendered pages.cbentzel@chromium.org2011-04-271-44/+67
* Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...aa@chromium.org2011-04-276-46/+2
* Moved mru_cache from content/common to base/memory.agayev@chromium.org2011-04-271-2/+3
* Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...acolwell@chromium.org2011-04-273-0/+45
* Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...aa@chromium.org2011-04-273-45/+0
* Add 1st cut of QuotaManager codekinuko@chromium.org2011-04-273-9/+109
* Enable quota API when enable-quota flag is given.kinuko@chromium.org2011-04-271-0/+1
* Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...aa@chromium.org2011-04-263-0/+45
* Remove weird dependency on extensions from webui.aa@chromium.org2011-04-263-45/+0
* Prerender-motivated requests at IDLE priority.dominich@chromium.org2011-04-262-3/+11
* Reland r79470 since the GPU code doesn't send sync messages to the UI thread ...jam@chromium.org2011-04-261-19/+2
* Prevent a NULL pointer crash in RedirectToFileResourceHandler::OnRequestClose...eroman@chromium.org2011-04-262-6/+21
* Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...jam@chromium.org2011-04-261-1/+1
* Get rid of spellcheck and malware messages in RenderViewHost/RenderWidgetHost.jam@chromium.org2011-04-264-35/+0
* Linux: include zlib.h properlyphajdan.jr@chromium.org2011-04-261-1/+6
* Move the synchronous GPU messages to the IO thread to avoid deadlock.jam@chromium.org2011-04-263-45/+24
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-4/+11
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-251-5/+4
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-253-16/+5
* Unittests for P2P TCP Sockets Host.sergeyu@chromium.org2011-04-258-85/+626
* Move visited link out of BrowsrProcessRenderHost.jam@chromium.org2011-04-247-166/+7
* Don't hold the installed app in BrowserProcessRenderHost, since that's in con...jam@chromium.org2011-04-232-20/+11
* Remove extension dependency from BrowserRenderProcessHost.jam@chromium.org2011-04-233-137/+2
* Revert 82771 - Unittests for P2P TCP Sockets Host.BUG=NoneTEST=UnittestsRevie...sergeyu@chromium.org2011-04-237-593/+85
* Unittests for P2P TCP Sockets Host.sergeyu@chromium.org2011-04-237-85/+593
* Move more GPU related files from content/common to content/common/gpu.apatrick@chromium.org2011-04-224-4/+4
* Add and use a base::i18n::StringWithDirection for carrying titles.evan@chromium.org2011-04-212-5/+10
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-212-75/+24
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-212-4/+24
* Fix P2PSocketDispatcherHost to distinguish sockets with the same socket_idsergeyu@chromium.org2011-04-212-20/+38
* Plumb direction of document title through IPC layer.evan@chromium.org2011-04-203-5/+11
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-201-0/+4
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-203-16/+18
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-202-22/+44
* Enable TCP sockets for P2P IPC.sergeyu@chromium.org2011-04-205-34/+36
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-12/+7
* Progress towards fixing 77536backer@chromium.org2011-04-198-6/+20
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-192-5/+28
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+2
* IPC host for TCP P2P sockets.sergeyu@chromium.org2011-04-1911-28/+605
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-197-3/+1553
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-1/+2
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-188-20/+6
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-181-8/+1
* Progress towards fixing 77536backer@chromium.org2011-04-188-6/+20
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-5/+5
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-182-10/+11
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-166-57/+51
* Cleanup: Move TabContent::PrintNow() out of src/content.thestig@chromium.org2011-04-152-9/+0