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

Issue 144463009: Refactor SVGPreserveAspectRatio::parseInternal() (Closed)

Created:
6 years, 10 months ago by gyuyoung-inactive
Modified:
6 years, 10 months ago
Reviewers:
Stephen Chennney
CC:
blink-reviews, krit, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Stephen Chennney, rwlbuis, pdr.
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Refactor SVGPreserveAspectRatio::parseInternal() This cl removes "goto" and replaces it with local variables, and fixes poor coding style. R=schenney BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166927

Patch Set 1 : Work in progress #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -44 lines) Patch
M Source/core/svg/SVGPreserveAspectRatio.cpp View 1 2 3 1 chunk +55 lines, -44 lines 1 comment Download

Messages

Total messages: 19 (0 generated)
gyuyoung-inactive
It seems SVGPreserveAspectRatio::parseInternal() needs to be done refactor. This is initial patch for it. Next ...
6 years, 10 months ago (2014-02-09 05:36:11 UTC) #1
gyuyoung-inactive
On 2014/02/09 05:36:11, gyuyoung wrote: > It seems SVGPreserveAspectRatio::parseInternal() needs to be done refactor. This ...
6 years, 10 months ago (2014-02-09 15:33:43 UTC) #2
eseidel
6 years, 10 months ago (2014-02-10 02:31:02 UTC) #3
fs
On 2014/02/09 15:33:43, gyuyoung wrote: > On 2014/02/09 05:36:11, gyuyoung wrote: > > It seems ...
6 years, 10 months ago (2014-02-10 09:25:26 UTC) #4
gyuyoung-inactive
On 2014/02/10 09:25:26, fs wrote: > On 2014/02/09 15:33:43, gyuyoung wrote: > > On 2014/02/09 ...
6 years, 10 months ago (2014-02-10 11:36:23 UTC) #5
gyuyoung-inactive
On 2014/02/10 11:36:23, gyuyoung wrote: > On 2014/02/10 09:25:26, fs wrote: > > On 2014/02/09 ...
6 years, 10 months ago (2014-02-10 12:45:07 UTC) #6
Stephen Chennney
LGTM. The initial setXX may be unnecessary but it is also safer, so I think ...
6 years, 10 months ago (2014-02-10 15:20:47 UTC) #7
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 10 months ago (2014-02-10 15:27:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/144463009/120001
6 years, 10 months ago (2014-02-10 15:28:08 UTC) #9
gyuyoung-inactive
On 2014/02/10 15:20:47, Stephen Chenney wrote: > LGTM. The initial setXX may be unnecessary but ...
6 years, 10 months ago (2014-02-10 15:28:20 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-10 17:04:11 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink_rel&number=21236
6 years, 10 months ago (2014-02-10 17:04:12 UTC) #12
gyuyoung-inactive
On 2014/02/10 17:04:12, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 10 months ago (2014-02-11 01:17:51 UTC) #13
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 10 months ago (2014-02-11 13:51:10 UTC) #14
gyuyoung-inactive
The CQ bit was unchecked by gyuyoung.kim@samsung.com
6 years, 10 months ago (2014-02-11 13:51:11 UTC) #15
gyuyoung-inactive
https://codereview.chromium.org/144463009/diff/340001/Source/core/svg/SVGPreserveAspectRatio.cpp File Source/core/svg/SVGPreserveAspectRatio.cpp (right): https://codereview.chromium.org/144463009/diff/340001/Source/core/svg/SVGPreserveAspectRatio.cpp#newcode162 Source/core/svg/SVGPreserveAspectRatio.cpp:162: if (align != SVG_PRESERVEASPECTRATIO_NONE) This line caused the failure ...
6 years, 10 months ago (2014-02-11 13:53:55 UTC) #16
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 10 months ago (2014-02-11 13:54:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/144463009/340001
6 years, 10 months ago (2014-02-11 13:54:10 UTC) #18
commit-bot: I haz the power
6 years, 10 months ago (2014-02-11 15:03:27 UTC) #19
Message was sent while issue was closed.
Change committed as 166927

Powered by Google App Engine
This is Rietveld 408576698