log spidermonkey-playground.cpp @ 74:ed2cf86a7c9d

age author description
Thu, 25 Jun 2009 18:56:23 -0700 Atul Varma Removed spidermonkey-playground.cpp's dependence on string.h.
Thu, 25 Jun 2009 18:38:01 -0700 Atul Varma Memory profiler server is now much better at reporting errors.
Thu, 25 Jun 2009 18:11:01 -0700 Atul Varma Refactored some code, fixed some TODOs.
Thu, 25 Jun 2009 17:53:28 -0700 Atul Varma Separated out some of the TCB-specific code into tcb.cpp/h.
Thu, 25 Jun 2009 11:46:43 -0700 Atul Varma Fixed a TODO; executing the whole code now works, though we get GC root leak warnings.
Thu, 25 Jun 2009 11:39:32 -0700 Atul Varma set GC Zeal to 2 and fixed some bugs exposed by it.
Wed, 24 Jun 2009 21:15:45 -0700 Atul Varma Fixed some bugs that raised assertions in debug builds of SpiderMonkey.
Wed, 24 Jun 2009 17:29:27 -0700 Atul Varma Added a getGCRoots() function.
Wed, 24 Jun 2009 16:40:51 -0700 Atul Varma Added tentative profileMemory() server, which suspends the current JS runtime, creates a new one and runs a web server in it.
Wed, 24 Jun 2009 13:02:29 -0700 Atul Varma renamed Socket to ServerSocket.
Wed, 24 Jun 2009 13:01:11 -0700 Atul Varma Added an almost-completely-unimplemented TCP server socket object that uses NSPR.
Tue, 23 Jun 2009 12:32:39 -0700 Atul Varma The playground now only allocates buffers the size of the JS files being loaded, rather than 100k ones.
Mon, 22 Jun 2009 23:05:40 -0700 Atul Varma made heap dumping examine object constructors.
Mon, 22 Jun 2009 17:24:18 -0700 Atul Varma Added a dumpHeap() function to the TCB global object, which can be used even w/o debug builds of SpiderMonkey.
Mon, 22 Jun 2009 15:40:46 -0700 Atul Varma Added a forceGC() function to the global TCB object.
Mon, 22 Jun 2009 14:39:04 -0700 Atul Varma Added an enumerate() function to the TCB global.
Mon, 22 Jun 2009 08:59:00 -0700 Atul Varma Added more docs.
Mon, 22 Jun 2009 08:52:17 -0700 Atul Varma Added some documentation to spidermonkey-playground.cpp.
Mon, 22 Jun 2009 08:29:14 -0700 Atul Varma Added getWrapper() and unwrap() functions.
Mon, 22 Jun 2009 08:12:21 -0700 Atul Varma Minor refactorings, made the wrapping code a bit more robust.
Mon, 22 Jun 2009 07:03:31 -0700 Atul Varma Added license blocks.
Mon, 22 Jun 2009 06:51:58 -0700 Atul Varma Added a README.
Mon, 22 Jun 2009 06:32:32 -0700 Atul Varma Added some TODOs.
Fri, 19 Jun 2009 22:42:00 -0700 Atul Varma added functionInfo() native function.
Fri, 19 Jun 2009 15:25:32 -0700 Atul Varma Fixed a bug in the throw hook, added a 'scopeChain' property to stack frames.
Fri, 19 Jun 2009 15:16:11 -0700 Atul Varma Function objects are now attached to stack frames returned by stack().
Fri, 19 Jun 2009 14:44:39 -0700 Atul Varma The TCB can now define a global checkAccess() handler. It also has access to a lookupProperty() function that can retrieve an attribute of an object without initiating security checks or property getters.
Fri, 19 Jun 2009 12:50:42 -0700 Atul Varma Added a runtime access check callback.
Fri, 19 Jun 2009 12:22:52 -0700 Atul Varma added a handleError() function to the TCB, which is called whenever an unhandled exception occurs. Also fixed a bug in the setting of lastException.
Fri, 19 Jun 2009 09:33:13 -0700 Atul Varma Added a really simple securableModule require() implementation.
Fri, 19 Jun 2009 03:49:44 -0700 Atul Varma added global lastException and lastExceptionTraceback properties to the TCB global, which are similar to python's exc_info().
Fri, 19 Jun 2009 02:58:49 -0700 Atul Varma Added a native stack() function.
Thu, 18 Jun 2009 22:40:17 -0700 Atul Varma Renamed some variables.
Thu, 18 Jun 2009 22:11:08 -0700 Atul Varma Script is now read from tcb.js.
Thu, 18 Jun 2009 20:35:22 -0700 Atul Varma added simple script and wrapper.cpp from jetpack base spidermonkey-playground.c@503d021bc5ed