XULrunner loads contents, after that opens window

2015-02-15 Thread Sina Nouri
I created a simple XULRunner browser which shows my company website in it, but the problem is, it loads the content then shows the window, what do you suggest to do to make the process quicker by opening window then loading the content? ___ dev-platform

Reconciling async scrolling with onscroll handlers

2015-02-15 Thread Robert O'Callahan
I talked to Chrome devs last week about the issues they have with page onscroll handlers being used to implement scrolling effects (e.g. sticky positioning) and how they interact with async scrolling --- something we're in the process of running into :-). Their current idea is to add a new CSS pro