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

Unified Diff: Source/core/html/HTMLFrameElement.idl

Issue 55313003: Logging accesses to URL-properties of DOM elements, e.g. src. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Logging only setters in isolated worlds. Created 7 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 | « Source/core/html/HTMLFormElement.idl ('k') | Source/core/html/HTMLHtmlElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameElement.idl
diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl
index 6b9a732a882b284ceda4a63bc00ec3eaecf774ae..ff93b07e29df7f06cde4a6866016e7419d24b41a 100644
--- a/Source/core/html/HTMLFrameElement.idl
+++ b/Source/core/html/HTMLFrameElement.idl
@@ -27,7 +27,7 @@ interface HTMLFrameElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString name;
[Reflect] attribute boolean noResize;
[Reflect, TreatNullAs=NullString] attribute DOMString scrolling;
- [Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
+ [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
// Introduced in DOM Level 2:
[CheckSecurityForNode] readonly attribute Document contentDocument;
« no previous file with comments | « Source/core/html/HTMLFormElement.idl ('k') | Source/core/html/HTMLHtmlElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698