Re: Windows 10 package manager

2014-10-28 Thread J. Ryan Stinnett
On Wed, Oct 29, 2014 at 1:25 AM, Justin Dolske wrote: > http://www.extremetech.com/computing/192950-windows-10-will-come-with-a-command-line-package-manager-much-to-the-lament-of-linux-users > > "With Windows 10, however, we are finally getting an official package > manager: OneGet. In the current

Windows 10 package manager

2014-10-28 Thread Justin Dolske
http://www.extremetech.com/computing/192950-windows-10-will-come-with-a-command-line-package-manager-much-to-the-lament-of-linux-users "With Windows 10, however, we are finally getting an official package manager: OneGet. In the current build of Windows 10 Technical Preview, you can open up Pow

Re: Memory tools documentation overhaul

2014-10-28 Thread Nicholas Nethercote
On Tue, Oct 28, 2014 at 9:17 PM, Nicholas Nethercote wrote: > > Both of these pages now just contain a single link to > https://developer.mozilla.org/en-US/docs/Mozilla/Performance, which has a new > section "Memory profiling and leak detection tools" with links to pages for > all > of our tools:

Re: Intent to ship: CSSOM-View Scroll-Behavior CSS Property and CSSOM-View DOM Extensions for Smooth Scrolling

2014-10-28 Thread sime . vidas
Does scroll-behavior:smooth apply on scrolling that happens due to navigation (as per spec)? I've tested a "Back to top" link (href="#top") and got an instant scroll. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org

Memory tools documentation overhaul

2014-10-28 Thread Nicholas Nethercote
Hi, I've just finished a major overhaul of our documentation about memory-related tools. We used to have two main pages on this topic: - https://wiki.mozilla.org/Performance:Leak_Tools - https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/Debugging_memory_leaks There was some overlap bet

Re: Breakdown of Firefox full installer

2014-10-28 Thread Mike Hommey
On Tue, Oct 28, 2014 at 05:18:53PM -0700, Robert Kaiser wrote: > Mike Hommey schrieb: > >Note a significant amount of the omni.ja and browser/omni.ja data is > >used for jsloader/jssubloader data: 4744949 and 1560499 bytes from those > >files are that. These jsloader/jssubloader data are there for

Re: Breakdown of Firefox full installer

2014-10-28 Thread Robert Kaiser
Mike Hommey schrieb: Note a significant amount of the omni.ja and browser/omni.ja data is used for jsloader/jssubloader data: 4744949 and 1560499 bytes from those files are that. These jsloader/jssubloader data are there for startup benefits on Firefox first run (if the data wasn't there, it woul

Re: Problem with batch logging

2014-10-28 Thread Mike Hommey
On Wed, Oct 29, 2014 at 08:08:23AM +0900, Mike Hommey wrote: > On Tue, Oct 28, 2014 at 11:56:49AM -0400, Ehsan Akhgari wrote: > > On 2014-10-28 4:16 AM, Josip Maras wrote: > > >Hi Ehsan, > > > > > >Yes, in my opinion that is the problem. I'm trying to use the global > > >stream variable across mod

Re: Problem with batch logging

2014-10-28 Thread Mike Hommey
On Tue, Oct 28, 2014 at 11:56:49AM -0400, Ehsan Akhgari wrote: > On 2014-10-28 4:16 AM, Josip Maras wrote: > >Hi Ehsan, > > > >Yes, in my opinion that is the problem. I'm trying to use the global stream > >variable across module boundaries, more specifically from the following > >source files: co

Re: Intent to ship: CSSOM-View Scroll-Behavior CSS Property and CSSOM-View DOM Extensions for Smooth Scrolling

2014-10-28 Thread Robert O'Callahan
On Wed, Oct 29, 2014 at 9:40 AM, Jonas Sicking wrote: > That said, it's scary that these APIs are described in terms of > synchronous operations on the scroll position. I.e. it seems to > pretend that off-main-thread scrolling doesn't exist and then hope > that implementations are able to still c

Re: Intent to ship: CSSOM-View Scroll-Behavior CSS Property and CSSOM-View DOM Extensions for Smooth Scrolling

2014-10-28 Thread Jonas Sicking
On Tue, Oct 28, 2014 at 11:08 AM, Kip Gilbert wrote: > Hello Jonas, > > I appreciate your detailed reviews on the topic. I'm sorry if I did > not yet address all of your issues. Please advise if there is > anything else I may have missed. Thanks for your comments below. Much appreciated! >> I

New chrome-only API to inject content on top of the page

2014-10-28 Thread Patrick Brosset
(cross posting to b2g as this might be an interesting api for on-device tools). I have just landed the patches for bug 1020244 [1]. These patches introduce a new (chrome-only) API at document level that can be used to insert custom DOM elements into the root container of the page (the canvas f

Re: Intent to ship: CSSOM-View Scroll-Behavior CSS Property and CSSOM-View DOM Extensions for Smooth Scrolling

2014-10-28 Thread Kip Gilbert
Hello Jonas, I appreciate your detailed reviews on the topic. I'm sorry if I did not yet address all of your issues. Please advise if there is anything else I may have missed. > I guess what I'm arguing is that smooth-scrolling vs. instant > scrolling shouldn't be a per-element CSS property, b

Re: Problem with batch logging

2014-10-28 Thread Ehsan Akhgari
On 2014-10-28 4:16 AM, Josip Maras wrote: Hi Ehsan, Yes, in my opinion that is the problem. I'm trying to use the global stream variable across module boundaries, more specifically from the following source files: content\base\src\Element.cpp; layout\style\nsCSSParser.cpp; content\base\src\ns

Re: Problem with batch logging

2014-10-28 Thread David Rajchenbach-Teller
On 28/10/14 09:35, Josip Maras wrote: > > Thanks for the tip. Can you perhaps drop the internal stream class names, so > I can investigate a bit on how to use them. > > Thank you! You may want to open an nsAtomicFileOutputStream on a thread: http://dxr.mozilla.org/mozilla-central/source/netwe

Re: Problem with batch logging

2014-10-28 Thread Josip Maras
Thanks for the tip. Can you perhaps drop the internal stream class names, so I can investigate a bit on how to use them. Thank you! On Friday, October 24, 2014 4:56:07 PM UTC+2, David Rajchenbach-Teller wrote: > Well, for one thing, never perform I/O on the main thread. It really > kills perfor

Re: Problem with batch logging

2014-10-28 Thread Josip Maras
Hi Ehsan, Yes, in my opinion that is the problem. I'm trying to use the global stream variable across module boundaries, more specifically from the following source files: content\base\src\Element.cpp; layout\style\nsCSSParser.cpp; content\base\src\nsINode.cpp, js\src\builtin\Eval.cpp, js\src\