summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/legacy_render_widget_host_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Clear touch state in HWNDMessageHandler if the underlying child window on whi...ananta2015-06-031-0/+2
* Fix flakiness in DumpAccessibilityEvent* tests.dmazzoni2015-02-081-19/+2
* Add more logging to track down flakiness (2).dmazzoni2015-02-011-0/+4
* Add more logging to track down flakiness.dmazzoni2015-01-311-2/+15
* Revert "Create only a single LegacyRenderWidgetHostHWND per WebContentsViewAu...Dominic Mazzoni2014-12-231-42/+47
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-11-211-1/+1
* Create only a single LegacyRenderWidgetHostHWND per WebContentsViewAura.dmazzoni2014-10-291-48/+43
* Fix the painting problems seen in the tabstrip when switching from a theme to...ananta@chromium.org2014-08-071-1/+2
* Simplify access to LegacyRenderWidgetHostHWND.dmazzoni@chromium.org2014-07-261-12/+15
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-261-2/+4
* Revert 284065 "Revert of Revert of Migrate accessibility from Re..."bruening@google.com2014-07-211-4/+2
* Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...mkwst@chromium.org2014-07-181-2/+4
* Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...mkwst@chromium.org2014-07-181-4/+2
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-181-2/+4
* Remove the WM_SYSCOMMAND handling from the LegacyRenderWidgetHostHWND class.ananta@chromium.org2014-07-101-14/+9
* Fix a browser crash which occurs because the RenderWidgetHostViewAura instanc...ananta@chromium.org2014-06-271-1/+7
* Updated the WindowEventTarget interface in ui\base to return a bool from all ...ananta@chromium.org2014-06-241-28/+68
* Proper fix for accessibility in Windows 64 build.dmazzoni@chromium.org2014-06-231-5/+6
* Miscelleanous fixes for HiDPI issues in plugins.ananta@chromium.org2014-06-181-2/+4
* Fix accessibility in Windows x64 build.dmazzoni@chromium.org2014-06-161-1/+4
* Add back the ALERT trick to detect screen readers.dmazzoni@chromium.org2014-05-091-1/+22
* Ignore WM_MOUSEACTIVATE messages which occur in the context of touch events w...ananta@chromium.org2014-03-171-0/+12
* Return HTCLIENT from the WM_NCHITTEST message handler in the LegacyRenderWidg...ananta@chromium.org2014-02-271-2/+2
* Isolate all scrolling hacks in the LegacyRenderWidgetHostHWND class.ananta@chromium.org2014-02-251-0/+23
* Allow default handling in WM_NCHITTEST to go through in the LegacyRenderWidge...ananta@chromium.org2014-02-201-2/+7
* Create an interface WindowEventTarget to enable a class to receiveananta@chromium.org2014-02-201-20/+44
* Forward WM_NCHITTEST messages from the LegacyRenderWidgetHostHWND class to th...ananta@chromium.org2014-02-201-3/+11
* Forward WM_VSCROLL and WM_HSCROLL messages from the LegacyRenderWidgetHostHWN...ananta@chromium.org2014-02-191-0/+6
* We should not be sending a WM_MOUSELEAVE to the parent from the LegacyRenderW...ananta@chromium.org2014-02-141-6/+8
* Don't track mouse events in HWNDMessageHandler when they are forwarded by the...ananta@chromium.org2014-02-131-10/+52
* Ensure that the dummy Chrome_RenderWidgetHostHWND HWND does not grab activati...ananta@chromium.org2014-02-071-1/+4
* Create a visible window with class name Chrome_RenderWidgetHostHWND which cor...ananta@chromium.org2014-02-071-0/+181