author | Scott Johnson <sjohnson@mozilla.com> |
Thu, 14 Feb 2013 16:26:38 -0600 | |
changeset 122066 | bb00c745a2586d6a4be0fd2093a61e7c81fcd442 |
parent 122065 | c8d70ce0ab4a57cd010409eb7b29f8becc597baa |
child 122067 | f9a6c523cca476084094df484481c20e5c911262 |
push id | 23077 |
push user | sjohnson@mozilla.com |
push date | Fri, 15 Feb 2013 21:34:46 +0000 |
treeherder | mozilla-inbound@bb00c745a258 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg |
bugs | 840331 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/b2g/components/b2g.idl +++ b/b2g/components/b2g.idl @@ -6,17 +6,17 @@ [scriptable, uuid(3615a616-571d-4194-bf54-ccf546067b14)] interface nsIB2GCameraContent : nsISupports { /* temporary solution, waiting for getUserMedia */ DOMString getCameraURI([optional] in jsval options); }; -[scriptable, uuid(53990d7a-ab2a-11e1-8543-7767e4cbcbff)] +[scriptable, uuid(94233b76-3987-4fc0-8924-7596846f9bd3)] interface nsIB2GKeyboard : nsISupports { void sendKey(in long keyCode, in long charCode); // Select the <select> option specified by index. // If this method is called on a <select> that support multiple // selection, then the option specified by index will be added to // the selection.