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

Issue 1812493002: If add 'id' on pending SVG resource references does not work for non-resources (Closed)

Created:
4 years, 9 months ago by hyunjunekim2
Modified:
4 years, 9 months ago
Reviewers:
pdr., fs
CC:
blink-reviews, chromium-reviews, krit, f(malita), gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

If add 'id' on pending SVG resource does not work for non-resources When add 'id' on pending resource(<path>), no apply to non-resources(<textPath>). Because if need to build pending resource, re-layout non-resources. BUG=585822 Committed: https://crrev.com/6a5978f382eca334bfab56ab7409a71e45a51bca Cr-Commit-Position: refs/heads/master@{#381954}

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -5 lines) Patch
A + third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path.html View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/svg/text/removing-id-on-path.html View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html View 1 2 3 4 5 6 7 10 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (14 generated)
hyunjunekim2
fs, pdr Could you check this patch and give me advice? Thank you.
4 years, 9 months ago (2016-03-17 15:07:29 UTC) #7
fs
https://codereview.chromium.org/1812493002/diff/20001/third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html File third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html (right): https://codereview.chromium.org/1812493002/diff/20001/third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html#newcode2 third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html:2: <div> Not needed here either. https://codereview.chromium.org/1812493002/diff/20001/third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path.html File third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path.html (right): ...
4 years, 9 months ago (2016-03-17 17:27:33 UTC) #8
hyunjunekim2
fs, Could you check PS4? https://codereview.chromium.org/1812493002/diff/20001/third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html File third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html (right): https://codereview.chromium.org/1812493002/diff/20001/third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html#newcode2 third_party/WebKit/LayoutTests/svg/text/adding-id-on-pending-path-expected.html:2: <div> On 2016/03/17 17:27:33, ...
4 years, 9 months ago (2016-03-18 07:44:07 UTC) #12
fs
lgtm
4 years, 9 months ago (2016-03-18 09:02:28 UTC) #14
hyunjunekim2
fs, Could you re-check PS5? I'm sorry. I found a bug on PS4. Thank you.
4 years, 9 months ago (2016-03-18 09:19:02 UTC) #15
hyunjunekim2
Added one more test named 'removing-id-on-path.html'.
4 years, 9 months ago (2016-03-18 09:20:12 UTC) #16
fs
lgtm https://codereview.chromium.org/1812493002/diff/90001/third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html File third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html (right): https://codereview.chromium.org/1812493002/diff/90001/third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html#newcode1 third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html:1: <!DOCTYPE html> You can remove everything else but ...
4 years, 9 months ago (2016-03-18 09:46:55 UTC) #17
hyunjunekim2
Updated this patch. https://codereview.chromium.org/1812493002/diff/90001/third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html File third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html (right): https://codereview.chromium.org/1812493002/diff/90001/third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html#newcode1 third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html:1: <!DOCTYPE html> On 2016/03/18 09:46:54, fs ...
4 years, 9 months ago (2016-03-18 10:36:54 UTC) #18
fs
On 2016/03/18 at 10:36:54, hyunjune.kim wrote: > Updated this patch. > > https://codereview.chromium.org/1812493002/diff/90001/third_party/WebKit/LayoutTests/svg/text/removing-id-on-path-expected.html > File ...
4 years, 9 months ago (2016-03-18 10:41:55 UTC) #19
hyunjunekim2
On 2016/03/18 10:41:55, fs wrote: > On 2016/03/18 at 10:36:54, hyunjune.kim wrote: > > Updated ...
4 years, 9 months ago (2016-03-18 10:44:54 UTC) #20
hyunjunekim2
On 2016/03/18 10:44:54, hyunjunekim2 wrote: > On 2016/03/18 10:41:55, fs wrote: > > On 2016/03/18 ...
4 years, 9 months ago (2016-03-18 10:46:39 UTC) #21
fs
On 2016/03/18 at 10:44:54, hyunjune.kim wrote: > On 2016/03/18 10:41:55, fs wrote: > > On ...
4 years, 9 months ago (2016-03-18 10:50:21 UTC) #22
fs
On 2016/03/18 at 10:46:39, hyunjune.kim wrote: > On 2016/03/18 10:44:54, hyunjunekim2 wrote: > > On ...
4 years, 9 months ago (2016-03-18 10:51:18 UTC) #23
hyunjunekim2
On 2016/03/18 10:51:18, fs wrote: > On 2016/03/18 at 10:46:39, hyunjune.kim wrote: > > On ...
4 years, 9 months ago (2016-03-18 10:57:24 UTC) #24
fs
lgtm3
4 years, 9 months ago (2016-03-18 11:43:42 UTC) #25
hyunjunekim2
On 2016/03/18 11:43:42, fs wrote: > lgtm3 fs, Thank you. Go ahead.
4 years, 9 months ago (2016-03-18 12:23:41 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812493002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812493002/200001
4 years, 9 months ago (2016-03-18 12:23:58 UTC) #29
commit-bot: I haz the power
Committed patchset #12 (id:200001)
4 years, 9 months ago (2016-03-18 13:51:11 UTC) #31
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 13:52:27 UTC) #33
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/6a5978f382eca334bfab56ab7409a71e45a51bca
Cr-Commit-Position: refs/heads/master@{#381954}

Powered by Google App Engine
This is Rietveld 408576698