Sign in
webkit
/
WebKit
/
8407763bf5be3f5ff1754ab0487daa83883a84d5
/
Source
/
WebCore
/
platform
/
ScrollableArea.cpp
0e1ad9a
Make it possible to test rubber-banding in overflow scroll
by simon.fraser@apple.com
· 7 years ago
f21f3ae
Use "= default" to denote default constructor or destructor
by dbates@webkit.org
· 7 years ago
d57eb47
[WTF] Move TextStream into WTF https://bugs.webkit.org/show_bug.cgi?id=175211
by don.olmstead@sony.com
· 8 years ago
a1c5767
Implement "proximity" scroll snapping
by wenson_hsieh@apple.com
· 8 years ago
d79578c
CSS Scroll Snap does not work if scrollbar is hidden
by wenson_hsieh@apple.com
· 8 years ago
9893ed9
REGRESSION(194502): overflow: scroll; direction: rtl; divs jump horizontally when scrolled vertically
by mmaxfield@apple.com
· 9 years ago
4195a70
[WK2] [OS X] Create API for switching RTL scrollbar policy
by mmaxfield@apple.com
· 9 years ago
0253249
Use WeakPtrs to avoid using deallocated Widgets and ScrollableAreas
by bfulgham@apple.com
· 9 years ago
221502e
Use references instead of pointers in scrollbar-related code
by mmaxfield@apple.com
· 9 years ago
11fab7d
[RTL Scrollbars] Position: absolute divs are covered by vertical scrollbar
by mmaxfield@apple.com
· 9 years ago
7be007b
[OS X] Main frame scrollbars should appear on the left on RTL systems
by mmaxfield@apple.com
· 9 years ago
0bbe1ae
Add a way to test ScrollAnimator https://bugs.webkit.org/show_bug.cgi?id=153479
by carlosgc@webkit.org
· 9 years ago
0206b42
Some cleanup in ScrollAnimator https://bugs.webkit.org/show_bug.cgi?id=152649
by simon.fraser@apple.com
· 9 years ago
13aae08
Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601
by aestes@apple.com
· 9 years ago
a10a6d4
Fix reload and programmatic scrolling in RTL documents
by simon.fraser@apple.com
· 9 years ago
3d2abaa
Clarify that scrollPositionChangedViaPlatformWidget takes offsets
by simon.fraser@apple.com
· 9 years ago
efc492b
Add explicit conversions between scrollOffset and scrollPostion, and use them in a few places
by simon.fraser@apple.com
· 9 years ago
db0e067
Remove ScrollView::scrollOffset() in preparation for scrollOffset vs. scrollPosition clarification
by simon.fraser@apple.com
· 9 years ago
870034d
Simplify isOverlayScrollbar() logic
by simon.fraser@apple.com
· 9 years ago
caf81a7
Overlay scrollbars disappear during manual drag-scroll
by bdakin@apple.com
· 9 years ago
53dfd8e
ScrollbarThemes should be returned by reference. <https://webkit.org/b/147551>
by akling@apple.com
· 10 years ago
65343d2
Stop using ScrollbarThemeClient and just use Scrollbar directly
by andersca@apple.com
· 10 years ago
b10296b
[iOS] scrollIntoViewIfNeeded is not working with scroll-snap points
by bfulgham@apple.com
· 10 years ago
5f3c0e9
Overriding the overlay scrollbar style on WKView doesn't take effect immediately
by bdakin@apple.com
· 10 years ago
f5a9fff
REGRESSION(142590): Part 2: Scroll-snap points are improperly snapping to earlier index values (Scrolling Thread)
by bfulgham@apple.com
· 10 years ago
8abb1ae
REGRESSION(142590): Scroll-snap points are improperly snapping to earlier index values
by bfulgham@apple.com
· 10 years ago
1783381
Scrollbars in overflow regions are not vanishing after scrolling with scroll snap points
by bfulgham@apple.com
· 10 years ago
b2287ea
Scroll snap logic should be triggered when resizing the WebView
by bfulgham@apple.com
· 10 years ago
448c42e
Clarify some resizing terminology in ScrollView/FrameView
by simon.fraser@apple.com
· 10 years ago
3cb8c99
Scrollbars and ScrollAnimators must always have a ScrollableArea
by bfulgham@apple.com
· 10 years ago
3c1cc1d
Clean up unnecessary PassOwnPtr.h inclusion
by gyuyoung.kim@samsung.com
· 10 years ago
8d1d06d
ScrollablArea::handleWheelEvent() should return early if the ScrollableArea is not
by bdakin@apple.com
· 11 years ago
1f7ed75
Scrolling with spacebar on a page with fixed header breaks reading flow
by benjamin@webkit.org
· 11 years ago
c71e1da
Compute and store snap point positions
by commit-queue@webkit.org
· 11 years ago
b6a2712
Latched scrolling may interact badly with custom programmatic scrolling
by bfulgham@apple.com
· 11 years ago
eb58fa3
Change scrollOffsetForFixedPosition() to do LayoutUnit math
by simon.fraser@apple.com
· 11 years ago
4625608
Wheel events don't latch to inner scrollable elements
by bfulgham@apple.com
· 11 years ago
46b0fd5
Remove the ACCELERATED_COMPOSITING flag
by abucur@adobe.com
· 11 years ago
846bdab
Make visibleContentRect() return actualVisibleContentRect() on iOS most of the time
by simon.fraser@apple.com
· 11 years ago
61185d7
Pack RenderLayer harder. <https://webkit.org/b/126967>
by akling@apple.com
· 11 years ago
b8ade58
[iOS] Upstream WebCore/platform changes
by dbates@webkit.org
· 11 years ago
edce0ee
Scrollbars are updated on the main thread rather than the scrolling thread
by bdakin@apple.com
· 11 years ago
39ed951
ScrollbarPainterController should adopt the api to lock overlay scrollbar state
by bdakin@apple.com
· 12 years ago
81079fd
constrainScrollPositionForOverhang needs to handle scrollOrigin correctly
by timothy_horton@apple.com
· 12 years ago
9d72cb0
Remove the memory instrumentation code
by benjamin@webkit.org
· 12 years ago
fc9e1fc
Widget should not depend on AXObjectCache
by carlosgc@webkit.org
· 12 years ago
8c9d7b5
Remove remaining PLATFORM(CHROMIUM)-guarded code in WebCore
by benjamin@webkit.org
· 12 years ago
2493975
Viewport constrained elements should work properly with headers and footers
by bdakin@apple.com
· 12 years ago
9d3bf06
Need WK2 API to give a WebView a header and footer
by bdakin@apple.com
· 12 years ago
49ccff3
Separate constraining for overhang from fixed-position zooming behavior in scrollOffsetForFixedPosition()
by simon.fraser@apple.com
· 12 years ago
26c41ec
Clean up the boolean argument to visibleContentRect
by simon.fraser@apple.com
· 12 years ago
38d3896
ScrollAnimatorMac should adopt contentAreaScrolledInDirection
by bdakin@apple.com
· 12 years ago
a7d09fc
Web Inspector: Native Memory Instrumentation: provide edge names to class members in all WebCore instrumented classes.
by loislo@chromium.org
· 12 years ago
5fef22b
Native Memory Instrumentation: instrument a part of RenderObject class tree.
by loislo@chromium.org
· 12 years ago
7e17048
Remove unused ScrollByPixelVelocity
by rjkroege@chromium.org
· 12 years ago
41ed5de
Web Inspector: add timeline instrumentation for scrolling of a layer
by caseq@chromium.org
· 12 years ago
4077257
https://bugs.webkit.org/show_bug.cgi?id=96158
by bdakin@apple.com
· 13 years ago
18290d4
Convert ScrollableArea ASSERT_NOT_REACHED virtuals
by enne@google.com
· 13 years ago
4b3d45b
<rdar://problem/11875795> REGRESSION (tiled drawing): Page’s scroll bars flash with each character you type in a textarea (affects Wikipedia and YouTube)
by mitz@apple.com
· 13 years ago
6301f00
Unreviewed, rolling out r122681.
by commit-queue@webkit.org
· 13 years ago
f191bf4
<rdar://problem/11875795> REGRESSION (tiled drawing): Page’s scroll bars flash with each character you type in a textarea (affects Wikipedia and YouTube)
by mitz@apple.com
· 13 years ago
ad97819
Source/WebCore: [Chromium] Re-enable handling of smooth scrolling on Chromium Linux/Windows
by rjkroege@chromium.org
· 13 years ago
6f25421
Add a compile assert for the size of ScrollableArea
by rniwa@webkit.org
· 13 years ago
3fec69c
https://bugs.webkit.org/show_bug.cgi?id=82083
by bdakin@apple.com
· 13 years ago
87235fc
https://bugs.webkit.org/show_bug.cgi?id=82083
by bdakin@apple.com
· 13 years ago
7ba86fb
Source/WebCore: Handle more Gesture* events by performing scrolls on the correct target ScrollableArea
by commit-queue@webkit.org
· 13 years ago
b20a632
[chromium] ScrollbarLayerChromium/CCScrollbarLayerImpl for CC-side scrollbar painting
by jamesr@google.com
· 13 years ago
660993d
Have ScrollAnimatorNone use requestAnimationFrame
by commit-queue@webkit.org
· 13 years ago
6a6db04
[Chromium] Some Layout Tests in platform/chromium/rubberbanding and platform/chromium/compositing/rubberbanding are failing
by andersca@apple.com
· 13 years ago
fe9954a
With tiled drawing enabled, pressing Down arrow after scrolling via mouse gesture causes page to jump back up to top
by andersca@apple.com
· 13 years ago
ac38a25
Remove ScrollableArea::handleGestureEvent
by andersca@apple.com
· 13 years ago
e7b1670
Unreviewed, rolling out r107774.
by noel.gordon@gmail.com
· 13 years ago
21fc243
Remove ScrollableArea::handleGestureEvent
by andersca@apple.com
· 13 years ago
73e123e
[chromium] Remove obsolete zoom animation pathway.
by wjmaclean@chromium.org
· 13 years ago
11b6ffd
Overlay scrollbars don't appear when scrolling on the scrolling thread
by andersca@apple.com
· 13 years ago
46fff0d
Always update the scroll position through the scrolling coordinator
by andersca@apple.com
· 13 years ago
42c0c3e
ScrollableArea should have a function for noting that the scroll position changed
by andersca@apple.com
· 13 years ago
ced32bd
Remove a bunch of unused ScrollableArea member functions
by andersca@apple.com
· 13 years ago
37eadc0
More ScrollableArea cleanup https://bugs.webkit.org/show_bug.cgi?id=78383
by andersca@apple.com
· 13 years ago
ea8e862
Minor ScrollableArea cleanup https://bugs.webkit.org/show_bug.cgi?id=78372
by andersca@apple.com
· 13 years ago
952cb95
We don't need to always repaint overlay scrollbars if they're in layers
by andersca@apple.com
· 13 years ago
77cb9c2
Get rid of ScrollableAreaClient https://bugs.webkit.org/show_bug.cgi?id=75021
by andersca@apple.com
· 13 years ago
ea30ccc
Add ScrollableArea::contentsResized and have it call the scroll animator
by andersca@apple.com
· 13 years ago
72c2728
Add ScrollableArea wrappers for a bunch of ScrollAnimator member functions
by andersca@apple.com
· 13 years ago
d604d21
ScrollableArea should have an optional ScrollableAreaClient
by andersca@apple.com
· 13 years ago
0c3c947
Removing unrelated printf() that slipped into my last commit.
by kling@webkit.org
· 13 years ago
21aa02a
KURL::protocolIs() should handle 8-bit strings. <http://webkit.org/b/74827>
by kling@webkit.org
· 13 years ago
24f5740
REGRESSION: rtl horizontal scrollbar / resize bug - Body shifts on resize when scrolled all the way to the left
by xji@chromium.org
· 13 years ago
e575825
Make custom scrollbar theme for use in DRT, to reduce pixel diffs between platforms
by simon.fraser@apple.com
· 13 years ago
9a21566
Loss of precision when converting from double to int and double to float in FrameView::zoomAnimatorTransformChanged()
by wjmaclean@chromium.org
· 13 years ago
aa873b1
[chromium] Zoom animator front-end https://bugs.webkit.org/show_bug.cgi?id=68035
by wjmaclean@chromium.org
· 13 years ago
741fa5d
Use const PlatformWheelEvent references where possible
by andersca@apple.com
· 14 years ago
fae4006
Work towards making PlatformWheelEvent immutable
by andersca@apple.com
· 14 years ago
c8bf639
https://bugs.webkit.org/show_bug.cgi?id=67858
by simon.fraser@apple.com
· 14 years ago
f134eff
Unreviewed, rolling out r96070 and r96075.
by commit-queue@webkit.org
· 14 years ago
bca3b4a
Pixel result shows that compositing/iframes/repaint-after-losing-scrollbars.html is failing
by simon.fraser@apple.com
· 14 years ago
a6e510e
Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
by commit-queue@webkit.org
· 14 years ago
1eaa5f9
Refactor ScrollableArea pinned predicates to be more generally useful
by weinig@apple.com
· 14 years ago
c465dc1
Fix a Valgrind failure caused by r91435.
by rniwa@webkit.org
· 14 years ago
b31092d
Scrollbar color heuristic needs to be hooked up in WebKit1
by commit-queue@webkit.org
· 14 years ago
Next »