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

Issue 137533012: Changes look for scrollbars on windows (Closed)

Created:
6 years, 11 months ago by sky
Modified:
6 years, 11 months ago
CC:
chromium-reviews, tfarina, oshima+watch_chromium.org
Visibility:
Public.

Description

Changes look for scrollbars on windows Additionally respects the size from the OS. BUG=333499 332937 TEST=none R=sadrul@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245886

Patch Set 1 #

Patch Set 2 : make protected #

Total comments: 3

Patch Set 3 : merge 2 trunk #

Patch Set 4 : fix worker related tests #

Patch Set 5 : last uploaded 500ed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+645 lines, -146 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
A ui/base/nine_image_painter_factory.h View 1 chunk +29 lines, -0 lines 0 comments Download
A ui/base/nine_image_painter_factory.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M ui/gfx/gfx.gyp View 2 chunks +8 lines, -0 lines 0 comments Download
A ui/gfx/nine_image_painter.h View 1 chunk +49 lines, -0 lines 0 comments Download
A ui/gfx/nine_image_painter.cc View 1 chunk +104 lines, -0 lines 0 comments Download
M ui/native_theme/native_theme.h View 1 chunk +6 lines, -5 lines 0 comments Download
M ui/native_theme/native_theme.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/native_theme/native_theme_aura.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/native_theme/native_theme_aura.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A ui/native_theme/native_theme_aurawin.h View 1 chunk +72 lines, -0 lines 0 comments Download
A ui/native_theme/native_theme_aurawin.cc View 1 chunk +182 lines, -0 lines 0 comments Download
M ui/native_theme/native_theme_base.h View 4 chunks +15 lines, -1 line 0 comments Download
M ui/native_theme/native_theme_base.cc View 7 chunks +45 lines, -29 lines 0 comments Download
M ui/native_theme/native_theme_win.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M ui/resources/ui_resources.grd View 2 chunks +76 lines, -10 lines 0 comments Download
M ui/ui.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M ui/views/painter.h View 2 chunks +1 line, -5 lines 0 comments Download
M ui/views/painter.cc View 2 chunks +8 lines, -90 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
sky
I had to do a little bit of refactoring to make use of nine painting. ...
6 years, 11 months ago (2014-01-17 19:34:32 UTC) #1
sadrul
LGTM https://codereview.chromium.org/137533012/diff/30001/ui/views/painter.cc File ui/views/painter.cc (right): https://codereview.chromium.org/137533012/diff/30001/ui/views/painter.cc#newcode193 ui/views/painter.cc:193: : nine_painter_(new gfx::NineImagePainter(image, insets)) { It would be ...
6 years, 11 months ago (2014-01-17 20:11:33 UTC) #2
sky
https://codereview.chromium.org/137533012/diff/30001/ui/views/painter.h File ui/views/painter.h (right): https://codereview.chromium.org/137533012/diff/30001/ui/views/painter.h#newcode12 ui/views/painter.h:12: #include "ui/base/nine_image_painter_factory.h" On 2014/01/17 20:11:33, sadrul wrote: > You ...
6 years, 11 months ago (2014-01-17 20:49:34 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/137533012/30001
6 years, 11 months ago (2014-01-18 03:11:51 UTC) #4
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=248488
6 years, 11 months ago (2014-01-18 06:05:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/137533012/30001
6 years, 11 months ago (2014-01-18 17:07:34 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=248553
6 years, 11 months ago (2014-01-18 22:35:40 UTC) #7
sky
+jam or +cpu for change to chrome_main_delegate. I had to make worker processes on windows ...
6 years, 11 months ago (2014-01-19 05:05:59 UTC) #8
cpu_(ooo_6.6-7.5)
lgtm
6 years, 11 months ago (2014-01-19 18:46:43 UTC) #9
jam
On 2014/01/19 05:05:59, sky wrote: > +jam or +cpu for change to chrome_main_delegate. I had ...
6 years, 11 months ago (2014-01-19 18:51:03 UTC) #10
sky
On 2014/01/19 18:51:03, jam wrote: > On 2014/01/19 05:05:59, sky wrote: > > +jam or ...
6 years, 11 months ago (2014-01-19 22:29:39 UTC) #11
jam
On 2014/01/19 22:29:39, sky wrote: > On 2014/01/19 18:51:03, jam wrote: > > On 2014/01/19 ...
6 years, 11 months ago (2014-01-20 01:03:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/137533012/490002
6 years, 11 months ago (2014-01-20 06:37:20 UTC) #13
commit-bot: I haz the power
Change committed as 245886
6 years, 11 months ago (2014-01-20 09:18:40 UTC) #14
jochen (gone - plz use gerrit)
6 years, 11 months ago (2014-01-20 19:34:16 UTC) #15
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/141123003/ by jochen@chromium.org.

The reason for reverting is: Broke
webkit_unit_tests:ScrollingCoordinatorChromiumTest.rtlIframe

.

Powered by Google App Engine
This is Rietveld 408576698