Re: How to build the old version of FireFox?

2015-11-12 Thread Makoto Kato
Hi. Official build of Firefox 29.0 is used by VS2010 (with the latest service pack), but MozillaBuild 2.0 doesn't support VS2010 installation. So you should use older version of MozillaBuild (1.5 or later, but not 2.0) from https://archive.mozilla.org/pub/mozilla/libraries/win32/ and use sta

How to build the old version of FireFox?

2015-11-12 Thread 672082371
I have build the latest version of FireFox and Xulrunner ,Following the step of Build_Instructions(https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions). Here is what I'v done: 1.dowload the latest MozillaBuild 2.start-shell-msvc2013.bat (for Visual Studio 2013) 3.

Re: How to stop the docShell to loading new URIs

2015-11-12 Thread Yonggang Luo
Thank you a lot, now I know where to start. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Allowing web apps to delay layout/rendering on startup

2015-11-12 Thread Vivien Nicolas
Is there any concerns about the solution I'm proposing or should I move forward ? On Fri, Oct 16, 2015 at 12:29 PM, Vivien Nicolas wrote: > > > On Thu, Oct 8, 2015 at 6:10 PM, Mounir Lamouri wrote: > >> Note that Chrome 46 has a way to work around the white screen while a >> page load using a n

diverging Servo' Browser API from Gecko' Browser API?

2015-11-12 Thread Paul Rouget
to dev-servo. dev-platform cc'ed. context: browser.html + servo There are some changes we'd like to make to the Browser API. At least, we'd like to always use event.detail instead of event.details (because DOM events use detail, not details). Also, the details field in Gecko can be a string, or

Re: How to stop the docShell to loading new URIs

2015-11-12 Thread Neil
Yonggang Luo wrote: I opened a window and I don't hope it's loading anymore URIs into the docShell. How to configure the docShell to do that. I think you can associate an nsIURIContentListener with the docShell and then the listener can tell the docShell not to handle content. (Sorry but I

Make sure DOM modifications are drawn onto the screen

2015-11-12 Thread 陳侃如
Hi, This has been discussed briefly on public-web-perf https://lists.w3.org/Archives/Public/public-web-perf/2015Mar/0009.html When we measure an app's performance, we want to measure what a user actually sees. For example when we insert something to the DOM and place a performance marker; The mar