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

Issue 705263002: DevTools: [Elements] Fix updates of the DOM tree upon inline text node removal (Closed)

Created:
6 years, 1 month ago by apavlov
Modified:
6 years, 1 month ago
Reviewers:
vsevik
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: [Elements] Fix updates of the DOM tree upon inline text node removal A tree item title was not updated if it had a single inline child text node. R=vsevik Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184982

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -42 lines) Patch
M LayoutTests/inspector/elements/remove-node.html View 3 chunks +17 lines, -1 line 0 comments Download
M LayoutTests/inspector/elements/remove-node-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download
M Source/devtools/front_end/elements/ElementsTreeOutline.js View 1 2 11 chunks +67 lines, -41 lines 0 comments Download
M Source/devtools/front_end/ui/treeoutline.js View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
apavlov
6 years, 1 month ago (2014-11-07 14:13:52 UTC) #1
vsevik
lgtm https://codereview.chromium.org/705263002/diff/1/Source/devtools/front_end/elements/ElementsTreeOutline.js File Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/705263002/diff/1/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode2452 Source/devtools/front_end/elements/ElementsTreeOutline.js:2452: if (this._hasChildTreeElements() && !this.expanded) { We can now ...
6 years, 1 month ago (2014-11-07 15:59:57 UTC) #2
apavlov
https://codereview.chromium.org/705263002/diff/1/Source/devtools/front_end/elements/ElementsTreeOutline.js File Source/devtools/front_end/elements/ElementsTreeOutline.js (right): https://codereview.chromium.org/705263002/diff/1/Source/devtools/front_end/elements/ElementsTreeOutline.js#newcode2452 Source/devtools/front_end/elements/ElementsTreeOutline.js:2452: if (this._hasChildTreeElements() && !this.expanded) { On 2014/11/07 15:59:57, vsevik ...
6 years, 1 month ago (2014-11-07 16:22:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/705263002/20001
6 years, 1 month ago (2014-11-07 16:23:21 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/devtools/front_end/elements/ElementsTreeOutline.js: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-11-07 16:23:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/705263002/40001
6 years, 1 month ago (2014-11-07 16:26:27 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 18:01:44 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184982

Powered by Google App Engine
This is Rietveld 408576698