summaryrefslogtreecommitdiff
path: root/test/core/dom
AgeCommit message (Collapse)Author
2014-11-15added event system to Node class (needed for updating name->node maps in ↵Andreas Stöckel
parent nodes and to be capbable of informing about updates in the node graph)
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen
2014-11-14added TestNode unit testAndreas Stöckel
2014-11-14fixed name clash in ManagedTest by renaming TestNode to TestManagedAndreas Stöckel
2014-11-13refactored NodeManager and Node class to Manager and Managed classesAndreas Stöckel
2014-11-06current working copyAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@98 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-03fixed bugs in garbage collector, improved handle classes, added some more ↵Andreas Stöckel
unit tests git-svn-id: file:///var/local/svn/basicwriter@97 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-03autoformatAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@95 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-03added another GC unit testAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@94 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-03implemented equals operator, fixed assignment operator, NodeManager now ↵Andreas Stöckel
asserts that all nodes have been deleted in its destructor git-svn-id: file:///var/local/svn/basicwriter@93 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-02fixed gc sweep rooting detection, added new gc unit testAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@92 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-11-02implemented garbage collecting node graphAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@91 daaaf23c-2e50-4459-9457-1e69db5a47bf