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

Issue 1461773002: Ensure text nodes get an object if we're unsure that they will be collapsed (Closed)

Created:
5 years, 1 month ago by rhogan
Modified:
5 years ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure text nodes get an object if we're unsure that they will be collapsed BUG=556733 Committed: https://crrev.com/2748c5cea72b053e64920d9bce3bd0440ba5d22d Cr-Commit-Position: refs/heads/master@{#364765}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updated #

Patch Set 3 : Updated #

Total comments: 6

Patch Set 4 : Updated #

Total comments: 1

Patch Set 5 : Update #

Patch Set 6 : Updated #

Patch Set 7 : Updated #

Messages

Total messages: 27 (10 generated)
rhogan
5 years, 1 month ago (2015-11-19 21:04:29 UTC) #2
rhogan
wangxianzhu@ - can you take a look?
5 years, 1 month ago (2015-11-20 18:59:14 UTC) #4
Xianzhu
I'm afraid I don't have enough knowledge to review it. leviw@?
5 years, 1 month ago (2015-11-20 19:16:44 UTC) #6
rhogan
https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp File third_party/WebKit/Source/core/dom/Text.cpp (right): https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp#newcode310 third_party/WebKit/Source/core/dom/Text.cpp:310: // If we're adding children to this flow our ...
5 years, 1 month ago (2015-11-20 19:33:14 UTC) #7
rhogan
https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp File third_party/WebKit/Source/core/dom/Text.cpp (right): https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp#newcode310 third_party/WebKit/Source/core/dom/Text.cpp:310: // If we're adding children to this flow our ...
5 years, 1 month ago (2015-11-20 19:50:25 UTC) #8
leviw_travelin_and_unemployed
https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp File third_party/WebKit/Source/core/dom/Text.cpp (right): https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp#newcode312 third_party/WebKit/Source/core/dom/Text.cpp:312: Node* firstChild = parent.node() ? LayoutTreeBuilderTraversal::firstChild(*parent.node()) : nullptr; Nit: ...
5 years, 1 month ago (2015-11-20 21:18:34 UTC) #10
rhogan
https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp File third_party/WebKit/Source/core/dom/Text.cpp (right): https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp#newcode313 third_party/WebKit/Source/core/dom/Text.cpp:313: if (first && first == layoutObject() && firstChild && ...
5 years, 1 month ago (2015-11-21 16:55:42 UTC) #11
rhogan
On 2015/11/21 at 16:55:42, rhogan wrote: > https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp > File third_party/WebKit/Source/core/dom/Text.cpp (right): > > https://codereview.chromium.org/1461773002/diff/1/third_party/WebKit/Source/core/dom/Text.cpp#newcode313 ...
5 years ago (2015-11-24 19:26:20 UTC) #12
esprehn
https://codereview.chromium.org/1461773002/diff/40001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html File third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html (right): https://codereview.chromium.org/1461773002/diff/40001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html#newcode14 third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html:14: <p>crbug.com/556733: Ensure whitespace gets created when we attached siblings ...
5 years ago (2015-12-03 07:03:32 UTC) #13
rhogan
https://codereview.chromium.org/1461773002/diff/40001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html File third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html (right): https://codereview.chromium.org/1461773002/diff/40001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html#newcode14 third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html:14: <p>crbug.com/556733: Ensure whitespace gets created when we attached siblings ...
5 years ago (2015-12-03 19:45:32 UTC) #14
rhogan
On 2015/12/03 at 19:45:32, rhogan wrote: > Sure, and in that situation we would create ...
5 years ago (2015-12-03 19:48:17 UTC) #15
esprehn
lgtm w/ nit, alright lets try it. https://codereview.chromium.org/1461773002/diff/60001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html File third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html (right): https://codereview.chromium.org/1461773002/diff/60001/third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html#newcode3 third_party/WebKit/LayoutTests/fast/text/whitespace-created-when-siblings-added-back-to-front.html:3: .f { ...
5 years ago (2015-12-11 10:48:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461773002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461773002/80001
5 years ago (2015-12-11 12:52:51 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/156735) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years ago (2015-12-11 12:53:34 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1461773002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1461773002/120001
5 years ago (2015-12-11 18:55:09 UTC) #24
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-12-11 19:12:10 UTC) #25
commit-bot: I haz the power
5 years ago (2015-12-11 19:13:46 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/2748c5cea72b053e64920d9bce3bd0440ba5d22d
Cr-Commit-Position: refs/heads/master@{#364765}

Powered by Google App Engine
This is Rietveld 408576698