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

Issue 2685183002: Flip flag for Long Tasks to stable (Closed)

Created:
3 years, 10 months ago by panicker
Modified:
3 years, 10 months ago
Reviewers:
chasej, foolip
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : remove origin trial for Long Tasks #

Patch Set 3 : remove manual changes to V8 bindings added for long tasks #

Total comments: 6

Patch Set 4 : update link to IDL #

Patch Set 5 : add SameObject, SaveSameObject to IDL attribute #

Total comments: 3

Patch Set 6 : add SameObject key to V8PrivateProperty list #

Patch Set 7 : Sync to head #

Patch Set 8 : update webexposed virtual/stable tests and delete longtask origin-trial tests (as the CL removes th… #

Patch Set 9 : undo change to webview test (likely not needed) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -143 lines) Patch
D third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-script-added.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-script-added-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 2 chunks +11 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/origin-trials-features-disabled/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/origin-trials-features-disabled/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-script-added-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/stable/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/virtual/stable/http/tests/origin_trials/webexposed/longtask-origin-trial-interfaces-script-added-expected.txt View 1 2 3 4 5 6 7 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp View 1 2 2 chunks +0 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h View 1 2 3 4 5 1 chunk +18 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/timing/Performance.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl View 1 2 3 4 5 6 1 chunk +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/timing/TaskAttributionTiming.idl View 1 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
panicker
Hey Jason, could you sanity change this flag flip? My intent is to flip the ...
3 years, 10 months ago (2017-02-09 20:36:30 UTC) #2
chasej
On 2017/02/09 20:36:30, panicker wrote: > Hey Jason, could you sanity change this flag flip? ...
3 years, 10 months ago (2017-02-10 16:41:28 UTC) #3
panicker
On 2017/02/10 16:41:28, chasej wrote: > On 2017/02/09 20:36:30, panicker wrote: > > Hey Jason, ...
3 years, 10 months ago (2017-02-10 21:09:46 UTC) #6
panicker
+foolip for API owners
3 years, 10 months ago (2017-02-10 21:10:09 UTC) #8
foolip
Found an IDL mismatch that I think would be a good idea to fix before ...
3 years, 10 months ago (2017-02-10 22:36:53 UTC) #9
panicker
https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode5 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:5: // https://github.com/wicg/longtasks On 2017/02/10 22:36:53, foolip wrote: > Can ...
3 years, 10 months ago (2017-02-10 22:46:44 UTC) #10
foolip
https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode7 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:7: readonly attribute sequence<TaskAttributionTiming> attribution; On 2017/02/10 22:46:44, panicker wrote: ...
3 years, 10 months ago (2017-02-10 23:23:28 UTC) #11
panicker
https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/40001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode7 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:7: readonly attribute sequence<TaskAttributionTiming> attribution; On 2017/02/10 23:23:28, foolip wrote: ...
3 years, 10 months ago (2017-02-10 23:45:01 UTC) #12
foolip
https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode7 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:7: [SameObject, SaveSameObject] readonly attribute sequence<TaskAttributionTiming> attribution; This will conflict ...
3 years, 10 months ago (2017-02-10 23:48:27 UTC) #13
foolip
https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode7 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:7: [SameObject, SaveSameObject] readonly attribute sequence<TaskAttributionTiming> attribution; On 2017/02/10 23:48:27, ...
3 years, 10 months ago (2017-02-10 23:49:08 UTC) #14
panicker
Rebased & updated V8PrivateProperty.h https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl File third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl (right): https://codereview.chromium.org/2685183002/diff/80001/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl#newcode7 third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl:7: [SameObject, SaveSameObject] readonly attribute sequence<TaskAttributionTiming> ...
3 years, 10 months ago (2017-02-11 00:19:22 UTC) #15
chasej
lgtm
3 years, 10 months ago (2017-02-11 00:58:44 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/2685183002/140001
3 years, 10 months ago (2017-02-14 00:15:29 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/363370)
3 years, 10 months ago (2017-02-14 00:27:49 UTC) #25
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/2685183002/160001
3 years, 10 months ago (2017-02-14 02:03:41 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 04:08:09 UTC) #33
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/9775bfee2b12b717b138928078f9...

Powered by Google App Engine
This is Rietveld 408576698