servo/components
Patrick Walton df4acbac04 layout: Implement basic overflow: scroll functionality.
Known issues:

* Display list optimization can sometimes optimize out elements that
  should be shown. This affects the Enyo demo.

* The `overflow: scroll` container doesn't clip the inner layer properly
  when borders, border radius, etc. are present.

* `overflow-x: scroll` and `overflow-y: scroll` don't work individually;
  elements are scrolled all at once.

* Scrolling only works on absolutely-positioned elements.
2015-08-10 21:27:04 -07:00
..
canvas Auto merge of #7092 - dzbarsky:putimagedata, r=jdm 2015-08-09 07:00:56 -06:00
canvas_traits Auto merge of #7092 - dzbarsky:putimagedata, r=jdm 2015-08-09 07:00:56 -06:00
compositing layout: Implement basic overflow: scroll functionality. 2015-08-10 21:27:04 -07:00
devtools Rename SendConsoleMessage to ConsoleAPI 2015-08-10 16:46:18 -04:00
devtools_traits Rename SendConsoleMessage to ConsoleAPI 2015-08-10 16:46:18 -04:00
gfx layout: Implement basic overflow: scroll functionality. 2015-08-10 21:27:04 -07:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout layout: Implement basic overflow: scroll functionality. 2015-08-10 21:27:04 -07:00
layout_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
msg layout: Implement basic overflow: scroll functionality. 2015-08-10 21:27:04 -07:00
net MIME classifier should use &[T] instead of &Vec<T> 2015-08-10 15:00:35 +02:00
net_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
plugins Fix minor typo in lint docstring. 2015-08-05 20:00:39 +02:00
profile Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin 2015-07-30 14:46:13 -06:00
profile_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
script Rename SendConsoleMessage to ConsoleAPI 2015-08-10 16:46:18 -04:00
script_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
servo Update rust-layers to get 2d transform + clipping support. 2015-08-11 08:48:44 +10:00
style servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
util Add the Servo User Agent strings 2015-08-10 19:11:12 -05:00
webdriver_server script: Make the resource task communication use IPC channels. 2015-07-31 11:28:09 -07:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00