summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete API handlers now that upstream changes to frame name plumbing...atwilson@chromium.org2010-06-171-4/+0
* Implement more of Flush properly. This adds support for waiting on the messagebrettw@chromium.org2010-06-161-3/+3
* Revert file accidentally in my previous checkin.brettw@chromium.org2010-06-141-3/+3
* Add some Linux make and scons files to the svn:ignore properties.brettw@chromium.org2010-06-141-3/+3
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-121-2/+9
* Convert page contents grabbing from wide to UTF16. The current code is a bitbrettw@chromium.org2010-06-111-3/+3
* Add enable-video-fullscreen switch.boliu@google.com2010-06-111-0/+3
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-101-3/+11
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-3/+2
* Reorganize more of render_view.h. This does the private functions and data I ...brettw@chromium.org2010-06-101-287/+306
* Clean up the RenderView header.brettw@chromium.org2010-06-101-398/+397
* Make the RenderView destructor private. Given the weird placement of this andbrettw@chromium.org2010-06-091-3/+3
* AutoFill: Preview form field values when the user changes the AutoFill dropdownjhawkins@chromium.org2010-06-021-0/+23
* Cleaning up the node focus notification.jcivelli@google.com2010-06-011-0/+1
* DevTools: inspector settings are now serialized into map, not a stringpfeldman@chromium.org2010-06-011-1/+2
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-281-3/+2
* Mac: Fix renderer idle cpu usage regression.thakis@chromium.org2010-05-241-1/+1
* Windows accessibility improvements: 1. All WebKit roles are now passed to thedmazzoni@chromium.org2010-05-211-0/+2
* Add code to engage new Pepper API behind a preprocessor macro.darin@chromium.org2010-05-131-0/+3
* Clean up old method signature of WebViewClient::createView.rafaelw@chromium.org2010-05-121-3/+0
* Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace().satish@chromium.org2010-05-121-1/+2
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-111-6/+4
* Revert 46842 - Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-101-4/+6
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-101-6/+4
* Allow stand-alone extension views (e.g. browser action pop-ups) to reload joi@chromium.org2010-05-071-5/+5
* Revert 46567 - Reimplement accessibility of web content by caching the entire zork@chromium.org2010-05-071-4/+6
* 2nd attempt: Detect login password on sites with an onSubmit handler that cle...snej@chromium.org2010-05-061-0/+2
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-061-6/+4
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-061-3/+3
* Revert 46394 - Detect login password on sites with an onSubmit handler that c...snej@chromium.org2010-05-041-2/+0
* Detect login password on sites with an onSubmit handler that clears itsnej@chromium.org2010-05-041-0/+2
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-281-0/+6
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-281-1/+2
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-0/+4
* Add support for new webkit capability allowing us to updatedavemoore@chromium.org2010-04-271-0/+1
* RenderView::UpdateTargetURL should not look at GURL::spec().dglazkov@chromium.org2010-04-261-0/+1
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-5/+5
* Translate now supports translating pages for which wejcivelli@google.com2010-04-201-0/+3
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-201-5/+0
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-1/+1
* Remove obsolete dragging functions.estade@chromium.org2010-04-151-3/+0
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-1/+2
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-2/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-1/+2
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-2/+1
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-1/+2
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+3
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-0/+4
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-091-3/+3
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-1/+1