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

Issue 2234833003: [LayoutNG] Add base class for NGFragment and NGText (Closed)

Created:
4 years, 4 months ago by eae
Modified:
4 years, 4 months ago
Reviewers:
cbiesinger
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[LayoutNG] Add base class for NGFragment and NGText Adds a new NGFragmentBase class that both NGFragment and NGText inherit from and change the NGFragment children collection to use this new base class, thus allowing either NGFragment or NGText nodes. BUG=635619 R=cbiesinger@chromium.org Committed: https://crrev.com/b32fa3906f2e3e5254d07497fe95806b6e0c01ba Cr-Commit-Position: refs/heads/master@{#411102}

Patch Set 1 #

Patch Set 2 : [LayoutNG] Add base class for NGFragment and NGText #

Patch Set 3 : Add trace implementation #

Patch Set 4 : Add ng_fragment_base.cc to gypi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -91 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_fragment.h View 1 2 1 chunk +12 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_fragment.cc View 1 chunk +1 line, -21 lines 0 comments Download
A + third_party/WebKit/Source/core/layout/ng/ng_fragment_base.h View 1 2 3 chunks +12 lines, -14 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/ng_fragment_base.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_text.h View 1 2 1 chunk +12 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_text.cc View 1 chunk +1 line, -11 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
eae
4 years, 4 months ago (2016-08-10 15:13:12 UTC) #1
cbiesinger
lgtm
4 years, 4 months ago (2016-08-10 15:19:53 UTC) #7
eae
Thanks. Based on the CSSValue setup to avoid having a vtable. We'll obviously have the ...
4 years, 4 months ago (2016-08-10 15:22:24 UTC) #10
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/2234833003/40001
4 years, 4 months ago (2016-08-10 16:20:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/110102) linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 4 months ago (2016-08-10 16:33:21 UTC) #15
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/2234833003/60001
4 years, 4 months ago (2016-08-10 16:37:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/109903)
4 years, 4 months ago (2016-08-10 16:48:19 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/2234833003/80001
4 years, 4 months ago (2016-08-10 17:11:29 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 4 months ago (2016-08-10 18:44:13 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 18:47:25 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b32fa3906f2e3e5254d07497fe95806b6e0c01ba
Cr-Commit-Position: refs/heads/master@{#411102}

Powered by Google App Engine
This is Rietveld 408576698