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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // http://www.w3.org/TR/2012/WD-clipboard-apis-20120223/#idl-def-ClipboardEventI nit
philipj_slow 2015/06/26 22:37:44 Link to https://w3c.github.io/clipboard-apis/#clip
6
7 dictionary ClipboardEventInit : EventInit {
8 DOMString data = "";
9 DOMString dataType = "";
10 };
OLDNEW
« 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