aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/size_of.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rustc 1.48.0-nightly (623fb90b5 2020-09-26)Simon Sapin2021-01-261-8/+8
* Make Node::style_and_layout_data be a DomRefCell<T>Anthony Ramine2020-05-191-7/+7
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-7/+7
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-4/+4
* ISSUE-23995: lazily generate unique_id for nodeThomas Delacour2019-09-241-7/+7
* Make Node and Element rare_data an OptionFernando Jiménez Moreno2019-04-261-8/+7
* Update size of tests after *RareData changesFernando Jiménez Moreno2019-04-261-7/+8
* Update size of tests with shadow root sizeFernando Jiménez Moreno2019-04-261-7/+7
* Upgrade to rustc 1.36.0-nightly (e305df184 2019-04-24)Simon Sapin2019-04-251-8/+8
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
* Track custom element stateConnor Brewster2017-08-091-4/+4
* Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdmbors-servo2017-07-171-4/+4
|\
| * Support custom element callback reactionsConnor Brewster2017-07-171-4/+4
* | script: Move the layout_wrapper outside of script.Emilio Cobos Álvarez2017-07-151-5/+0
|/
* Allow element prefix to be setConnor Brewster2017-06-231-4/+4
* Support `is` option when creating elementsConnor Brewster2017-06-231-4/+4
* Introduce NonZeroPtrMut and use it in servo_arc.Bobby Holley2017-06-061-4/+4
* Mutation Observer APISumit2017-05-151-7/+7
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-4/+4
|\
| * Bump the DOM element sizes.Bobby Holley2017-05-021-4/+4
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+4
|/
* script: Update expected size of elements now we have bigger state flags.Emilio Cobos Álvarez2017-03-291-4/+4
* Update to rustc 1.17.0-nightly (8c72b7651 2017-03-11)Simon Sapin2017-03-111-8/+8
* Update to rustc 1.17.0-nightly (413a975e3 2017-02-23)Simon Sapin2017-02-241-8/+8
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-4/+4
* Remove generation, remove filter pop, and add size tests.Bobby Holley2016-12-221-0/+4
* Introduce a script::test module to expose the APIs needed for unit tests.Ms2ger2016-12-221-12/+3
* Use Arc<PropertyDeclarationBlock> everwhere it’s appropriate.Simon Sapin2016-08-311-4/+4
* Update Rust to 1.13.0-nightly (198713106 2016-08-26)Anthony Ramine2016-08-281-7/+7
* Compute tag_name a maximum of once per document ownerMitchell Hentges2016-08-031-4/+4
* Remove the wrapper::ServoThreadSafeLayoutNode re-export.Ms2ger2016-06-201-0/+2
* Update path in script_tests::size_of error messagesMatt Brubeck2016-03-291-2/+2
* Dirty elements whose selectors are affected by sibling changesMatt Brubeck2016-02-231-4/+4
* Abstract out Node::unique_id in its own structureAnthony Ramine2016-02-041-7/+7
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-7/+7
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-7/+7
* reduce node.unique_id sizeAleksandr Likhanov2015-11-191-7/+7
* Added versioning to DOM nodes.Alan Jeffrey2015-11-061-7/+7
* Bump the expected sizes for Element.Bobby Holley2015-10-161-4/+4
* Auto merge of #7611 - nox:cache-element-id, r=frewsxcvbors-servo2015-09-201-4/+4
|\
| * Cache the `id` attribute on ElementAli Sabil2015-09-131-4/+4
* | Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
|/
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-8/+8
* Remove LayoutChan from LayoutDataWrapperMichael Wu2015-07-041-7/+7
* Move script crate unit tests into the unit_tests crate.Simon Sapin2015-04-081-0/+48