Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Issue 1243983002: Fixed Bluetooth keyboard pairing pincode visibility issue. (Closed)

Created:
5 years, 5 months ago by dzhioev (left Google)
Modified:
5 years, 5 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixed Bluetooth keyboard pairing pincode visibility issue. The problem was that the UI expected that CONTEXT_KEY_KEYBOARD_STATE key observer is called before CONTEXT_KEY_KEYBOARD_PINCODE observer. In fact, the order of notifications was never defined. It have changed at some point, which lead to regression. BUG=507896 TEST=OobeWebUITest.HIDDetectionScreenTest browser test Committed: https://crrev.com/401b76f576d114925c2291426e0e91d1853ad58e Cr-Commit-Position: refs/heads/master@{#339767}

Patch Set 1 #

Patch Set 2 : Removed unused variable. #

Total comments: 4

Patch Set 3 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -45 lines) Patch
M chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css View 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js View 1 2 4 chunks +33 lines, -39 lines 0 comments Download
M chrome/test/data/chromeos/oobe_webui_browsertest.js View 1 2 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
dzhioev (left Google)
Roman, PTAL
5 years, 5 months ago (2015-07-21 06:12:43 UTC) #2
Roman Sorokin (ftl)
lgtm with nits https://codereview.chromium.org/1243983002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js File chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js (right): https://codereview.chromium.org/1243983002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js#newcode184 chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js:184: if (pincode.length != 6) nit: Why ...
5 years, 5 months ago (2015-07-21 12:10:58 UTC) #3
dzhioev (left Google)
https://codereview.chromium.org/1243983002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js File chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js (right): https://codereview.chromium.org/1243983002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js#newcode184 chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.js:184: if (pincode.length != 6) On 2015/07/21 12:10:58, Roman Sorokin ...
5 years, 5 months ago (2015-07-21 21:06:06 UTC) #4
dzhioev (left Google)
5 years, 5 months ago (2015-07-21 21:06:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1243983002/40001
5 years, 5 months ago (2015-07-21 21:07:47 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-21 22:29:51 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-07-21 22:30:56 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/401b76f576d114925c2291426e0e91d1853ad58e
Cr-Commit-Position: refs/heads/master@{#339767}

Powered by Google App Engine
This is Rietveld 408576698