Re: Dropping support for compiling with MSVC in the near future

2018-12-10 Thread Kartikaya Gupta
This is sort of tangential, but what's the linking story currently? Are we still linking with MSVC, or with lld? I discovered recently that the rust toolchain we use in automation on windows tries to use link.exe for linking. I'm in the process of trying to get standalone webrender tests running on

Re: Dropping support for compiling with MSVC in the near future

2018-12-10 Thread Kris Maglione
On Fri, Dec 07, 2018 at 10:57:41AM -0500, Gabriele Svelto wrote: On 06/12/18 15:39, Kris Maglione wrote: As it stands, we need to remain compatible with at least GCC and Clang, because some of our static analysis code still depends on GCC plugins. Some Linux distros will keep building Firefox

Re: Intent to implement and ship: UTF-8 autodetection for HTML and plain text loaded from file: URLs

2018-12-10 Thread Martin Thomson
This seems reasonable, but 50M is a pretty large number. Given the odds of UTF-8 detection failing, I would have thought that this could be much lower. What is the number in Chrome? I assume that other local sources like chrome: are expected to be annotated properly. On Mon, Dec 10, 2018 at 11:2

Re: What is future of editor mode-lines after the switch to clang-format?

2018-12-10 Thread Gregory Szorc
On Wed, Dec 5, 2018 at 5:51 AM Ehsan Akhgari wrote: > On Fri, Nov 30, 2018 at 8:23 PM Ehsan Akhgari > wrote: > >> On Fri, Nov 30, 2018 at 4:08 PM Gregory Szorc wrote: >> >>> On Fri, Nov 30, 2018 at 10:00 AM wrote: >>> >>> > Now that all of mozilla-central is been migrated to use clang-format >

Re: Performance profiling improvements #3

2018-12-10 Thread Markus Stange
On 2018-10-22 5:20 p.m., Panos Astithas wrote: # Import native `perf` traces We now have documentation for viewing `perf` profiles at: https://perf-html.io/docs/#/./guide-perf-profiling -Markus ___ dev-platform mailing list dev-platform@lists.mozilla

Re: This year in web-platform-tests - 2018 edition

2018-12-10 Thread Bobby Holley
Great stuff! Thanks to you and everyone involved for pushing the state of cross-browser testing forward. On Fri, Dec 7, 2018 at 7:45 AM James Graham wrote: > Welcome to the second annual update on progress in cross-browser interop > testing through web-platform-tests. This year has seen big impr

Re: Soft code freeze for Firefox 65 starts December 3

2018-12-10 Thread Ryan VanderMeulen
The Gecko version has been bumped to 66 now on mozilla-central, so the soft freeze is now over. Thanks, Ryan On Thu, Nov 29, 2018 at 10:13 AM Ryan VanderMeulen < rvandermeu...@mozilla.com> wrote: > Hi all, > > On December 3, we will be merging Firefox 65 from mozilla-central to beta > for the fi

Re: Dropping support for compiling with MSVC in the near future

2018-12-10 Thread Jim Mathies
On Thursday, December 6, 2018 at 5:08:53 PM UTC-6, Gijs Kruitbosch wrote: > Can someone elaborate on what this means for debugging on Windows, and > for our onboarding story on Windows? I just checked to be sure this was all working, and it is. I have VS 2017 and the 'Install Microsoft Child Pro

Slides from Orlando platform memory tools meeting

2018-12-10 Thread Jim Blandy
Hi, everybody. I've asked the folks who presented at the platform memory tools meeting in Orlando last Thursday over in the Swan::Ibis meeting room to add a link to their slides or notes to this Google sheet

Intent to implement and ship: UTF-8 autodetection for HTML and plain text loaded from file: URLs

2018-12-10 Thread Henri Sivonen
(Note: This isn't really a Web-exposed feature, but this is a Web developer-exposed feature.) # Summary Autodetect UTF-8 when loading HTML or plain text from file: URLs (only!). Some Web developers like to develop locally from file: URLs (as opposed to local HTTP server) and then deploy using a