Overview
| Comment: | ChromeOS: Added start of PIN entry dialog | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 32182121df211f557d0358e158f383ff | 
| User & Date: | rkeene on 2016-02-13 07:19:46 | 
| Other Links: | manifest | tags | 
Context
| 2016-02-13 | ||
| 10:05 | ChromeOS: Made PIN entry dialog much more robust check-in: 2c6a5fb7dd user: rkeene tags: trunk | |
| 07:19 | ChromeOS: Added start of PIN entry dialog check-in: 32182121df user: rkeene tags: trunk | |
| 2016-02-12 | ||
| 16:16 | ChromeOS: Updated comments in the NaCl-to-JavaScript bridge check-in: 891997b798 user: rkeene tags: trunk | |
Changes
Modified build/chrome/Makefile from [8c559dd520] to [d4c1056478].
| ︙ | |||
| 24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | 
ifeq (,${NACL_SDK_ROOT})
$(error "Please set NACL_SDK_ROOT")
endif
export NACL_SDK_ROOT
all: cackey.crx
 | 
| ︙ | 
Modified build/chrome/manifest.json from [76848f086c] to [ceb805c9f7].
| ︙ | |||
| 10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 | - + + | "cackey.js" ], "persistent": false } }, "permissions": [ | 
Added build/chrome/pin-icon.png version [28c451a952].
cannot compute difference between binary files
Added build/chrome/pin-icon.xcf version [23c8b14527].
cannot compute difference between binary files
Added build/chrome/pin.html version [fee4932709].
| 
 |