Overview
Comment: | ChromeOS: Whitespace cleanup |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 78f6a43a4eb000bf80ff6f12ef9fe475683a0788 |
User & Date: | rkeene on 2016-02-13 10:09:19 |
Other Links: | manifest | tags |
Context
2016-02-13
| ||
15:43 | ChromeOS: More work towards making the PIN entry more useful check-in: 16fd3e5408 user: rkeene tags: trunk | |
10:09 | ChromeOS: Whitespace cleanup check-in: 78f6a43a4e user: rkeene tags: trunk | |
10:08 | ChromeOS: Made PIN entry failure code slightly cleaner check-in: 233d1929c2 user: rkeene tags: trunk | |
Changes
Modified build/chrome/cackey.js from [e6983d567a] to [130898c1ff].
117 117 } 118 118 }, function(pinWindow) { 119 119 if (!pinWindow) { 120 120 console.log("[cackey] No window was provided for PIN entry, this will not go well."); 121 121 122 122 return; 123 123 } 124 + 124 125 pinWindow.drawAttention(); 125 126 pinWindow.focus(); 126 127 127 128 /* 128 129 * Register a handler to handle the window being closed without 129 130 * having sent anything 130 131 */