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

Unified Diff: Source/core/events/ClipboardEventInit.idl

Issue 1178683007: Introducing ClipboardEvent Constructor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/events/ClipboardEventInit.idl
diff --git a/Source/core/events/ClipboardEventInit.idl b/Source/core/events/ClipboardEventInit.idl
new file mode 100644
index 0000000000000000000000000000000000000000..0770651c0a148aa979cfdc4204493eb7b28e2bb6
--- /dev/null
+++ b/Source/core/events/ClipboardEventInit.idl
@@ -0,0 +1,10 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// http://www.w3.org/TR/2012/WD-clipboard-apis-20120223/#idl-def-ClipboardEventInit
philipj_slow 2015/06/26 22:37:44 Link to https://w3c.github.io/clipboard-apis/#clip
+
+dictionary ClipboardEventInit : EventInit {
+ DOMString data = "";
+ DOMString dataType = "";
+};
« Source/core/events/ClipboardEvent.cpp ('K') | « Source/core/events/ClipboardEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698