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

Issue 861553003: Invalidate CustomScrollbars on having window-inactive selector. (Closed)

Created:
5 years, 11 months ago by MuVen
Modified:
5 years, 11 months ago
Reviewers:
rune
CC:
blink-reviews, blink-reviews-css, sof, eae+blinkwatch, ed+blinkwatch_opera.com, blink-reviews-dom_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis, pdr., jdduke (slow), skobes
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Invalidate CustomScrollbars on having window-inactive selector. Invalidate CustomScrollbars on having window-inactive selector, if window-inactive selector is not present then dont invalidate all custom scrollbars on active changed. BUG=436865 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188803

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed review comments #

Total comments: 18

Patch Set 3 : modified testcases #

Patch Set 4 : modified testcase #

Total comments: 5

Patch Set 5 : addressed review comments #

Messages

Total messages: 17 (2 generated)
MuVen
Rune, PTAL. Thanks, MuVen
5 years, 11 months ago (2015-01-20 13:03:19 UTC) #2
rune
https://codereview.chromium.org/861553003/diff/1/Source/core/css/RuleFeature.h File Source/core/css/RuleFeature.h (right): https://codereview.chromium.org/861553003/diff/1/Source/core/css/RuleFeature.h#newcode64 Source/core/css/RuleFeature.h:64: bool usesWindowInActiveSelector() const { return m_metadata.usesWindowInActiveSelector; } It's "inactive", ...
5 years, 11 months ago (2015-01-20 13:42:34 UTC) #3
rune
On 2015/01/20 13:42:34, rune wrote: > Even if this document doesn't have a :window-inactive selector, ...
5 years, 11 months ago (2015-01-20 13:44:29 UTC) #4
MuVen
PTAL. Addressed review comments. https://codereview.chromium.org/861553003/diff/1/Source/core/css/RuleFeature.h File Source/core/css/RuleFeature.h (right): https://codereview.chromium.org/861553003/diff/1/Source/core/css/RuleFeature.h#newcode64 Source/core/css/RuleFeature.h:64: bool usesWindowInActiveSelector() const { return ...
5 years, 11 months ago (2015-01-20 14:50:11 UTC) #5
rune
Since these tests are all new, could you upload next patch set with --no-find-copies? https://codereview.chromium.org/861553003/diff/20001/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html ...
5 years, 11 months ago (2015-01-20 15:48:13 UTC) #6
MuVen
PTAL. I have minimized the testcase. https://codereview.chromium.org/861553003/diff/20001/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html File LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html (left): https://codereview.chromium.org/861553003/diff/20001/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html#oldcode13 LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html:13: -webkit-border-radius: 10px; On ...
5 years, 11 months ago (2015-01-21 06:14:10 UTC) #7
rune
On 2015/01/21 06:14:10, MuVen(Back) wrote: > PTAL. I have minimized the testcase. > https://codereview.chromium.org/861553003/diff/20001/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html#newcode22 > ...
5 years, 11 months ago (2015-01-21 08:26:48 UTC) #8
MuVen
On 2015/01/21 08:26:48, rune wrote: > On 2015/01/21 06:14:10, MuVen(Back) wrote: > > PTAL. I ...
5 years, 11 months ago (2015-01-22 05:59:40 UTC) #9
rune
https://codereview.chromium.org/861553003/diff/60001/LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html File LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html (right): https://codereview.chromium.org/861553003/diff/60001/LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html#newcode6 LayoutTests/scrollbars/custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html:6: background: rgba(255,0,0,0.8); Wrong indentation? https://codereview.chromium.org/861553003/diff/60001/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html File LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html (right): https://codereview.chromium.org/861553003/diff/60001/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html#newcode6 ...
5 years, 11 months ago (2015-01-22 09:21:23 UTC) #10
MuVen
Sorry for the wrong indentation. PTAL. modified test case as mentioned. Thanks,
5 years, 11 months ago (2015-01-22 09:31:51 UTC) #11
rune
lgtm
5 years, 11 months ago (2015-01-22 09:49:45 UTC) #12
MuVen
On 2015/01/22 09:49:45, rune wrote: > lgtm Thanks for your patient review.
5 years, 11 months ago (2015-01-22 09:50:38 UTC) #13
MuVen
On 2015/01/22 09:49:45, rune wrote: > lgtm Thanks for your patient review.
5 years, 11 months ago (2015-01-22 09:50:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861553003/80001
5 years, 11 months ago (2015-01-22 09:51:58 UTC) #16
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 11:05:04 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188803

Powered by Google App Engine
This is Rietveld 408576698