[TIMOB-12930] Android: Streamline V8 Kroll bridge
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-24T02:33:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2013 Sprint 06 API, 2013 Sprint 06 |
Components | Android |
Labels | release-note |
Reporter | Ingo Muschenetz |
Assignee | Ingo Muschenetz |
Created | 2013-03-02T01:43:44.000+0000 |
Updated | 2017-03-16T21:02:04.000+0000 |
Description
While related to other tasks, this one is meant to be quicker, and part of a larger change. There's a lot of times where we scan global methods to rediscover what we could already know through the call stack, such as env.
Those playing the home game, this feeds off of TIMOB-12651 https://github.com/BlainHamon/titanium_mobile/compare/timob-12930
https://github.com/appcelerator/titanium_mobile/pull/3933
For 3.1 Release Notes: Note that this change makes a change in the Modules API. Older modules should build with 3.1, but modules created on 3.1 will not build with older SDKs. (If this changes, please let me know.)
It appears that something in this fix broke Anvil, causing the tests to hang.
Additional PR to fix regression caused by this PR#3933: https://github.com/appcelerator/titanium_mobile/pull/4025 https://github.com/appcelerator/titanium_mobile/pull/4026
Closing ticket as fixed.