by tlo on 7/3/15, 12:28 PM with 101 comments
by mrspeaker on 7/3/15, 1:26 PM
fetch(url).then(data => ...)
Not earth-shattering, but much more fun than XHR!by cesarb on 7/3/15, 1:54 PM
This is the one which has the greatest chance of giving people a headache. For instance, one of the biggest banks here still uses only RC4 for its online banking site. Its top-level hostname and a few of its auxiliary hostnames are on the whitelist, but there's no guarantee that all the RC4-only auxiliary hostnames it might use for some of its functionality are on the whitelist.
by bbx on 7/3/15, 1:44 PM
It basically allows to do scroll hijacking [1] without any JavaScript, just like this: http://blog.gospodarets.com/demos/scroll-snap-full-screen/
by edwintorok on 7/3/15, 2:01 PM
by ponyous on 7/3/15, 1:32 PM
Scrolling/motion performance is the only thing that is keeping me away from FF at the moment - Even dev tools are getting amazingly good.
by lobster_johnson on 7/3/15, 7:07 PM
For example, Safari usually suggests Wikipedia articles or other useful autocompletions. FF only autocompletes from domain names, bookmarks and history, it seems. It does have a separate search input in the toolbar, but even that one doesn't do what Safari does; all the suggested autocompletes are from Google, and additional search engines like Wikipedia or Amazon require that you click on their icon to search.
There's an extension called Omnibar, but it doesn't seem to provide suggestions from other than Google, bookmarks and history.
by XaspR8d on 7/3/15, 3:29 PM
Sidenote: I find it really interesting that the current spec suggests preconnect and its siblings accept a probability attribute estimating how likely connecting to different resources is.[1] Something funny to me about making the directed-graph/state-machine nature of the internet finally show through the markup.
by chippy on 7/3/15, 5:03 PM
This is going to make me never use Chrome dev tools again. Nice
by azinman2 on 7/3/15, 6:21 PM
by JonnieCache on 7/3/15, 1:53 PM
Hmmmm, I'm on ff 40.0a2 and they don't render for me: http://emojipedia.org/man-with-dark-brown-skin-tone/
by kozukumi on 7/3/15, 2:53 PM
Also has anyone else noticed that Firefox is no longer keeping the page state when navigating back? For example on Reddit go to the comments section, minimize a few comments then navigate to a link then go back and none of the minimized comments remain minimized, in Firefox prior to 38 things worked correctly.
by forscha on 7/3/15, 4:11 PM
by ikeboy on 7/3/15, 2:15 PM
Chrome still hasn't fixed it. Color me unimpressed.