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

Issue 2515993002: Replace DOMWindow with iframe attrs: src, id, name (Closed)

Created:
4 years, 1 month ago by panicker
Modified:
4 years, 1 month ago
Reviewers:
caseq, skobes
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Long Tasks API attribution: replace DOMWindow with iframe attrs: src, id, name BUG=667007 Committed: https://crrev.com/aee80e88c92958c951dc21309f31a64724dbb856 Cr-Commit-Position: refs/heads/master@{#433779}

Patch Set 1 #

Patch Set 2 : move getattribute to helper method #

Total comments: 2

Patch Set 3 : Remove culpritFrameAttributes helper method #

Patch Set 4 : nit #

Total comments: 2

Patch Set 5 : remove unnecessary include #

Total comments: 2

Patch Set 6 : don't truncate ID #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -17 lines) Patch
M third_party/WebKit/Source/core/timing/Performance.cpp View 1 2 3 4 5 3 chunks +31 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.h View 1 chunk +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.cpp View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBaseTest.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.h View 2 chunks +14 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.cpp View 1 chunk +16 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 27 (13 generated)
panicker
PTAL.
4 years, 1 month ago (2016-11-19 02:00:54 UTC) #2
panicker
Steve, mind reviewing for OWNERs? This is similar to the previous CL you reviewed: https://codereview.chromium.org/2381163003/ ...
4 years, 1 month ago (2016-11-21 19:39:09 UTC) #4
skobes
Change description should mention that this is for the Long Tasks API (not a change ...
4 years, 1 month ago (2016-11-22 00:21:25 UTC) #5
panicker
PTAL https://codereview.chromium.org/2515993002/diff/20001/third_party/WebKit/Source/core/timing/Performance.cpp File third_party/WebKit/Source/core/timing/Performance.cpp (right): https://codereview.chromium.org/2515993002/diff/20001/third_party/WebKit/Source/core/timing/Performance.cpp#newcode213 third_party/WebKit/Source/core/timing/Performance.cpp:213: std::tuple<String, String, String> Performance::culpritFrameAttributes( On 2016/11/22 00:21:25, skobes ...
4 years, 1 month ago (2016-11-22 00:39:47 UTC) #7
skobes
lgtm https://codereview.chromium.org/2515993002/diff/60001/third_party/WebKit/Source/core/timing/Performance.cpp File third_party/WebKit/Source/core/timing/Performance.cpp (right): https://codereview.chromium.org/2515993002/diff/60001/third_party/WebKit/Source/core/timing/Performance.cpp#newcode46 third_party/WebKit/Source/core/timing/Performance.cpp:46: #include <tuple> You can remove this now.
4 years, 1 month ago (2016-11-22 00:42:39 UTC) #8
panicker
https://codereview.chromium.org/2515993002/diff/60001/third_party/WebKit/Source/core/timing/Performance.cpp File third_party/WebKit/Source/core/timing/Performance.cpp (right): https://codereview.chromium.org/2515993002/diff/60001/third_party/WebKit/Source/core/timing/Performance.cpp#newcode46 third_party/WebKit/Source/core/timing/Performance.cpp:46: #include <tuple> On 2016/11/22 00:42:39, skobes wrote: > You ...
4 years, 1 month ago (2016-11-22 00:45:09 UTC) #9
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/2515993002/80001
4 years, 1 month ago (2016-11-22 00:46:07 UTC) #12
caseq
lgtm https://codereview.chromium.org/2515993002/diff/80001/third_party/WebKit/Source/core/timing/Performance.cpp File third_party/WebKit/Source/core/timing/Performance.cpp (right): https://codereview.chromium.org/2515993002/diff/80001/third_party/WebKit/Source/core/timing/Performance.cpp#newcode226 third_party/WebKit/Source/core/timing/Performance.cpp:226: getFrameAttribute(frameOwner, HTMLNames::idAttr, true), nit: I think it generally ...
4 years, 1 month ago (2016-11-22 00:56:56 UTC) #13
panicker
https://codereview.chromium.org/2515993002/diff/80001/third_party/WebKit/Source/core/timing/Performance.cpp File third_party/WebKit/Source/core/timing/Performance.cpp (right): https://codereview.chromium.org/2515993002/diff/80001/third_party/WebKit/Source/core/timing/Performance.cpp#newcode226 third_party/WebKit/Source/core/timing/Performance.cpp:226: getFrameAttribute(frameOwner, HTMLNames::idAttr, true), On 2016/11/22 00:56:56, caseq wrote: > ...
4 years, 1 month ago (2016-11-22 01:01:10 UTC) #15
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/2515993002/100001
4 years, 1 month ago (2016-11-22 01:02:57 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/275824)
4 years, 1 month ago (2016-11-22 01:22:40 UTC) #20
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/2515993002/100001
4 years, 1 month ago (2016-11-22 01:59:31 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-22 03:49:08 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 03:52:21 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/aee80e88c92958c951dc21309f31a64724dbb856
Cr-Commit-Position: refs/heads/master@{#433779}

Powered by Google App Engine
This is Rietveld 408576698