gecko-dev/servo/components/layout
CYBAI aba250b512 servo: Merge #19868 - Use specific assertions (from CYBAI:specific-assertion); r=emilio
Similar to #19865
r? jdm

Note: Should I squash all the commits into one commit?

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because it should not break anything

Source-Repo: https://github.com/servo/servo
Source-Revision: c9ba16f9fbdf7f43cb19feedfaaa68c85bbcbe3b

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : f1c9a3696d90aab078d6e2b96318d1ccc8a28507
2018-01-25 18:06:33 -06:00
..
display_list servo: Merge #19798 - style: Move cursor property out of mako (from gootorov:move_cursor_from_mako); r=emilio 2018-01-20 12:10:58 -06:00
tests servo: Merge #19819 - Merge some test crates in their corresponding components (from servo:rm-test-crates); r=<try> 2018-01-20 08:51:27 -06:00
animation.rs servo: Merge #19842 - style: Cleanup a bit the cascade (from emilio:cascade-cleanup); r=nox,jryans 2018-01-23 06:30:51 -06:00
block.rs servo: Merge #19782 - Use more WebRender types in gfx/display_list (from pyfisch:dl-simple); r=mrobinson 2018-01-18 05:42:52 -06:00
Cargo.toml servo: Merge #19688 - Detect adjoining text fragments with no line break opportunity between them (from Manishearth:linebreak); r=mbrubeck 2018-01-24 22:42:59 -06:00
construct.rs servo: Merge #19842 - style: Cleanup a bit the cascade (from emilio:cascade-cleanup); r=nox,jryans 2018-01-23 06:30:51 -06:00
context.rs servo: Merge #18938 - Replace all uses of the heapsize crate with malloc_size_of (from nnethercote:bug-1409255); r=SimonSapin 2017-10-18 13:56:05 -05:00
data.rs servo: Merge #18967 - Bump bitflags to 1.0 (from Eijebong:bitflags2.0); r=mbrubeck 2017-10-30 18:25:45 -05:00
flex.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
floats.rs servo: Merge #19868 - Use specific assertions (from CYBAI:specific-assertion); r=emilio 2018-01-25 18:06:33 -06:00
flow_list.rs servo: Merge #18854 - Make optional the usage of some unstable features (from servo:servo-unstable-feature); r=nox 2017-10-13 12:26:39 -05:00
flow_ref.rs servo: Merge #18179 - Automatically verify that derive() lists are alphabetically ordered #… (from davidcl:master); r=jdm 2017-08-23 17:18:31 -05:00
flow.rs servo: Merge #19819 - Merge some test crates in their corresponding components (from servo:rm-test-crates); r=<try> 2018-01-20 08:51:27 -06:00
fragment.rs servo: Merge #19688 - Detect adjoining text fragments with no line break opportunity between them (from Manishearth:linebreak); r=mbrubeck 2018-01-24 22:42:59 -06:00
generated_content.rs servo: Merge #19769 - layout: Simplify the pseudo-element setup (from emilio:simplify-layout-construct); r=nox 2018-01-15 04:14:13 -06:00
incremental.rs servo: Merge #19565 - Turn flow::base and friends into methods (from mbrubeck:base); r=emilio 2017-12-15 12:44:50 -06:00
inline.rs servo: Merge #19688 - Detect adjoining text fragments with no line break opportunity between them (from Manishearth:linebreak); r=mbrubeck 2018-01-24 22:42:59 -06:00
layout_debug.rs servo: Merge #19868 - Use specific assertions (from CYBAI:specific-assertion); r=emilio 2018-01-25 18:06:33 -06:00
lib.rs servo: Merge #19688 - Detect adjoining text fragments with no line break opportunity between them (from Manishearth:linebreak); r=mbrubeck 2018-01-24 22:42:59 -06:00
linked_list.rs servo: Merge #11930 - Remove some util stuff (from nox:die-util-die); r=SimonSapin 2016-06-29 15:37:42 -05:00
list_item.rs servo: Merge #19852 - Allow floats to impact list item marker position (from jonleighton:issue-19796); r=mbrubeck 2018-01-24 19:35:39 -06:00
model.rs servo: Merge #19829 - Update Rust and use the newly-stable std::ptr::NonNull (from servo:rustup); r=nox 2018-01-22 11:11:44 -06:00
multicol.rs servo: Merge #19868 - Use specific assertions (from CYBAI:specific-assertion); r=emilio 2018-01-25 18:06:33 -06:00
opaque_node.rs servo: Merge #11754 - Move ServoLayoutNode and related structs to script (from Ms2ger:wrapper-traits-prep2); r=nox 2016-06-20 12:54:20 -05:00
parallel.rs servo: Merge #19565 - Turn flow::base and friends into methods (from mbrubeck:base); r=emilio 2017-12-15 12:44:50 -06:00
persistent_list.rs servo: Merge #18968 - Use try syntax for Option where appropriate (from mbrubeck:try); r=emilio 2017-10-21 03:31:21 -05:00
query.rs servo: Merge #19829 - Update Rust and use the newly-stable std::ptr::NonNull (from servo:rustup); r=nox 2018-01-22 11:11:44 -06:00
sequential.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_caption.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_cell.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_colgroup.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_row.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_rowgroup.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table_wrapper.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
table.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
text.rs servo: Merge #19688 - Detect adjoining text fragments with no line break opportunity between them (from Manishearth:linebreak); r=mbrubeck 2018-01-24 22:42:59 -06:00
traversal.rs servo: Merge #19686 - Create own file for background calculations in layout (from pyfisch:layout-background); r=emilio 2018-01-07 08:53:18 -06:00
wrapper.rs servo: Merge #19829 - Update Rust and use the newly-stable std::ptr::NonNull (from servo:rustup); r=nox 2018-01-22 11:11:44 -06:00