aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/mem.rs
Commit message (Expand)AuthorAgeFilesLines
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-360/+0
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-9/+14
* Bump Rust to 2016-01-31 nightlyAnthony Ramine2016-02-011-3/+3
* Use features to prevent the util component from entraining the world in Gecko...Bobby Holley2016-01-111-79/+2
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-0/+2
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+2
* reduce node.unique_id sizeAleksandr Likhanov2015-11-191-0/+2
* Made DOMString implement HeapSizeOf.Alan Jeffrey2015-11-121-1/+1
* Made QualName traceable by JS.Alan Jeffrey2015-11-061-2/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+7
* Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
* Fix issues found by rust-clippyCorey Farwell2015-10-121-25/+25
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-9/+8
* Record first and last token type of custom property values.Simon Sapin2015-09-171-2/+3
* sort all usesJohann Tuffe2015-08-201-10/+10
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-9/+124
* Add a comment to explain the struct pattern trick.Simon Sapin2015-08-041-0/+4
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-7/+59
* Implement HeapSizeOf for Url. Fixes #6912Bogdan Cuza2015-08-031-0/+42
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Measure LocalLayoutContexts in LayoutTask and LayoutWorkers.Nicholas Nethercote2015-06-101-0/+7
* Updates for changes in rust-geom and rust-layersGlenn Watson2015-06-111-2/+2
* Revert "Updates for changes in rust-geom and rust-layers"Patrick Walton2015-06-101-2/+2
* Updates for changes in rust-geom and rust-layersGlenn Watson2015-06-111-2/+2
* fix rebase conflictsManish Goregaokar2015-06-031-2/+2
* Remove all Arc-less ignores, force reasons, ignore_heap_size_ofManish Goregaokar2015-06-031-7/+5
* remove more heapsize ignoresManish Goregaokar2015-06-031-2/+3
* use knownheapsize for geom stuffManish Goregaokar2015-06-031-3/+15
* use HeapSizeOf plugin in gfxManish Goregaokar2015-06-031-3/+3
* Add #[heapsize]/#[derive(HeapSizeOf)] plugin to auto-derive `HeapSizeOf` implsManish Goregaokar2015-06-031-0/+28
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-0/+161