summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-4/+6
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-0/+1
* Reverting 13419.pfeldman@chromium.org2009-04-091-1/+0
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-0/+1
* Copy text selection from renderer to browser every time it changes.estade@chromium.org2009-04-095-107/+9
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-084-5/+12
* Use histogram in AudioRendererHost to measure IPC audio latencyhclam@chromium.org2009-04-081-2/+17
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-082-10/+1
* Add aa's Event class to our javascript bindings and use it in our extensionmpcomplete@google.com2009-04-081-0/+1
* Enable a bunch of ui tests on Mac.pinkerton@chromium.org2009-04-081-2/+2
* Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...abarth@chromium.org2009-04-083-18/+0
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-0/+2
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-7/+14
* linux: pass a bunch more ui tests.evan@chromium.org2009-04-071-7/+9
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-074-227/+423
* Fix a crash seen when trying to paste on linux.tc@google.com2009-04-071-0/+3
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-072-3/+2
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-074-2/+14
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-075-13/+110
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-075-8/+11
* Fix a selection clipboard leak.estade@chromium.org2009-04-071-0/+1
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-062-20/+18
* First pass of refactoring dialogs.avi@chromium.org2009-04-066-22/+31
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-044-7/+22
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-043-0/+10
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-0/+2
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-2/+5
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-036-6/+6
* Move IPC code to ipc/agl@chromium.org2009-04-036-6/+6
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-022-8/+9
* Speculative fix for a crash in resource handlers.paulg@google.com2009-04-022-0/+8
* Copy selection to x clipboard.estade@chromium.org2009-04-025-21/+146
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-025-0/+34
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-012-6/+18
* Don't try to set the cursor on null windows.estade@chromium.org2009-04-011-0/+5
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-312-6/+9
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-5/+7
* A workaround fix for Issue 3693.hbono@chromium.org2009-03-301-0/+6
* Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.evan@chromium.org2009-03-291-8/+0
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-284-6/+18
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-283-0/+18
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-278-43/+69
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-271-0/+1
* Render widget host view cursors:estade@chromium.org2009-03-276-47/+67
* Fix renderer hang caused when a synchronous XHR is disallowed for securitydarin@chromium.org2009-03-273-8/+38
* More NOTIMPLEMENTEDs into bugs.evan@chromium.org2009-03-261-4/+6
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-261-1/+1
* Make it more obvious when our backing store has failed us.evan@chromium.org2009-03-261-1/+3