ThirdPartyCode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Update Camino third-party code) |
||
Line 14: | Line 14: | ||
| Test suite | | Test suite | ||
|- | |- | ||
| Breakpad | | rowspan=2 | Breakpad | ||
| /toolkit/crashreporter/google-breakpad | | /toolkit/crashreporter/google-breakpad | ||
| [http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/COPYING 3-clause BSD] | | [http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/COPYING 3-clause BSD] | ||
| [http://code.google.com/p/google-breakpad/ Website], [http://code.google.com/p/google-breakpad/issues/list Bugs] | | rowspan=2 | [http://code.google.com/p/google-breakpad/ Website], [http://code.google.com/p/google-breakpad/issues/list Bugs] | ||
| Firefox, Thunderbird, SeaMonkey | | Firefox, Thunderbird, SeaMonkey | ||
|- | |||
| /camino/google-breakpad | |||
| [http://mxr.mozilla.org/camino/source//google-breakpad/COPYING 3-clause BSD] | |||
| Camino | |||
|- | |- | ||
| bsdiff | | bsdiff | ||
Line 68: | Line 72: | ||
| Gecko XXXInAllCases? | | Gecko XXXInAllCases? | ||
|- | |- | ||
| Growl | | rowspan=2 | Growl | ||
| /toolkit/components/alerts/src/mac/growl | | /toolkit/components/alerts/src/mac/growl | ||
| [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/alerts/src/mac/growl/license.txt 3-clause BSD] | | [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/alerts/src/mac/growl/license.txt 3-clause BSD] | ||
| [http://growl.info/ Website], [http://growl.info/reportabug.php Bugs] | | rowspan=2| [http://growl.info/ Website], [http://growl.info/reportabug.php Bugs] | ||
| Firefox, Thunderbird | | Firefox, Thunderbird | ||
|- | |||
| /camino/growl | |||
| [http://mxr.mozilla.org/camino/source/growl/License.txt 3-clause BSD] | |||
| Camino | |||
|- | |- | ||
| gssapi.h | | gssapi.h | ||
Line 157: | Line 165: | ||
| [http://sourceforge.net/projects/libpng/ Website], [http://sourceforge.net/tracker/?group_id=5624 Bugs] | | [http://sourceforge.net/projects/libpng/ Website], [http://sourceforge.net/tracker/?group_id=5624 Bugs] | ||
| Gecko | | Gecko | ||
|- | |||
| MAAttachedWindow | |||
| /camino/src/extensions/MAAttachedWindow.h camino/src/extensions/MAAttachedWindow.mm | |||
| [http://mxr.mozilla.org/camino/source/src/extensions/MAAttachedWindow.h 3-clause BSD] | |||
| [http://mattgemmell.com/source/ Website] | |||
| Camino | |||
|- | |- | ||
| MochiKit | | MochiKit | ||
Line 196: | Line 210: | ||
| Sparkle | | Sparkle | ||
| /camino/sparkle | | /camino/sparkle | ||
| [http://mxr.mozilla.org/camino/source/sparkle/License.txt MIT] | | [http://mxr.mozilla.org/camino/source/sparkle/License.txt MIT] | ||
| [http://sparkle.andymatuschak.org/ Website], [https://launchpad.net/sparkle/+filebug/ Bugs] | | [http://sparkle.andymatuschak.org/ Website], [https://launchpad.net/sparkle/+filebug/ Bugs] | ||
| Camino | | Camino |
Revision as of 18:25, 26 May 2010
Name | Source | License | Links | Users |
---|---|---|---|---|
Blueprint CSS Framework | /build/pgo/blueprint | MIT/GPL | Test suite | |
Breakpad | /toolkit/crashreporter/google-breakpad | 3-clause BSD | Website, Bugs | Firefox, Thunderbird, SeaMonkey |
/camino/google-breakpad | 3-clause BSD | Camino | ||
bsdiff | /other-licenses/bsdiff | BSD Protection License | Website | XXXUpdate Generation tool? |
bspatch | /toolkit/mozapps/update/updater/bspatch.* | 2-clause BSD | Website | Gecko |
Cairo | /gfx/cairo | LGPL/MPL | Website, Bugs | Gecko |
Chromium IPC | /ipc/chromium | 3-clause BSD | Website, Bugs | Gecko |
config file reader | /config/configobj.py | 3-clause BSD | Build system | |
dtoa | /js/src/dtoa.c | MIT | Contact | Gecko |
Expat | /parser/expat | MIT | Website, Bugs | Gecko |
Freetype2 | /modules/freetype2 | FreeType License/GPL | Website, Bugs | Gecko XXXInAllCases? |
Growl | /toolkit/components/alerts/src/mac/growl | 3-clause BSD | Website, Bugs | Firefox, Thunderbird |
/camino/growl | 3-clause BSD | Camino | ||
gssapi.h | /extensions/auth/gssapi.h | MIT | Gecko | |
HTML tests | /layout/html/tests | XXXAreTheseThirdParty? | Test suite | |
jemalloc | /memory/jemalloc | 2-clause BSD | Website | Gecko |
JPNIC DNS | /netwerk/dns/src (partially) | 3-clause BSD (with clauses renumbered) | Gecko | |
lib7z | /modules/lib7z | Public Domain | Website, | Gecko |
libbzip2 | /modules/libbz2 | libbzip2 license | Website | Gecko |
libevent | /ipc/chromium/src/third_party/libevent | 3-clause BSD | Website, Bugs | Gecko |
libfishsound | /media/libfishsound | 3-clause BSD | Website | Gecko (up to 3.6) |
libffi | /js/src/ctypes/libffi | MIT | Website, Contact | Spidermonkey |
libjpeg | /jpeg | libjpeg license | Website | Gecko |
libogg/libtheora/libvorbis | /media/libogg, /media/libtheora, /media/libvorbis | 3-clause BSD | Website, Bugs | Gecko |
liboggplay/liboggz | /media/liboggplay, /media/liboggz | 3-clause BSD | Website, Bugs | Gecko (up to 3.6) |
libpixman | /gfx/cairo/libpixman | MIT | Website | Gecko |
libpng | /modules/libimg/png | libpng license | Website, Bugs | Gecko |
MAAttachedWindow | /camino/src/extensions/MAAttachedWindow.h camino/src/extensions/MAAttachedWindow.mm | 3-clause BSD | Website | Camino |
MochiKit | /testing/mochitest/MochiKit | MIT/AFL 2.1 | Website, Bugs | Test suite |
Mochitests XXXAreThese3rdParty? | /dom/tests/mochitest | From the W3C | Test suite | |
NSIS Installer | /other-licenses/nsis | zlib/libpng license | Website, Bugs | Firefox, Thunderbird, SeaMonkey |
nsQuickSort | /xpcom/glue/nsQuickSort.cpp | 3-clause BSD | Gecko | |
pymake | /build/pymake | MIT | Build system | |
QCMS | /gfx/qcms | MIT | Website | Gecko |
Sparkle | /camino/sparkle | MIT | Website, Bugs | Camino |
SQLite | /db/sqlite3, /security/nss/lib/sqlite | Public Domain | Website, Bugs | Gecko, NSS |
Thebes | /gfx/thebes/src/gfxPlatformFontList.cpp and gfxMacPlatformFontList.mm | tri-license | XXXIsThisThirdParty? (no, this is omzilla code) | Gecko |
v8 | /js/src/v8 | XXXAMuddle - mix of licences | XXXWhat is this code, and what is it doing here? | Gecko |
wlanapi.h (from Google Gears) | /netwerk/wifi/src/wlanapi.h | 3-clause BSD | Website, Bugs | Gecko |
ycbcr (from Chromium) | /gfx/ycbcr | 3-clause BSD | Website, Bugs | Gecko |
zlib | /modules/zlib, /security/nss/lib/zlib | zlib license | Website, Contact | Gecko, NSS |