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

Issue 2953993003: Add LayoutTest for PerformanceObserver inside Worker (Closed)

Created:
3 years, 6 months ago by npm
Modified:
3 years, 5 months ago
CC:
chromium-reviews, panicker+watch_chromium.org, shimazu+worker_chromium.org, kinuko+worker_chromium.org, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, blink-worker-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add LayoutTest for PerformanceObserver inside Worker BUG=chromium:705820 Review-Url: https://codereview.chromium.org/2953993003 Cr-Commit-Position: refs/heads/master@{#484973} Committed: https://chromium.googlesource.com/chromium/src/+/ca205ddf1a960d002da75bbcdd8243757a77e817

Patch Set 1 #

Patch Set 2 : Typo #

Patch Set 3 : Fix #

Patch Set 4 : DontExpose #

Total comments: 13

Patch Set 5 : Feedback #

Total comments: 2

Patch Set 6 : Nit #

Messages

Total messages: 29 (15 generated)
npm
ptal
3 years, 5 months ago (2017-06-30 20:00:22 UTC) #4
tdresser
LGTM with nits. https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js File third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js (right): https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js#newcode1 third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js:1: try { Rename file to worker-with-performance-observer.js. ...
3 years, 5 months ago (2017-07-04 14:31:47 UTC) #5
falken
drive by comment. Is there a reason to not make this a WPT test (i.e., ...
3 years, 5 months ago (2017-07-04 14:46:35 UTC) #7
npm
So is external/wpt/workers a better location? https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/TestExpectations#newcode2879 third_party/WebKit/LayoutTests/TestExpectations:2879: crbug.com/705820 fast/workers/worker-with-performance-observer.html [ ...
3 years, 5 months ago (2017-07-05 21:53:53 UTC) #8
falken
Yes external/wpt should be preferred by default these days, unless the test is meant to ...
3 years, 5 months ago (2017-07-05 23:30:08 UTC) #9
panicker
On 2017/07/05 23:30:08, falken wrote: > Yes external/wpt should be preferred by default these days, ...
3 years, 5 months ago (2017-07-06 06:03:35 UTC) #10
falken
A line in TestExpectations shouldn't be necessary. You can add a -expected.txt file containing the ...
3 years, 5 months ago (2017-07-06 06:08:56 UTC) #11
falken
On 2017/07/06 06:08:56, falken wrote: > A line in TestExpectations shouldn't be necessary. You can ...
3 years, 5 months ago (2017-07-06 06:09:39 UTC) #12
npm
ptal https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js File third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js (right): https://codereview.chromium.org/2953993003/diff/60001/third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js#newcode1 third_party/WebKit/LayoutTests/fast/workers/resources/worker-with-perfobs.js:1: try { On 2017/07/04 14:31:46, tdresser wrote: > ...
3 years, 5 months ago (2017-07-07 14:45:09 UTC) #13
tdresser1
LGTM % nit https://codereview.chromium.org/2953993003/diff/80001/third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html File third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html (right): https://codereview.chromium.org/2953993003/diff/80001/third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html#newcode12 third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html:12: t.step(() => assert_equals('SUCCESS', event.data)); assert_equals takes ...
3 years, 5 months ago (2017-07-07 15:04:54 UTC) #15
npm
https://codereview.chromium.org/2953993003/diff/80001/third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html File third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html (right): https://codereview.chromium.org/2953993003/diff/80001/third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html#newcode12 third_party/WebKit/LayoutTests/external/wpt/performance-timeline/worker-with-performance-observer.html:12: t.step(() => assert_equals('SUCCESS', event.data)); On 2017/07/07 15:04:54, tdresser1 wrote: ...
3 years, 5 months ago (2017-07-07 15:42:52 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/2953993003/100001
3 years, 5 months ago (2017-07-07 17:39:46 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/src/+/ca205ddf1a960d002da75bbcdd8243757a77e817
3 years, 5 months ago (2017-07-07 17:43:56 UTC) #28
jeffcarp
3 years, 5 months ago (2017-07-07 18:35:52 UTC) #29
Message was sent while issue was closed.
On 2017/07/07 at 17:43:56, commit-bot wrote:
> Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/ca205ddf1a960d002da75bbcdd82...


Hi, a pull request was made for this upstream:
https://github.com/w3c/web-platform-tests/pull/6496

If it gets stuck upstream I'll let you know here. In the future for any WPT
changes the workflow on Gerrit is much better - a provisional PR gets made when
you upload a change instead of when you land it.

Powered by Google App Engine
This is Rietveld 408576698