summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Disallow display of multiple experimental.extension.popup(...) windows.ericdingle@google.com2010-05-061-1/+2
* The app launcher had a height of zero as it was not getting preferred size up...jcivelli@google.com2010-05-061-5/+5
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-061-46/+9
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-061-7/+7
* AutoFill: Fix a renderer crash by resetting the form cache when each WebFramejhawkins@chromium.org2010-05-061-0/+2
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-4/+6
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-051-4/+4
* Make the app launcher bubble fit its contents.jcivelli@google.com2010-05-051-18/+14
* Revert 46394 - Detect login password on sites with an onSubmit handler that c...snej@chromium.org2010-05-041-29/+2
* Detect login password on sites with an onSubmit handler that clears itsnej@chromium.org2010-05-041-2/+29
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-2/+1
* Site isolation metrics: Sniff the actual type of cross origin text/html japhet@chromium.org2010-05-041-71/+9
* Hide the select popup when the browser is moved or resized. jcivelli@chromium.org2010-05-031-2/+2
* Revert "Clean-up of the asynchronous behaviour of the experimental extension ...phajdan.jr@chromium.org2010-05-011-2/+1
* Clean-up of the asynchronous behaviour of the experimental extension popup API. twiz@chromium.org2010-04-301-1/+2
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-281-4/+18
* Fix password mgr heuristics for sites that keep the login form around after s...snej@chromium.org2010-04-281-10/+19
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-271-0/+10
* Add support for new webkit capability allowing us to updatedavemoore@chromium.org2010-04-271-0/+9
* RenderView::UpdateTargetURL should not look at GURL::spec().dglazkov@chromium.org2010-04-261-1/+1
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-18/+15
* Implement app process model isolation.mpcomplete@chromium.org2010-04-221-2/+22
* Translate now supports translating pages for which wejcivelli@google.com2010-04-201-2/+5
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-201-22/+0
* Check for file/ftp directory listings before applying settings.jochen@chromium.org2010-04-151-26/+37
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-2/+3
* Remove obsolete dragging functions.estade@chromium.org2010-04-151-5/+0
* AutoFill: Two renderer-side fixes.jhawkins@chromium.org2010-04-141-1/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-2/+3
* AutoFill: Use FormManager::LabelForElement to set the field label when queryingjhawkins@chromium.org2010-04-141-0/+6
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-3/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-2/+3
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-3/+2
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-2/+3
* AutoFill: Use FormManager::WebFormControlElementToFormField directly instead ofjhawkins@chromium.org2010-04-121-13/+4
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+6
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-0/+11
* AutoFill: Delay sending the form field values to the AutoFillManager until th...jhawkins@chromium.org2010-04-091-2/+2
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-091-4/+4
* Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusteddspringer@google.com2010-04-081-1/+1
* Fix Darin's review comment for the plugin blocker fix.cevans@chromium.org2010-04-081-5/+4
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-4/+4
* Fix plugin (and other) block settings for windows opened simply withcevans@chromium.org2010-04-071-1/+7
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-061-33/+7
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-4/+18
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-3/+15
* Mac: Make image dragging 162.4% more awesome.thakis@chromium.org2010-04-051-2/+3
* Remove an erroneous debugging printf.jhawkins@chromium.org2010-04-051-1/+0
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-031-23/+17
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-1/+6