summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-302-2/+11
* FFmpeg Audio decoder glue codehclam@chromium.org2009-03-301-0/+2
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-302-6/+6
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-285-2/+33
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-282-2/+4
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-272-2/+2
* 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
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-276-84/+94
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-273-16/+59
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-275-3/+23
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-264-23/+15
* Minor tweaks to get chrome-ui://extensions working on the Mac.jrg@chromium.org2009-03-261-6/+0
* TBR=ralphl, scherkushclam@chromium.org2009-03-261-3/+4
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-262-3/+20
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-254-0/+66
* Implement default css for toolstrips.aa@chromium.org2009-03-242-0/+21
* Removed unused parameter.darin@chromium.org2009-03-241-3/+2
* First stage of implementing HTML select popup menus forpaulg@google.com2009-03-242-0/+14
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-243-0/+12
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-249-0/+272
* TBR=ralphlhclam@chromium.org2009-03-241-0/+3
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-243-5/+14
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-232-3/+1
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-239-58/+144
* Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest,shess@chromium.org2009-03-221-2/+2
* Fix renderer crash when a file chooser is closed after navigating away frommpcomplete@google.com2009-03-201-0/+5
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-202-0/+7
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-202-21/+26
* Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set thedarin@chromium.org2009-03-192-11/+10