gecko-dev/extensions/safe-browsing
timeless%mozdev.org 97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
..
content
lib Bug 106386 Correct misspellings in source code 2006-08-28 20:12:37 +00:00
locale/en-US
skin
src
Makefile.in
install.rdf
jar.mn
prefs.js
readme.txt

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