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

Unified Diff: Source/core/html/HTMLScriptElement.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/HTMLQuoteElement.idl ('k') | Source/core/html/HTMLSourceElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLScriptElement.idl
diff --git a/Source/core/html/HTMLScriptElement.idl b/Source/core/html/HTMLScriptElement.idl
index c1a64404d4dbfdac44b91fbe697cd0e3410e8c65..ea4275d53f6f01145766b84c7c0b69b5f9c71cb4 100644
--- a/Source/core/html/HTMLScriptElement.idl
+++ b/Source/core/html/HTMLScriptElement.idl
@@ -24,7 +24,7 @@ interface HTMLScriptElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString charset;
attribute boolean async;
[Reflect] attribute boolean defer;
- [Reflect, TreatNullAs=NullString, URL] attribute DOMString src;
+ [Reflect, TreatNullAs=NullString, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
[Reflect, TreatNullAs=NullString] attribute DOMString type;
[Reflect, TreatNullAs=NullString] attribute DOMString crossOrigin;
[Reflect, TreatNullAs=NullString, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
« no previous file with comments | « Source/core/html/HTMLQuoteElement.idl ('k') | Source/core/html/HTMLSourceElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698