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

Issue 2818553002: Rendering Insecure WebVR Warnings into a texture with Skia. (Closed)

Created:
3 years, 8 months ago by acondor_
Modified:
3 years, 8 months ago
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rendering Insecure WebVR Warnings into a texture with Skia. Icons and rounded backgrounds reuse gfx code. Text rendering is a temporary solution that cannot handle fallback fonts. RTL rendering is not handled either. BUG=710150 Review-Url: https://codereview.chromium.org/2818553002 Cr-Commit-Position: refs/heads/master@{#464523} Committed: https://chromium.googlesource.com/chromium/src/+/d9cff176581d901a8b2b1fed51035c13418f87b9

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing suggestions #

Total comments: 3

Patch Set 3 : Removing text rendering. #

Patch Set 4 : Adding comments #

Messages

Total messages: 16 (6 generated)
acondor_
PTAL
3 years, 8 months ago (2017-04-12 19:08:14 UTC) #2
cjgrant
Quick first pass. Overall, this looks nice and compact. It'd be nice to see how ...
3 years, 8 months ago (2017-04-12 20:38:54 UTC) #4
acondor_
https://codereview.chromium.org/2818553002/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc File chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc (right): https://codereview.chromium.org/2818553002/diff/1/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc#newcode21 chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc:21: const SkColor kPermanentWarningBgColor = SK_ColorWHITE; On 2017/04/12 20:38:53, cjgrant ...
3 years, 8 months ago (2017-04-12 21:21:46 UTC) #5
mthiesse
https://codereview.chromium.org/2818553002/diff/20001/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc File chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc (right): https://codereview.chromium.org/2818553002/diff/20001/chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc#newcode30 chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.cc:30: DCHECK(texture_size_ % 4 == 0); Add a comment on ...
3 years, 8 months ago (2017-04-13 15:31:38 UTC) #6
acondor_
+estade please review BUILD.gn in relation to vector_icons +mthiesse, +cjgrant for vr_shell/
3 years, 8 months ago (2017-04-13 15:58:33 UTC) #8
mthiesse
lgtm
3 years, 8 months ago (2017-04-13 16:01:33 UTC) #9
cjgrant
lgtm
3 years, 8 months ago (2017-04-13 16:04:18 UTC) #10
mthiesse
No need to wait for estade, the BUILD.gn change is trivial and we're already owners ...
3 years, 8 months ago (2017-04-13 19:19:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2818553002/60001
3 years, 8 months ago (2017-04-13 19:20:22 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 20:21:46 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/d9cff176581d901a8b2b1fed5103...

Powered by Google App Engine
This is Rietveld 408576698