summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/legacy_render_widget_host_win.h
Commit message (Expand)AuthorAgeFilesLines
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-271-1/+1
* Update {virtual,override} to follow C++11 style in content.nick2015-04-241-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Revert "Create only a single LegacyRenderWidgetHostHWND per WebContentsViewAu...Dominic Mazzoni2014-12-231-16/+25
* 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-25/+16
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-1/+1
* Fix the painting problems seen in the tabstrip when switching from a theme to...ananta@chromium.org2014-08-071-1/+0
* Simplify access to LegacyRenderWidgetHostHWND.dmazzoni@chromium.org2014-07-261-9/+0
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-261-1/+1
* Revert 284065 "Revert of Revert of Migrate accessibility from Re..."bruening@google.com2014-07-211-1/+1
* Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...mkwst@chromium.org2014-07-181-1/+1
* Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...mkwst@chromium.org2014-07-181-1/+1
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-181-1/+1
* Remove the WM_SYSCOMMAND handling from the LegacyRenderWidgetHostHWND class.ananta@chromium.org2014-07-101-1/+0
* Fix a browser crash which occurs because the RenderWidgetHostViewAura instanc...ananta@chromium.org2014-06-271-0/+9
* Updated the WindowEventTarget interface in ui\base to return a bool from all ...ananta@chromium.org2014-06-241-4/+7
* Isolate all scrolling hacks in the LegacyRenderWidgetHostHWND class.ananta@chromium.org2014-02-251-0/+4
* Create an interface WindowEventTarget to enable a class to receiveananta@chromium.org2014-02-201-1/+8
* Forward WM_NCHITTEST messages from the LegacyRenderWidgetHostHWND class to th...ananta@chromium.org2014-02-201-0/+4
* Forward WM_VSCROLL and WM_HSCROLL messages from the LegacyRenderWidgetHostHWN...ananta@chromium.org2014-02-191-0/+3
* Don't track mouse events in HWNDMessageHandler when they are forwarded by the...ananta@chromium.org2014-02-131-0/+5
* Create a visible window with class name Chrome_RenderWidgetHostHWND which cor...ananta@chromium.org2014-02-071-0/+128