summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* Resubmitting change r17491 that was reverted because of a memory leak.sverrir@google.com2009-06-031-9/+4
* Revert "Refactor print functionality in RenderView..."willchan@chromium.org2009-06-031-4/+9
* Refactor print functionality in RenderView. Moved most of the print function...sverrir@google.com2009-06-031-9/+4
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-031-0/+2
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-231-0/+1
* Move ExtraData from WebRequest to WebDataSource.darin@chromium.org2009-05-211-0/+8
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-1/+1
* Only send SelectionChanged events when the selection has actually changed.estade@chromium.org2009-05-181-0/+3
* Re-do r15244 again.darin@chromium.org2009-05-131-10/+1
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-0/+8
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-131-1/+10
* Re-do r15244 again.darin@chromium.org2009-05-131-10/+1
* Add Automatic spell correction support in Chrome.sidchat@google.com2009-05-121-0/+2
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-4/+8
* 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