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

Unified Diff: Source/core/page/Location.idl

Issue 13799007: Support for selective DOM activity logging, based on IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed bindings tests output, temporarily, to work around diff difficulty. Created 7 years, 8 months 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/page/DOMWindow.idl ('k') | Source/core/storage/Storage.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Location.idl
diff --git a/Source/core/page/Location.idl b/Source/core/page/Location.idl
index 786e8569a8c1d37bce6a4b66accf86673873d362..9bcae96bb304268b22743a8a338b8964f217fcb8 100644
--- a/Source/core/page/Location.idl
+++ b/Source/core/page/Location.idl
@@ -34,8 +34,8 @@
] interface Location {
[DoNotCheckSecurityOnSetter, CustomSetter, Unforgeable] attribute DOMString href;
- [Custom, Unforgeable] void assign([Default=Undefined] optional DOMString url);
- [Custom, Unforgeable] void replace([Default=Undefined] optional DOMString url);
+ [Custom, Unforgeable, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void assign([Default=Undefined] optional DOMString url);
+ [Custom, Unforgeable, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void replace([Default=Undefined] optional DOMString url);
[Custom, Unforgeable] void reload();
// URI decomposition attributes
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/storage/Storage.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698