summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-171-2/+2
* Get rid of stashing a frame pointer with ResourceRequest and just store the r...jam@chromium.org2009-03-161-0/+3
* Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo...pfeldman@chromium.org2009-03-161-0/+3
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+4
* Reverting 11640.finnur@chromium.org2009-03-131-4/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+4
* Switch to using one ResourceDispatcher per render process, and move it to Chi...jam@chromium.org2009-03-121-9/+0
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-101-8/+0
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-1/+3
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-4/+5
* Reverting 11002.brettw@chromium.org2009-03-051-5/+4
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-4/+5
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+1
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-0/+1
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+1
* Implementation of AudioRendererHosthclam@chromium.org2009-02-271-1/+1
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-6/+9
* DevToolsAgent provides IPC access to the inspected page from developer tools.yurys@google.com2009-02-261-0/+14
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-0/+7
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+35
* Prepare some files for porting:estade@chromium.org2009-02-181-2/+2
* Reverting 9944.yurys@google.com2009-02-181-15/+0
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-181-0/+15
* Reverting 9855.maruel@chromium.org2009-02-161-15/+0