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

Issue 19096011: Get rid of SVGRect special case from the bindings generator (Closed)

Created:
7 years, 5 months ago by do-not-use
Modified:
7 years, 5 months ago
CC:
blink-reviews, Nils Barth (inactive), jsbell+bindings_chromium.org, pdr, eae+blinkwatch, leviw+renderwatch, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, f(malita), adamk+blink_chromium.org, jchaffraix+rendering, Stephen Chennney, Nate Chapin, do-not-use, lgombos
Visibility:
Public.

Description

Get rid of SVGRect special case from the bindings generator Get rid of SVGRect special case from the bindings generator by adding a a typedef to FloatRect in SVGRect.h. Also use SVGRect type in the implementation API for consistency with the IDL. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154204

Patch Set 1 #

Patch Set 2 : Rebase on master #

Patch Set 3 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -66 lines) Patch
M Source/bindings/scripts/deprecated_code_generator_v8.pm View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.h View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextQuery.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.h View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedRect.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.h View 6 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLocatable.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGLocatable.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGRect.h View 1 chunk +5 lines, -3 lines 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 5 chunks +15 lines, -15 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M Source/core/svg/SVGZoomEvent.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
do-not-use
7 years, 5 months ago (2013-07-12 14:45:20 UTC) #1
Stephen Chennney
lgtm
7 years, 5 months ago (2013-07-12 15:26:55 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/1
7 years, 5 months ago (2013-07-12 15:27:10 UTC) #3
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGSVGElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-12 15:27:18 UTC) #4
haraken
LGTM
7 years, 5 months ago (2013-07-12 15:35:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/1
7 years, 5 months ago (2013-07-12 20:58:09 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGSVGElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-12 20:58:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/8001
7 years, 5 months ago (2013-07-12 21:16:53 UTC) #8
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=12587
7 years, 5 months ago (2013-07-12 22:32:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/8001
7 years, 5 months ago (2013-07-13 11:39:27 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=12678
7 years, 5 months ago (2013-07-13 12:09:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/8001
7 years, 5 months ago (2013-07-14 13:11:18 UTC) #12
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/svg/SVGTextQuery.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-14 13:11:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/19096011/27001
7 years, 5 months ago (2013-07-15 06:00:56 UTC) #14
commit-bot: I haz the power
7 years, 5 months ago (2013-07-15 07:26:17 UTC) #15
Message was sent while issue was closed.
Change committed as 154204

Powered by Google App Engine
This is Rietveld 408576698