Mon, 08 Dec 2014 20:59:41 +0100Disable compile on save for every project gc
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 08 Dec 2014 20:59:41 +0100] rev 876
Disable compile on save for every project

Mon, 08 Dec 2014 18:12:52 +0100Give garbage collector a chance to GC something by existing the JavaScript loop few times gc
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 08 Dec 2014 18:12:52 +0100] rev 875
Give garbage collector a chance to GC something by existing the JavaScript loop few times

Mon, 08 Dec 2014 18:04:10 +0100No need for two tests doing completely same thing gc
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 08 Dec 2014 18:04:10 +0100] rev 874
No need for two tests doing completely same thing

Mon, 08 Dec 2014 15:48:51 +0100Moving the GC related tests into separate classes whose name starts with GC prefix gc
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 08 Dec 2014 15:48:51 +0100] rev 873
Moving the GC related tests into separate classes whose name starts with GC prefix

Wed, 12 Nov 2014 11:35:11 +0100Verify GC behavior of assigned properties gc
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 12 Nov 2014 11:35:11 +0100] rev 872
Verify GC behavior of assigned properties

Wed, 12 Nov 2014 10:56:18 +0100Root object needs to be hold via strong reference gc
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 12 Nov 2014 10:56:18 +0100] rev 871
Root object needs to be hold via strong reference

Wed, 12 Nov 2014 10:48:12 +0100No longer needed model instances can be garbage collected gc
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 12 Nov 2014 10:48:12 +0100] rev 870
No longer needed model instances can be garbage collected

Wed, 12 Nov 2014 10:36:39 +0100Removing needless import gc
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 12 Nov 2014 10:36:39 +0100] rev 869
Removing needless import

Tue, 11 Nov 2014 16:14:55 +0100All ko->java callbacks can be made through Knockout instance gc
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 11 Nov 2014 16:14:55 +0100] rev 868
All ko->java callbacks can be made through Knockout instance

Mon, 10 Nov 2014 18:28:45 +0100Verifying a parameter to a method can be GCed by a test that is passing. Verifying the knockout model sticks in a memory when no longer needed by a failing test. gc
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 10 Nov 2014 18:28:45 +0100] rev 867
Verifying a parameter to a method can be GCed by a test that is passing. Verifying the knockout model sticks in a memory when no longer needed by a failing test.