Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Firefox load time startup: Use SQLite for ruleset DB #90

Merged
merged 6 commits into from
Jan 22, 2014
Merged

Commits on Jan 12, 2014

  1. Use an SQLite ruleset DB to speed Firefox startup.

    Note that this queries the DB synchronously on
    many requests, potentially slowing down browsing.
    Needs additional work.
    jsha committed Jan 12, 2014
    Configuration menu
    Copy the full SHA
    915f914 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Configuration menu
    Copy the full SHA
    d4905a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2014

  1. Configuration menu
    Copy the full SHA
    dd607fb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Configuration menu
    Copy the full SHA
    7aca4f4 View commit details
    Browse the repository at this point in the history
  2. Fix bug where bare hostname isn't tried.

    Also fix a case of double-lookup for "*.foo.com" and fix some comments.
    jsha committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    2e16492 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2014

  1. Configuration menu
    Copy the full SHA
    ba496d7 View commit details
    Browse the repository at this point in the history