On 12/04/2013 08:50 AM, Jan Jongboom wrote: > I'm trying to copy some stuff from a frame script, so I do: > > let clipboard = Components.classes["@mozilla.org/widget/clipboardhelper;1"] > > .getService(Components.interfaces.nsIClipboardHelper); > > But it throws > > TypeError: Components.classes['@mozilla.org/widget/clipboardhelper;1'] is > undefined > > So I think something is not loaded, anyone any idea what?
It looks like we don't have clipboard code in b2g widgetry at all. Look at Android: https://mxr.mozilla.org/mozilla-central/source/widget/android/nsWidgetFactory.cpp#93 and gonk: https://mxr.mozilla.org/mozilla-central/source/widget/gonk/nsWidgetFactory.cpp#93 It looks simple enough to add it since clipboard code lives in xpwidgets: https://mxr.mozilla.org/mozilla-central/ident?i=nsClipboardHelper Fabrice -- Fabrice Desré b2g team Mozilla Corporation _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
