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

Issue 2924043003: [vr] Fix incorrect negation in font fallback logic. (Closed)

Created:
3 years, 6 months ago by Ian Vollick
Modified:
3 years, 6 months ago
Reviewers:
mthiesse, cjgrant
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[vr] Fix incorrect negation in font fallback logic. We were previously only adding empty fallback fonts. BUG=730868 Review-Url: https://codereview.chromium.org/2924043003 Cr-Commit-Position: refs/heads/master@{#477857} Committed: https://chromium.googlesource.com/chromium/src/+/be8255189966eb57a2c70ca3d57568af4b144e14

Patch Set 1 #

Patch Set 2 : add a unit test. #

Total comments: 1

Patch Set 3 : Actually include the fix this time. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M chrome/browser/android/vr_shell/textures/ui_texture.cc View 2 1 chunk +4 lines, -2 lines 1 comment Download
M chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc View 1 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
Ian Vollick
3 years, 6 months ago (2017-06-08 01:08:59 UTC) #9
mthiesse
https://codereview.chromium.org/2924043003/diff/20001/chrome/browser/android/vr_shell/textures/ui_texture.cc File chrome/browser/android/vr_shell/textures/ui_texture.cc (left): https://codereview.chromium.org/2924043003/diff/20001/chrome/browser/android/vr_shell/textures/ui_texture.cc#oldcode196 chrome/browser/android/vr_shell/textures/ui_texture.cc:196: if (name.empty()) Did you forget the main fix? ;)
3 years, 6 months ago (2017-06-08 01:13:18 UTC) #10
Ian Vollick
On 2017/06/08 01:13:18, mthiesse wrote: > https://codereview.chromium.org/2924043003/diff/20001/chrome/browser/android/vr_shell/textures/ui_texture.cc > File chrome/browser/android/vr_shell/textures/ui_texture.cc (left): > > https://codereview.chromium.org/2924043003/diff/20001/chrome/browser/android/vr_shell/textures/ui_texture.cc#oldcode196 > ...
3 years, 6 months ago (2017-06-08 01:16:20 UTC) #14
mthiesse
lgtm
3 years, 6 months ago (2017-06-08 01:21:48 UTC) #15
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/2924043003/60001
3 years, 6 months ago (2017-06-08 01:22:54 UTC) #18
cjgrant
lgtm https://codereview.chromium.org/2924043003/diff/60001/chrome/browser/android/vr_shell/textures/ui_texture.cc File chrome/browser/android/vr_shell/textures/ui_texture.cc (right): https://codereview.chromium.org/2924043003/diff/60001/chrome/browser/android/vr_shell/textures/ui_texture.cc#newcode200 chrome/browser/android/vr_shell/textures/ui_texture.cc:200: DCHECK(!name.empty()); This DCHECK will lead a lonely life. ...
3 years, 6 months ago (2017-06-08 01:41:15 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-06-08 01:58:33 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/be8255189966eb57a2c70ca3d575...

Powered by Google App Engine
This is Rietveld 408576698