summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-2/+3
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-14/+14
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-5/+5
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-041-0/+6
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* Copy selection to x clipboard.estade@chromium.org2009-04-021-6/+18
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-0/+7
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-3/+4
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-5/+7
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-2/+2
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-3/+4
* Render widget host view cursors:estade@chromium.org2009-03-271-4/+0
* Fix fast shutdowntc@google.com2009-03-261-1/+1
* Implement default css for toolstrips.aa@chromium.org2009-03-241-0/+5
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-241-1/+16
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-5/+3
* 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-201-0/+7
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* Fix possible memory leak.agl@chromium.org2009-03-181-3/+4
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-1/+4
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-19/+4
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+6
* Reverting 11640.finnur@chromium.org2009-03-131-6/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+6
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-24/+23
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-5/+8
* Fix Purify UMR and MLK due to ExtensionViewTest:mpcomplete@google.com2009-03-061-1/+1
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-1/+2
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-3/+6
* Reverting 11002.brettw@chromium.org2009-03-051-6/+3
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-3/+6
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-1/+2
* Reverting 10794.avi@chromium.org2009-03-031-2/+1
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-1/+2
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-031-1/+1
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-3/+2
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-10/+15
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-3/+2
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-2/+1
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-1/+2
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-1/+29
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-2/+3
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-2/+1
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-0/+4
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-2/+1
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-1/+2
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-7/+7
* Implement ResourceMessageFilter::OnGetWindowRect and OnGetRootWindowRectevan@chromium.org2009-02-241-1/+1
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-5/+2