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

Side by Side Diff: chrome/common/extensions/docs/static/experimental.clipboard.html

Issue 882003: Implement chrome.experimental.clipboard extension API. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary">
3 For information on how to use experimental APIs,
4 see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
5 </p>
6
7 <h2>Notes</h2>
8
9 <p>
10 For all functions exposed by this API, the argument to the callback indicates
11 whether or not the event was successfully dispatched, not whether the event was
12 successfully processed and handled. Most callers won't care, since a failure
13 generally indicates the tab is going away.
14 </p>
15
16 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.clipboard.html ('k') | chrome/renderer/resources/renderer_extension_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698