summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ViewMsg_FormFill and the underlying implementation FillForm which are ...jhawkins@chromium.org2010-02-241-4/+0
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-0/+19
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-181-10/+29
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-171-0/+9
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-111-9/+0
* Rename RenderViewHost::FormFieldHistorySuggestionsReturned to the more accura...jhawkins@chromium.org2010-02-111-2/+2
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-10/+0
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-091-0/+9
* Let renderer notify browser if content gets blocked.thakis@chromium.org2010-02-031-0/+8
* Add the capability to translate an already translated page tojcampan@chromium.org2010-02-021-4/+0
* Send a message to the renderers when content settings change.thakis@chromium.org2010-02-021-0/+5
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-011-0/+12
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-12/+0
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-311-0/+12
* Implemented the undo translation in the renderer. jcampan@chromium.org2010-01-301-0/+4
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-291-0/+7
* Added a "Reload Frame" command to context menu of a frame in the html page.erg@google.com2010-01-281-0/+4
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-261-5/+3
* One more attempt at landing this CL.jcampan@chromium.org2010-01-211-16/+4
* Revert an old change where I added a bunch of CHECKs to track down a crash.mpcomplete@chromium.org2010-01-201-28/+0
* Revert 36589 - Still failing the reliability tests.jcampan@chromium.org2010-01-201-4/+16
* Another try at landing this.jcampan@chromium.org2010-01-201-16/+4
* Moving the page contents message processing to the RenderViewHost.jcampan@chromium.org2010-01-181-0/+11
* Revert 36442 - Still causing test failuresjcampan@chromium.org2010-01-161-13/+14
* 4th attempt at landing this.jcampan@chromium.org2010-01-161-14/+13
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-0/+15
* Revert 36362 - It breaks NACLTests and Chrome Frame Testsjcampan@chromium.org2010-01-151-13/+14
* 3rd attempt at landing the language detection on page load.jcampan@chromium.org2010-01-151-14/+13
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-6/+12
* Moving the CLD code to the renderer so it runs sanboxed.jcampan@chromium.org2010-01-121-19/+9
* If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...skerner@chromium.org2010-01-111-0/+12
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-111-0/+4
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-11/+24
* Relanding the language detection code.jcampan@chromium.org2010-01-071-24/+11
* Merging a newer version of the CLD code.jcampan@chromium.org2010-01-071-1/+1
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-171-11/+24
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-161-24/+11
* re-apply r34183estade@chromium.org2009-12-101-2/+3
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-9/+6
* rollback r34183estade@chromium.org2009-12-091-3/+2
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-091-2/+3
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-091-4/+8
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-9/+0
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-0/+9
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-4/+0
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-2/+4
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-071-10/+49
* Correctly route the notifications permission-request-complete callback to the...johnnyg@chromium.org2009-11-061-1/+2