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

Issue 343443003: Remove SVGElement::rendererIsNeeded (Closed)

Created:
6 years, 6 months ago by rwlbuis
Modified:
6 years, 6 months ago
Reviewers:
pdr., esprehn
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, krit, eae+blinkwatch, ed+blinkwatch_opera.com, f(malita), fs, gyuyoung.kim_webkit.org, kouhei+svg_chromium.org, Stephen Chennney, sof
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove SVGElement::rendererIsNeeded Remove SVGElement::rendererIsNeeded, the same check is done in RenderTreeBuilder::shouldCreateRenderer. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176887

Patch Set 1 #

Patch Set 2 : Add remaining rendererIsNeeded changes #

Total comments: 5

Patch Set 3 : Fix issues #

Patch Set 4 : Remove accidently squashed patch #

Total comments: 5

Patch Set 5 : Different approach #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -14 lines) Patch
M Source/core/svg/SVGElement.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
rwlbuis
PTAL. This is probably not 100% as rendererIsNeeded is intended but I think the benefits ...
6 years, 6 months ago (2014-06-17 21:59:37 UTC) #1
rwlbuis
Oops, actually add reviewer :)
6 years, 6 months ago (2014-06-17 22:06:28 UTC) #2
rwlbuis
Oops, actually add reviewer :)
6 years, 6 months ago (2014-06-17 22:06:29 UTC) #3
esprehn
https://codereview.chromium.org/343443003/diff/20001/Source/core/svg/SVGElement.cpp File Source/core/svg/SVGElement.cpp (right): https://codereview.chromium.org/343443003/diff/20001/Source/core/svg/SVGElement.cpp#newcode178 Source/core/svg/SVGElement.cpp:178: if ((parentOrShadowHostElement() && !parentOrShadowHostElement()->isSVGElement()) || !isValid()) Put these in ...
6 years, 6 months ago (2014-06-17 23:09:41 UTC) #4
esprehn
Thinking about this more and I realized it will also make use resolve the style ...
6 years, 6 months ago (2014-06-18 08:55:31 UTC) #5
pdr.
I'm not a big fan of this patch because it moves tricky complexity from a ...
6 years, 6 months ago (2014-06-19 21:33:49 UTC) #6
esprehn
I'm not sure this patch is correct. m_renderingParent is not the same thing as parentOrShadowHostElement() ...
6 years, 6 months ago (2014-06-20 07:58:27 UTC) #7
rwlbuis
On 2014/06/20 07:58:27, esprehn wrote: > I'm not sure this patch is correct. m_renderingParent is ...
6 years, 6 months ago (2014-06-24 17:03:05 UTC) #8
pdr.
On 2014/06/24 17:03:05, rwlbuis wrote: > On 2014/06/20 07:58:27, esprehn wrote: > > I'm not ...
6 years, 6 months ago (2014-06-24 19:47:18 UTC) #9
esprehn
This patch looks fine, but can you update the patch description?
6 years, 6 months ago (2014-06-24 19:50:39 UTC) #10
rwlbuis
On 2014/06/24 19:47:18, pdr wrote: > On 2014/06/24 17:03:05, rwlbuis wrote: > > On 2014/06/20 ...
6 years, 6 months ago (2014-06-24 21:37:44 UTC) #11
rwlbuis
PTAL, I updated the commit log to better reflect the change.
6 years, 6 months ago (2014-06-24 22:31:11 UTC) #12
pdr.
On 2014/06/24 22:31:11, rwlbuis wrote: > PTAL, I updated the commit log to better reflect ...
6 years, 6 months ago (2014-06-24 22:37:02 UTC) #13
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 6 months ago (2014-06-24 22:37:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/343443003/80001
6 years, 6 months ago (2014-06-24 22:38:01 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-24 23:50:11 UTC) #16
Message was sent while issue was closed.
Change committed as 176887

Powered by Google App Engine
This is Rietveld 408576698