summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow up on http://codereview.chromium.org/1552002bulach@chromium.org2010-04-011-1/+0
* Send top level link click navigation to ChromeFrame always. The current imple...ananta@chromium.org2010-03-311-16/+35
* Follow up on https://bugs.webkit.org/show_bug.cgi?id=36535bulach@chromium.org2010-03-311-1/+2
* Page Cycler Intl2 perf regression.hayato@chromium.org2010-03-311-22/+21
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-311-0/+15
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-311-15/+0
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-311-0/+15
* AutoFill: Send the forms cached in the FormManager to the AutoFillManager onjhawkins@chromium.org2010-03-311-21/+22
* Remove packet split experiment, and add coalescing histogramjar@chromium.org2010-03-311-39/+0
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-2/+2
* Follow the latest rename for the WebFrameClient interface to do site-isolatio...johnnyg@chromium.org2010-03-301-5/+5
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-301-28/+85
* Add UMA counters for non-frame cross site requests.japhet@chromium.org2010-03-301-0/+73
* Change interface for site-isolation logging from WebKit in advance of landing...johnnyg@chromium.org2010-03-301-1/+2
* Added --enable-video-logging, which will log the presentation timestamp of vi...scherkus@chromium.org2010-03-301-1/+3