Refactor link click handling in OOBE start screen |
|
Issue description2 links are contained in the setup flow's message body, (e.g., [1]). In OOBE, because the browser can't open links (because it can't display in front of OOBE), we display a webview overlay instead, and to do that we've had to hackily reach into the message bodies and attach onclick listeners to the links via JS. See the CL that introduced this for more [2]. This is confusing and roundabout -- we should investigate a way to make this code more clear. 1) https://cs.chromium.org/chromium/src/chrome/app/chromeos_strings.grdp?q=%22Your+Chromebook+and+Android+phone%22&sq=package:chromium&g=0&l=172 2) https://chromium-review.googlesource.com/c/chromium/src/+/1275296 |
|
►
Sign in to add a comment |
|