summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_view_host.h
Commit message (Expand)AuthorAgeFilesLines
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+7
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-0/+1
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-0/+3
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-081-7/+9
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-081-0/+5
* Add a bunch of CHECKs to RenderViewHost trying to track down a crash.mpcomplete@chromium.org2009-07-061-1/+10
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-061-0/+1
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-28/+3
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-011-0/+5
* Remove dependency on NavigationEntry from RenderViewHost. The code forbrettw@chromium.org2009-06-261-27/+21
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-6/+0
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-23/+0
* Re-land r18853jeremy@chromium.org2009-06-231-0/+2
* back out r18853jeremy@chromium.org2009-06-191-2/+0
* This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.jeremy@chromium.org2009-06-191-0/+2
* TBR: Fix Toolstrips sometimes show scrollbars as renderingaa@chromium.org2009-06-191-0/+1
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-1/+3
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+1
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-1/+2
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-1/+0
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-3/+4
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+1
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-0/+2
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-031-0/+1
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-281-1/+1
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-0/+1
* Forward simplified mouse events to the RenderViewHostDelegate::View so that i...erikkay@google.com2009-05-181-0/+1
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+4
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-1/+1
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-2/+5
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-071-0/+5
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2
* Don't start the throbber when loading javascript URLs. This fixes abrettw@chromium.org2009-05-051-1/+4
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-1/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+5
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-0/+1
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-2/+2
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-12/+7
* Pass the ExtensionID to the ExtensionFunctionDispatcher.finnur@chromium.org2009-04-241-1/+1
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-241-21/+0
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-6/+0
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-221-0/+6
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-6/+0
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-3/+2
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-091-2/+1
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-2/+5
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-12/+0
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-6/+4