On Wed, Jan 4, 2017 at 1:35 AM, Gregory Szorc wrote:
> Also, I anticipate the techniques and tools used to import Servo's history
> and keep it "synchronized" have uses outside of Servo. Our current
> mechanisms for keeping upstream/third party projects in sync with
> mozilla-central are not well
On Wed, Jan 11, 2017, at 06:03 AM, Henri Sivonen wrote:
> Does that mean that crates under third_party/rust/ are going to have
> their entire histories imported in the future? Currently, they only
> have vendoring-time snapshots.
I'm unaware of any plans to do this. I'd expect us to have a distinc
When adding a new API or CSS/HTML feature, please consider whether it
should be disabled by default in sandboxed iframes, with a sandbox token
to enable.
Note that this is impossible to do post-facto to already-shipped APIs,
due to breaking compat. But for an API just being added, this is a
Hi,
In Firefox, "click to play" can be enabled by setting pref
"plugin.state.flash" to 1.
However, when I do this in a XULRunner app, flash plugin is disabled
completely.
Is this feature unavailable to XULRunner? If so, how can I implement it?
Thanks.
Duan Yao.
___
On Wed, Jan 11, 2017 at 3:04 PM, Ted Mielczarek wrote:
> On Wed, Jan 11, 2017, at 06:03 AM, Henri Sivonen wrote:
>> Does that mean that crates under third_party/rust/ are going to have
>> their entire histories imported in the future? Currently, they only
>> have vendoring-time snapshots.
>
> I'm
Controversy!
Our beloved coding style reads:
"Forward-declare classes in your header files instead of including them
whenever possible."
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style#CC_practices
I guess the main goal is to keep build times lower by reducing the n
On 1/12/17 2:30 AM, gsquel...@mozilla.com wrote:
This way all users of SomeClass only need to include SomeClass.h, not
SomeType.h, when they want to call SomeClass::foo.
They don't need to have SomeType.h included merely to call
SomeClass::foo. They have the forward-declaration in scope, so
7 matches
Mail list logo