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

Issue 169103002: Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface (Closed)

Created:
6 years, 10 months ago by Inactive
Modified:
6 years, 10 months ago
Reviewers:
haraken, pdr.
CC:
blink-reviews, krit, arv+blink, fs, watchdog-blink-watchlist_google.com, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Inactive, Stephen Chennney, pdr., rwlbuis
Visibility:
Public.

Description

Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface by refactoring the code. Also move the SVGURIReference code from subclasses to SVGURIReference to avoid code duplication. R=haraken, pdr BUG=344224 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167255

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -149 lines) Patch
M Source/core/svg/SVGAElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAElement.cpp View 4 chunks +7 lines, -8 lines 0 comments Download
M Source/core/svg/SVGAltGlyphElement.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAltGlyphElement.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 2 chunks +8 lines, -9 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 5 chunks +5 lines, -7 lines 0 comments Download
M Source/core/svg/SVGFilterElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 4 chunks +11 lines, -12 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 2 chunks +1 line, -4 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 4 chunks +11 lines, -12 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 4 chunks +4 lines, -6 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 6 chunks +13 lines, -14 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 5 chunks +8 lines, -9 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 4 chunks +8 lines, -9 lines 0 comments Download
M Source/core/svg/SVGURIReference.h View 2 chunks +15 lines, -0 lines 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 2 chunks +17 lines, -1 line 0 comments Download
M Source/core/svg/SVGURIReference.idl View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 2 chunks +1 line, -3 lines 2 comments Download
M Source/core/svg/SVGUseElement.cpp View 8 chunks +15 lines, -16 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Inactive
6 years, 10 months ago (2014-02-16 23:33:37 UTC) #1
Inactive
If I'm not mistaken, this is the last [LegacyImplementedInBaseClass] :) I will kill this extended ...
6 years, 10 months ago (2014-02-16 23:37:44 UTC) #2
pdr.
LGTM https://codereview.chromium.org/169103002/diff/1/Source/core/svg/SVGUseElement.h File Source/core/svg/SVGUseElement.h (right): https://codereview.chromium.org/169103002/diff/1/Source/core/svg/SVGUseElement.h#newcode61 Source/core/svg/SVGUseElement.h:61: virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() ...
6 years, 10 months ago (2014-02-16 23:53:55 UTC) #3
Inactive
https://codereview.chromium.org/169103002/diff/1/Source/core/svg/SVGUseElement.h File Source/core/svg/SVGUseElement.h (right): https://codereview.chromium.org/169103002/diff/1/Source/core/svg/SVGUseElement.h#newcode61 Source/core/svg/SVGUseElement.h:61: virtual bool isStructurallyExternal() const OVERRIDE { return !hrefString().isNull() && ...
6 years, 10 months ago (2014-02-17 00:30:35 UTC) #4
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 10 months ago (2014-02-17 00:30:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/169103002/1
6 years, 10 months ago (2014-02-17 00:31:10 UTC) #6
haraken
LGTM
6 years, 10 months ago (2014-02-17 00:49:20 UTC) #7
Inactive
The CQ bit was unchecked by ch.dumez@samsung.com
6 years, 10 months ago (2014-02-17 01:28:32 UTC) #8
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 10 months ago (2014-02-17 01:28:34 UTC) #9
Inactive
The CQ bit was unchecked by ch.dumez@samsung.com
6 years, 10 months ago (2014-02-17 01:45:13 UTC) #10
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 10 months ago (2014-02-17 01:45:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/169103002/1
6 years, 10 months ago (2014-02-17 01:45:40 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-02-17 02:37:47 UTC) #13
Message was sent while issue was closed.
Change committed as 167255

Powered by Google App Engine
This is Rietveld 408576698