summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-044-11/+5
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-043-6/+8
* Add comment regarding why single-process and in-process-plugins are disabled ...jam@chromium.org2009-03-041-0/+2
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-042-0/+19
* Reverting 10794.avi@chromium.org2009-03-034-5/+11
* Ship some tests which aren't related to what I'm working on:shess@chromium.org2009-03-032-9/+1
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-034-11/+5
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-2/+9
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-3/+3
* Don't expose --single-process and --in-process-plugins for official Chrome re...jam@chromium.org2009-03-031-0/+4
* Move chrome/apps/result_codes.h to chrome/common/result_codes.hthestig@chromium.org2009-03-032-2/+2
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-032-5/+3
* Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ...erg@google.com2009-03-032-4/+12
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-021-0/+1
* Enable focus-change via tabbing on Linux.estade@chromium.org2009-03-021-12/+0
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-4/+7
* Attempt 2 at landing this.ananta@chromium.org2009-02-281-3/+17
* Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browsertc@google.com2009-02-271-11/+3
* Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ...ananta@chromium.org2009-02-271-3/+11
* Implementation of AudioRendererHosthclam@chromium.org2009-02-274-167/+290
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-272-17/+24
* Switch from NOTIMPLEMENTED in RenderWidgetHostViewMac::MovePluginWindows() to...pinkerton@chromium.org2009-02-271-1/+1
* Fix painting issue after a renderer crashagl@chromium.org2009-02-271-1/+5
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-275-13/+100
* Linux: support displays without Xrender support.agl@chromium.org2009-02-263-6/+112
* Fix BrowserTest.ThirtyFourTabs and possibly other ui tests in single-process ...jam@chromium.org2009-02-261-4/+8
* Back out r10487 toomark@chromium.org2009-02-263-17/+15
* Add a missing header from r10487.jhawkins@chromium.org2009-02-261-0/+1
* More URL constants replacement.brettw@chromium.org2009-02-263-15/+17
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-263-4/+10
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-263-10/+4
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-263-1/+47
* Linux: fix GDK error when switching tab contentsagl@chromium.org2009-02-263-17/+18
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-263-14/+16
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-253-6/+3
* Add the hunspell project to Chrome.app and get spellchecker compilingshess@chromium.org2009-02-251-1/+1
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-252-0/+8
* Linux: server side backing storesagl@chromium.org2009-02-2518-85/+283
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-253-4/+10
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-253-10/+4
* Remove memory model experimentjar@chromium.org2009-02-252-28/+2
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-2515-32/+33
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-252-8/+19
* Move windows specific functions from l10n_util.h to l10n_util_win.h.tc@google.com2009-02-241-0/+1
* Clean up WebKit resources after starting a download.paulg@google.com2009-02-241-4/+8
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-245-19/+19
* Implement ResourceMessageFilter::OnGetWindowRect and OnGetRootWindowRectevan@chromium.org2009-02-243-4/+39
* Download request manager refactoring.estade@chromium.org2009-02-242-8/+2
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-242-13/+9
* Clear out the vbox before adding a new widget.erg@google.com2009-02-231-13/+18