summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-4547/+0
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-81/+167
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-091-1/+1
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-081-2/+11
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-32/+20
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-081-0/+3
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-071-7/+0
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-071-0/+4
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-071-4/+9
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-071-18/+11
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-1/+1
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-24/+22
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-3/+3
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-061-7/+13
* Refactor return message into webkit_glue (make include-friendly).gbillock@chromium.org2011-10-051-10/+0
* Add a second line of defense for receiving a bad message in the renderer.creis@chromium.org2011-10-041-1/+9
* Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ...jam@chromium.org2011-10-041-3/+1
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-041-2/+3
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-041-0/+51
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-041-1/+2
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-031-1/+2
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-1/+2
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-031-0/+5
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-301-1/+1
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-291-252/+11
* DevTools: Use link doctor for failed provisional load when DevTools are opened.vsevik@chromium.org2011-09-231-15/+4
* Don't depend on the embedder creating a plugin. That way embedders can always...jam@chromium.org2011-09-231-2/+7
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-3/+3
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-221-0/+15
* Add routing id and notification type to accessibility logging.dtseng@chromium.org2011-09-211-2/+4
* Update Chrome to use new context notification APIs from WebKit.aa@chromium.org2011-09-211-12/+12
* Rename WebIntentData for backend storage to WebIntentServiceData.gbillock@chromium.org2011-09-211-2/+6
* Move sending of the following IPC messages out of Chrome\renderer.ananta@chromium.org2011-09-191-6/+22
* Add notification of virtual keyboard hide/show and change varunjain@chromium.org2011-09-161-6/+4
* Add messages/handlers for the invocation sequence. Copy from geolocation_disp...gbillock@chromium.org2011-09-161-0/+11
* Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...ananta@chromium.org2011-09-131-0/+4
* Move TextInputClient from chrome to content.avi@chromium.org2011-09-121-0/+4
* Disable keyboard input in flash for touch uipenghuang@chromium.org2011-09-071-0/+6
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+2
* Revert 99810 - Get the rest of the chrome target to build (but not link) with...ben@chromium.org2011-09-061-2/+1
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+2
* Revert 98946 - New windows opened in javascript with target = "_blank" shouldatwilson@chromium.org2011-09-021-0/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-3/+4
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-4/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-3/+4
* Add a big grab bag of missing web accessibilitydmazzoni@chromium.org2011-09-011-17/+48
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-36/+0