New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling improvements #491
Closed
+1,278
−1,035
Clamp scrolling to the page boundaries
349c455
Select commit
729a5ff
Reduce the number of messages needed to exchange buffers from 3 to 2
pcwalton c658c6d
Move the test harnesses into test/.
pcwalton c7bce98
Remove the `servo-` prefix from core components.
pcwalton 4f3ca37
Introduce a phantom type to prevent script from accessing the layout …
pcwalton 83e1bd8
Fix merge fallout.
pcwalton 0a95672
Reduce coupling between layout and the DOM by separating out the layo…
pcwalton 0ea1a94
Remove the layout debug methods.
pcwalton bf82bc5
Separate the DOM and layout into separate crates.
pcwalton 0b22336
etc: Make tidy more resilient to dirty build directories
pcwalton 6012a3e
Refactor display lists to use less memory.
pcwalton 09292be
Update rust-geom
pcwalton 11efed6
Implement the beginnings of the box model for render boxes
pcwalton aa8150d
Add NSPR and NSS submodules
pcwalton faf9f31
Add NSS and NSPR to the build
pcwalton 1518a5b
Don't clip layers to the screen area
pcwalton 349c455
Clamp scrolling to the page boundaries
pcwalton
Closed
Scrolling improvements #491
Clamp scrolling to the page boundaries
May 20, 2013
May 21, 2013
May 21, 2013
May 22, 2013
May 28, 2013
May 28, 2013
May 28, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
349c455
Select commit
729a5ff
Reduce the number of messages needed to exchange buffers from 3 to 2
pcwalton c658c6d
Move the test harnesses into test/.
pcwalton c7bce98
Remove the `servo-` prefix from core components.
pcwalton 4f3ca37
Introduce a phantom type to prevent script from accessing the layout …
pcwalton 83e1bd8
Fix merge fallout.
pcwalton 0a95672
Reduce coupling between layout and the DOM by separating out the layo…
pcwalton 0ea1a94
Remove the layout debug methods.
pcwalton bf82bc5
Separate the DOM and layout into separate crates.
pcwalton 0b22336
etc: Make tidy more resilient to dirty build directories
pcwalton 6012a3e
Refactor display lists to use less memory.
pcwalton 09292be
Update rust-geom
pcwalton 11efed6
Implement the beginnings of the box model for render boxes
pcwalton aa8150d
Add NSPR and NSS submodules
pcwalton faf9f31
Add NSS and NSPR to the build
pcwalton 1518a5b
Don't clip layers to the screen area
pcwalton 349c455
Clamp scrolling to the page boundaries
pcwalton