summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-096-35/+56
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-092-8/+16
* Reverting 13419.pfeldman@chromium.org2009-04-092-14/+7
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-092-7/+14
* rebase and more minor changes.aa@chromium.org2009-04-0912-101/+96
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-092-12/+2
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-084-8/+16
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-085-52/+31
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-085-31/+52
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-0811-186/+377
* Try one more time to check in http://codereview.chromium.org/60112aa@chromium.org2009-04-082-10/+31
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-083-6/+24
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-082-4/+1
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-073-24/+32
* Move loadtimes extension out of the extensions directory.davemoore@chromium.org2009-04-074-10/+10
* Review URL: http://codereview.chromium.org/63070senorblanco@chromium.org2009-04-071-3/+0
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-074-2/+27
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-072-31/+10
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-0/+1
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-072-10/+31
* Remove asserts in RenderView for audio mesageshclam@chromium.org2009-04-071-4/+3
* Detach media filters from WebMediaPlayerDelegateImplhclam@chromium.org2009-04-064-0/+11
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-062-18/+27
* First pass of refactoring dialogs.avi@chromium.org2009-04-062-2/+2
* DevTools: Split message handling on the agent side into the Renderer and IO h...pfeldman@chromium.org2009-04-067-150/+113
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-042-0/+16
* Fix null termination bug when reading UserScriptaa@chromium.org2009-04-041-2/+4
* Remove a DCHECK in RenderView::CloseAudioStreamhclam@chromium.org2009-04-031-5/+7
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-037-7/+268
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-037-108/+2
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-0315-21/+16
* Move IPC code to ipc/agl@chromium.org2009-04-0315-16/+21
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-0211-67/+360
* FFmpeg video decoder glue codehclam@chromium.org2009-04-021-0/+2
* Copy selection to x clipboard.estade@chromium.org2009-04-022-0/+32
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-022-0/+12
* Comment out a very annoying NOTIMPLEMENTED().estade@chromium.org2009-04-021-2/+1
* Debugger output is now handled on the render thread.yurys@google.com2009-04-022-22/+9
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-013-13/+16
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-206/+0
* Remove an #if !defined(OS_LINUX)willchan@chromium.org2009-04-011-3/+0
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-015-107/+1
* Port plugin messages.jam@chromium.org2009-04-012-36/+46
* - Enable V8 histograming supportdavemoore@chromium.org2009-03-311-0/+12
* Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit merg...hclam@chromium.org2009-03-311-4/+4
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-312-10/+7
* 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-316-21/+39
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-302-0/+8
* * Breakpad on OSX now works with stock Breakpad framwork.jeremy@chromium.org2009-03-308-28/+262