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

Issue 859943002: Use the composed tree for the title attributes in Shadow DOM (Closed)

Created:
5 years, 11 months ago by kojii
Modified:
5 years, 10 months ago
Reviewers:
hayato
CC:
blink-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, sof, eae+blinkwatch, leviw+renderwatch, Dominik Röttsches, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-rendering, jchaffraix+rendering, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Use the composed tree for the title attributes in Shadow DOM To accommodate the spec change, compute title for tooltip was changed to traverse the composed tree. The relevant W3C bug is 27222 https://www.w3.org/Bugs/Public/show_bug.cgi?id=27222 BUG=450115, 420772 TEST=fast/dom/shadow/attr-title-inherit.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190138

Patch Set 1 #

Total comments: 6

Patch Set 2 : tests fixed #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Trimmed to lang only, split others to other CLs #

Patch Set 7 : #

Patch Set 8 : Update tests to reflect comments #

Patch Set 9 : rebase-update after directory rename (rendering->layout) #

Total comments: 4

Patch Set 10 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -1 line) Patch
A LayoutTests/fast/dom/shadow/attr-title-inherit.html View 1 2 3 4 5 6 7 8 9 1 chunk +75 lines, -0 lines 0 comments Download
M Source/core/layout/HitTestResult.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 19 (4 generated)
kojii
PTAL!
5 years, 11 months ago (2015-01-20 10:35:07 UTC) #2
hayato
https://codereview.chromium.org/859943002/diff/1/LayoutTests/fast/dom/shadow/lang-attribute-inherit.html File LayoutTests/fast/dom/shadow/lang-attribute-inherit.html (right): https://codereview.chromium.org/859943002/diff/1/LayoutTests/fast/dom/shadow/lang-attribute-inherit.html#newcode14 LayoutTests/fast/dom/shadow/lang-attribute-inherit.html:14: assert_equals(japanese.offsetHeight, 0); Could you also assert "<div lang='fr'>Should be ...
5 years, 11 months ago (2015-01-21 09:04:50 UTC) #3
kojii
Tests were fixed. For updateDistributionIfNeeded(), please see below inline. https://codereview.chromium.org/859943002/diff/1/LayoutTests/fast/dom/shadow/lang-attribute-inherit.html File LayoutTests/fast/dom/shadow/lang-attribute-inherit.html (right): https://codereview.chromium.org/859943002/diff/1/LayoutTests/fast/dom/shadow/lang-attribute-inherit.html#newcode14 LayoutTests/fast/dom/shadow/lang-attribute-inherit.html:14: ...
5 years, 11 months ago (2015-01-21 16:46:20 UTC) #4
hayato
On 2015/01/21 16:46:20, koji wrote: > Tests were fixed. For updateDistributionIfNeeded(), please see below inline. ...
5 years, 11 months ago (2015-01-22 06:20:24 UTC) #5
kojii
hayato@, PTAL!
5 years, 11 months ago (2015-01-27 08:03:55 UTC) #6
hayato
On 2015/01/27 08:03:55, koji wrote: > hayato@, PTAL! Could you separate this patch into three ...
5 years, 11 months ago (2015-01-28 05:56:49 UTC) #7
hayato
One more concern is that there is a gap between the semantics of parentOrShadowHost and ...
5 years, 11 months ago (2015-01-28 06:02:35 UTC) #8
kojii
hayato@, the test coverage is in sync with the other CL for the lang attribute. ...
5 years, 10 months ago (2015-02-02 01:33:00 UTC) #9
kojii
tests upgraded in sync with the latest comments for lang CL: https://codereview.chromium.org/878743003/#ps20001
5 years, 10 months ago (2015-02-04 02:12:22 UTC) #11
hayato
I think we can improve the tests. - We should have a test case where ...
5 years, 10 months ago (2015-02-10 11:41:18 UTC) #12
kojii
hayato@, PTAL. > I think we can improve the tests. > > - We should ...
5 years, 10 months ago (2015-02-12 09:51:29 UTC) #13
hayato
lgtm
5 years, 10 months ago (2015-02-13 07:53:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/859943002/190001
5 years, 10 months ago (2015-02-13 12:23:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/859943002/190001
5 years, 10 months ago (2015-02-13 12:23:43 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 12:25:57 UTC) #19
Message was sent while issue was closed.
Committed patchset #10 (id:190001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190138

Powered by Google App Engine
This is Rietveld 408576698