log tcb.js @ 54:c451579bf83c

age author description
Wed, 24 Jun 2009 17:47:55 -0700 Atul Varma Added RESTful methods for memory tracking.
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 15:58:54 -0700 Atul Varma Implemented close() and recv() methods on ServerSocket.
Wed, 24 Jun 2009 15:32:58 -0700 Atul Varma implemented simple send().
Wed, 24 Jun 2009 14:59:26 -0700 Atul Varma implemented accept() fully.
Wed, 24 Jun 2009 14:22:42 -0700 Atul Varma added accept() method with a big TODO.
Wed, 24 Jun 2009 14:12:59 -0700 Atul Varma Added listen() method to ServerSocket().
Wed, 24 Jun 2009 14:05:32 -0700 Atul Varma Added a 'bind' method to ServerSocket.
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.
Mon, 22 Jun 2009 23:05:40 -0700 Atul Varma made heap dumping examine object constructors.
Mon, 22 Jun 2009 15:33:18 -0700 Atul Varma enumeration is now supported on wrappers via JSNewEnumerateOp.
Mon, 22 Jun 2009 13:32:03 -0700 Atul Varma Changed getProperty() to not use lookupProperty().
Mon, 22 Jun 2009 13:29:45 -0700 Atul Varma Added more to SafeWrapper.
Mon, 22 Jun 2009 13:17:34 -0700 Atul Varma added eval to list of blacklisted properties
Mon, 22 Jun 2009 11:11:41 -0700 Atul Varma Changed getProperty() of SafeWrapper.
Mon, 22 Jun 2009 10:59:51 -0700 Atul Varma Made a simple SafeWrapper membrane to mediate between trust boundaries.
Mon, 22 Jun 2009 08:56:31 -0700 Atul Varma Added some documentation to the TCB.
Mon, 22 Jun 2009 08:31:23 -0700 Atul Varma Added more tests for unwrap()/getWrapper().
Mon, 22 Jun 2009 08:29:14 -0700 Atul Varma Added getWrapper() and unwrap() functions.
Fri, 19 Jun 2009 22:42:00 -0700 Atul Varma added functionInfo() native function.
Fri, 19 Jun 2009 16:43:02 -0700 Atul Varma changed tcb and sample module again
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 15:07:12 -0700 Atul Varma changed TCB/sample module code a bit.
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: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:34:09 -0700 Atul Varma Added more code to sample securableModule
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:11:08 -0700 Atul Varma Script is now read from tcb.js.