Skip to content

Latest commit

 

History

History

firefox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Firefox Developer Edition

[TOC]

Installation

Setup

Firefox Profile

  • Profiles Path: APPDATA%\Mozilla\Firefox\Profiles - Link
    • Developer Profile: gu64ib7f.dev-edition-default

Working with profiles

Information Stored in Profile

Source: http://mzl.la/1BAQULj

Note: This is not a complete list. Only important information is described.

Bookmarks, Downloads and Browsing History:

  • places.sqlite:
    • This file contains all your Firefox bookmarks and lists of all the files you've downloaded and websites you’ve visited.
  • bookmarkbackups:
    • This folder stores bookmark backup files, which can be used to restore your bookmarks.
  • favicons.sqlite:
    • This file contains all of the favicons for your Firefox bookmarks.

For more information, see Bookmarks in Firefox and Restore bookmarks from backup or move them to another computer.

Passwords

  • Your passwords are stored in these two files:
    • key4.db
    • logins.json

For more information, see Password Manager - Remember, delete and edit logins and passwords in Firefox.

Site-specific preferences

  • permissions.sqlite
  • content-prefs.sqlite

These two files store many of your Firefox permissions (for instance, which sites are allowed to display popups) or zoom levels that are set on a site-by-site basis (see Font size and zoom - increase the size of web pages).

Search engines

Personal Dictionary

Autocomplete History

Cookies

  • cookies.sqlite:
    • A cookie is a bit of information stored on your computer by a website you’ve visited. Usually, this is something like your site preferences or login status. Cookies are all stored in this file.

DOM Storage

DOM Storage is designed to provide a larger, more secure, and easier-to-use alternative to storing information in cookies.

  • webappsstore.sqlite:

    • Information is stored in this file for websites
  • chromeappsstore.sqlite:

    • This file stores information for about:* pages.

Extensions

Security Certificate Settings

  • cert9.db:
    • This file stores all your security certificate settings and any SSL certificates you have imported into Firefox.

Security Device Settings

  • pkcs11.txt:
    • This file stores security module configuration.

Download Actions

  • handlers.json:
    • This file stores your preferences that tell Firefox what to do when it comes across a particular type of file.

Stored Session

Toolbar Customizations:

User Preferences

  • prefs.js:
    • This file stores customized user preference settings, such as changes you make in Firefox Settings dialogs.
    • NOTE: The optional user.js file, if one exists, will override any modified preferences.

Containers


Reference: Where Firefox Stores Profile User Data