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

Issue 1324513002: Blacklist low scale factors. (Closed)

Created:
5 years, 3 months ago by stapelberg
Modified:
4 years, 11 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Blacklist low scale factors. For any device-scaling-factor < 1.3, a device-scaling-factor of 1 will be enforced. This fixes blurriness with monitors that only have a slightly higher resolution than 96 dpi, but high enough to result in a device-scaling-factor of >1. BUG=484400 Committed: https://crrev.com/fa30cbdf96439ea623d47d655a10962049d83b6c Cr-Commit-Position: refs/heads/master@{#347156}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Blacklist low scale factors. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 1 chunk +4 lines, -2 lines 3 comments Download

Messages

Total messages: 14 (4 generated)
stapelberg
R=oshima for the change, R=estade for OWNERS approval
5 years, 3 months ago (2015-08-28 14:35:23 UTC) #2
Evan Stade
lgtm from owners perspective but I haven't been following this saga too closely so we ...
5 years, 3 months ago (2015-08-28 14:54:11 UTC) #3
oshima
lgtm
5 years, 3 months ago (2015-09-02 17:45:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1324513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1324513002/20001
5 years, 3 months ago (2015-09-03 13:51:02 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-03 15:00:20 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/fa30cbdf96439ea623d47d655a10962049d83b6c Cr-Commit-Position: refs/heads/master@{#347156}
5 years, 3 months ago (2015-09-03 15:00:56 UTC) #9
mario.endlessm
https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc File chrome/browser/ui/libgtk2ui/gtk2_ui.cc (right): https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc#newcode1445 chrome/browser/ui/libgtk2ui/gtk2_ui.cc:1445: return rounded < 1.3 ? 1.0 : rounded; Came ...
4 years, 11 months ago (2016-01-12 15:07:12 UTC) #11
Evan Stade
https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc File chrome/browser/ui/libgtk2ui/gtk2_ui.cc (right): https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc#newcode1445 chrome/browser/ui/libgtk2ui/gtk2_ui.cc:1445: return rounded < 1.3 ? 1.0 : rounded; Good ...
4 years, 11 months ago (2016-01-13 04:40:13 UTC) #12
mario.endlessm
https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc File chrome/browser/ui/libgtk2ui/gtk2_ui.cc (right): https://codereview.chromium.org/1324513002/diff/20001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc#newcode1445 chrome/browser/ui/libgtk2ui/gtk2_ui.cc:1445: return rounded < 1.3 ? 1.0 : rounded; I ...
4 years, 11 months ago (2016-01-13 08:58:23 UTC) #13
mario.endlessm
4 years, 11 months ago (2016-01-13 09:58:46 UTC) #14
Message was sent while issue was closed.
Just uploaded a patch to fix the float literals for review in
https://codereview.chromium.org/1581883003

Powered by Google App Engine
This is Rietveld 408576698