Overview
| Comment: | ChromeOS: Only emit a warning on non-ChromeOS devices, still initialize |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
fc7a05e23aeed9f7335f94be49ffdbcb |
| User & Date: | rkeene on 2016-03-01 00:43:22 |
| Other Links: | manifest | tags |
Context
|
2016-03-01
| ||
| 00:43 | ChromeOS: Added artwork for the Chrome Web Store check-in: fe2620544f user: rkeene tags: trunk | |
| 00:43 | ChromeOS: Only emit a warning on non-ChromeOS devices, still initialize check-in: fc7a05e23a user: rkeene tags: trunk | |
|
2016-02-29
| ||
| 22:23 | ChomeOS: Release 6 check-in: b45f1b708e user: rkeene tags: trunk | |
Changes
Modified build/chrome/cackey.js from [6bb2c4f501] to [3273b79cbc].
| ︙ | ︙ | |||
658 659 660 661 662 663 664 |
return;
}
/* Verify that we can register callbacks */
if (!chrome.certificateProvider) {
if (!GoogleSmartCard.IS_DEBUG_BUILD) {
| < | < < < | 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 |
return;
}
/* Verify that we can register callbacks */
if (!chrome.certificateProvider) {
if (!GoogleSmartCard.IS_DEBUG_BUILD) {
console.info("[cackey] This extension's primary functionality only works on ChromeOS! You won't be able to do much with it.");
}
}
elementEmbed = document.createElement('embed');
elementEmbed.type = "application/x-pnacl";
elementEmbed.width = 0;
elementEmbed.height = 0;
|
| ︙ | ︙ |