Re: Intent to implement: Prerendering API

2014-08-11 Thread Karl Dubost
Jonas, Le 12 août 2014 à 08:33, Jonas Sicking a écrit : > However in some cases we can do better than that by loading a template > page that can be used for multiple of the search results. This I'm not sure to understand how that would be working. Let's say be any page on the Web. How do you kn

Re: Intent to implement: Prerendering API

2014-08-11 Thread Jonas Sicking
On Mon, Aug 11, 2014 at 3:40 PM, Karl Dubost wrote: > > Le 12 août 2014 à 07:03, Jonas Sicking a écrit : >> * A use-case that we came upon pretty quickly when we were looking at >> using prerendering in FirefoxOS is that we might not know the exact >> URL that the user is likely to navigate to, b

Re: Intent to implement: Prerendering API

2014-08-11 Thread Patrick McManus
an obvious tie in here is the network predictor (formerly 'seer') work Nick Hurley has been doing. Basically already working on the "what to fetch next" questions, but not the rendering parts. On Mon, Aug 11, 2014 at 6:40 PM, Karl Dubost wrote: > > Le 12 août 2014 à 07:03, Jonas Sicking a écri

Re: Intent to implement: Prerendering API

2014-08-11 Thread Karl Dubost
Le 12 août 2014 à 07:03, Jonas Sicking a écrit : > * A use-case that we came upon pretty quickly when we were looking at > using prerendering in FirefoxOS is that we might not know the exact > URL that the user is likely to navigate to, but we have a pretty good > guess about what template page i

Re: Intent to implement: Prerendering API

2014-08-11 Thread Jonas Sicking
Very exited to see this happening. Implementation issues aside, I have two comments: * This is something that we really need on FirefoxOS. I hope that the implementation strategy will work there too? * A use-case that we came upon pretty quickly when we were looking at using prerendering in Firef

Re: We should drop MathML

2014-08-11 Thread storey . david
On Sunday, May 5, 2013 10:27:41 PM UTC-7, p.kraut...@gmail.com wrote: > 2.1 you claim MathML never saw traction outside of Firefox. I tried to point > out that MathML has huge traction in publishing and the educational sector, > even if it wasn't visible on the web until MathJax came along. Googl

Intent to implement: Prerendering API

2014-08-11 Thread Roshan Vidyashankar
Summary: The Prerendering API allows the rendering engine to start loading and rendering a web page without any visible UI until the page needs to be displayed to the user. It's a gecko API that consumers can choose to use. For now, we're not talking about exposing this to web pages yet, or even