summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 98716 - Enable Fixed Layout Mode on TOUCH_UI.jam@chromium.org2011-08-311-20/+0
* New windows opened in javascript with target = "_blank" shouldshinyak@google.com2011-08-311-2/+0
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-19/+21
* Enable Fixed Layout Mode on TOUCH_UI.fsamuel@chromium.org2011-08-291-0/+20
* Use the request's URL rather than the document's when deciding to swap.creis@chromium.org2011-08-261-2/+5
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-251-2/+1
* Fullscreen JS API implementation.koz@chromium.org2011-08-251-1/+14
* Correctly report scaling factor in wrench menufsamuel@chromium.org2011-08-241-2/+7
* Do not ignore notifications that come before a LoadComplete.dtseng@chromium.org2011-08-241-5/+8
* Moved the handling of the IPC message ViewMsg_EnableViewSourceMode to content...ananta@chromium.org2011-08-221-0/+11
* Update selection handles to keep them in sync with the webpage.varunjain@chromium.org2011-08-201-35/+32
* Move the RequestExtraData structure to content/, where we can modify it more ...pkasting@chromium.org2011-08-201-1/+1
* Keep normal popups opened from same-origin iframes in an extension process.creis@chromium.org2011-08-181-1/+3
* Add startActivity message processing chromium-side.gbillock@chromium.org2011-08-181-0/+8
* [Mac] Kill browser-side rubberband gutter painting.asvitkine@chromium.org2011-08-171-5/+0