Re: Changes to tab min-width

2017-10-09 Thread Miha
When I first saw tabs shrink in Firefox 58a I thought it's a nasty bug and I started reporting it to Bugzilla. I found this thread and I'm glad this negative behaviour is open to discussion. As soon as I read it's possible I have used 'browser.tabs.tabMinWidth' to 'fix' the change. I have chang

Re: Changes to tab min-width

2017-10-09 Thread mike--- via dev-platform
I've always found the tabs scrolling off the side thing to be really disorienting, so I'm glad FF is trying to diminish or remove it. It's one of the big reasons I use sidebar tabs. Here's my 2¢: 1. I think overflow tabs should stack rows so you can always see the extra tabs. This is how most

Intent to ship: PerformanceNavigationTiming

2017-10-09 Thread Valentin Gosu
As of the 25th of september I landed bug 1263722 which adds a PerformanceNavigationTiming entry to the existing performance API. The implementation had a few issues which were fixed in bug 1403926, which also puts this feature behind a pref: dom.enable_performance_navigation_timing Right now this

Re: Canonical cinnabar repository

2017-10-09 Thread Jonathan Watt
On 26/09/2017 16:49, Kartikaya Gupta wrote: > So it seems to me that the next step is to have the operations team > take over ownership of the mozilla/gecko mirror. dhouse, do you know > what the process would be for that? I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1406792 to keep the ba

Re: MinGW Target on TaskCluster

2017-10-09 Thread Tom Ritter
On Mon, Oct 9, 2017 at 10:31 AM, Philipp Wagner wrote: > Am 09.10.2017 um 07:31 schrieb Tom Ritter: > > As part of our work with Tor, we’ve been working on getting a MinGW-based > > build of Windows into TaskCluster. > > A maybe too obvious question from the side lines: Why is the Tor browser > c

Re: MinGW Target on TaskCluster

2017-10-09 Thread Philipp Wagner
Am 09.10.2017 um 07:31 schrieb Tom Ritter: > As part of our work with Tor, we’ve been working on getting a MinGW-based > build of Windows into TaskCluster. A maybe too obvious question from the side lines: Why is the Tor browser cross-compiled and not using MSVC? Philipp

Re: Intent to Enable: Automated Static Analysis feedback in MozReview

2017-10-09 Thread Jan Keromnes
Thanks Patrick. C/C++ was our top priority because code defects are very costly, but we'd love to make our static analysis bot support additional languages, so we're looking into integrating with mozlint [0] (the `./mach lint` wrapper around eslint, flake8 and wptlint), and I think we should also

Re: C++ function that the optimizer won't eliminate

2017-10-09 Thread David Major
> On Fri, Oct 6, 2017 at 5:41 PM, David Major wrote: > > I bet Google Benchmark will have what you want. > > > > As a first guess, maybe this? > > https://github.com/google/benchmark/blob/master/include/ > benchmark/benchmark.h#L297 > > Thank you. I guess it's the best to import that into the tree

Re: Intent to Enable: Automated Static Analysis feedback in MozReview

2017-10-09 Thread Patrick Brosset
This sounds awesome Jan. Are there plans to have something similar for JS code linting (with ESLint)? On Wed, Oct 4, 2017 at 7:14 PM, Ehsan Akhgari wrote: > On 10/04/2017 03:17 AM, Jan Keromnes wrote: > >> TL;DR -- We wrote a static analysis bot for MozReview ("clangbot") and >> it's >> about to

Re: C++ function that the optimizer won't eliminate

2017-10-09 Thread Henri Sivonen
On Fri, Oct 6, 2017 at 4:16 PM, Gabriele Svelto wrote: > IIUC what you are looking for is the '+' constraint which implies the > parameter is both read and written in the asm statement, e.g.: Thanks. On Fri, Oct 6, 2017 at 4:01 PM, Nathan Froyd wrote: > Can you provide a slightly larger example

Re: MinGW Target on TaskCluster

2017-10-09 Thread Ted Mielczarek
On Mon, Oct 9, 2017, at 01:31 AM, Tom Ritter wrote: > As part of our work with Tor, we’ve been working on getting a MinGW-based > build of Windows into TaskCluster. Tor is currently using ESR releases, > and > every ESR they have to go through a large amount of work to get the build > working under

Re: MinGW Target on TaskCluster

2017-10-09 Thread Georg Koppen
Hi! Tom Ritter: > As part of our work with Tor, we’ve been working on getting a MinGW-based > build of Windows into TaskCluster. Tor is currently using ESR releases, and > every ESR they have to go through a large amount of work to get the build > working under MinGW again; by continually building