Differences From Artifact [7034902175]:
- File build/chrome/cackey.js — part of check-in [16fd3e5408] at 2016-02-13 15:43:19 on branch trunk — ChromeOS: More work towards making the PIN entry more useful (user: rkeene, size: 7527) [annotate] [blame] [check-ins using]
To Artifact [25cd0bb896]:
- File build/chrome/cackey.js — part of check-in [a655f43d3b] at 2016-02-15 05:16:01 on branch trunk — ChromeOS: Converted callback storage from an array to a hash, since we don't care about ordering (user: rkeene, size: 7527) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | * Handle for the CACKey NaCl Target */ var cackeyHandle = null; /* * Handle and ID for outstanding callbacks */ |
︙ |