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

Issue 2317343006: Fix console viewport test failures with scroll anchoring. (Closed)

Created:
4 years, 3 months ago by skobes
Modified:
4 years, 3 months ago
Reviewers:
ymalik, dgozman, lushnikov, luoe
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org, ojan
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix console viewport test failures with scroll anchoring. Update defaultConsoleRowHeight to account for the 1px border, and grow a visible item instead of an offscreen one when testing setStickToBottom. See bug for detailed analysis. BUG=624534 Committed: https://crrev.com/9f69ce15656df3f06add00f591f68e36348027f6 Cr-Commit-Position: refs/heads/master@{#418681}

Patch Set 1 #

Patch Set 2 : Add comment. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html View 1 chunk +2 lines, -2 lines 6 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 29 (16 generated)
skobes
4 years, 3 months ago (2016-09-09 22:50:58 UTC) #4
dgozman
Over to lushnikov/luoe.
4 years, 3 months ago (2016-09-09 22:57:44 UTC) #6
luoe
On 2016/09/09 22:57:44, dgozman wrote: > Over to lushnikov/luoe. The reasoning in the bug, comment ...
4 years, 3 months ago (2016-09-12 17:56:59 UTC) #10
skobes
On 2016/09/12 17:56:59, luoe wrote: > The reasoning in the bug, comment #13 looks sound ...
4 years, 3 months ago (2016-09-12 18:18:25 UTC) #12
lushnikov
https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html File third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html (right): https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html#newcode91 third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html:91: viewport._contentElement.lastChild.innerText = "More than 2 lines: foo\n\nbar"; how does ...
4 years, 3 months ago (2016-09-12 20:18:39 UTC) #13
skobes
https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html File third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html (right): https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html#newcode91 third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html:91: viewport._contentElement.lastChild.innerText = "More than 2 lines: foo\n\nbar"; On 2016/09/12 ...
4 years, 3 months ago (2016-09-12 20:22:37 UTC) #14
lushnikov
https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html File third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html (right): https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html#newcode91 third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html:91: viewport._contentElement.lastChild.innerText = "More than 2 lines: foo\n\nbar"; I still ...
4 years, 3 months ago (2016-09-13 00:09:21 UTC) #19
luoe
https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html File third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html (right): https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html#newcode91 third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html:91: viewport._contentElement.lastChild.innerText = "More than 2 lines: foo\n\nbar"; skobes@, on ...
4 years, 3 months ago (2016-09-13 01:30:38 UTC) #20
skobes
https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html File third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html (right): https://codereview.chromium.org/2317343006/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html#newcode91 third_party/WebKit/LayoutTests/inspector/console/console-viewport-stick-to-bottom.html:91: viewport._contentElement.lastChild.innerText = "More than 2 lines: foo\n\nbar"; On 2016/09/13 ...
4 years, 3 months ago (2016-09-13 20:25:04 UTC) #21
lushnikov
got it, lgtm
4 years, 3 months ago (2016-09-14 19:20:05 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2317343006/20001
4 years, 3 months ago (2016-09-14 19:22:15 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-14 21:30:54 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 21:32:07 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9f69ce15656df3f06add00f591f68e36348027f6
Cr-Commit-Position: refs/heads/master@{#418681}

Powered by Google App Engine
This is Rietveld 408576698