summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* Implements keyboard events for RenderViewTest.This change implements a functi...hbono@chromium.org2009-05-111-0/+3
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Refactor media player to move away from webkit_gluehclam@chromium.org2009-05-071-1/+4
* Popup whitelisting checkpoint.pkasting@chromium.org2009-05-061-2/+2
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+4
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-051-1/+10
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-051-10/+1
* Various trivial clean-up bits:pkasting@chromium.org2009-05-051-5/+1
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-4/+0
* Revert r15244. Failed tests :(darin@chromium.org2009-05-041-1/+10
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-041-10/+1
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-1/+2
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-011-4/+0
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-291-6/+0
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-291-0/+6
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-291-6/+0
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-2/+0
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-1/+1
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-241-13/+0
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-1/+5
* Adds a keyboard-event test into RenderViewTest.hbono@chromium.org2009-04-231-0/+1
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-4/+0
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-161-32/+8
* Introduce printing test case (Step 1)hbono@chromium.org2009-04-161-0/+2
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-3/+2
* Make sure we can handle favicons that are provided as data: URLsarv@chromium.org2009-04-111-0/+3
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-1/+1
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-091-4/+0
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-1/+3
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-3/+6
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-0/+1
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-5/+6
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-1/+1
* DevTools: Split message handling on the agent side into the Renderer and IO h...pfeldman@chromium.org2009-04-061-1/+5
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-0/+3
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-2/+0
* Copy selection to x clipboard.estade@chromium.org2009-04-021-0/+10
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-0/+3
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-3/+2
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-4/+5
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+1
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+6
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-0/+8
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-231-4/+2
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+2
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-201-8/+11
* Remove code duplicated from webcore and use the common PrintContext facility.maruel@chromium.org2009-03-191-17/+3
* Reverting 11953.hbono@chromium.org2009-03-181-1/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+1