Differences From Artifact [3365edf925]:
- File build/chrome/cackey.js — part of check-in [b7dc336d0f] at 2016-02-11 18:33:00 on branch trunk — ChromeOS: Updated to pass messages to the PCSC-NACL plugin if they do not belong to us (user: rkeene, size: 277989) [annotate] [blame] [check-ins using]
To Artifact [0b72bd3c23]:
- File build/chrome/cackey.js — part of check-in [39884d86b4] at 2016-02-12 04:10:18 on branch trunk — ChromeOS: Removed extra debugging initialization, should now be centralized (user: rkeene, size: 277892) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
429 430 431 432 433 434 435 | payload = new Uint8Array(stoBA(hextorstr(payload))).buffer; chromeCallback(payload); return; } | < < < | 429 430 431 432 433 434 435 436 437 | payload = new Uint8Array(stoBA(hextorstr(payload))).buffer; chromeCallback(payload); return; } /* Initialize CACKey */ cackeyInit(); |