summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_view_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-2/+2
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-0/+1
* Copy selection to x clipboard.estade@chromium.org2009-04-021-2/+3
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-0/+2
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-3/+5
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-4/+3
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+4
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+10
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-2/+6
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+2
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-0/+2
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-11/+0
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+1
* Reverting 11640.finnur@chromium.org2009-03-131-1/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+1
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+6
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-4/+4
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-1/+3
* Reverting 11002.brettw@chromium.org2009-03-051-3/+1
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-1/+3
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+1
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-7/+9
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-1/+1
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-0/+13
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-2/+1
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-0/+4
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+2
* Revert r10090, which was committed without proper review.darin@chromium.org2009-02-201-13/+1
* Add tab content type for developer tools UI.yurys@google.com2009-02-201-1/+13
* Prepare some files for porting:estade@chromium.org2009-02-181-2/+2
* Reverting 9944.yurys@google.com2009-02-181-19/+1
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-181-1/+19