aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/mem.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format script componentchansuke2018-09-191-2/+3
* Pass new method in CollectServoSizes for accurate DOM heap use reportingAnthony Weston2018-03-271-15/+0
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+10
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-2/+2
* Bump heapsize to 0.3Anthony Ramine2016-02-131-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* Introduce DOMClass::heap_size_ofAnthony Ramine2015-10-141-231/+16
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-12/+5
* Cleanup code that was warned by rust-clippyCorey Farwell2015-10-111-213/+213
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-10/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-2/+14
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-4/+217
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-0/+36