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

Issue 141703017: Fix FIXME in findPreviousAndNextAttributes in RenderSVGText.cpp (Closed)

Created:
6 years, 10 months ago by fs
Modified:
6 years, 10 months ago
CC:
blink-reviews, krit, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, pdr, Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix FIXME in findPreviousAndNextAttributes in RenderSVGText.cpp Use the existing pre-order traversal methods on RenderObject to implement the traversal in an iterative fashion instead of as a recursion. This allows moving the |stopAfterNext| boolean to the scope of findPreviousAndNextAttributes, so do that and fix up the callers. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165950

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -19 lines) Patch
M Source/core/rendering/svg/RenderSVGText.cpp View 4 chunks +17 lines, -19 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
fs
6 years, 10 months ago (2014-01-28 12:12:11 UTC) #1
pdr.
On 2014/01/28 12:12:11, fs wrote: LGTM, nice cleanup
6 years, 10 months ago (2014-01-28 17:43:24 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/141703017/1
6 years, 10 months ago (2014-01-28 17:43:37 UTC) #3
commit-bot: I haz the power
6 years, 10 months ago (2014-01-28 17:51:30 UTC) #4
Message was sent while issue was closed.
Change committed as 165950

Powered by Google App Engine
This is Rietveld 408576698