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

Issue 2037573002: Empty SVG viewbox should be treated invalid (Closed)

Created:
4 years, 6 months ago by Shanmuga Pandi
Modified:
4 years, 6 months 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

Empty SVG viewbox should be treated invalid If SVG viewbox is explicitly empty, it should be treated as invalid value. BUG=608413 Committed: https://crrev.com/7d1027c45036b7da5389faa99e3b54209398a3c1 Cr-Commit-Position: refs/heads/master@{#397735}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Align with review comments #

Total comments: 2

Patch Set 3 : Added parsingError #

Messages

Total messages: 19 (6 generated)
Shanmuga Pandi
PTAL!! Thanks
4 years, 6 months ago (2016-06-02 08:49:27 UTC) #2
rwlbuis
On 2016/06/02 08:49:27, Shanmuga Pandi wrote: > PTAL!! > > Thanks Peer looks good to ...
4 years, 6 months ago (2016-06-02 13:02:55 UTC) #3
Shanmuga Pandi
PTAL!! Thanks
4 years, 6 months ago (2016-06-03 06:23:50 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037573002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2037573002/1
4 years, 6 months ago (2016-06-03 06:35:12 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 08:23:18 UTC) #9
fs
https://codereview.chromium.org/2037573002/diff/1/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp File third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp (right): https://codereview.chromium.org/2037573002/diff/1/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp#newcode53 third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp:53: if (value.isEmpty()) { Should probably fix this down in ...
4 years, 6 months ago (2016-06-03 08:58:03 UTC) #10
Shanmuga Pandi
https://codereview.chromium.org/2037573002/diff/1/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp File third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp (right): https://codereview.chromium.org/2037573002/diff/1/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp#newcode53 third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp:53: if (value.isEmpty()) { On 2016/06/03 08:58:03, fs wrote: > ...
4 years, 6 months ago (2016-06-03 10:20:53 UTC) #11
fs
https://codereview.chromium.org/2037573002/diff/20001/third_party/WebKit/Source/core/svg/SVGRect.cpp File third_party/WebKit/Source/core/svg/SVGRect.cpp (right): https://codereview.chromium.org/2037573002/diff/20001/third_party/WebKit/Source/core/svg/SVGRect.cpp#newcode75 third_party/WebKit/Source/core/svg/SVGRect.cpp:75: if (string.isNull() || string.isEmpty()) isEmpty() would be an error, ...
4 years, 6 months ago (2016-06-03 10:42:51 UTC) #12
Shanmuga Pandi
Please check now!! https://codereview.chromium.org/2037573002/diff/20001/third_party/WebKit/Source/core/svg/SVGRect.cpp File third_party/WebKit/Source/core/svg/SVGRect.cpp (right): https://codereview.chromium.org/2037573002/diff/20001/third_party/WebKit/Source/core/svg/SVGRect.cpp#newcode75 third_party/WebKit/Source/core/svg/SVGRect.cpp:75: if (string.isNull() || string.isEmpty()) On 2016/06/03 ...
4 years, 6 months ago (2016-06-03 13:09:31 UTC) #13
fs
lgtm
4 years, 6 months ago (2016-06-03 13:15:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2037573002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2037573002/40001
4 years, 6 months ago (2016-06-03 13:39:15 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-03 17:12:44 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 17:15:14 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7d1027c45036b7da5389faa99e3b54209398a3c1
Cr-Commit-Position: refs/heads/master@{#397735}

Powered by Google App Engine
This is Rietveld 408576698