Closed Bug 960099 Opened 11 years ago Closed 11 years ago

Multiple JavaScript warnings shown when launching Marketplace app

Categories

(Firefox OS Graveyard :: Gaia, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: gkw, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #960094 +++

E/GeckoConsole(  791): [JavaScript Warning: "Error in parsing value for 'background-image'.  Declaration dropped." {file: "app://marketplace.firefox.com/style.css" line: 64 column: 20 source: "  background-image: -webkit-gradient(linear, left bottom, left top, from(#4cb1ff), to(#1793e5));"}]
E/GeckoConsole(  791): [JavaScript Warning: "Error in parsing value for 'background-image'.  Declaration dropped." {file: "app://marketplace.firefox.com/style.css" line: 65 column: 20 source: "  background-image: -webkit-linear-gradient(#4cb1ff, #1793e5);"}]
E/GeckoConsole(  791): [JavaScript Warning: "Error in parsing value for 'box-shadow'.  Declaration dropped." {file: "app://marketplace.firefox.com/style.css" line: 70 column: 15 source: "  box-shadow: 0, 0 -2px 0 0 rgba(255,255,255,0.1) inset;"}]
E/GeckoConsole(  791): [JavaScript Warning: "Error in parsing value for 'background-image'.  Declaration dropped." {file: "app://marketplace.firefox.com/style.css" line: 96 column: 20 source: "  background-image: -webkit-gradient(linear, left bottom, left top, from(#2ba3ff), to(#1584ce));"}]
E/GeckoConsole(  791): [JavaScript Warning: "Error in parsing value for 'background-image'.  Declaration dropped." {file: "app://marketplace.firefox.com/style.css" line: 97 column: 20 source: "  background-image: -webkit-linear-gradient(#2ba3ff, #1584ce);"}]


This happens after starting up the emulator, tested with the jb version of the emulator in pvt builds, with timestamp 20140114154437, then launching the Marketplace app.

Not sure who owns this - setting needinfo? from Wil Clouser as a fallback.
Flags: needinfo?(clouserw)
The Marketplace works across multiple browsers.  This is simply Firefox telling us that it's ignoring the webkit specific prefixes (just like webkit ignores the mozilla specific prefixes).  These are warnings, not errors, they shouldn't affect anything.  I'd suggest wontfixing.
Flags: needinfo?(clouserw)
Sure. Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.