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

Issue 1777613002: Add localToAbsoluteTransform and localToAncestorTransform. (Closed)

Created:
4 years, 9 months ago by dmazzoni
Modified:
4 years, 9 months ago
Reviewers:
chrishtr, szager1
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, vmpstr+blinkwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add localToAbsoluteTransform and localToAncestorTransform. These interfaces on LayoutObject will be used to more efficiently represent object locations in the accessibility tree, rather than storing everything using absolute coordinates. BUG=551601 Committed: https://crrev.com/3dd9a3d87d5a495f040021cb7c0120d25b5c5743 Cr-Commit-Position: refs/heads/master@{#381616}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address feedback #

Total comments: 6

Patch Set 3 : Support flattening #

Patch Set 4 : Add comments to LayoutObject.h #

Total comments: 4

Patch Set 5 : Address feedback about comments #

Messages

Total messages: 16 (4 generated)
dmazzoni
4 years, 9 months ago (2016-03-08 18:00:32 UTC) #2
szager1
https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp File third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp (right): https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp#newcode167 third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp:167: const float kMaxError = 0.5; Internally, TransformState uses LayoutUnit's. ...
4 years, 9 months ago (2016-03-08 23:34:15 UTC) #4
dmazzoni
https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp File third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp (right): https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp#newcode167 third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp:167: const float kMaxError = 0.5; On 2016/03/08 23:34:15, szager1 ...
4 years, 9 months ago (2016-03-09 18:15:00 UTC) #5
szager1
l-g-t-m, but please wait for chrishtr https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/platform/geometry/TransformState.cpp File third_party/WebKit/Source/platform/geometry/TransformState.cpp (right): https://codereview.chromium.org/1777613002/diff/1/third_party/WebKit/Source/platform/geometry/TransformState.cpp#newcode122 third_party/WebKit/Source/platform/geometry/TransformState.cpp:122: applyAccumulatedOffset(); On 2016/03/09 ...
4 years, 9 months ago (2016-03-09 18:44:14 UTC) #6
chrishtr
https://codereview.chromium.org/1777613002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/1777613002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode984 third_party/WebKit/Source/core/layout/LayoutObject.h:984: // Convert a local quad into the coordinate system ...
4 years, 9 months ago (2016-03-10 16:53:39 UTC) #7
dmazzoni
https://codereview.chromium.org/1777613002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/1777613002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode984 third_party/WebKit/Source/core/layout/LayoutObject.h:984: // Convert a local quad into the coordinate system ...
4 years, 9 months ago (2016-03-14 20:10:37 UTC) #8
chrishtr
https://codereview.chromium.org/1777613002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/1777613002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode999 third_party/WebKit/Source/core/layout/LayoutObject.h:999: // If the LayoutBoxModelObject ancestor is non-null, the result ...
4 years, 9 months ago (2016-03-15 23:06:43 UTC) #9
dmazzoni
https://codereview.chromium.org/1777613002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h File third_party/WebKit/Source/core/layout/LayoutObject.h (right): https://codereview.chromium.org/1777613002/diff/60001/third_party/WebKit/Source/core/layout/LayoutObject.h#newcode999 third_party/WebKit/Source/core/layout/LayoutObject.h:999: // If the LayoutBoxModelObject ancestor is non-null, the result ...
4 years, 9 months ago (2016-03-16 05:42:01 UTC) #10
chrishtr
lgtm
4 years, 9 months ago (2016-03-16 22:03:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777613002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777613002/80001
4 years, 9 months ago (2016-03-16 22:10:07 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-17 00:56:24 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 00:57:29 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3dd9a3d87d5a495f040021cb7c0120d25b5c5743
Cr-Commit-Position: refs/heads/master@{#381616}

Powered by Google App Engine
This is Rietveld 408576698