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

Issue 14866009: Enable proper zooming of checkbox and radio button on Win and Mac. (Closed)

Created:
7 years, 7 months ago by keishi
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Visibility:
Public.

Description

Enable proper zooming of checkbox and radio button on Win and Mac. This patch enables zooming of checkbox and radio button on Win and Mac by using the fallback theme. RenderTheme::shouldUseFallbackTheme(): Return true if the fallback theme should be used to render the control. TEST=Covered by layout tests radio-basic-appearance.html and checkbox-basic-appearance.html BUG=84973 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151219

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased #

Patch Set 3 : Fixed win error #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -31 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/platform/chromium-mac/fast/forms/checkbox/checkbox-appearance-basic-expected.txt View 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/platform/chromium-mac/fast/forms/radio/radio-appearance-basic-expected.txt View 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderTheme.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderTheme.cpp View 1 2 3 4 5 5 chunks +148 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.mm View 1 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumSkia.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumSkia.cpp View 1 1 chunk +0 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumWin.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumWin.cpp View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
keishi
7 years, 7 months ago (2013-05-16 11:53:37 UTC) #1
keishi
This patch depends on https://codereview.chromium.org/14424007/ but it was reverted.
7 years, 7 months ago (2013-05-16 11:55:12 UTC) #2
tkent
https://codereview.chromium.org/14866009/diff/1/Source/core/rendering/RenderTheme.cpp File Source/core/rendering/RenderTheme.cpp (right): https://codereview.chromium.org/14866009/diff/1/Source/core/rendering/RenderTheme.cpp#newcode1269 Source/core/rendering/RenderTheme.cpp:1269: if (zoomLevel != 1) { Do we need this ...
7 years, 7 months ago (2013-05-17 03:49:29 UTC) #3
keishi
On 2013/05/17 03:49:29, tkent wrote: > https://codereview.chromium.org/14866009/diff/1/Source/core/rendering/RenderTheme.cpp > File Source/core/rendering/RenderTheme.cpp (right): > > https://codereview.chromium.org/14866009/diff/1/Source/core/rendering/RenderTheme.cpp#newcode1269 > ...
7 years, 7 months ago (2013-05-17 05:35:30 UTC) #4
tkent
lgtm. > If you don't transform the context the border and shadow won't be scaled. ...
7 years, 7 months ago (2013-05-17 05:40:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/8001
7 years, 7 months ago (2013-05-24 07:59:24 UTC) #6
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 7 months ago (2013-05-24 09:20:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/24001
7 years, 7 months ago (2013-05-27 01:48:21 UTC) #8
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=7495
7 years, 7 months ago (2013-05-27 03:09:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/36001
7 years, 7 months ago (2013-05-27 12:43:06 UTC) #10
commit-bot: I haz the power
Can't process patch for file LayoutTests/platform/chromium-mac/fast/forms/checkbox/checkbox-appearance-basic-expected.png. Binary file support is temporarilly disabled due to a ...
7 years, 7 months ago (2013-05-27 12:43:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/41001
7 years, 6 months ago (2013-05-28 02:08:37 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6972
7 years, 6 months ago (2013-05-28 04:24:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/41001
7 years, 6 months ago (2013-05-28 04:58:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/14866009/54001
7 years, 6 months ago (2013-05-28 05:03:17 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 07:35:05 UTC) #16
Message was sent while issue was closed.
Change committed as 151219

Powered by Google App Engine
This is Rietveld 408576698