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

Issue 2755733003: Implement relative utilities (Closed)

Created:
3 years, 9 months ago by atotic
Modified:
3 years, 9 months ago
Reviewers:
ikilpatrick, eae
CC:
atotic+reviews_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, dgrogan+ng_chromium.org, eae+blinkwatch, glebl+reviews_chromium.org, jchaffraix+rendering, leviw+renderwatch, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement relative utility routines These utilities will be used to compute relative offset in layoutng. BUG=635619 Review-Url: https://codereview.chromium.org/2755733003 Cr-Commit-Position: refs/heads/master@{#458590} Committed: https://chromium.googlesource.com/chromium/src/+/1af111915f36842841682091b8c6882cae410831

Patch Set 1 #

Total comments: 8

Patch Set 2 : CR fixes #

Total comments: 8

Patch Set 3 : CR fixes #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -0 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_relative_utils.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_relative_utils_test.cc View 1 2 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
atotic
3 years, 9 months ago (2017-03-15 20:32:31 UTC) #3
ikilpatrick
https://codereview.chromium.org/2755733003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc (right): https://codereview.chromium.org/2755733003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc#newcode1 third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 9 months ago (2017-03-16 19:08:36 UTC) #4
atotic
ptal https://codereview.chromium.org/2755733003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc (right): https://codereview.chromium.org/2755733003/diff/1/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc#newcode1 third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc:1: // Copyright 2016 The Chromium Authors. All rights ...
3 years, 9 months ago (2017-03-20 17:31:45 UTC) #5
cbiesinger
Would it be easier to take a ConstraintSpace instead of writing mode and length?
3 years, 9 months ago (2017-03-20 19:17:48 UTC) #6
atotic
On 2017/03/20 at 19:17:48, cbiesinger wrote: > Would it be easier to take a ConstraintSpace ...
3 years, 9 months ago (2017-03-20 19:21:25 UTC) #7
atotic
On 2017/03/20 at 19:21:25, atotic wrote: > On 2017/03/20 at 19:17:48, cbiesinger wrote: > > ...
3 years, 9 months ago (2017-03-21 17:30:14 UTC) #8
ikilpatrick
https://codereview.chromium.org/2755733003/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc (right): https://codereview.chromium.org/2755733003/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc#newcode15 third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc:15: // Returns child's relative position wrt containing fragment. "Returns ...
3 years, 9 months ago (2017-03-21 17:51:17 UTC) #9
atotic
ptal https://codereview.chromium.org/2755733003/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc (right): https://codereview.chromium.org/2755733003/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc#newcode15 third_party/WebKit/Source/core/layout/ng/ng_relative_utils.cc:15: // Returns child's relative position wrt containing fragment. ...
3 years, 9 months ago (2017-03-21 19:13:54 UTC) #10
ikilpatrick
lgtm
3 years, 9 months ago (2017-03-21 19:46:24 UTC) #11
atotic
On 2017/03/21 at 19:46:24, ikilpatrick wrote: > lgtm @eae, can you lgtm BUILD.gn files?
3 years, 9 months ago (2017-03-21 19:48:54 UTC) #15
eae
RS LGTM
3 years, 9 months ago (2017-03-21 19:58:26 UTC) #16
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/2755733003/40001
3 years, 9 months ago (2017-03-21 20:19:14 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/174499) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 9 months ago (2017-03-21 20:21:56 UTC) #20
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/2755733003/60001
3 years, 9 months ago (2017-03-21 20:47:20 UTC) #23
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 22:46:12 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/1af111915f36842841682091b8c6...

Powered by Google App Engine
This is Rietveld 408576698