Yeah I wrote the gonk part yesterday after I realized that :p

On Dec 5, 2013 11:31 PM, Ehsan Akhgari <[email protected]> wrote:
>
> On 12/4/2013, 3:58 PM, Fabrice Desré wrote: 
> > 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 
>
> Well, we also need to have some kind of clipboard support in gonk, right? 
>
> Ehsan 
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to