servo/components
Emilio Cobos Álvarez e272bfed70
style: Implement GeckoElement::each_part.
This should make all the pieces come together.

Note that we don't need to look at the snapshot for ::part() for now (other than
when selector-matching normally) because I decided to just restyle the element
for now when the part attribute changes.

::part() can't affect descendants anyway (as long as we don't do the forwarding
stuff), and eager pseudo-elements are handled during the normal element restyle,
so it seems to me that adding all the complexity that we have for classes to
part may not be worth it at least yet.

Differential Revision: https://phabricator.services.mozilla.com/D32648
2019-06-25 13:11:29 +02:00
..
allocator Make Servo components use winapi 0.3 2019-01-16 14:29:53 +01:00
atoms atoms: Add some static atoms in code that is shared with gecko. 2019-05-29 16:14:33 +02:00
background_hang_monitor Fix some new warnings 2019-06-22 14:59:09 +02:00
bluetooth #23065 removed unnecessary headless checking 2019-03-22 16:31:18 +03:00
bluetooth_traits Update regex to 1.1 2019-04-29 22:25:12 +09:00
canvas Fix some new warnings 2019-06-22 14:59:09 +02:00
canvas_traits Auto merge of #23226 - mmatyas:webgl_compressed_textures, r=jdm 2019-05-21 17:10:24 -04:00
compositing Fix some new warnings 2019-06-22 14:59:09 +02:00
config Fix some new warnings 2019-06-22 14:59:09 +02:00
config_plugins #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
constellation Fix some new warnings 2019-06-22 14:59:09 +02:00
debugger Upgrade ws. 2019-06-12 15:01:03 -04:00
deny_public_fields Update syn and related dependencies 2018-11-30 17:48:41 +01:00
derive_common Update darling to 0.9 2019-05-23 12:14:56 +02:00
devtools Upgrade headers, headers-core, and hyper_serde. 2019-06-13 11:08:16 -04:00
devtools_traits Update references to malloc_size_of_derive, which is in crates.io now. 2019-01-13 21:59:31 +01:00
dom_struct Can collect webidl paths. 2019-04-20 22:39:22 +02:00
domobject_derive Update syn and related dependencies 2018-11-30 17:48:41 +01:00
embedder_traits Fix some new warnings 2019-06-22 14:59:09 +02:00
fallible Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
geometry WR update: new viewport semantic 2019-03-22 15:41:48 +08:00
gfx Fix some new warnings 2019-06-22 14:59:09 +02:00
gfx_traits Fix deprecation warnings 2019-01-28 11:32:40 +01:00
hashglobe Upgrade ws. 2019-06-12 15:01:03 -04:00
jstraceable_derive Update syn and related dependencies 2018-11-30 17:48:41 +01:00
layout layout: Fix servo build. 2019-06-04 01:04:02 -04:00
layout_thread Fix some new warnings 2019-06-22 14:59:09 +02:00
layout_traits Fix some new warnings 2019-06-22 14:59:09 +02:00
malloc_size_of Fix some new warnings 2019-06-22 14:59:09 +02:00
metrics Update references to malloc_size_of_derive, which is in crates.io now. 2019-01-13 21:59:31 +01:00
msg Fix some new warnings 2019-06-22 14:59:09 +02:00
net Auto merge of #23593 - georgeroman:fix_panic_on_opening_directory, r=Manishearth 2019-06-22 22:24:08 -04:00
net_traits Upgrade headers, headers-core, and hyper_serde. 2019-06-13 11:08:16 -04:00
pixels Update references to malloc_size_of_derive, which is in crates.io now. 2019-01-13 21:59:31 +01:00
profile Profile: removed opts::get() 2019-06-05 22:28:38 -06:00
profile_traits fixup! Measure layout queries blocked by ongoing layout 2019-04-17 17:23:17 +02:00
rand Upgrade headers, headers-core, and hyper_serde. 2019-06-13 11:08:16 -04:00
range Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
remutex Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
script Auto merge of #23536 - gatoWololo:omar_timing_entries, r=jdm 2019-06-24 10:48:39 -04:00
script_layout_interface Fix some new warnings 2019-06-22 14:59:09 +02:00
script_plugins Fix some new warnings 2019-06-22 14:59:09 +02:00
script_traits Auto merge of #23581 - georgeroman:implement_get_page_source_wd_command, r=jdm 2019-06-22 19:11:59 -04:00
selectors style: Add code to make part rules affect the style of the elements. 2019-06-25 13:11:29 +02:00
servo Fix some new warnings 2019-06-22 14:59:09 +02:00
servo_arc style: Rustfmt recent changes. 2019-06-04 01:03:59 -04:00
size_of_test Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
std_test_override Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
style style: Implement GeckoElement::each_part. 2019-06-25 13:11:29 +02:00
style_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
style_traits Fix some new warnings 2019-06-22 14:59:09 +02:00
to_shmem style: Add an owned slice type which cbindgen can understand. 2019-05-10 12:43:02 +02:00
to_shmem_derive Update darling to 0.9 2019-05-23 12:14:56 +02:00
url style: Fix servo build, and appease tidy / fmt. 2019-04-12 12:20:15 +02:00
webdriver_server Auto merge of #23580 - georgeroman:implement_switch_to_window_and_dismiss_alert_wd_commands, r=jdm 2019-06-24 18:37:36 -04:00
webvr Add Servo3D immersive demo for magicleap 2019-06-13 15:04:05 -05:00
webvr_traits Add Servo3D immersive demo for magicleap 2019-06-13 15:04:05 -05:00