summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-1/+2
* Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir...jam@chromium.org2010-12-309-315/+105
* fix about:memory and memory histogramserikkay@chromium.org2010-12-281-3/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2410-18/+24
* Create the DownloadItem earlier in the download process.ahendrickson@chromium.org2010-12-231-1/+1
* Mac: Don't hang gpu process if a tab that shares its renderer process with ot...thakis@chromium.org2010-12-221-2/+43
* Add stats for figuring out how often we kill processes because of malformed I...jam@chromium.org2010-12-229-36/+45
* Add support for safebrowsing download protection. It is currently under flag ...lzheng@chromium.org2010-12-222-2/+92
* Move unix domain socket support out of base and into chrome common. This is notbrettw@chromium.org2010-12-221-5/+4
* GtkKeyBindingsTest.* do not fail anymore.suzhe@google.com2010-12-221-6/+3
* Added missing virtual destructors to some classes.pastarmovj@chromium.org2010-12-222-1/+11
* Mac: Add a comment to make me understand some code betterthakis@chromium.org2010-12-221-0/+11
* Remove all CHECK() in gtk_key_bindings_handler_unittest.ccsuzhe@google.com2010-12-221-6/+1
* GtkKeyBindingsTest.* fail on Linux bots with chroot.suzhe@google.com2010-12-221-3/+3
* Add more CHECK() to help debug issue 60363.suzhe@google.com2010-12-221-0/+5
* Include scoped_gdi_object.h where necessary.tfarina@chromium.org2010-12-221-2/+3
* Add a CHECK() to verify the existence of necessary data file.suzhe@google.com2010-12-221-0/+3
* [Linux] Make reserved accelerators non-blockable unless they conflict with ed...suzhe@google.com2010-12-211-0/+5
* Refactor mac printing workflow.kmadhusu@chromium.org2010-12-212-13/+29
* Block outdated plugins by default.bauerb@chromium.org2010-12-211-2/+1
* Create a message filter for message port and worker messages. This allows a ...jam@chromium.org2010-12-218-270/+135
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-2119-60/+78
* (Re-landing http://codereview.chromium.org/5991003 after Chromium OSkbr@chromium.org2010-12-211-4/+13
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-2119-78/+60
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-2019-60/+78
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-2019-78/+60
* Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...chase@chromium.org2010-12-201-10/+1
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-2019-60/+78
* Added group policy for disabling all client-side 3D APIs in Chromiumkbr@chromium.org2010-12-201-1/+10
* touchui: Make sure the textfield isn't obscured by the keyboard.sadrul@chromium.org2010-12-202-0/+7
* Disable RenderViewHostManagerTest.DontSwapProcessWithOnlyTargetBlankphajdan.jr@chromium.org2010-12-201-1/+2
* Add URLRequestContextOverride in SocketStreamDispatcherHostukai@chromium.org2010-12-205-9/+41
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-1/+0
* Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...thestig@chromium.org2010-12-171-5/+3
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-9/+0
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-2/+2
* Plumbing load progress notifications to the TabContents.jcivelli@chromium.org2010-12-161-2/+2
* Change the "Disable outdated plug-ins" lab to block them instead.bauerb@chromium.org2010-12-164-8/+8
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-163-5/+5
* Attempt to fix the Save link crash which started occuring since the change to...ananta@chromium.org2010-12-164-11/+12
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-1515-512/+446
* Make PepperFileMessageFilter be a BrowserMessageFilter.jam@chromium.org2010-12-152-113/+30
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-152-5/+5
* Keep deinlining stuff.erg@google.com2010-12-152-5/+14
* Plumbing load progress notifications to the browser.jcivelli@chromium.org2010-12-153-0/+12
* Remove unnecessary header inclusion from chrome/browser/render_host/render_me...jknotten@chromium.org2010-12-151-1/+0
* Make SocketStreamDispatcherHost a BrowserMessageFilter.jam@chromium.org2010-12-157-186/+61
* seccomp: remove build-time flagsevan@chromium.org2010-12-151-3/+0
* Store HostContentSettingsMap separately from the profile in ResourceMessageFi...bauerb@chromium.org2010-12-152-5/+13