Jared Hirsch
Jared Hirsch
@Mossop The message passing in question works via shared mutable global state: Chrome -> content: - The bootstrap code sets the React app's global state via [overwriting](https://github.com/meandavejustice/min-vid/blob/shield-study/bootstrap.js#L100) `mvWindow.wrappedJSObject.AppData` - The...
@padenot Sounds great! I'll ping you tomorrow. How late are you around in the evenings? Does 6pm Paris time work?
@paulrouget Hey, @padenot mentioned that you might have experience passing media streams across window boundaries. We're trying to send a video stream to a separate window (XUL or regular HTML...
I'm starting to think that passing a DOM element or reference may not be the best way to do this. If we can get access to the global store of...
Might be a good first bug, since adding a new filter is pretty straightforward On Thu, Jun 15, 2017 at 2:05 AM, Ciprian Muresan wrote: > [Affected versions]: > >...
@SheepGit Hey, since you're new to github: I think normally a feature request would be filed as a bug, not as a pull request. IMO the best approach would be...
It may be possible to try to get favicons from the favicon cache without leaking requests to the network: Mossop says, "I don't think getFaviconURLForPage will hit the network"
Porting over [comments from #128](https://github.com/mozilla-lockbox/lockbox-addon/pull/128#issuecomment-480450734): > In order to fully satisfy #110 we will need to create a method which will reverse lookup an item by its fields. Two thoughts...
@meandavejustice Your crash report indicates you have a bunch of addons installed. I'd try running the addon via `npm run run -f nightly` instead of manually installing into about:debugging. The...
This could be cool. Note that any changes will need to pass the mozilla eslint rules, since exported code goes into mozilla-central :+1: