gecko-dev/extensions/safe-browsing
2006-03-24 22:57:47 +00:00
..
content
lib
locale/en-US
skin
src
install.rdf
jar.mn
Makefile.in
prefs.js
readme.txt

To enable:

  1. Add "ac_add_options --enable-extensions=default,safe-browsing" to your
     .mozconfig file
  2. Set the preference "extensions.safebrowsing.enabled" to true

Source organization:

  - src/ contains our component (the loader)
  - content/ contains xul and whatnot
  - locale/ contains our strings
  - lib/ contains our application files
  - lib/js contains pure js library files
  - lib/moz contains Mozilla-specific library files