tl;dr: importGlobalProperties is expensive. If you don't need the imported
properties immediately, please use defineLazyGlobalGetters instead.
Calling importGlobalProperties immediately defines the properties that you're
importing and any prototypes that they require. Aside from CPU overhead, t
On 6/7/18 4:24 PM, Kyle Machulis wrote:
+1 on the namespace idea. We started using
mozilla::dom::FooBinding::[ConstantName] namespace for constants in bug
792059, so we may also want to change that to
dom::binding::Foo::[ConstantName] for consistency sake.
Right, that change would be part of th
+1 on the namespace idea. We started using
mozilla::dom::FooBinding::[ConstantName] namespace for constants in bug
792059, so we may also want to change that to
dom::binding::Foo::[ConstantName] for consistency sake.
On Thu, Jun 7, 2018 at 1:03 PM, Jeff Gilbert wrote:
> We have a name conflict u
We have a name conflict under the current system when trying to use
these two classes from the webgpu sketch webidl:
- WebGPUBuffer
- WebGPUBufferBinding
I'm proposing renaming the generated bindings classes from
dom::FooBinding to dom::binding::Foo. This seems like a reasonable use
of namespaces,
Hi all!
We've just landed a new hot developer-oriented feature in Firefox Nightly -
Pseudolocalization.
Pseudolocalization allows developers to quickly test their UI against fake
localizations helping us discover internationalization issues earlier in
the cycle.
You can find an introduction vide
On Wednesday, 6 June 2018 19:58:43 UTC-4, Xidorn Quan wrote:
> On Thu, Jun 7, 2018, at 12:57 AM, Mark Côté wrote:
> > Phabricator is a suite of applications, but we are primarily using the
> > code-review tool, called Differential, which will be taking the place of
> > MozReview and Splinter. Bu
On 06/06/2018 15:57, Mark Côté wrote:
Similarly, there are two other features which are not part of initial launch
but will follow in subsequent releases:
* Stacked revisions. If you have a stack of revisions, that is, two or more
revisions with parent-child relationships, Lando cannot land th
7 matches
Mail list logo