Forum Moderators: open

Message Too Old, No Replies

Firefox 52 Released, With WebAssembly Support

         

engine

11:53 am on Mar 8, 2017 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Mozilla has released Firefox 52 with WebAssembly support for 3D video games, CAD, video and image editing, and scientific visualisation to perform much better.

Additionally, Firefox will now display an in-context alert such as "Logins here could be compromised" message on form data input pages that don't use HTTPS.

It's also worth noting that all plugins using Netscape Plugin API (NPAPI) besides Flash, are disabled. Later in the year Flash content will only be activated with user consent.

Firefox 52 Released, With WebAssembly Support


graeme_p

4:59 pm on Mar 8, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



A binary format designed as a compiler target to run from within the browser, providing near native performance on any OS and hardware. Where have I heard of something similar before?

Dimitri

5:26 pm on Mar 8, 2017 (gmt 0)

WebmasterWorld Senior Member 5+ Year Member Top Contributors Of The Month



Java ?

keyplyr

11:12 pm on Mar 8, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Additionally, Firefox will now display an in-context alert such as "Logins here could be compromised" message on form data input pages that don't use HTTPS.
Just updated. I went to a non-secure (HTTP) site with a login and a form submission. Did both, no alert.

graeme_p

6:26 am on Mar 9, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



@Dimitri, exactly. Why do we need yet another VM?

engine

6:30 pm on Mar 9, 2017 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



When clicking on a field on a non-secure site it shows an alert. I just tried it on a form and there was an alert associated with the form field.

keyplyr

12:07 am on Mar 10, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Well it seems not all forms are the same to Firefox 52.

I did find some non-secure pages with a LogIn that gave a clear alert right in the form field itself & when clicked, it took me to a Mozilla page explaining about non-secure pages.

However, a couple other non-secure pages where forms received input (search, data look-ups, whois, etc) did not display any type of alert & I was able to complete the input.

blend27

12:50 am on Mar 10, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I have non-secure pages with email-signup form with the following code pointing to none-secure target:

<form name="moreinfo" action="/more_info/" method="post">
Sign-up for exclusive offers:
<input class="text" placeholder="Enter Your E-mail" name="txttEmail" required="yes" type="email">
<input class="red" value=" Continue " name="submit" type="submit">
</form>


no alerts.

tangor

1:09 am on Mar 10, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The popup shows on some sites and not on others.... which makes it interesting (and pretty much useless as an alert).

keyplyr

5:30 am on Mar 10, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The popup shows on some sites...
I never saw a "popup."

engine

7:42 am on Mar 10, 2017 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I haven't visited enough sites yet to check consistency, however, if it's not on every non-secure site with a form, it's not really helping.