Intent to ship: Hashbang syntax in JS (a "#!" line at the very start of a script is a single-line comment)

2019-02-28 Thread Jeff Walden
# Intent to ship: Hashbang syntax ## Introduction As JS metastasizes from the web to Node and shell scripts and the like, it becomes useful to run scripts directly in the shell and let the shell decide how. The traditional way to do this is with an initial hashbang (or shebang) line indicatin

Re: Important: Update to latest central before running |mach try|

2019-02-28 Thread Andrew Halberstadt
If you have --try-test-paths in your preset, you might see: *"error: unrecognized arguments: --try-test-paths"* There isn't a risk of data loss here, but it will either leave these presets unmigrated or else prevent you from using |mach try|. This is tracked in bug 1531364

Re: What is dom/browser-element/ used for?

2019-02-28 Thread Kris Maglione
On Thu, Feb 28, 2019 at 11:45:29AM +0200, Henri Sivonen wrote: It appears dom/browser-element/ was created for Gaia. Is it used for something still? WebExtensions perhaps? We've talked about giving access to WebExtensions (bug 1318532; partly because Google provides a similar element, and pa

Re: Searchfox support for mobile/android just got a little better

2019-02-28 Thread Nicholas Alexander
Kats, others, On Thu, Feb 28, 2019 at 9:49 AM Kartikaya Gupta wrote: > As of today Searchfox is providing C++/Rust analysis for > Android-specific code. So stuff in widget/android and behind android > ifdefs should be turning up when you search for symbols. Note that > we're using data from an a

Re: Searchfox support for mobile/android just got a little better

2019-02-28 Thread James Willcox
Really great, thanks! James On Thu, Feb 28, 2019 at 11:49 AM Kartikaya Gupta wrote: > As of today Searchfox is providing C++/Rust analysis for > Android-specific code. So stuff in widget/android and behind android > ifdefs should be turning up when you search for symbols. Note that > we're usin

Searchfox support for mobile/android just got a little better

2019-02-28 Thread Kartikaya Gupta
As of today Searchfox is providing C++/Rust analysis for Android-specific code. So stuff in widget/android and behind android ifdefs should be turning up when you search for symbols. Note that we're using data from an armv7 build, so code that is specific to aarch64 or x86 is not covered. That can

Re: What is dom/browser-element/ used for?

2019-02-28 Thread J. Ryan Stinnett
Yes, it's currently used for Responsive Design Mode in DevTools. I believe that is the only place it's used in the tree today. - Ryan On Thu, 28 Feb 2019 at 12:24, Henri Sivonen wrote: > I think I found a user in dev tools: > > https://searchfox.org/mozilla-central/rev/2a6f3dde00801374d3b2a7042

Re: What is dom/browser-element/ used for?

2019-02-28 Thread Henri Sivonen
I think I found a user in dev tools: https://searchfox.org/mozilla-central/rev/2a6f3dde00801374d3b2a704232de54a132af389/devtools/client/responsive.html/components/Browser.js#140 On Thu, Feb 28, 2019 at 11:45 AM Henri Sivonen wrote: > > It appears dom/browser-element/ was created for Gaia. Is it u

What is dom/browser-element/ used for?

2019-02-28 Thread Henri Sivonen
It appears dom/browser-element/ was created for Gaia. Is it used for something still? WebExtensions perhaps? -- Henri Sivonen hsivo...@mozilla.com ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platfo