Age | Commit message (Collapse) | Author |
|
Change-Id: I19f8ae342e028a6a7b4b13758f2e8c170a1db80c
|
|
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
|
|
Change-Id: I4f8b69b1a13fff21c605011f45763e01f03259cf
|
|
Change-Id: I04ff7111b73565c00bff6db183451774a633344f
|