servo/components
Emilio Cobos Álvarez 61f3ff1de3
style: Split LengthPercentage again.
This is needed to support min() / max() / clamp(), etc, as those need to be a
tree of values and thus need heap storage.

This unfortunately grows LengthPercentage to be two pointers, which is bad as
it blows up the size of nsStylePosition enough to trigger the size assertions.

This patch comments out the assertion for now, the follow-up patches will
uncomment them.

Differential Revision: https://phabricator.services.mozilla.com/D58700
2020-02-12 02:43:10 +01:00
..
allocator
atoms Handle AddInput/RemoveInput events 2020-01-09 08:16:25 +05:30
background_hang_monitor
bluetooth
bluetooth_traits
canvas Remove dependency of constellation on canvas 2020-02-06 08:03:49 +05:30
canvas_traits Remove dependency of constellation on canvas 2020-02-06 08:03:49 +05:30
compositing move ConstellationMsg to compositing 2020-01-29 23:34:16 +05:30
config Update user agent info 2020-01-31 14:32:42 -08:00
config_plugins Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) 2020-01-16 08:46:41 +01:00
constellation Remove dependency of constellation on canvas 2020-02-06 08:03:49 +05:30
debugger
deny_public_fields Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) 2020-01-16 08:46:41 +01:00
derive_common
devtools Prompt user before accepting incoming devtools connection 2020-02-10 06:51:18 +01:00
devtools_traits
dom_struct
domobject_derive Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) 2020-01-16 08:46:41 +01:00
embedder_traits Embedder Prompt API 2020-02-10 06:51:18 +01:00
fallible
geometry
gfx
gfx_traits
hashglobe
jstraceable_derive
layout Improve the name the NodeGeometryQuery 2020-02-05 15:25:52 +01:00
layout_2020 Replace iterate_through_fragments with a callback returning bool with find / Option<T> 2020-02-11 14:02:22 +01:00
layout_thread Improve the name the NodeGeometryQuery 2020-02-05 15:25:52 +01:00
layout_thread_2020 Add layout_2020 support for NodeGeometryQuery and ContentBoxQuery 2020-02-11 14:02:19 +01:00
layout_traits
malloc_size_of
media
metrics
msg
net file: and about: are now opaque-filtered responses 2020-02-11 10:19:43 -05:00
net_traits
pixels
profile
profile_traits
rand
range
remutex
script Auto merge of #25700 - szeged:wgpu_compute_pipeline, r=jdm 2020-02-11 14:56:09 -05:00
script_layout_interface Improve the name the NodeGeometryQuery 2020-02-05 15:25:52 +01:00
script_plugins Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) 2020-01-16 08:46:41 +01:00
script_traits move ConstellationMsg to compositing 2020-01-29 23:34:16 +05:30
selectors
servo Auto merge of #25242 - paulrouget:prompt, r=manishearth 2020-02-10 03:33:50 -05:00
servo_arc
size_of_test
std_test_override
style style: Split LengthPercentage again. 2020-02-12 02:43:10 +01:00
style_derive
style_traits Move OpaqueNode to style_traits 2020-01-13 21:59:45 +01:00
to_shmem
to_shmem_derive
url
webdriver_server move ConstellationMsg to compositing 2020-01-29 23:34:16 +05:30
webgpu Initial implementation of GPUComputePipeline 2020-02-11 10:15:03 +01:00
webrender_traits
webvr move ConstellationMsg to compositing 2020-01-29 23:34:16 +05:30
webvr_traits