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

Issue 2647843002: Switch Shadow DOM V0 <content> FeatureSet tests to SimTest. (Closed)

Created:
3 years, 11 months ago by esprehn
Modified:
3 years, 9 months ago
Reviewers:
dglazkov, rune
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, kinuko+watch, rwlbuis, sof
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch Shadow DOM V0 <content> FeatureSet tests to SimTest. This lets us remove three methods from internals. Once we have this new SimTest we can also port lots of other tests and remove more internals methods specific to testing shadow dom. BUG=682982 Review-Url: https://codereview.chromium.org/2647843002 Cr-Commit-Position: refs/heads/master@{#459018} Committed: https://chromium.googlesource.com/chromium/src/+/415f9bab260d050f3471daae4282a267aa954094

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -306 lines) Patch
D third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-select-attribute-featureset.html View 1 chunk +0 lines, -173 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-select-attribute-featureset-expected.txt View 1 chunk +0 lines, -76 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 2 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 chunk +0 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp View 1 chunk +143 lines, -0 lines 7 comments Download

Messages

Total messages: 27 (16 generated)
esprehn
3 years, 11 months ago (2017-01-20 05:11:00 UTC) #7
rune
https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp File third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp (right): https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp#newcode9 third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp:9: #include "web/tests/sim/SimRequest.h" Are all of these includes needed? SimDisplayItemList.h ...
3 years, 11 months ago (2017-01-20 11:41:16 UTC) #11
dglazkov
LGTM % rune's comments
3 years, 10 months ago (2017-02-03 22:26:37 UTC) #12
esprehn
https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp File third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp (right): https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp#newcode9 third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp:9: #include "web/tests/sim/SimRequest.h" On 2017/01/20 at 11:41:16, rune wrote: > ...
3 years, 10 months ago (2017-02-03 22:31:10 UTC) #13
rune
https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp File third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp (right): https://codereview.chromium.org/2647843002/diff/1/third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp#newcode17 third_party/WebKit/Source/web/tests/ShadowDOMV0Test.cpp:17: DCHECK(host); On 2017/02/03 22:31:10, esprehn wrote: > On 2017/01/20 ...
3 years, 10 months ago (2017-02-06 11:53:46 UTC) #14
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/2647843002/1
3 years, 9 months ago (2017-03-23 02:56:22 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/304245)
3 years, 9 months ago (2017-03-23 03:12:28 UTC) #18
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/2647843002/1
3 years, 9 months ago (2017-03-23 06:34:53 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/304493)
3 years, 9 months ago (2017-03-23 06:58:02 UTC) #22
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/2647843002/1
3 years, 9 months ago (2017-03-23 07:35:12 UTC) #24
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 07:54:15 UTC) #27
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/415f9bab260d050f3471daae4282...

Powered by Google App Engine
This is Rietveld 408576698