|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by malaykeshav Modified:
4 years, 1 month ago CC:
blink-reviews, chromium-reviews Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionCaches the scrollbar thickness for the given control size
to revert the regression.
BUG=654025
COMPONENT=Scrollbar, Webkit
Committed: https://crrev.com/a044d31c7809559896994c2903d45860e075591e
Cr-Commit-Position: refs/heads/master@{#428868}
Patch Set 1 #Patch Set 2 : CL for src perf tryjob to run blink_perf.layout benchmark on all-mac platform(s) #
Total comments: 2
Messages
Total messages: 37 (20 generated)
CL for src perf tryjob to run blink_perf.layout benchmark on all-mac platform(s)
Description was changed from ========== Cache Test BUG= ========== to ========== Caches the scrollbar thickness for the given control size to revert the regression. BUG=654025 COMPONENT=Scrollbar, Webkit ==========
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by malaykeshav@chromium.org
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Patchset #3 (id:40001) has been deleted
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
malaykeshav@chromium.org changed reviewers: + oshima@chromium.org
PTAL
https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... File third_party/WebKit/Source/platform/scroll/Scrollbar.cpp (right): https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... third_party/WebKit/Source/platform/scroll/Scrollbar.cpp:72: m_themeScrollbarThickness = thickness; don't you have to cache for each controlSize?
https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... File third_party/WebKit/Source/platform/scroll/Scrollbar.cpp (right): https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... third_party/WebKit/Source/platform/scroll/Scrollbar.cpp:72: m_themeScrollbarThickness = thickness; On 2016/10/14 at 23:17:30, oshima wrote: > don't you have to cache for each controlSize? For a given scrollbar instance the ControlSize does not change. It is initialized in the constructor.
On 2016/10/14 23:18:54, malaykeshav wrote: > https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... > File third_party/WebKit/Source/platform/scroll/Scrollbar.cpp (right): > > https://codereview.chromium.org/2421573002/diff/20001/third_party/WebKit/Sour... > third_party/WebKit/Source/platform/scroll/Scrollbar.cpp:72: > m_themeScrollbarThickness = thickness; > On 2016/10/14 at 23:17:30, oshima wrote: > > don't you have to cache for each controlSize? > > For a given scrollbar instance the ControlSize does not change. It is > initialized in the constructor. Ack. lgtm
malaykeshav@chromium.org changed reviewers: + wangxianzhu@chromium.org
lgtm
The CQ bit was checked by wangxianzhu@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by malaykeshav@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
malaykeshav@chromium.org changed reviewers: + pdr@chromium.org
PTAL
On 2016/10/18 at 17:45:38, malaykeshav wrote: > PTAL Ping
On 2016/10/21 at 17:57:33, malaykeshav wrote: > On 2016/10/18 at 17:45:38, malaykeshav wrote: > > PTAL > > Ping Somehow this slipped my radar. LGTM
The CQ bit was checked by malaykeshav@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Caches the scrollbar thickness for the given control size to revert the regression. BUG=654025 COMPONENT=Scrollbar, Webkit ========== to ========== Caches the scrollbar thickness for the given control size to revert the regression. BUG=654025 COMPONENT=Scrollbar, Webkit Committed: https://crrev.com/a044d31c7809559896994c2903d45860e075591e Cr-Commit-Position: refs/heads/master@{#428868} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/a044d31c7809559896994c2903d45860e075591e Cr-Commit-Position: refs/heads/master@{#428868} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
