Re: How to pass data from to a content process when it starts up?

2018-02-15 Thread Nicholas Nethercote
Thank you! That was exactly the info I needed, and I have it working locally. However, I didn't do exactly as you suggested -- passing LaunchOptions to Sandbroker::LaunchApp dragged me into #include hell: - base::LaunchOptions must be visible in security/sandbox/win/src/sandboxbroker/sandboxBro

Re: Intent to unship: Legacy -moz-transform syntax.

2018-02-15 Thread Mike Taylor
> On Feb 14, 2018, at 2:37 PM, Emilio Cobos Álvarez wrote: > The reasoning for this is that this particular property is the only alias > that requires different parsing rules from the property they're aliasing to. > That means it needs to be implemented as a shorthand property, which means in >

Intent to (start) Ship(ping) (sorta): WebMIDI

2018-02-15 Thread Kyle Machulis
After a few years of development as I've had time, the first portion of WebMIDI (bug 1201590), the web standard API for accessing MIDI-enabled hardware (this is not related to MIDI files or playback), should be landing soon. This bug only includes the core DOM API code and tests, with no actual pl

Intent to ship: macOS sandbox filesystem write restrictions

2018-02-15 Thread Alex Gaynor
Hi all, Small FYI: With bug 1405088 which landed yesterday, the macOS content process sandbox no longer allows writing to files _anywhere_ on disk. Huge thanks to the folks who helped out with landing the blockers! Going forward if you need the content process to write something to disk, the appr