summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-241-32/+0
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-0/+8
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-3/+3
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-221-0/+1
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+2
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-3/+3
* Use webtextinput to insert text for middle-click paste.estade@chromium.org2009-04-211-1/+4
* - Add a new time marker for loadtimes, the time of the first layoutdavemoore@chromium.org2009-04-211-83/+27
* Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACKmpcomplete@google.com2009-04-171-1/+5
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-13/+0
* Prevent Plugin Channel Host from dropping reply messages while plugins are di...pfeldman@chromium.org2009-04-171-0/+3
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-161-100/+5
* Add a hack to enable cross-origin XHR for all pages with a "chrome-extension"mpcomplete@google.com2009-04-151-0/+3
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-2/+0
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-141-0/+2
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-141-2/+0
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-4/+3
* Make sure we can handle favicons that are provided as data: URLsarv@chromium.org2009-04-111-1/+27
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-5/+8
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-8/+15
* Reverting 13419.pfeldman@chromium.org2009-04-091-13/+7
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-7/+13
* rebase and more minor changes.aa@chromium.org2009-04-091-2/+2
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-091-8/+2
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-1/+7
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-5/+2
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-2/+5
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-081-1/+5
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-19/+24
* Review URL: http://codereview.chromium.org/63070senorblanco@chromium.org2009-04-071-3/+0
* Remove asserts in RenderView for audio mesageshclam@chromium.org2009-04-071-4/+3
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-13/+21
* 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-8/+9
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-0/+13
* Remove a DCHECK in RenderView::CloseAudioStreamhclam@chromium.org2009-04-031-5/+7
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-2/+133
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-10/+0
* Copy selection to x clipboard.estade@chromium.org2009-04-021-0/+22
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-0/+9
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-7/+5
* Fix a problem with clipping when printing almost all web pages.sverrir@chromium.org2009-03-311-2/+6
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-6/+8
* * Breakpad on OSX now works with stock Breakpad framwork.jeremy@chromium.org2009-03-301-13/+2
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-1/+0
* Fix build in release mode.tc@google.com2009-03-271-1/+2
* Move message flags into a separate header that can be usedtc@google.com2009-03-271-28/+4
* Minor tweaks to get chrome-ui://extensions working on the Mac.jrg@chromium.org2009-03-261-6/+0
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+15
* Removed unused parameter.darin@chromium.org2009-03-241-3/+2