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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl

Issue 2515993002: Replace DOMWindow with iframe attrs: src, id, name (Closed)
Patch Set: don't truncate ID Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
diff --git a/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
index cc3e34f4575c321d2a4f997ac702de0cc6d702db..a608a0db7de41cb7c261ac2d79a741297f43c815 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
+++ b/third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.idl
@@ -6,5 +6,7 @@
[
OriginTrialEnabled=LongTaskObserver,
] interface PerformanceLongTaskTiming : PerformanceEntry {
- readonly attribute Window? culpritWindow;
+ readonly attribute DOMString culpritFrameSrc;
+ readonly attribute DOMString culpritFrameId;
+ readonly attribute DOMString culpritFrameName;
};
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698