Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-08 | Fix crash in Sluift DOMElementConvertor | Edwin Mons | |
DOMElementConvertor crashed because the stack wasn't large enough for deeper nested element trees. Calling lua_checkstack grows the stack if there's need for it. Normally Lua does this for you, but the DOMElementConverter can spend quite some time in non-Lua space. Change-Id: I23e563d49191b1db1204d2f6fa7d30e2e9d05c1f | |||
2014-04-30 | Update LuaElementConvertor interface to work with Element instead of Payload. | Richard Maudsley | |
Change-Id: I4f8b69b1a13fff21c605011f45763e01f03259cf | |||
2013-08-27 | PubSub implementation & Sluift refactoring. | Remko Tronçon | |
Change-Id: I04ff7111b73565c00bff6db183451774a633344f |