summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix fast shutdowntc@google.com2009-03-262-2/+1
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-262-1/+6
* Enable child RWHVs on the Mac.avi@google.com2009-03-262-8/+63
* Relanding since it was breaking the Release build (because of missing includes).jcampan@chromium.org2009-03-251-0/+12
* Reverting 12498.jcampan@chromium.org2009-03-251-12/+0
* Moving the mouse-wheel message rerouting code out of the focus manager.jcampan@chromium.org2009-03-251-0/+12
* Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."evan@chromium.org2009-03-251-1/+1
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-252-7/+29
* Fix/punt on a bunch of NOTIMPLEMENTEDs.evan@chromium.org2009-03-251-1/+1
* Chrome changes to support cached form submissions.darin@chromium.org2009-03-251-13/+13
* Refactor some widget creation code in web_contents_view and render_widget_hos...estade@chromium.org2009-03-257-22/+39
* Linux: write images to clipboard.estade@chromium.org2009-03-251-5/+5
* Reverting 12470.willchan@chromium.org2009-03-252-29/+7
* Don't override user's default cursor with GDK_ARROW.estade@chromium.org2009-03-251-2/+6
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-252-7/+29
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-253-1/+74
* Fix a bug in RDH that it overlooked a resource messagehclam@chromium.org2009-03-251-0/+1
* Prevent data read errors from crashing the browser.thestig@chromium.org2009-03-241-0/+7
* Implement default css for toolstrips.aa@chromium.org2009-03-242-0/+9
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-242-1/+26
* Fix a bug in ResourceMessageFilterhclam@chromium.org2009-03-241-1/+1
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-247-24/+35
* Rename ExtensionMessageService::PostMessage because windows #defines that tompcomplete@google.com2009-03-231-1/+2
* Initial rev at a message passing API for extensions. So far, only passingmpcomplete@google.com2009-03-232-0/+21
* Handle null window_id references and refer to a bug for further improvement.avi@google.com2009-03-233-6/+16
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-231-2/+3
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-203-0/+14
* SSLPolicy fix: Step 9 of 9 (hopefully!).abarth@chromium.org2009-03-201-0/+3
* Convert FindInPage wstrings to string16.tc@google.com2009-03-192-2/+2
* Render into a ChromeCanvasPaint object in a RootView under Linux.erg@google.com2009-03-191-2/+0