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

Unified Diff: Source/core/frame/Window.idl

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Work in Adam's comments Created 6 years, 10 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
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index 2069b6ad34fa2d41842ff1d4e690c01d0d67a32c..04b48b134246daf10fe6150aeb5467c4d9f530d5 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -178,6 +178,7 @@
[RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationend;
[RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationiteration;
[RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationstart;
+ [RuntimeEnabled=DeviceLight] attribute EventHandler ondevicelight;
Inactive 2014/03/07 19:29:52 I don't know that the policy is on this but techni
abarth-chromium 2014/03/08 06:44:19 Does that work? If so, we should apply it to onde
riju_ 2014/03/10 16:17:26 Done.
[RuntimeEnabled=DeviceMotion] attribute EventHandler ondevicemotion;
[RuntimeEnabled=DeviceOrientation] attribute EventHandler ondeviceorientation;
[RuntimeEnabled=OrientationEvent] attribute EventHandler onorientationchange;

Powered by Google App Engine
This is Rietveld 408576698