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

Issue 1450823002: SVG should consider base URI when resolving fragment URIs (Closed)

Created:
5 years, 1 month ago by Shanmuga Pandi
Modified:
5 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SVG should consider base URI when resolving fragment URIs When SVG resolving fragment URIs, it should always consider base URIs first. BUG=449027 Committed: https://crrev.com/d97f56157c1d119d3a0dda5d5d341e099f7f2b26 Cr-Commit-Position: refs/heads/master@{#360061}

Patch Set 1 #

Total comments: 3

Patch Set 2 : fixed nits #

Patch Set 3 : small nits #

Total comments: 2

Patch Set 4 : Align with review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
A third_party/WebKit/LayoutTests/svg/custom/baseuri-href.html View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGURIReference.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Shanmuga Pandi
PTAL!!
5 years, 1 month ago (2015-11-16 09:46:15 UTC) #3
rwlbuis
Looks good with some style nits. https://codereview.chromium.org/1450823002/diff/1/third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html File third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html (right): https://codereview.chromium.org/1450823002/diff/1/third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html#newcode5 third_party/WebKit/LayoutTests/svg/custom/baseuri-href-expected.html:5: <rect id="rect" width="100" ...
5 years, 1 month ago (2015-11-16 18:30:50 UTC) #4
Shanmuga Pandi
Please check this. thanks
5 years, 1 month ago (2015-11-17 06:15:01 UTC) #7
fs
https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h File third_party/WebKit/Source/core/svg/SVGURIReference.h (right): https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h#newcode45 third_party/WebKit/Source/core/svg/SVGURIReference.h:45: if (document.baseURL() == document.url() && uri.startsWith('#')) How is this ...
5 years, 1 month ago (2015-11-17 09:07:55 UTC) #8
Shanmuga Pandi
https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h File third_party/WebKit/Source/core/svg/SVGURIReference.h (right): https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h#newcode45 third_party/WebKit/Source/core/svg/SVGURIReference.h:45: if (document.baseURL() == document.url() && uri.startsWith('#')) On 2015/11/17 09:07:54, ...
5 years, 1 month ago (2015-11-17 09:15:35 UTC) #9
Shanmuga Pandi
On 2015/11/17 09:15:35, Shanmuga Pandi wrote: > https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h > File third_party/WebKit/Source/core/svg/SVGURIReference.h (right): > > https://codereview.chromium.org/1450823002/diff/40001/third_party/WebKit/Source/core/svg/SVGURIReference.h#newcode45 ...
5 years, 1 month ago (2015-11-17 09:18:27 UTC) #10
fs
On 2015/11/17 at 09:18:27, shanmuga.m wrote: > On 2015/11/17 09:15:35, Shanmuga Pandi wrote: > > ...
5 years, 1 month ago (2015-11-17 09:53:16 UTC) #11
Shanmuga Pandi
On 2015/11/17 09:53:16, fs wrote: > On 2015/11/17 at 09:18:27, shanmuga.m wrote: > > On ...
5 years, 1 month ago (2015-11-17 10:02:41 UTC) #12
fs
lgtm
5 years, 1 month ago (2015-11-17 10:22:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1450823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1450823002/60001
5 years, 1 month ago (2015-11-17 10:32:59 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-17 12:02:15 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 12:02:55 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d97f56157c1d119d3a0dda5d5d341e099f7f2b26
Cr-Commit-Position: refs/heads/master@{#360061}

Powered by Google App Engine
This is Rietveld 408576698