summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_glue.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-231-2/+4
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-081-3/+1
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-2/+2
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-071-1/+3
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-7/+0
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-281-2/+3
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-7/+6
* Check return value of SharedMemory::Createagl@chromium.org2009-03-181-3/+3
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-3/+5
* Get rid of stashing a frame pointer with ResourceRequest and just store the r...jam@chromium.org2009-03-161-18/+3
* Temp fix for reliablity crashes.jam@chromium.org2009-03-131-0/+3
* Implement WebSandboxSupport.darin@chromium.org2009-03-121-8/+0
* Switch to using one ResourceDispatcher per render process, and move it to Chi...jam@chromium.org2009-03-121-21/+7
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-11/+1
* Reland r11118.darin@chromium.org2009-03-061-14/+0
* Revert r11118 :(darin@chromium.org2009-03-061-0/+14
* More WebKit API action (chromium side)darin@chromium.org2009-03-061-14/+0
* Revert r10974 since it didn't change performance on the page cyclers.darin@chromium.org2009-03-051-11/+0
* Temporarily disable cookie codepaths that use WebKitClient to analyzedarin@chromium.org2009-03-051-0/+11
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-2/+2
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-19/+10
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-41/+0
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-261-8/+7
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-29/+19
* Reverting 10080.jam@chromium.org2009-02-201-19/+29
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-29/+19
* Bitmap transportagl@chromium.org2009-02-201-2/+4
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-3/+3
* Remove VisitedLink NOTIMPLEMENTED() now that history is fixed.evan@chromium.org2009-02-121-10/+0
* janitorial: browser_render_process_host header/lint cleanup. (try 2)thestig@chromium.org2009-02-111-3/+4
* Reverting 9594.thestig@chromium.org2009-02-111-4/+3
* janitorial: clean up unnecessary includes in src/chrome/renderer.thestig@chromium.org2009-02-111-3/+4
* Media player availability now determined by SetMediaPlayerAvailable.scherkus@chromium.org2009-02-111-2/+9
* POSIX: add missing NOTIMPLEMENTEDagl@chromium.org2009-02-101-0/+1
* POSIX: fix renderer crashagl@chromium.org2009-02-101-0/+9
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Add a linux stub implementation for resource_bundle.tc@google.com2009-02-041-7/+1
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-0/+10
* Add a stub IsPluginProcess so there are less #if defined(OS_WIN) in the code.tc@google.com2009-01-301-15/+0
* Fix our link madness on linux. We now properly linktc@google.com2009-01-291-5/+37
* Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.glen@chromium.org2009-01-291-1/+1
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-6/+1
* POSIX: get bits of renderer_glue compilingagl@chromium.org2009-01-231-20/+35
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* Make the global render thread object a regular global object rather than abrettw@google.com2008-12-181-20/+18
* Bridge out media player from MediaPlayerPrivate.hclam@chromium.org2008-12-181-0/+6
* Implement visited link coloring.brettw@google.com2008-12-131-0/+9
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-1/+1
* Reupload of 12418glen@chromium.org2008-12-071-2/+2
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+2