overte/scripts
Anthony J. Thibault 1429a32928 Prevent use after free of ScriptEngine pointer when shutting down all scripts.
Before this change, if you were running with the Debug defaultScripts.js option on,
it could result in a dereference of a previously freed ScriptEngine pointer.
To prevent this, defaultScripts.js no longer explicitly calls ScriptDiscoveryService.stopScript() on
Script.scriptEnding.
2017-02-23 10:28:15 -08:00
..
developer remove debugger line 2017-02-21 20:20:23 +01:00
system Merge pull request #9715 from hyperlogic/bug-fix/tablet-ui-toolbar-highlight 2017-02-22 18:07:38 -08:00
tutorials Overlays::getOverlayAtPoint was depending on the order in which the overlays were added 2017-02-19 18:37:35 -08:00
defaultScripts.js Prevent use after free of ScriptEngine pointer when shutting down all scripts. 2017-02-23 10:28:15 -08:00