summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we have a scrollable area before delegating visual rect call.wkorman2016-03-261-1/+1
* Build correct visual rects for scrollbars.wkorman2016-03-241-0/+5
* Handle gesture scroll events on scrollbars from Touchpad.dtapuska2016-03-181-6/+41
* Removed main-thread one dimensional scrolling paths.bokan2016-03-021-2/+2
* Rename enums/functions that collide in chromium style in platform/danakj2016-03-021-2/+2
* ScrollableArea::pixelsPerLine should return viewport pixels in use-zoom-for-...oshima2016-02-171-2/+2
* Add dedicated windowToViewport method to convert FloatRect from window coordi...oshima2016-01-271-2/+3
* Fix smooth scroll overshooting when mouse held down in scrollbar track.skobes2016-01-201-6/+17
* Make ScrollbarThemeAura selectively invalidate scrollbar parts.jbroman2016-01-191-4/+6
* Invalidate only parts of the scrollbar.jbroman2016-01-151-10/+9
* This is reland of https://codereview.chromium.org/1560403002/ with a oilpan f...oshima2016-01-141-4/+18
* Revert of Scale scrollbar in use-zoom-for-dsf mode (patchset #9 id:340001 of ...huangs2016-01-141-17/+4
* Scale scrollbar in use-zoom-for-dsf modeoshima2016-01-141-4/+17
* Set scrollbar part repaint flags in setNeedsPaintInvalidation.jbroman2016-01-111-19/+6
* Revert "Reland: Make ScrollbarThemeAura selectively invalidate scrollbar parts."jbroman2016-01-041-18/+23
* Reland: Make ScrollbarThemeAura selectively invalidate scrollbar parts.jbroman2015-12-291-23/+18
* Revert of Make ScrollbarThemeAura selectively invalidate scrollbar parts. (pa...jbroman2015-12-291-18/+23
* Make ScrollbarThemeAura selectively invalidate scrollbar parts.jbroman2015-12-291-23/+18
* Remove config.h inclusion from third_party/WebKit/Source/platform/.tkent2015-12-211-1/+0
* Remove global state from ScrollbarThemeMock.jbroman2015-12-161-0/+5
* Remove Scrollbar::m_isAlphaLocked.jbroman2015-12-151-1/+0
* Use refs for non-null GraphicsContext, Scrollbar, etc. in scrollbar related codeXianzhu Wang2015-12-101-48/+46
* Clean up some remaining obsolete coordinate-space naming.bokan2015-12-031-18/+18
* Invalidate scrollbars when window activity changes if neededellyjones2015-12-021-0/+20
* Mac: Don't repaint scrollbars every frameccameron2015-11-271-0/+6
* Calculate paint invalidation rect for scrollbarswangxianzhu2015-11-171-40/+22
* Rename ScrollAnimator and ScrollAnimatorNone.skobes2015-10-311-1/+1
* Change Widget subclasses to use a CullRect instead of an IntRect for painting.chrishtr2015-10-291-4/+5
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-1/+1
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-1/+1
* Add notification of scrollbar visiblity on mac.dtapuska@chromium.org2015-07-161-0/+6
* Oilpan: disconnected scrollbars must be externally observable as such.sigbjornf@opera.com2015-07-011-3/+0
* Oilpan: improve ScrollableArea handling.sigbjornf@opera.com2015-06-301-19/+7
* Fix wrong scrolling behavior when a scrollbar is enabled but unscrollablewangxianzhu@chromium.org2015-06-231-0/+4
* Replace various ScrollableArea scroll methods with setScrollPositionbokan@chromium.org2015-06-101-4/+5
* Over-scroll Glow Animation for main-thread.sataya.m@samsung.com2015-06-091-2/+2
* Rename ScrollableArea::scroll to userScrollbokan@chromium.org2015-06-031-2/+2
* Add ScrollDirectionPhysical enum in Scroll types.sh53.lee@samsung.com2015-05-221-4/+4
* [Slimming paint] Optimize scrollbar invalidationwangxianzhu@chromium.org2015-03-041-5/+0
* Fix invalidation during painting of scrollbarswangxianzhu@chromium.org2015-02-271-0/+10
* Unique display item ids: let ScrollableArea be DisplayItemClientwangxianzhu@chromium.org2015-01-301-0/+5
* Mac: Update scrollbar size and input position during impl-overscrollccameron@chromium.org2014-12-231-0/+1
* Refactor DrawingRecorder into a generic one in platform/ and a renderer-speci...chrishtr@chromium.org2014-12-081-1/+0
* Revert of Implement Slimming Paint for scrollbars and scrollbar corners. (pat...dominicc@chromium.org2014-12-081-3/+1
* Implement Slimming Paint for scrollbars and scrollbar corners.chrishtr@chromium.org2014-12-061-1/+3
* Remove GestureScrollUpdateWithoutPropagation event in blink.majidvp@chromium.org2014-12-021-1/+0
* Move the Widget hierarchy to the Oilpan heap.sigbjornf@opera.com2014-10-121-2/+26
* Clean up vestiges of ScrollView.skobes@chromium.org2014-10-111-5/+0
* Don't call into ScrollView from Scrollbar.skobes@chromium.org2014-10-071-54/+1
* Only frame-level scrollbars should avoid the window resizer.skobes@chromium.org2014-10-041-1/+1