| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove windowed NPAPI code | piman | 2016-03-18 | 1 | -338/+0 |
* | Fix connection between BrowserAccessibilityManager and ContentViewCore | dmazzoni | 2016-03-18 | 1 | -1/+1 |
* | Propagate window and view rects from parent to child RenderWidgetHostView. | lfg | 2016-03-01 | 1 | -1/+2 |
* | Implement lifetime observer on RenderWidgetHostViewBase. | wjmaclean | 2016-02-27 | 1 | -2/+30 |
* | Add helper class for tests using browser process hit testing | kenrb | 2016-02-27 | 1 | -0/+4 |
* | Handle pointer-events: none in browser process hittesting. | lfg | 2016-01-27 | 1 | -0/+1 |
* | Remove ui/gfx/screen_type_delegate.h | scottmg | 2016-01-27 | 1 | -3/+2 |
* | Position autofill popup widgets correctly under --site-per-process | kenrb | 2016-01-26 | 1 | -4/+10 |
* | Switch to standard integer types in content/browser/renderer_host/. | avi | 2015-12-25 | 1 | -1/+2 |
* | Transform context menu coordinates to root frame's coordinate space | kenrb | 2015-11-24 | 1 | -0/+13 |
* | Remove all Windows Window Scoped Trackers and Associated Instrumentation | robliao | 2015-09-29 | 1 | -1/+0 |
* | gfx: Make conversions from Size to SizeF be explicit. | danakj | 2015-09-25 | 1 | -2/+2 |
* | Remove delegated-renderer and composite-to-mailbox flags | piman | 2015-09-22 | 1 | -9/+0 |
* | Remove GpuProcessHost::BeginFrameSubscription/EndFrameSubscription | piman | 2015-09-19 | 1 | -21/+4 |
* | Adds support for hittesting points on surface quads. | lfg | 2015-08-07 | 1 | -0/+7 |
* | Support the show menuaccessibility action on all platforms | dtseng | 2015-06-08 | 1 | -0/+6 |
* | Remove Unactionable or Low Jank USER32 Instrumentation | robliao | 2015-06-02 | 1 | -4/+0 |
* | Pass Surface ID namespace to renderer compositors. | kenrb | 2015-05-14 | 1 | -0/+4 |
* | Revert of Pass Surface ID namespace to renderer compositors. (patchset #4 id:... | jsbell | 2015-05-13 | 1 | -4/+0 |
* | Pass Surface ID namespace to renderer compositors. | kenrb | 2015-05-13 | 1 | -0/+4 |
* | Maintain minimal error response. | siva.gunturi | 2015-05-08 | 1 | -4/+0 |
* | Signal input flush when all flings have terminated | jdduke | 2015-03-20 | 1 | -4/+0 |
* | Reset gesture detection upon page navigation for Aura | lanwei | 2015-02-11 | 1 | -0/+3 |
* | Instrumenting all wndprocs to find jank. | vadimt | 2015-01-17 | 1 | -0/+5 |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 1 | -2/+2 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -2/+2 |
* | Allow changing top controls height | dtrainor | 2014-12-04 | 1 | -1/+5 |
* | Sets the default background color of inline signin and user manager to grey | guohui | 2014-10-23 | 1 | -4/+8 |
* | Revert of Sets the default background color of inline signin and user manager... | kbr | 2014-10-15 | 1 | -8/+4 |
* | Sets the default background color of inline signin and user manager to grey | guohui | 2014-10-15 | 1 | -4/+8 |
* | Remove #ifdefs around ShowLinkDisambiguationPopup | tapted | 2014-09-30 | 1 | -0/+13 |
* | Speculative fix for DelegatedFrameHost destructor crashes | ccameron | 2014-09-05 | 1 | -1/+6 |
* | Replace overdraw_bottom_height with top_controls_layout_height. | aelias@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Some Screen Orientation related tests. | mlamouri@chromium.org | 2014-07-29 | 1 | -3/+3 |
* | Simplify access to LegacyRenderWidgetHostHWND. | dmazzoni@chromium.org | 2014-07-26 | 1 | -0/+10 |
* | Migrate accessibility from RenderView to RenderFrame and RVH to RFH. | dmazzoni@chromium.org | 2014-07-26 | 1 | -14/+5 |
* | Revert 284065 "Revert of Revert of Migrate accessibility from Re..." | bruening@google.com | 2014-07-21 | 1 | -5/+14 |
* | Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht... | mkwst@chromium.org | 2014-07-18 | 1 | -14/+5 |
* | Revert of Migrate accessibility from RenderView to RenderFrame. (https://code... | mkwst@chromium.org | 2014-07-18 | 1 | -5/+14 |
* | Migrate accessibility from RenderView to RenderFrame and RVH to RFH. | dmazzoni@chromium.org | 2014-07-18 | 1 | -14/+5 |
* | SkBitmap::Config is deprecated, use SkColorType instead | reed@google.com | 2014-07-08 | 1 | -2/+2 |
* | Have a different way to compute orientation type for Desktop. | mlamouri@chromium.org | 2014-07-02 | 1 | -8/+36 |
* | Android: compute screen orientation type in the RWHV. | mlamouri@chromium.org | 2014-06-25 | 1 | -1/+33 |
* | Move OverscrollController to RenderWidgetHostViewAura | jdduke@chromium.org | 2014-06-03 | 1 | -5/+5 |
* | Restore resize throttling on Chrome OS | piman@chromium.org | 2014-05-21 | 1 | -1/+5 |
* | Remove RenderWidget::SetBackground, change IPC to pass a bool. | danakj@chromium.org | 2014-05-13 | 1 | -4/+5 |
* | Redesigns the text input focus handling. | yukishiino@chromium.org | 2014-05-08 | 1 | -0/+5 |
* | Update RWH screen_info when orientation's display changes. | mlamouri@chromium.org | 2014-05-06 | 1 | -1/+5 |
* | Remove content/port directory and move the 3 remaining interfaces to content/... | jam@chromium.org | 2014-05-06 | 1 | -1/+1 |
* | Remove RenderWidgetHostViewPort. | jam@chromium.org | 2014-05-01 | 1 | -27/+0 |