electron/atom
Cheng Zhao e6c0b1fe0c Fix leak when KeyWeakMap::Remove is called directly
Usually the KeyObject would be destroyed when GC happens, but then
Remove is called before GC happens, the KeyObject would be leaked
forever. This fixes it by keeping KeyObject as a member of map.
2016-05-11 15:17:35 +09:00
..
app Fix passing paths in command line 2016-05-11 08:57:35 +09:00
browser Merge branch 'master' of https://github.com/electron/electron 2016-05-11 15:15:15 +09:00
common Fix leak when KeyWeakMap::Remove is called directly 2016-05-11 15:17:35 +09:00
renderer Add scrollBounce option and disable it by default 2016-05-06 14:57:43 +09:00
utility Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00