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

Issue 1516553002: Remove deprecation messages for no-ops that are left in the specs (Closed)

Created:
5 years ago by philipj_slow
Modified:
5 years ago
Reviewers:
Rick Byers
CC:
chromium-reviews, krit, sof, eae+blinkwatch, fs, kouhei+svg_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, f(malita), blink-reviews, gyuyoung2, Stephen Chennney, pdr+svgwatchlist_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove deprecation messages for no-ops that are left in the specs Since these will not be removed, warning developers about them is not a good use of attention. Take the opportunity to remove the detach() calls from a few tests where it does nothing anyway. Remove detach-range-during-deletecontents.html as that was testing specifically detach() which cannot be relevant now that it is a no-op. Some of the range-* tests are left untouched as they explicitly call out that detach() is a no-op in comments. These are the reviews where these deprecation messages were added: https://codereview.chromium.org/256013002 https://codereview.chromium.org/252783002 https://codereview.chromium.org/901623002 BUG=568218 R=rbyers@chromium.org Committed: https://crrev.com/19739b85c91bc1f7e72565824b14238666d4caf4 Cr-Commit-Position: refs/heads/master@{#364745}

Patch Set 1 #

Patch Set 2 : update tests #

Patch Set 3 : rebase and update tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -139 lines) Patch
M third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/text-iterator/rtl-selection-crash-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/NodeIterator/detach-no-op-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/detach-no-op-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/Range/detach-range-during-deletecontents.html View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/range-comparePoint-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Range/range-isPointInRange-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/Range/resources/detach-range-during-deletecontents-iframe.xhtml View 1 2 1 chunk +0 lines, -42 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods.html View 1 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-deprecated-methods-expected.txt View 1 1 chunk +0 lines, -8 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/dom/SVGSVGElement-no-op-methods.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/NodeIterator.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Range.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.cpp View 1 2 chunks +0 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.idl View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
philipj_slow
PTAL. Test expectations need updating, but I didn't want to spend time on that if ...
5 years ago (2015-12-09 15:27:41 UTC) #1
Rick Byers
I (obviously) support this sort of thing in general. Added reference to BUG=568218 to track ...
5 years ago (2015-12-09 20:20:31 UTC) #3
philipj_slow
On 2015/12/09 20:20:31, Rick Byers wrote: > I (obviously) support this sort of thing in ...
5 years ago (2015-12-09 22:19:37 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/1516553002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516553002/20001
5 years ago (2015-12-10 18:52:22 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-10 21:46:31 UTC) #9
Rick Byers
LGTM, sorry for the delay
5 years ago (2015-12-11 15:02:44 UTC) #10
philipj_slow
On 2015/12/11 15:02:44, Rick Byers wrote: > LGTM, sorry for the delay I realize this ...
5 years ago (2015-12-11 15:06:53 UTC) #11
Rick Byers
On 2015/12/11 15:06:53, philipj wrote: > On 2015/12/11 15:02:44, Rick Byers wrote: > > LGTM, ...
5 years ago (2015-12-11 15:26:50 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1516553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516553002/40001
5 years ago (2015-12-11 15:27:38 UTC) #14
philipj_slow
On 2015/12/11 15:26:50, Rick Byers wrote: > On 2015/12/11 15:06:53, philipj wrote: > > On ...
5 years ago (2015-12-11 15:29:34 UTC) #18
Rick Byers
On 2015/12/11 15:29:34, philipj wrote: > On 2015/12/11 15:26:50, Rick Byers wrote: > > On ...
5 years ago (2015-12-11 15:55:55 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1516553002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1516553002/40001
5 years ago (2015-12-11 17:58:49 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-11 18:31:21 UTC) #24
commit-bot: I haz the power
5 years ago (2015-12-11 18:32:40 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/19739b85c91bc1f7e72565824b14238666d4caf4
Cr-Commit-Position: refs/heads/master@{#364745}

Powered by Google App Engine
This is Rietveld 408576698