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

Issue 2163213007: Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)

Created:
4 years, 5 months ago by Shanmuga Pandi
Modified:
4 years, 4 months ago
Reviewers:
davve, pdr., fs, foolip, rwlbuis
CC:
darktears, android-webview-reviews_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, krit, Eric Willigers, f(malita), gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface Intent to Deprecate and Remove: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Dfqld7wjHJM BUG=629445 Committed: https://crrev.com/11cc1db033d902c13c429f8bee0a13b6381c8e4e Cr-Commit-Position: refs/heads/master@{#408958}

Patch Set 1 #

Total comments: 3

Patch Set 2 : nits #

Patch Set 3 : Keep #svgView() impl #

Total comments: 2

Patch Set 4 : fixed nits #

Patch Set 5 : removed usecounter bits #

Patch Set 6 : Did deprecation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M third_party/WebKit/LayoutTests/svg/custom/detached-outermost-svg-crash-expected.txt View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.idl View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (17 generated)
Shanmuga Pandi
On 2016/07/21 12:54:21, Shanmuga Pandi wrote: > mailto:shanmuga.m@samsung.com changed reviewers: > + mailto:rob.buis@samsung.com PTAL!! Thanks
4 years, 5 months ago (2016-07-21 12:54:40 UTC) #3
fs
https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp#oldcode661 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp:661: if (fragmentIdentifier.startsWith("svgView(")) { This is still in the spec ...
4 years, 5 months ago (2016-07-21 13:08:27 UTC) #5
Shanmuga Pandi
On 2016/07/21 13:08:27, fs wrote: > https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp > File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): > > https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp#oldcode661 > ...
4 years, 5 months ago (2016-07-21 13:11:18 UTC) #6
Shanmuga Pandi
4 years, 5 months ago (2016-07-22 04:24:36 UTC) #8
foolip
4 years, 5 months ago (2016-07-22 04:38:25 UTC) #10
foolip
https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp#oldcode661 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp:661: if (fragmentIdentifier.startsWith("svgView(")) { On 2016/07/21 13:08:27, fs wrote: > ...
4 years, 5 months ago (2016-07-22 04:44:39 UTC) #11
fs
https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp#oldcode661 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp:661: if (fragmentIdentifier.startsWith("svgView(")) { On 2016/07/22 at 04:44:39, foolip wrote: ...
4 years, 5 months ago (2016-07-22 08:31:38 UTC) #12
Shanmuga Pandi
On 2016/07/22 08:31:38, fs (OoO until Aug 15) wrote: > https://codereview.chromium.org/2163213007/diff/1/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp > File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): ...
4 years, 4 months ago (2016-07-26 07:06:09 UTC) #13
Shanmuga Pandi
PTAL!!
4 years, 4 months ago (2016-07-26 10:50:39 UTC) #14
fs
On 2016/07/26 at 07:06:09, shanmuga.m wrote: > On 2016/07/22 08:31:38, fs (OoO until Aug 15) ...
4 years, 4 months ago (2016-07-26 16:09:57 UTC) #19
fs
https://codereview.chromium.org/2163213007/diff/40001/third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js File third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js (left): https://codereview.chromium.org/2163213007/diff/40001/third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js#oldcode1 third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js:1: description("This test checks the SVGViewSpec API"); This test probably ...
4 years, 4 months ago (2016-07-26 16:10:10 UTC) #20
Shanmuga Pandi
On 2016/07/26 16:10:10, fs (OoO until Aug 15) wrote: > https://codereview.chromium.org/2163213007/diff/40001/third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js > File third_party/WebKit/LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js > ...
4 years, 4 months ago (2016-07-28 05:22:17 UTC) #21
foolip
Can you also remove the entries inUseCounter.h that become unused due to the IDL file ...
4 years, 4 months ago (2016-07-29 02:07:59 UTC) #22
Shanmuga Pandi
On 2016/07/29 02:07:59, foolip wrote: > Can you also remove the entries inUseCounter.h that become ...
4 years, 4 months ago (2016-07-29 12:33:47 UTC) #23
Shanmuga Pandi
PTAL!! I have deprecated instead Remove!! Thanks
4 years, 4 months ago (2016-08-01 11:14:18 UTC) #25
foolip
lgtm
4 years, 4 months ago (2016-08-01 11:41:09 UTC) #28
Shanmuga Pandi
On 2016/08/01 11:41:09, foolip wrote: > lgtm Thank you.. Shall I proceed to commit, Since ...
4 years, 4 months ago (2016-08-01 13:22:06 UTC) #31
foolip
On 2016/08/01 13:22:06, Shanmuga Pandi wrote: > On 2016/08/01 11:41:09, foolip wrote: > > lgtm ...
4 years, 4 months ago (2016-08-01 13:26:16 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2163213007/100001
4 years, 4 months ago (2016-08-01 14:15:16 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-01 14:19:10 UTC) #36
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 14:22:13 UTC) #38
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/11cc1db033d902c13c429f8bee0a13b6381c8e4e
Cr-Commit-Position: refs/heads/master@{#408958}

Powered by Google App Engine
This is Rietveld 408576698