Questions tagged [mozilla]

DO NOT USE THIS TAG, it is going to be removed. The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for the open source Mozilla project.

DON'T USE THIS TAG, it is going to be burninated.

The Mozilla Foundation is a non-profit organization that exists to support and provide leadership for open source Mozilla projects.

Mozilla Firefox is a free, browser built by Mozilla Foundation and Mozilla Corporation, first released in 2002 as 'Phoenix', becoming 'Firefox' in 2004.

1724 questions
69
votes
10 answers

Convert web page to image

What are some utilities to obtain an image of a webpage? Basically equivalent to taking a "screenshot" of the page after opening it.
jrharshath
  • 25,975
  • 33
  • 97
  • 127
63
votes
6 answers

MDN javascript docs for offline use

I am trying to make MDN's Javascript Reference available for offline browsing (personal use). I am not the website's owner nor developer, and I can only access its generated output. My first thought was to inject an HTML5 appcache.manifest in the…
Pierre
  • 18,643
  • 4
  • 41
  • 62
57
votes
6 answers

Using border-radius and box-shadow together (CSS)

Ok, I know neither of these properties are completely supported yet, but I'm using them anyway :P When I add a border-radius and box-shadow (with and without vendor prefixes), the radius of the border-radius is not transparent to the…
Gary
  • 961
  • 3
  • 9
  • 16
42
votes
3 answers

PDF.js scale PDF on fixed width

I have a fixed box where I want to display my PDF's in rendered by PDF.js. As PDF.js documentation is not really accessible (spitting through their source files), I'd like to know whether it's possible to scale a rendered PDF on a fixed width. When…
sluijs
  • 4,146
  • 4
  • 30
  • 36
35
votes
5 answers

IE & Firefox - custom drop down could not remove native arrows

I'm trying create a custom drop down control and I need to hide the arrows from the native controls. I'm using the following CSS, which is working for Chrome and Safari, but not in Mozilla and IE. select.desktopDropDown { appearance: none; …
Anton Belev
  • 11,963
  • 22
  • 70
  • 111
35
votes
5 answers

Page load time in Google Chrome or Mozilla Firefox

Is there a way to check how long does it take for the page to load? EDIT: I will extend the question a bit. Say you are working on a ASP.NET project and when you run your project within the Visual Studio there is some loading time before you can see…
Anton Belev
  • 11,963
  • 22
  • 70
  • 111
31
votes
1 answer

Difference between Transferred and Size columns in Mozilla Firexfox Network tab

I am trying to determine what the difference is between the Transferred column and Size column. Does it have to do with the difference between compressed files and uncompressed? I am not compressing my files on my server (Node.js Express server) so…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
26
votes
1 answer

How to set Helvetica font?

How to set Helvetica font? I add css: body { font-family: Helvetica, Sans-Serif; color: #444444; font-size: 9pt; background-color: #FAFAFA; } but in Mozilla I see MS shell dlg font. Why is this happens and how will repair…
Mediator
  • 14,951
  • 35
  • 113
  • 191
24
votes
3 answers

What does 'sdparta' stand for in a Firefox webRTC session description?

When generating offer and answer objects during webRTC signaling in Firefox, Mozilla added a pun about Session Description Protocols by returning answers and offers that say "THIS_IS_SDPARTA." Aside from being funny, does the 'arta' portion of…
BEVR1337
  • 623
  • 4
  • 10
24
votes
12 answers

chrome/safari display border around image

Chrome and Safari are displaying a border around the image, but I don't want one. There is no border in Mozilla. I've looked through the CSS and HTML, and I can't find anything that is fixing it. Here is the code:
golf_nut
  • 431
  • 1
  • 4
  • 16
24
votes
10 answers

What is the concept of Array.map?

I am having problems understanding the concept of Array.map. I did go to Mozilla and Tutorials Point, but they provided very limited info regarding this. This is how I am using Array.map. It is a little complex (a bit of d3.js involved; just ignore…
user2412575
22
votes
4 answers

Does Content Security Policy block bookmarklets?

Does Mozillas CSP block to execute Javascript from a bookmark by default? Can it be configured to do so?
PiTheNumber
  • 22,828
  • 17
  • 107
  • 180
22
votes
3 answers

Can I use Mozilla Public License 1.1 (MPL) in a commercial app?

There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to use RabbitMQ in commercial applications, which is licensed under Mozilla Public License(MPL). Is MPL friendly to commercial use? I found a…
Lily
  • 5,872
  • 19
  • 56
  • 75
22
votes
0 answers

What does " Mozilla/5.0" in user agent string signify?

I am using $_SERVER['HTTP_USER_AGENT'] to record the user's browser and operating system in use after he logs in my website, when I echo this it shows me these Firefox Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101…
Random Guy
  • 2,878
  • 5
  • 20
  • 32
21
votes
0 answers

facebook feed not loading after jquery minified version update

I have an artist page on my website and I am fetching particular artist feed from facebook widget. But I have recently updated jQuery minified version to the latest and it stopped working. This problem is occurring on Firefox Mozilla. My html
1
2 3
99 100