summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
...
* Relanding a previous CL (I fixed the ChromeOS build):jcivelli@chromium.org2010-08-231-0/+2
* Clean up the way top level navigations are handled in ChromeFrame and reporte...ananta@chromium.org2010-08-231-3/+0
* Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState.levin@chromium.org2010-08-231-1/+3
* Revert 57094 - Making window.focus()/blur() work only when there is a user ge...jcivelli@chromium.org2010-08-231-2/+0
* Making window.focus()/blur() work only when there is a user gesture.jcivelli@chromium.org2010-08-231-0/+2
* Add 1st cut of IPC plumbing code for FileSystem API's openFileSystemkinuko@chromium.org2010-08-211-0/+16
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-4/+1
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-0/+2
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-191-1/+5
* Plumb the find progress's "we're done" value to the browser.avi@chromium.org2010-08-131-4/+0
* remove toolstripserikkay@chromium.org2010-08-121-5/+1
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-2/+1
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-1/+2
* Moving the autofill code from WebKit EditorClientImpl to Chromium.jcivelli@google.com2010-08-121-2/+8
* AutoFill: Release the cached frame when we receive the frameDestroyed() messagejhawkins@chromium.org2010-08-111-0/+1
* Chromium plumbing for Device Orientation.hans@chromium.org2010-08-111-0/+5
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-091-1/+3
* Revert 55227 - Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-3/+1
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-1/+3
* Block non-sandboxed plugins.bauerb@chromium.org2010-08-051-5/+14
* Adds chromium side plumbing to pass speech input calls back and forth with We...satish@chromium.org2010-08-041-0/+8
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-1/+2
* Add "Load all plugins on this page" button to blocked plugins bubble if click...bauerb@chromium.org2010-08-031-0/+1
* Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.bauerb@chromium.org2010-08-031-2/+2
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-281-0/+1
* Move click-to-play behind the --enable-click-to-play switch.bauerb@chromium.org2010-07-281-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-261-13/+13
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-24/+18
* Don't try to block a disabled plugin.bauerb@chromium.org2010-07-261-1/+3
* This CL creates a new class AutofillHelper that factors out the autofill rela...jcivelli@google.com2010-07-221-47/+5
* Few TranslateManager changes:jcivelli@chromium.org2010-07-221-3/+0
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-191-1/+11
* Implement IsSearchProviderInstalled and a test for it.levin@chromium.org2010-07-171-0/+4
* Separate the PasswordManagerDelegate out of PasswordManager.erg@chromium.org2010-07-161-1/+1
* AutoFill: Use unique IDs to identify the profile or credit card to fill.jhawkins@chromium.org2010-07-161-9/+9
* First step in moving the password autocomplete code from the WebKit APIjcivelli@google.com2010-07-141-0/+14
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-121-0/+6
* Header cleanup: SkBitmap and other unnecessary includes.erg@chromium.org2010-07-121-1/+1
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-081-1/+2
* Autocomplete and AutoFill entries are shown combined in the suggestions popup.dhollowa@chromium.org2010-07-071-2/+5
* Revert some changes I accidentally checked in in revision 50597. This was anbrettw@chromium.org2010-07-011-2/+0
* AutoFill fills only clicked field when form was filled prior.dhollowa@chromium.org2010-06-301-0/+1
* Improve input method support.suzhe@chromium.org2010-06-231-1/+0
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-0/+2
* 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