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

Issue 1057853002: Hide the SVGTextQuery implementation in the .cpp file (Closed)

Created:
5 years, 8 months ago by fs
Modified:
5 years, 8 months ago
CC:
blink-reviews, blink-reviews-rendering, zoltan1, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, fs, Dominik Röttsches, ed+blinkwatch_opera.com, krit, f(malita), jchaffraix+rendering, gyuyoung2, Stephen Chennney, rwlbuis, pdr+svgwatchlist_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Hide the SVGTextQuery implementation in the .cpp file Mostly renaming and "re-namespacing" in preparation for adding a different way to perform a query. Actual code-changes include storing the LayoutObject to query in the SVGTextQuery instance, and passing it on to executeQuery(). The Vector of textboxes is moved to the stack of executeQuery(), and the helper collectTextBoxesInFlowBox() gets a new argument to pass that Vector around. BUG=471205, 470326 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193038

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -86 lines) Patch
M Source/core/layout/svg/SVGTextQuery.h View 2 chunks +2 lines, -27 lines 2 comments Download
M Source/core/layout/svg/SVGTextQuery.cpp View 24 chunks +60 lines, -59 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
fs
5 years, 8 months ago (2015-04-02 13:19:51 UTC) #2
Erik Dahlström (inactive)
lgtm https://codereview.chromium.org/1057853002/diff/1/Source/core/layout/svg/SVGTextQuery.h File Source/core/layout/svg/SVGTextQuery.h (right): https://codereview.chromium.org/1057853002/diff/1/Source/core/layout/svg/SVGTextQuery.h#newcode44 Source/core/layout/svg/SVGTextQuery.h:44: LayoutObject* m_queryRootLayoutObject; Is the LayoutObject expected to stay ...
5 years, 8 months ago (2015-04-02 14:15:53 UTC) #3
fs
https://codereview.chromium.org/1057853002/diff/1/Source/core/layout/svg/SVGTextQuery.h File Source/core/layout/svg/SVGTextQuery.h (right): https://codereview.chromium.org/1057853002/diff/1/Source/core/layout/svg/SVGTextQuery.h#newcode44 Source/core/layout/svg/SVGTextQuery.h:44: LayoutObject* m_queryRootLayoutObject; On 2015/04/02 14:15:52, Erik Dahlström wrote: > ...
5 years, 8 months ago (2015-04-02 14:24:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057853002/1
5 years, 8 months ago (2015-04-02 14:33:39 UTC) #6
commit-bot: I haz the power
5 years, 8 months ago (2015-04-02 14:37:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193038

Powered by Google App Engine
This is Rietveld 408576698