googlearchive / voice-memos

A Progressive Web App for recording and playing back voice memos.

Home Page:https://voice-memos.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakage in Firefox stable

addyosmani opened this issue · comments

What broke?: The app is unusable in FF stable for me at present. No extensions enabled and no particularly hairy flags enabled either.

Console logs:

This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] voice-memos.appspot.com
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] voicememo-core.css
Error in parsing value for 'display'.  Declaration dropped. voicememo-core.css:16:314
Error in parsing value for 'display'.  Declaration dropped. voicememo-core.css:16:335
Error in parsing value for 'display'.  Declaration dropped. voicememo-core.css:16:5350
Error in parsing value for 'display'.  Declaration dropped. voicememo-core.css:16:6597
Error in parsing value for 'display'.  Declaration dropped. voicememo-core.css:16:7384
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] voicememo-core.js
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create voicememo-core.js:16:18987
UnknownError voicememo-core.js:16:0
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] side-nav-bg@2x.jpg
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] ic_delete_24px.svg
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] ic_info_outline_24px.svg
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] analytics.js
Will-change memory consumption is too high. Surface area covers 5445928 pixels, budget is the document surface area multiplied by 3 (1147364 pixels). All occurences of will-change in the document are ignored when over budget. voice-memos.appspot.com
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] collect
uncaught exception: [object Event] <unknown>

Visual breakage:

Currently unable to use the app there.

Works in 37.0.2 for me :-/ Let me check for updates...

Can't replicate on 38.0.1, either :(

tested on FF 37.0.2 and 38.0.1, both work...

Had @jakearchibald test this. It didn't work for him at first until he wiped his profile... There's nothing about that that I like, but I also don't know what I can do with it.

That UnknownError voicememo-core.js:16:0 seems to be the culprit, though, you know UnknownError is in itself a bit weird, no?

Closing this as it's been a while and there doesn't seem to be any other report of this.