On Fri, Aug 26, 2016 at 8:27 PM, Steve Fink wrote:
> On 08/26/2016 08:16 PM, Gregory Szorc wrote:
>
>>
>> On Aug 26, 2016, at 19:54, Kan-Ru Chen wrote:
>>>
>>> Hello,
>>>
>>> In Bug 1297276 I landed a patch to rename mozilla/unused.h to
>>> mozilla/Unused.h to make it more consistent with our ot
On 08/26/2016 08:16 PM, Gregory Szorc wrote:
On Aug 26, 2016, at 19:54, Kan-Ru Chen wrote:
Hello,
In Bug 1297276 I landed a patch to rename mozilla/unused.h to
mozilla/Unused.h to make it more consistent with our other MFBT headers.
Normally rename a header shouldn't cause too much trouble,
> On Aug 26, 2016, at 19:54, Kan-Ru Chen wrote:
>
> Hello,
>
> In Bug 1297276 I landed a patch to rename mozilla/unused.h to
> mozilla/Unused.h to make it more consistent with our other MFBT headers.
> Normally rename a header shouldn't cause too much trouble, however this
> rename is only cha
Hello,
In Bug 1297276 I landed a patch to rename mozilla/unused.h to
mozilla/Unused.h to make it more consistent with our other MFBT headers.
Normally rename a header shouldn't cause too much trouble, however this
rename is only changing the case so you might experience some problems
on case insen
On Fri, Aug 26, 2016 at 1:41 PM, Gregory Szorc wrote:
> $ time hg log dom/canvas/WebGLContextReporter.cpp > /dev/null
> 0.110s real
>
> $ time git log -- dom/canvas/WebGLContextReporter.cpp > /dev/null
> 3.175s
>
Yes --- For similar reasons, CVS handled this case very well too! [angelic
smile]
> Can DXR help me track this down?
And the short answer: no, DXR is for only one point in time so far.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform
You can construct URLs like:
https://hg.mozilla.org/mozilla-central/log/default/dom/canvas/WebGLContextReporter.cpp
`hg log ` will also show the history of a known path ever under
version control.
The query should be very fast (even if the path disappeared hundreds of
thousands of commits ago) b
I need to look at the history of a file that has since been removed from
the tree. Can DXR help me track this down?
Phil
--
Philip Chee ,
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for u
-- Forwarded message --
From: m...@mozilla.com
Date: Fri, Aug 26, 2016 at 11:59 AM
Subject: URGENT PLANNED Tree Closing Window for firewall maintenance
2016-08-27 06:00a PDT 2 hours
To:
Cc: moc
bcc: all@
*Service and Impact:* A bug has been discovered in the code running the
Co
James Willcox writes:
> I guess there's not currently an easy way to enable Marionette for
> non-debug builds?
You can set the ENABLE_MARIONETTE output variable to something exciting
in your mozconfig to enable it in optimised builds.
> One thing I looked into before was using ChromeDriver and
My 1000-ft take on big-picture direction:
* Platform wants to pivot from implementing Platform things in C++ (which
is prone to memory hazards) and JS (which is weakly typed, has runtime
overhead, and various security gotchas) to implementing them in Rust (which
mostly eliminates memory hazards lik
In a couple of weeks, a team of Thunderbird developers will be meeting
up with some folks from The Document Foundation about possibly aligning
Thunderbird with LibreOffice. As part of that meetup, they'll want to
know our platform plans. That in turn depends heavily on Firefox
platform plans. Rathe
On 26/08/2016 04:08, Boris Zbarsky wrote:
> On 8/25/16 3:22 PM, Andrew McCreight wrote:
>> Searchfox works pretty well for blame including the CVS history,
>> including large files that github won't show you.
>
> The point is in this case the CVS history has a single crash-landing,
> unless you
Nice work!
I guess there's not currently an easy way to enable Marionette for
non-debug builds? One thing I looked into before was using ChromeDriver and
Marionette to do head-to-head performance tests against Chrome on Android,
and it would be great if we could use Nightly or something.
James
O
On 2016-08-23 6:30 PM, Gerald Squelart wrote:
> On the build-time vs static analysis point:
>
> I'd much prefer to have errors pointed out right from './mach build', which I
> can fix on the spot; rather than wait hours until I notice static analysis
> errors on a treeherder build.
> (e.g., I al
>>David, do you know whether Edge is generally planning to implement this too
>>as they implement the WebRTC API? What about Safari?
>
>Edge is generally onboard with the DMTF API from what I know, though I
>haven't discussed specifics with them. We did talk about it a little at
>Cluecon (Freeswi
As part of pushing forward with inter-operable web testing and the
WebDriver standard, we now run Marionette tests on Firefox for Android
(Fennec). This is the first instance of a WebDriver implementation being
used in production on a mobile browser.
In particular:
* Fennec support has been added
>On 8/26/16 8:30 AM, Anne van Kesteren wrote:
>I filed a few more. Mostly editorial, but
>https://github.com/w3c/webrtc-pc/issues/775 is substantive.
Thanks. We'll get that dealt with.
>David, do you know whether Edge is generally planning to implement this too
>as they implement the WebRTC API
On 8/26/16 8:30 AM, Anne van Kesteren wrote:
I ended up filing some GitHub issues.
Thank you. I was about to file some of those too...
I filed a few more. Mostly editorial, but
https://github.com/w3c/webrtc-pc/issues/775 is substantive.
David, do you know whether Edge is generally plannin
On Fri, Aug 26, 2016 at 2:12 PM, Daniel Minor wrote:
> Link to standard: https://www.w3.org/TR/webrtc/#peer-to-peer-dtmf
I ended up filing some GitHub issues. The IDL there is somewhat wrong
(at least if this is indeed an event target as the standard makes it
out to be) and I noted a couple of ot
Summary:
DTMF allows for WebRTC to interact with traditional telephone networks by
generating phone keypad tones over an audio channel. It will be implemented
as an additional interface on the RTPRtcSender object associated with a
peer connection. DTMF is currently supported in Chrome, although it
21 matches
Mail list logo