summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_glue.cc
Commit message (Expand)AuthorAgeFilesLines
* Add chrome.benchmark routines to clear the host and predictor caches.tonyg@chromium.org2011-03-281-0/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-0/+1
* Move the renderer_web* files to content.jam@chromium.org2011-03-181-1/+1
* Move all the message files in chrome that belong in content.jam@chromium.org2011-03-161-1/+1
* Move plugin code to content.jam@chromium.org2011-03-161-1/+1
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-161-9/+7
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-6/+9
* Revert r78134+r78136dcheng@chromium.org2011-03-151-9/+6
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-151-6/+9
* Remove Gears from Chrome.aa@chromium.org2011-03-111-1/+1
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-9/+10
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-071-8/+0
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-071-9/+0
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-041-0/+9
* Update benchmarking clearCache routine to be able to preserve sslhostinfo:mbelshe@chromium.org2011-02-151-2/+2
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-101-14/+15
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-1/+2
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-2/+1
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-1/+2
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-2/+1
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-1/+2
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+2
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-2/+1
* Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API viaabarth@chromium.org2010-12-171-0/+29
* Add UMA stats for saving/printing PDFs (the printing will be done through the...jam@chromium.org2010-10-301-0/+5
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-3/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-45/+0
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-1/+2
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-4/+3
* Enable/Disable Spdy in benchmarking.lzheng@chromium.org2010-08-191-0/+4
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-7/+6
* Pepper v2 Font API browser implementation.jam@chromium.org2010-07-091-0/+16
* Implement new Chromium IPCs for copying/dragging.dcheng@chromium.org2010-07-071-0/+25
* Show a warning message if the cache might not be cleared between runs.mlloyd@chromium.org2010-07-021-0/+5
* Revert 51042 - Show a warning message if the cache might not be cleared corre...sky@chromium.org2010-06-281-5/+0
* Show a warning message if the cache might not be cleared correctly between runs.mlloyd@chromium.org2010-06-281-0/+5
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Actually clear the disk cache, and keep it enabled, between benchmark runs.mlloyd@chromium.org2010-06-051-0/+4
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-0/+12
* Linux: open shared memory in browser rather than renderer (like on mac).estade@chromium.org2010-04-101-4/+4
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* POSIX: Use Shared Mem transport to copy images.jeremy@chromium.org2010-01-271-17/+36