diff options
author | ryoon <ryoon> | 2013-01-10 16:20:09 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-01-10 16:20:09 +0000 |
commit | df233f0d1a2914b4cbc9ac08adbf554976c5c677 (patch) | |
tree | d65539a3c2e9cb85861636751d5970f40ab1ede2 /www | |
parent | f0afbd47cd69d9c937a242ead1ce234597e36ead (diff) | |
download | pkgsrc-df233f0d1a2914b4cbc9ac08adbf554976c5c677.tar.gz |
Import firefox17-17.0.2 as www/firefox17.
Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.
It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.
Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.
This package tracks 17.0.x extended support release.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox17/DESCR | 12 | ||||
-rw-r--r-- | www/firefox17/Makefile | 77 | ||||
-rw-r--r-- | www/firefox17/PLIST | 744 | ||||
-rw-r--r-- | www/firefox17/files/desktop.in | 191 | ||||
-rw-r--r-- | www/firefox17/files/firefox.sh.in | 9 | ||||
-rw-r--r-- | www/firefox17/options.mk | 17 |
6 files changed, 1050 insertions, 0 deletions
diff --git a/www/firefox17/DESCR b/www/firefox17/DESCR new file mode 100644 index 00000000000..4cb386ad6a8 --- /dev/null +++ b/www/firefox17/DESCR @@ -0,0 +1,12 @@ +Mozilla Firefox is a free, open-source and cross-platform web browser +for Windows, Linux, MacOS X and many other operating systems. + +It is fast and easy to use, and offers many advantages over other web +browsers, such as tabbed browsing and the ability to block pop-up +windows. + +Firefox also offers excellent bookmark and history management, and it +can be extended by developers using industry standards such as XML, +CSS, JavaScript, C++, etc. Many extensions are available. + +This package tracks 17.0.x extended support release. diff --git a/www/firefox17/Makefile b/www/firefox17/Makefile new file mode 100644 index 00000000000..faa3ef6c665 --- /dev/null +++ b/www/firefox17/Makefile @@ -0,0 +1,77 @@ +# $NetBSD: Makefile,v 1.1 2013/01/10 16:20:09 ryoon Exp $ + +.include "../../devel/xulrunner17/dist.mk" +PKGNAME= firefox17-${MOZ_BRANCH} +CATEGORIES= www + +MAINTAINER= tnn@NetBSD.org +HOMEPAGE= http://www.mozilla.com/en-US/firefox/ +COMMENT= Web browser with support for extensions +LICENSE= mpl-1.1 + +MOZILLA_DIR= # empty + +# Note: when updating remember to conditionalise about-background.png in PLIST +CONFIGURE_ARGS+= --enable-application=browser +CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner17 +CONFIGURE_ARGS+= --with-system-libxul + +ALL_ENV+= MOZILLA_PKG_NAME=firefox17 + +LDFLAGS.DragonFly= -lplc4 -lnspr4 +LDFLAGS.FreeBSD= -lplc4 -lnspr4 +LDFLAGS.Linux= -lnspr4 + +.include "../../devel/xulrunner17/mozilla-common.mk" +.include "options.mk" + +MOZILLA=firefox +MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +MOZILLA_NAME= Firefox +.else +MOZILLA_NAME= Browser +.endif + +pre-configure: + cd ${WRKSRC} && autoconf +# XXX not built here, just to make check-portability.awk shut up. + cd ${WRKSRC}/js/src && autoconf + +post-build: + ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ + -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ + -e 's|@FIREFOX_ICON@|${MOZILLA}.png|g' \ + < ${FILESDIR}/desktop.in \ + > ${WRKDIR}/desktop + ${SED} -e 's|@PREFIX@|${PREFIX}|g' < ${FILESDIR}/firefox.sh.in \ + > ${WRKDIR}/firefox + +INSTALLATION_DIRS+= share/applications share/pixmaps +post-install: + ${INSTALL_DATA} ${WRKDIR}/desktop \ + ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}17.desktop + ${INSTALL_DATA} ${MOZILLA_ICON} \ + ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}17.png + rm -f ${DESTDIR}${PREFIX}/bin/firefox + ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin/firefox17 + +BUILDLINK_API_DEPENDS.xulrunner17+= xulrunner17>=${MOZ_BRANCH} +BUILD_DEPENDS+= xulrunner17-${MOZ_BRANCH}{,nb*}:../../devel/xulrunner17 +.include "../../devel/xulrunner17/buildlink3.mk" +PLIST_VARS+= gnome +.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) +CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui +PLIST.gnome= yes +.else +CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui +.endif +.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mdebug) +CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols +CONFIGURE_ARGS+= --disable-install-strip +.else +CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols +CONFIGURE_ARGS+= --enable-install-strip +.endif +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/firefox17/PLIST b/www/firefox17/PLIST new file mode 100644 index 00000000000..a47e6f23f3e --- /dev/null +++ b/www/firefox17/PLIST @@ -0,0 +1,744 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/10 16:20:09 ryoon Exp $ +bin/firefox17 +lib/firefox17/application.ini +lib/firefox17/blocklist.xml +lib/firefox17/chrome.manifest +${PLIST.nobranding}lib/firefox17/chrome/browser/content/branding/about-background.png +lib/firefox17/chrome/browser/content/branding/about-logo.png +lib/firefox17/chrome/browser/content/branding/about-wordmark.png +lib/firefox17/chrome/browser/content/branding/about.png +lib/firefox17/chrome/browser/content/branding/aboutDialog.css +lib/firefox17/chrome/browser/content/branding/icon16.png +lib/firefox17/chrome/browser/content/branding/icon48.png +lib/firefox17/chrome/browser/content/branding/icon64.png +lib/firefox17/chrome/browser/content/browser/NetworkPanel.xhtml +lib/firefox17/chrome/browser/content/browser/aboutDialog.css +lib/firefox17/chrome/browser/content/browser/aboutDialog.js +lib/firefox17/chrome/browser/content/browser/aboutDialog.xul +lib/firefox17/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml +lib/firefox17/chrome/browser/content/browser/aboutRobots-icon.png +lib/firefox17/chrome/browser/content/browser/aboutRobots-widget-left.png +lib/firefox17/chrome/browser/content/browser/aboutRobots.xhtml +lib/firefox17/chrome/browser/content/browser/aboutSessionRestore.js +lib/firefox17/chrome/browser/content/browser/aboutSessionRestore.xhtml +lib/firefox17/chrome/browser/content/browser/aboutSocialError.xhtml +lib/firefox17/chrome/browser/content/browser/abouthome/aboutHome.css +lib/firefox17/chrome/browser/content/browser/abouthome/aboutHome.js +lib/firefox17/chrome/browser/content/browser/abouthome/aboutHome.xhtml +lib/firefox17/chrome/browser/content/browser/abouthome/addons.png +lib/firefox17/chrome/browser/content/browser/abouthome/apps.png +lib/firefox17/chrome/browser/content/browser/abouthome/bookmarks.png +lib/firefox17/chrome/browser/content/browser/abouthome/downloads.png +lib/firefox17/chrome/browser/content/browser/abouthome/history.png +lib/firefox17/chrome/browser/content/browser/abouthome/mozilla.png +lib/firefox17/chrome/browser/content/browser/abouthome/noise.png +lib/firefox17/chrome/browser/content/browser/abouthome/restore-large.png +lib/firefox17/chrome/browser/content/browser/abouthome/restore.png +lib/firefox17/chrome/browser/content/browser/abouthome/settings.png +lib/firefox17/chrome/browser/content/browser/abouthome/snippet1.png +lib/firefox17/chrome/browser/content/browser/abouthome/snippet2.png +lib/firefox17/chrome/browser/content/browser/abouthome/sync.png +lib/firefox17/chrome/browser/content/browser/baseMenuOverlay.xul +lib/firefox17/chrome/browser/content/browser/bookmarks/bookmarksPanel.js +lib/firefox17/chrome/browser/content/browser/bookmarks/bookmarksPanel.xul +lib/firefox17/chrome/browser/content/browser/bookmarks/sidebarUtils.js +lib/firefox17/chrome/browser/content/browser/browser-tabPreviews.xml +lib/firefox17/chrome/browser/content/browser/browser.css +lib/firefox17/chrome/browser/content/browser/browser.js +lib/firefox17/chrome/browser/content/browser/browser.xul +lib/firefox17/chrome/browser/content/browser/certerror/aboutCertError.css +lib/firefox17/chrome/browser/content/browser/certerror/aboutCertError.xhtml +lib/firefox17/chrome/browser/content/browser/content.js +lib/firefox17/chrome/browser/content/browser/debugger-controller.js +lib/firefox17/chrome/browser/content/browser/debugger-view.js +lib/firefox17/chrome/browser/content/browser/debugger.css +lib/firefox17/chrome/browser/content/browser/debugger.xul +lib/firefox17/chrome/browser/content/browser/devtools/HUDService-content.js +lib/firefox17/chrome/browser/content/browser/devtools/commandline.css +lib/firefox17/chrome/browser/content/browser/devtools/commandlineoutput.xhtml +lib/firefox17/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml +lib/firefox17/chrome/browser/content/browser/devtools/csshtmltree.xul +lib/firefox17/chrome/browser/content/browser/devtools/cssruleview.xul +lib/firefox17/chrome/browser/content/browser/devtools/layoutview/view.css +lib/firefox17/chrome/browser/content/browser/devtools/layoutview/view.xhtml +lib/firefox17/chrome/browser/content/browser/devtools/markup-view.css +lib/firefox17/chrome/browser/content/browser/devtools/markup-view.xhtml +lib/firefox17/chrome/browser/content/browser/devtools/styleinspector.css +lib/firefox17/chrome/browser/content/browser/devtools/webconsole.js +lib/firefox17/chrome/browser/content/browser/devtools/webconsole.xul +lib/firefox17/chrome/browser/content/browser/downloads/download.xml +lib/firefox17/chrome/browser/content/browser/downloads/downloads.css +lib/firefox17/chrome/browser/content/browser/downloads/downloads.js +lib/firefox17/chrome/browser/content/browser/downloads/downloadsOverlay.xul +lib/firefox17/chrome/browser/content/browser/downloads/indicator.js +lib/firefox17/chrome/browser/content/browser/downloads/indicatorOverlay.xul +lib/firefox17/chrome/browser/content/browser/feeds/subscribe.css +lib/firefox17/chrome/browser/content/browser/feeds/subscribe.js +lib/firefox17/chrome/browser/content/browser/feeds/subscribe.xhtml +lib/firefox17/chrome/browser/content/browser/feeds/subscribe.xml +lib/firefox17/chrome/browser/content/browser/hiddenWindow.xul +lib/firefox17/chrome/browser/content/browser/history/history-panel.xul +lib/firefox17/chrome/browser/content/browser/inspector.html +lib/firefox17/chrome/browser/content/browser/license.html +lib/firefox17/chrome/browser/content/browser/migration/migration.js +lib/firefox17/chrome/browser/content/browser/migration/migration.xul +lib/firefox17/chrome/browser/content/browser/newtab/newTab.css +lib/firefox17/chrome/browser/content/browser/newtab/newTab.js +lib/firefox17/chrome/browser/content/browser/newtab/newTab.xul +lib/firefox17/chrome/browser/content/browser/nsContextMenu.js +lib/firefox17/chrome/browser/content/browser/openLocation.js +lib/firefox17/chrome/browser/content/browser/openLocation.xul +lib/firefox17/chrome/browser/content/browser/orion.js +lib/firefox17/chrome/browser/content/browser/pageinfo/feeds.js +lib/firefox17/chrome/browser/content/browser/pageinfo/feeds.xml +lib/firefox17/chrome/browser/content/browser/pageinfo/pageInfo.css +lib/firefox17/chrome/browser/content/browser/pageinfo/pageInfo.js +lib/firefox17/chrome/browser/content/browser/pageinfo/pageInfo.xml +lib/firefox17/chrome/browser/content/browser/pageinfo/pageInfo.xul +lib/firefox17/chrome/browser/content/browser/pageinfo/permissions.js +lib/firefox17/chrome/browser/content/browser/pageinfo/security.js +lib/firefox17/chrome/browser/content/browser/places/bookmarkProperties.js +lib/firefox17/chrome/browser/content/browser/places/bookmarkProperties.xul +lib/firefox17/chrome/browser/content/browser/places/bookmarkProperties2.xul +lib/firefox17/chrome/browser/content/browser/places/browserPlacesViews.js +lib/firefox17/chrome/browser/content/browser/places/controller.js +lib/firefox17/chrome/browser/content/browser/places/editBookmarkOverlay.js +lib/firefox17/chrome/browser/content/browser/places/editBookmarkOverlay.xul +lib/firefox17/chrome/browser/content/browser/places/history-panel.js +lib/firefox17/chrome/browser/content/browser/places/menu.xml +lib/firefox17/chrome/browser/content/browser/places/moveBookmarks.js +lib/firefox17/chrome/browser/content/browser/places/moveBookmarks.xul +lib/firefox17/chrome/browser/content/browser/places/organizer.css +lib/firefox17/chrome/browser/content/browser/places/places.css +lib/firefox17/chrome/browser/content/browser/places/places.js +lib/firefox17/chrome/browser/content/browser/places/places.xul +lib/firefox17/chrome/browser/content/browser/places/placesOverlay.xul +lib/firefox17/chrome/browser/content/browser/places/tree.xml +lib/firefox17/chrome/browser/content/browser/places/treeView.js +lib/firefox17/chrome/browser/content/browser/preferences/aboutPermissions.css +lib/firefox17/chrome/browser/content/browser/preferences/aboutPermissions.js +lib/firefox17/chrome/browser/content/browser/preferences/aboutPermissions.xml +lib/firefox17/chrome/browser/content/browser/preferences/aboutPermissions.xul +lib/firefox17/chrome/browser/content/browser/preferences/advanced-scripts.xul +lib/firefox17/chrome/browser/content/browser/preferences/advanced.js +lib/firefox17/chrome/browser/content/browser/preferences/advanced.xul +lib/firefox17/chrome/browser/content/browser/preferences/applicationManager.js +lib/firefox17/chrome/browser/content/browser/preferences/applicationManager.xul +lib/firefox17/chrome/browser/content/browser/preferences/applications.js +lib/firefox17/chrome/browser/content/browser/preferences/applications.xul +lib/firefox17/chrome/browser/content/browser/preferences/colors.xul +lib/firefox17/chrome/browser/content/browser/preferences/connection.js +lib/firefox17/chrome/browser/content/browser/preferences/connection.xul +lib/firefox17/chrome/browser/content/browser/preferences/content.js +lib/firefox17/chrome/browser/content/browser/preferences/content.xul +lib/firefox17/chrome/browser/content/browser/preferences/cookies.js +lib/firefox17/chrome/browser/content/browser/preferences/cookies.xul +lib/firefox17/chrome/browser/content/browser/preferences/fonts.js +lib/firefox17/chrome/browser/content/browser/preferences/fonts.xul +lib/firefox17/chrome/browser/content/browser/preferences/handlers.css +lib/firefox17/chrome/browser/content/browser/preferences/handlers.xml +lib/firefox17/chrome/browser/content/browser/preferences/in-content/advanced.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/advanced.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/applications.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/applications.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/content.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/content.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/landing.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/main.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/main.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/preferences.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/preferences.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/privacy.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/privacy.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/security.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/security.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/sync.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/sync.xul +lib/firefox17/chrome/browser/content/browser/preferences/in-content/tabs.js +lib/firefox17/chrome/browser/content/browser/preferences/in-content/tabs.xul +lib/firefox17/chrome/browser/content/browser/preferences/languages.js +lib/firefox17/chrome/browser/content/browser/preferences/languages.xul +lib/firefox17/chrome/browser/content/browser/preferences/main.js +lib/firefox17/chrome/browser/content/browser/preferences/main.xul +lib/firefox17/chrome/browser/content/browser/preferences/permissions.js +lib/firefox17/chrome/browser/content/browser/preferences/permissions.xul +lib/firefox17/chrome/browser/content/browser/preferences/preferences.xul +lib/firefox17/chrome/browser/content/browser/preferences/privacy.js +lib/firefox17/chrome/browser/content/browser/preferences/privacy.xul +lib/firefox17/chrome/browser/content/browser/preferences/sanitize.xul +lib/firefox17/chrome/browser/content/browser/preferences/security.js +lib/firefox17/chrome/browser/content/browser/preferences/security.xul +lib/firefox17/chrome/browser/content/browser/preferences/selectBookmark.js +lib/firefox17/chrome/browser/content/browser/preferences/selectBookmark.xul +lib/firefox17/chrome/browser/content/browser/preferences/sync.js +lib/firefox17/chrome/browser/content/browser/preferences/sync.xul +lib/firefox17/chrome/browser/content/browser/preferences/tabs.js +lib/firefox17/chrome/browser/content/browser/preferences/tabs.xul +lib/firefox17/chrome/browser/content/browser/safeMode.css +lib/firefox17/chrome/browser/content/browser/safeMode.js +lib/firefox17/chrome/browser/content/browser/safeMode.xul +lib/firefox17/chrome/browser/content/browser/safebrowsing/blockedSite.xhtml +lib/firefox17/chrome/browser/content/browser/safebrowsing/report-phishing-overlay.xul +lib/firefox17/chrome/browser/content/browser/sanitize.js +lib/firefox17/chrome/browser/content/browser/sanitize.xul +lib/firefox17/chrome/browser/content/browser/sanitizeDialog.css +lib/firefox17/chrome/browser/content/browser/sanitizeDialog.js +lib/firefox17/chrome/browser/content/browser/scratchpad.js +lib/firefox17/chrome/browser/content/browser/scratchpad.xul +lib/firefox17/chrome/browser/content/browser/search/engineManager.js +lib/firefox17/chrome/browser/content/browser/search/engineManager.xul +lib/firefox17/chrome/browser/content/browser/search/search.xml +lib/firefox17/chrome/browser/content/browser/search/searchbarBindings.css +lib/firefox17/chrome/browser/content/browser/setDesktopBackground.js +lib/firefox17/chrome/browser/content/browser/setDesktopBackground.xul +lib/firefox17/chrome/browser/content/browser/social-icon.png +lib/firefox17/chrome/browser/content/browser/socialchat.xml +lib/firefox17/chrome/browser/content/browser/source-editor-overlay.xul +lib/firefox17/chrome/browser/content/browser/splitview.css +lib/firefox17/chrome/browser/content/browser/styleeditor.css +lib/firefox17/chrome/browser/content/browser/styleeditor.xul +lib/firefox17/chrome/browser/content/browser/sync/aboutSyncTabs-bindings.xml +lib/firefox17/chrome/browser/content/browser/sync/aboutSyncTabs.css +lib/firefox17/chrome/browser/content/browser/sync/aboutSyncTabs.js +lib/firefox17/chrome/browser/content/browser/sync/aboutSyncTabs.xul +lib/firefox17/chrome/browser/content/browser/sync/addDevice.js +lib/firefox17/chrome/browser/content/browser/sync/addDevice.xul +lib/firefox17/chrome/browser/content/browser/sync/genericChange.js +lib/firefox17/chrome/browser/content/browser/sync/genericChange.xul +lib/firefox17/chrome/browser/content/browser/sync/key.xhtml +lib/firefox17/chrome/browser/content/browser/sync/notification.xml +lib/firefox17/chrome/browser/content/browser/sync/progress.js +lib/firefox17/chrome/browser/content/browser/sync/progress.xhtml +lib/firefox17/chrome/browser/content/browser/sync/quota.js +lib/firefox17/chrome/browser/content/browser/sync/quota.xul +lib/firefox17/chrome/browser/content/browser/sync/setup.js +lib/firefox17/chrome/browser/content/browser/sync/setup.xul +lib/firefox17/chrome/browser/content/browser/sync/utils.js +lib/firefox17/chrome/browser/content/browser/tabbrowser.css +lib/firefox17/chrome/browser/content/browser/tabbrowser.xml +lib/firefox17/chrome/browser/content/browser/tabview-content.js +lib/firefox17/chrome/browser/content/browser/tabview.css +lib/firefox17/chrome/browser/content/browser/tabview.html +lib/firefox17/chrome/browser/content/browser/tabview.js +lib/firefox17/chrome/browser/content/browser/urlbarBindings.xml +lib/firefox17/chrome/browser/content/browser/utilityOverlay.js +lib/firefox17/chrome/browser/content/browser/viewSourceOverlay.xul +lib/firefox17/chrome/browser/content/browser/web-panels.js +lib/firefox17/chrome/browser/content/browser/web-panels.xul +lib/firefox17/chrome/browser/skin/classic/browser/Geolocation-16.png +lib/firefox17/chrome/browser/skin/classic/browser/Geolocation-64.png +lib/firefox17/chrome/browser/skin/classic/browser/Go-arrow.png +lib/firefox17/chrome/browser/skin/classic/browser/Info.png +lib/firefox17/chrome/browser/skin/classic/browser/KUI-close.png +lib/firefox17/chrome/browser/skin/classic/browser/Privacy-16.png +lib/firefox17/chrome/browser/skin/classic/browser/Privacy-48.png +lib/firefox17/chrome/browser/skin/classic/browser/Secure.png +lib/firefox17/chrome/browser/skin/classic/browser/Security-broken.png +lib/firefox17/chrome/browser/skin/classic/browser/Toolbar-small.png +lib/firefox17/chrome/browser/skin/classic/browser/Toolbar.png +lib/firefox17/chrome/browser/skin/classic/browser/aboutCertError.css +lib/firefox17/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed-rtl.png +lib/firefox17/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed.png +lib/firefox17/chrome/browser/skin/classic/browser/aboutCertError_sectionExpanded.png +lib/firefox17/chrome/browser/skin/classic/browser/aboutPrivateBrowsing.css +lib/firefox17/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png +lib/firefox17/chrome/browser/skin/classic/browser/aboutSessionRestore.css +lib/firefox17/chrome/browser/skin/classic/browser/aboutSocialError.css +lib/firefox17/chrome/browser/skin/classic/browser/aboutSyncTabs.css +lib/firefox17/chrome/browser/skin/classic/browser/actionicon-tab.png +lib/firefox17/chrome/browser/skin/classic/browser/browser.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/arrows.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs-scrollbutton.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/commandline.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/commandline.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/common.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/csshtmltree.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-collapse.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-expand.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-pause.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-play.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-step-in.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-step-out.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger-step-over.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/debugger.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/dropmarker.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/goto-mdn.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/htmlpanel.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/inspect-button.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/itemToggle.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/layout-background-grid.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/layout-background.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/layout-buttons.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/layoutview.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/markup-view.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/orion-container.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/orion-task.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/orion.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/responsive-background.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/splitview.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/styleeditor.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/tools-icons-small.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/treepanel-button.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/webconsole.css +lib/firefox17/chrome/browser/skin/classic/browser/devtools/webconsole.png +lib/firefox17/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css +lib/firefox17/chrome/browser/skin/classic/browser/downloads/buttons.png +lib/firefox17/chrome/browser/skin/classic/browser/downloads/download-glow.png +lib/firefox17/chrome/browser/skin/classic/browser/downloads/download-notification.png +lib/firefox17/chrome/browser/skin/classic/browser/downloads/downloads.css +lib/firefox17/chrome/browser/skin/classic/browser/engineManager.css +lib/firefox17/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png +lib/firefox17/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png +lib/firefox17/chrome/browser/skin/classic/browser/feeds/feedIcon.png +lib/firefox17/chrome/browser/skin/classic/browser/feeds/feedIcon16.png +lib/firefox17/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css +lib/firefox17/chrome/browser/skin/classic/browser/feeds/subscribe.css +lib/firefox17/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png +lib/firefox17/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png +lib/firefox17/chrome/browser/skin/classic/browser/identity-icons-generic.png +lib/firefox17/chrome/browser/skin/classic/browser/identity-icons-https-ev.png +lib/firefox17/chrome/browser/skin/classic/browser/identity-icons-https.png +lib/firefox17/chrome/browser/skin/classic/browser/identity.png +lib/firefox17/chrome/browser/skin/classic/browser/monitor.png +lib/firefox17/chrome/browser/skin/classic/browser/monitor_16-10.png +lib/firefox17/chrome/browser/skin/classic/browser/newtab/controls.png +lib/firefox17/chrome/browser/skin/classic/browser/newtab/newTab.css +lib/firefox17/chrome/browser/skin/classic/browser/newtab/noise.png +lib/firefox17/chrome/browser/skin/classic/browser/page-livemarks.png +lib/firefox17/chrome/browser/skin/classic/browser/pageInfo.css +lib/firefox17/chrome/browser/skin/classic/browser/pageInfo.png +lib/firefox17/chrome/browser/skin/classic/browser/places/bookmarksMenu.png +lib/firefox17/chrome/browser/skin/classic/browser/places/bookmarksToolbar.png +lib/firefox17/chrome/browser/skin/classic/browser/places/calendar.png +lib/firefox17/chrome/browser/skin/classic/browser/places/downloads.png +lib/firefox17/chrome/browser/skin/classic/browser/places/editBookmarkOverlay.css +lib/firefox17/chrome/browser/skin/classic/browser/places/livemark-item.png +lib/firefox17/chrome/browser/skin/classic/browser/places/organizer.css +lib/firefox17/chrome/browser/skin/classic/browser/places/organizer.xml +lib/firefox17/chrome/browser/skin/classic/browser/places/pageStarred.png +lib/firefox17/chrome/browser/skin/classic/browser/places/places.css +lib/firefox17/chrome/browser/skin/classic/browser/places/query.png +lib/firefox17/chrome/browser/skin/classic/browser/places/starPage.png +lib/firefox17/chrome/browser/skin/classic/browser/places/starred48.png +lib/firefox17/chrome/browser/skin/classic/browser/places/tag.png +lib/firefox17/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png +lib/firefox17/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png +lib/firefox17/chrome/browser/skin/classic/browser/places/unstarred48.png +lib/firefox17/chrome/browser/skin/classic/browser/preferences/Options-sync.png +lib/firefox17/chrome/browser/skin/classic/browser/preferences/Options.png +lib/firefox17/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css +lib/firefox17/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png +lib/firefox17/chrome/browser/skin/classic/browser/preferences/applications.css +lib/firefox17/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css +lib/firefox17/chrome/browser/skin/classic/browser/preferences/mail.png +lib/firefox17/chrome/browser/skin/classic/browser/preferences/preferences.css +lib/firefox17/chrome/browser/skin/classic/browser/sanitizeDialog.css +lib/firefox17/chrome/browser/skin/classic/browser/searchbar.css +lib/firefox17/chrome/browser/skin/classic/browser/setDesktopBackground.css +lib/firefox17/chrome/browser/skin/classic/browser/social/chat-close.png +lib/firefox17/chrome/browser/skin/classic/browser/social/social.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-128.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-16-throbber.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-16.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-24-throbber.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-32.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-bg.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-desktopIcon.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-mobileIcon.png +lib/firefox17/chrome/browser/skin/classic/browser/sync-notification-24.png +lib/firefox17/chrome/browser/skin/classic/browser/syncCommon.css +lib/firefox17/chrome/browser/skin/classic/browser/syncProgress.css +lib/firefox17/chrome/browser/skin/classic/browser/syncQuota.css +lib/firefox17/chrome/browser/skin/classic/browser/syncSetup.css +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/connecting.png +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/loading.png +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/tab.png +lib/firefox17/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png +lib/firefox17/chrome/browser/skin/classic/browser/tabview/edit-light.png +lib/firefox17/chrome/browser/skin/classic/browser/tabview/search.png +lib/firefox17/chrome/browser/skin/classic/browser/tabview/stack-expander.png +lib/firefox17/chrome/browser/skin/classic/browser/tabview/tabview.css +lib/firefox17/chrome/browser/skin/classic/browser/tabview/tabview.png +lib/firefox17/chrome/browser/skin/classic/browser/urlbar-arrow.png +lib/firefox17/chrome/browser/skin/classic/browser/webapps-16.png +lib/firefox17/chrome/browser/skin/classic/browser/webapps-64.png +lib/firefox17/chrome/browser/skin/classic/communicator/communicator.css +lib/firefox17/chrome/en-US/locale/branding/brand.dtd +lib/firefox17/chrome/en-US/locale/branding/brand.properties +lib/firefox17/chrome/en-US/locale/branding/browserconfig.properties +lib/firefox17/chrome/en-US/locale/browser-region/region.properties +lib/firefox17/chrome/en-US/locale/browser/aboutCertError.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutDialog.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutHome.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutRobots.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutSessionRestore.dtd +lib/firefox17/chrome/en-US/locale/browser/aboutSyncTabs.dtd +lib/firefox17/chrome/en-US/locale/browser/appstrings.properties +lib/firefox17/chrome/en-US/locale/browser/baseMenuOverlay.dtd +lib/firefox17/chrome/en-US/locale/browser/browser.dtd +lib/firefox17/chrome/en-US/locale/browser/browser.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/debugger.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/debugger.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/gcli.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/gclicommands.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/inspector.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/layoutview.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/responsiveUI.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/scratchpad.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/scratchpad.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/sourceeditor.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/sourceeditor.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/styleeditor.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/styleeditor.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/styleinspector.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/styleinspector.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/tilt.properties +lib/firefox17/chrome/en-US/locale/browser/devtools/webConsole.dtd +lib/firefox17/chrome/en-US/locale/browser/devtools/webconsole.properties +lib/firefox17/chrome/en-US/locale/browser/downloads/downloads.dtd +lib/firefox17/chrome/en-US/locale/browser/downloads/downloads.properties +lib/firefox17/chrome/en-US/locale/browser/downloads/settingsChange.dtd +lib/firefox17/chrome/en-US/locale/browser/engineManager.dtd +lib/firefox17/chrome/en-US/locale/browser/engineManager.properties +lib/firefox17/chrome/en-US/locale/browser/feeds/subscribe.dtd +lib/firefox17/chrome/en-US/locale/browser/feeds/subscribe.properties +lib/firefox17/chrome/en-US/locale/browser/migration/migration.dtd +lib/firefox17/chrome/en-US/locale/browser/migration/migration.properties +lib/firefox17/chrome/en-US/locale/browser/netError.dtd +lib/firefox17/chrome/en-US/locale/browser/newTab.dtd +lib/firefox17/chrome/en-US/locale/browser/newTab.properties +lib/firefox17/chrome/en-US/locale/browser/openLocation.dtd +lib/firefox17/chrome/en-US/locale/browser/openLocation.properties +lib/firefox17/chrome/en-US/locale/browser/pageInfo.dtd +lib/firefox17/chrome/en-US/locale/browser/pageInfo.properties +lib/firefox17/chrome/en-US/locale/browser/places/bookmarkProperties.properties +lib/firefox17/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd +lib/firefox17/chrome/en-US/locale/browser/places/moveBookmarks.dtd +lib/firefox17/chrome/en-US/locale/browser/places/places.dtd +lib/firefox17/chrome/en-US/locale/browser/places/places.properties +lib/firefox17/chrome/en-US/locale/browser/preferences/aboutPermissions.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/aboutPermissions.properties +lib/firefox17/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/advanced.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/applicationManager.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/applicationManager.properties +lib/firefox17/chrome/en-US/locale/browser/preferences/applications.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/colors.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/connection.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/content.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/cookies.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/fonts.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/languages.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/main.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/permissions.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/preferences.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/preferences.properties +lib/firefox17/chrome/en-US/locale/browser/preferences/privacy.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/security.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/selectBookmark.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/sync.dtd +lib/firefox17/chrome/en-US/locale/browser/preferences/tabs.dtd +lib/firefox17/chrome/en-US/locale/browser/quitDialog.properties +lib/firefox17/chrome/en-US/locale/browser/safeMode.dtd +lib/firefox17/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd +lib/firefox17/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd +lib/firefox17/chrome/en-US/locale/browser/sanitize.dtd +lib/firefox17/chrome/en-US/locale/browser/search.properties +lib/firefox17/chrome/en-US/locale/browser/searchbar.dtd +lib/firefox17/chrome/en-US/locale/browser/setDesktopBackground.dtd +lib/firefox17/chrome/en-US/locale/browser/shellservice.properties +lib/firefox17/chrome/en-US/locale/browser/syncBrand.dtd +lib/firefox17/chrome/en-US/locale/browser/syncGenericChange.properties +lib/firefox17/chrome/en-US/locale/browser/syncKey.dtd +lib/firefox17/chrome/en-US/locale/browser/syncProgress.dtd +lib/firefox17/chrome/en-US/locale/browser/syncQuota.dtd +lib/firefox17/chrome/en-US/locale/browser/syncQuota.properties +lib/firefox17/chrome/en-US/locale/browser/syncSetup.dtd +lib/firefox17/chrome/en-US/locale/browser/syncSetup.properties +lib/firefox17/chrome/en-US/locale/browser/tabbrowser.dtd +lib/firefox17/chrome/en-US/locale/browser/tabbrowser.properties +lib/firefox17/chrome/en-US/locale/browser/tabview.properties +lib/firefox17/chrome/en-US/locale/browser/taskbar.properties +lib/firefox17/chrome/en-US/locale/en-US/services/errors.properties +lib/firefox17/chrome/en-US/locale/en-US/services/sync.properties +lib/firefox17/chrome/en-US/locale/feedback/main.dtd +lib/firefox17/chrome/en-US/locale/feedback/main.properties +lib/firefox17/chrome/en-US/locale/pdfviewer/chrome.properties +lib/firefox17/chrome/en-US/locale/pdfviewer/viewer.properties +lib/firefox17/chrome/icons/default/default16.png +lib/firefox17/chrome/icons/default/default32.png +lib/firefox17/chrome/icons/default/default48.png +lib/firefox17/chrome/localized.manifest +lib/firefox17/chrome/nonlocalized.manifest +lib/firefox17/chrome/pdfjs/LICENSE +lib/firefox17/chrome/pdfjs/README.mozilla +lib/firefox17/chrome/pdfjs/chrome.manifest +lib/firefox17/chrome/pdfjs/components/PdfStreamConverter.js +lib/firefox17/chrome/pdfjs/content/PdfJs.jsm +lib/firefox17/chrome/pdfjs/content/web/debugger.js +lib/firefox17/chrome/pdfjs/content/web/images/annotation-check.svg +lib/firefox17/chrome/pdfjs/content/web/images/annotation-comment.svg +lib/firefox17/chrome/pdfjs/content/web/images/annotation-text.svg +lib/firefox17/chrome/pdfjs/content/web/images/loading-icon.gif +lib/firefox17/chrome/pdfjs/content/web/images/texture.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-bookmark.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-download.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-fullscreen.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-menuArrows.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-openFile.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-pageDown-rtl.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-pageDown.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-pageUp-rtl.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-print.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png +lib/firefox17/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png +lib/firefox17/chrome/pdfjs/content/web/l10n.js +lib/firefox17/chrome/pdfjs/content/web/viewer.css +lib/firefox17/chrome/pdfjs/content/web/viewer.html +lib/firefox17/chrome/pdfjs/content/web/viewer.js +lib/firefox17/chrome/pdfjs/extension-files +lib/firefox17/components/Aitc.js +lib/firefox17/components/ChromeProfileMigrator.js +lib/firefox17/components/DownloadsStartup.js +lib/firefox17/components/DownloadsUI.js +lib/firefox17/components/FeedConverter.js +lib/firefox17/components/FeedWriter.js +lib/firefox17/components/FirefoxProfileMigrator.js +lib/firefox17/components/PageThumbsProtocol.js +lib/firefox17/components/PlacesProtocolHandler.js +lib/firefox17/components/ProfileMigrator.js +lib/firefox17/components/Weave.js +lib/firefox17/components/WebContentConverter.js +lib/firefox17/components/browser.xpt +lib/firefox17/components/components.manifest +lib/firefox17/components/fuelApplication.js +lib/firefox17/components/interfaces.manifest +lib/firefox17/components/libbrowsercomps.so +lib/firefox17/components/nsBrowserContentHandler.js +lib/firefox17/components/nsBrowserGlue.js +lib/firefox17/components/nsPrivateBrowsingService.js +lib/firefox17/components/nsSessionStartup.js +lib/firefox17/components/nsSessionStore.js +lib/firefox17/components/nsSetDefaultBrowser.js +lib/firefox17/components/nsSidebar.js +lib/firefox17/defaults/preferences/channel-prefs.js +lib/firefox17/defaults/preferences/firefox-branding.js +lib/firefox17/defaults/preferences/firefox-l10n.js +lib/firefox17/defaults/preferences/firefox.js +lib/firefox17/defaults/preferences/services-aitc.js +lib/firefox17/defaults/preferences/services-notifications.js +lib/firefox17/defaults/preferences/services-sync.js +lib/firefox17/defaults/profile/bookmarks.html +lib/firefox17/defaults/profile/chrome/userChrome-example.css +lib/firefox17/defaults/profile/chrome/userContent-example.css +lib/firefox17/defaults/profile/localstore.rdf +lib/firefox17/defaults/profile/mimeTypes.rdf +lib/firefox17/defaults/profile/prefs.js +lib/firefox17/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/firefox17/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/firefox17/firefox +lib/firefox17/icons/mozicon128.png +lib/firefox17/modules/AutocompletePopup.jsm +lib/firefox17/modules/BrowserNewTabPreloader.jsm +lib/firefox17/modules/DownloadsCommon.jsm +lib/firefox17/modules/HUDService.jsm +lib/firefox17/modules/InsideOutBox.jsm +lib/firefox17/modules/MigrationUtils.jsm +lib/firefox17/modules/NetworkHelper.jsm +lib/firefox17/modules/NetworkPanel.jsm +lib/firefox17/modules/NetworkPrioritizer.jsm +lib/firefox17/modules/NewTabUtils.jsm +lib/firefox17/modules/PageThumbs.jsm +lib/firefox17/modules/PageThumbsWorker.js +lib/firefox17/modules/PlacesUIUtils.jsm +lib/firefox17/modules/PropertyPanel.jsm +lib/firefox17/modules/SafeBrowsing.jsm +lib/firefox17/modules/SignInToWebsite.jsm +lib/firefox17/modules/Social.jsm +lib/firefox17/modules/TelemetryTimestamps.jsm +lib/firefox17/modules/TreePanel.jsm +lib/firefox17/modules/WebConsoleUtils.jsm +lib/firefox17/modules/devtools/Browser.jsm +lib/firefox17/modules/devtools/CmdAddon.jsm +lib/firefox17/modules/devtools/CmdBreak.jsm +lib/firefox17/modules/devtools/CmdCalllog.jsm +lib/firefox17/modules/devtools/CmdCalllogChrome.jsm +lib/firefox17/modules/devtools/CmdCmd.jsm +lib/firefox17/modules/devtools/CmdConsole.jsm +lib/firefox17/modules/devtools/CmdCookie.jsm +lib/firefox17/modules/devtools/CmdDbg.jsm +lib/firefox17/modules/devtools/CmdEcho.jsm +lib/firefox17/modules/devtools/CmdEdit.jsm +lib/firefox17/modules/devtools/CmdExport.jsm +lib/firefox17/modules/devtools/CmdInspect.jsm +lib/firefox17/modules/devtools/CmdJsb.jsm +lib/firefox17/modules/devtools/CmdPagemod.jsm +lib/firefox17/modules/devtools/CmdResize.jsm +lib/firefox17/modules/devtools/CmdRestart.jsm +lib/firefox17/modules/devtools/CmdScreenshot.jsm +lib/firefox17/modules/devtools/CmdTilt.jsm +lib/firefox17/modules/devtools/Commands.jsm +lib/firefox17/modules/devtools/CssHtmlTree.jsm +lib/firefox17/modules/devtools/CssLogic.jsm +lib/firefox17/modules/devtools/CssRuleView.jsm +lib/firefox17/modules/devtools/DebuggerUI.jsm +lib/firefox17/modules/devtools/DeveloperToolbar.jsm +lib/firefox17/modules/devtools/Jsbeautify.jsm +lib/firefox17/modules/devtools/LayoutHelpers.jsm +lib/firefox17/modules/devtools/LayoutView.jsm +lib/firefox17/modules/devtools/MarkupView.jsm +lib/firefox17/modules/devtools/Promise.jsm +lib/firefox17/modules/devtools/SplitView.jsm +lib/firefox17/modules/devtools/StyleEditor.jsm +lib/firefox17/modules/devtools/StyleEditorChrome.jsm +lib/firefox17/modules/devtools/StyleEditorUtil.jsm +lib/firefox17/modules/devtools/StyleInspector.jsm +lib/firefox17/modules/devtools/Templater.jsm +lib/firefox17/modules/devtools/Tilt.jsm +lib/firefox17/modules/devtools/TiltGL.jsm +lib/firefox17/modules/devtools/TiltMath.jsm +lib/firefox17/modules/devtools/TiltUtils.jsm +lib/firefox17/modules/devtools/TiltVisualizer.jsm +lib/firefox17/modules/devtools/TiltVisualizerStyle.jsm +lib/firefox17/modules/devtools/TiltWorkerCrafter.js +lib/firefox17/modules/devtools/TiltWorkerPicker.js +lib/firefox17/modules/devtools/Undo.jsm +lib/firefox17/modules/devtools/gcli.jsm +lib/firefox17/modules/devtools/responsivedesign.jsm +lib/firefox17/modules/devtools/scratchpad-manager.jsm +lib/firefox17/modules/distribution.js +lib/firefox17/modules/domplate.jsm +lib/firefox17/modules/highlighter.jsm +lib/firefox17/modules/inspector.jsm +lib/firefox17/modules/offlineAppCache.jsm +lib/firefox17/modules/openLocationLastURL.jsm +lib/firefox17/modules/services-aitc/.mkdir.done +lib/firefox17/modules/services-aitc/browserid.js +lib/firefox17/modules/services-aitc/client.js +lib/firefox17/modules/services-aitc/main.js +lib/firefox17/modules/services-aitc/manager.js +lib/firefox17/modules/services-aitc/storage.js +lib/firefox17/modules/services-common/.mkdir.done +lib/firefox17/modules/services-common/async.js +lib/firefox17/modules/services-common/log4moz.js +lib/firefox17/modules/services-common/observers.js +lib/firefox17/modules/services-common/preferences.js +lib/firefox17/modules/services-common/rest.js +lib/firefox17/modules/services-common/storageservice.js +lib/firefox17/modules/services-common/stringbundle.js +lib/firefox17/modules/services-common/tokenserverclient.js +lib/firefox17/modules/services-common/utils.js +lib/firefox17/modules/services-crypto/.mkdir.done +lib/firefox17/modules/services-crypto/WeaveCrypto.js +lib/firefox17/modules/services-crypto/utils.js +lib/firefox17/modules/services-notifications/.mkdir.done +lib/firefox17/modules/services-notifications/service.js +lib/firefox17/modules/services-sync/.mkdir.done +lib/firefox17/modules/services-sync/addonsreconciler.js +lib/firefox17/modules/services-sync/addonutils.js +lib/firefox17/modules/services-sync/constants.js +lib/firefox17/modules/services-sync/engines.js +lib/firefox17/modules/services-sync/engines/.mkdir.done +lib/firefox17/modules/services-sync/engines/addons.js +lib/firefox17/modules/services-sync/engines/apps.js +lib/firefox17/modules/services-sync/engines/bookmarks.js +lib/firefox17/modules/services-sync/engines/clients.js +lib/firefox17/modules/services-sync/engines/forms.js +lib/firefox17/modules/services-sync/engines/history.js +lib/firefox17/modules/services-sync/engines/passwords.js +lib/firefox17/modules/services-sync/engines/prefs.js +lib/firefox17/modules/services-sync/engines/tabs.js +lib/firefox17/modules/services-sync/identity.js +lib/firefox17/modules/services-sync/jpakeclient.js +lib/firefox17/modules/services-sync/keys.js +lib/firefox17/modules/services-sync/main.js +lib/firefox17/modules/services-sync/notifications.js +lib/firefox17/modules/services-sync/policies.js +lib/firefox17/modules/services-sync/record.js +lib/firefox17/modules/services-sync/resource.js +lib/firefox17/modules/services-sync/rest.js +lib/firefox17/modules/services-sync/service.js +lib/firefox17/modules/services-sync/status.js +lib/firefox17/modules/services-sync/util.js +lib/firefox17/modules/sessionstore/.mkdir.done +lib/firefox17/modules/sessionstore/DocumentUtils.jsm +lib/firefox17/modules/sessionstore/SessionStorage.jsm +lib/firefox17/modules/sessionstore/SessionStore.jsm +lib/firefox17/modules/sessionstore/XPathGenerator.jsm +lib/firefox17/modules/source-editor-orion.jsm +lib/firefox17/modules/source-editor-ui.jsm +lib/firefox17/modules/source-editor.jsm +lib/firefox17/modules/tabview/utils.jsm +lib/firefox17/modules/webappsUI.jsm +lib/firefox17/removed-files +lib/firefox17/run-mozilla.sh +lib/firefox17/searchplugins/amazondotcom.xml +lib/firefox17/searchplugins/bing.xml +lib/firefox17/searchplugins/eBay.xml +lib/firefox17/searchplugins/google.xml +lib/firefox17/searchplugins/twitter.xml +lib/firefox17/searchplugins/wikipedia.xml +lib/firefox17/searchplugins/yahoo.xml +lib/firefox17/update-settings.ini +lib/firefox17/updater.ini +lib/firefox17/webapprt-stub +lib/firefox17/webapprt/chrome.manifest +lib/firefox17/webapprt/chrome/en-US/locale/webapprt/webapp.dtd +lib/firefox17/webapprt/chrome/en-US/locale/webapprt/webapp.properties +lib/firefox17/webapprt/chrome/localized.manifest +lib/firefox17/webapprt/chrome/webapprt.manifest +lib/firefox17/webapprt/chrome/webapprt/content/mochitest.js +lib/firefox17/webapprt/chrome/webapprt/content/mochitest.xul +lib/firefox17/webapprt/chrome/webapprt/content/webapp.js +lib/firefox17/webapprt/chrome/webapprt/content/webapp.xul +lib/firefox17/webapprt/components/CommandLineHandler.js +lib/firefox17/webapprt/components/ContentPermission.js +lib/firefox17/webapprt/components/ContentPolicy.js +lib/firefox17/webapprt/components/DirectoryProvider.js +lib/firefox17/webapprt/components/components.manifest +lib/firefox17/webapprt/defaults/preferences/prefs.js +lib/firefox17/webapprt/modules/Startup.jsm +lib/firefox17/webapprt/modules/WebappRT.jsm +lib/firefox17/webapprt/modules/WebappsHandler.jsm +lib/firefox17/webapprt/webapprt.ini +share/applications/firefox17.desktop +share/pixmaps/firefox17.png diff --git a/www/firefox17/files/desktop.in b/www/firefox17/files/desktop.in new file mode 100644 index 00000000000..d72090e1aab --- /dev/null +++ b/www/firefox17/files/desktop.in @@ -0,0 +1,191 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=@MOZILLA_NAME@ Web Browser +Name[am]= +Name[ar]= +Name[az]=@MOZILLA_NAME@ Veb Səyyahı +Name[be]= +Name[bg]=Интернет браузър @MOZILLA_NAME@ +Name[bn]= +Name[bs]=@MOZILLA_NAME@ web preglednik +Name[ca]=Navegador web @MOZILLA_NAME@ +Name[cs]=Prohlížeč WWW @MOZILLA_NAME@ +Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ +Name[da]=@MOZILLA_NAME@ - internetsurfning +Name[de]=@MOZILLA_NAME@ Webbrowser +Name[el]=Περιηγητής Διαδικτύου @MOZILLA_NAME@ +Name[en_CA]=@MOZILLA_NAME@ Web Browser +Name[en_GB]=@MOZILLA_NAME@ Web Browser +Name[es]=Navegador Web @MOZILLA_NAME@ +Name[et]=@MOZILLA_NAME@ veebibrauser +Name[eu]=@MOZILLA_NAME@ web arakatzailea +Name[fi]=@MOZILLA_NAME@, WWW-selain +Name[fr]=Navigateur Web @MOZILLA_NAME@ +Name[ga]=Brabhsálaí Lín @MOZILLA_NAME@ +Name[gu]=એપીફની વૅબ બ્રાઉઝર +Name[he]=דפדפן @MOZILLA_NAME@ +Name[hi]= +Name[hr]=@MOZILLA_NAME@ Web preglednik +Name[hu]=@MOZILLA_NAME@ webböngésző +Name[id]=Web Browser @MOZILLA_NAME@ +Name[it]=Browser web @MOZILLA_NAME@ +Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ +Name[ko]=@MOZILLA_NAME@ 웹 브라우저 +Name[li]=@MOZILLA_NAME@ Web Browser +Name[lt]=@MOZILLA_NAME@ web naršyklė +Name[mk]=@MOZILLA_NAME@ веб прелистувач +Name[ml]=എപ്പിഫാനി വെബ്ബ് ബ്രൌസര് +Name[mn]=@MOZILLA_NAME@ веб хөтөч +Name[ms]=Pelungsur Web @MOZILLA_NAME@ +Name[nb]=@MOZILLA_NAME@ nettleser +Name[nl]=@MOZILLA_NAME@ Webbrowser +Name[nn]=@MOZILLA_NAME@ nettlesar +Name[no]=@MOZILLA_NAME@ nettleser +Name[pa]=ਏਪੀਫਾਨੀ ਵੈੱਬ ਬਰਾਊਜ਼ਰ +Name[pl]=Przeglądarka WWW @MOZILLA_NAME@ +Name[pt]=Navegador Web @MOZILLA_NAME@ +Name[pt_BR]=Navegador Web @MOZILLA_NAME@ +Name[ro]=Navigatorul @MOZILLA_NAME@ +Name[ru]=Веб-браузер @MOZILLA_NAME@ +Name[sk]= +Name[sl]=Spletni brskalnik @MOZILLA_NAME@ +Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web +Name[sr]= +Name[sr@Latn]=Veb čitač Spoznaja +Name[sv]=Webbläsaren @MOZILLA_NAME@ +Name[ta]=எபிபனி வலை உலாவி +Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi +Name[tr]=@MOZILLA_NAME@ Web Tarayıcı +Name[uk]=Переглядач web @MOZILLA_NAME@ +Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ +Name[wa]=Betchteu waibe epiphany +Name[zh_CN]=@MOZILLA_NAME@ Web 浏览器 +Name[zh_TW]=@MOZILLA_NAME@ 網頁瀏覽器 +GenericName=Web Browser +GenericName[ar]=متصفّح الانترنت +GenericName[az]=Veb Səyyahı +GenericName[be]=Вандроўнік па павуціньню +GenericName[bg]=Браузър +GenericName[bn]=ওয়েব ব্রাউজার +GenericName[bs]=Web preglednik +GenericName[ca]=Navegador web +GenericName[cs]=Prohlížeč WWW +GenericName[cy]=Porwr Gwe +GenericName[da]=Internetsurfning +GenericName[de]=Webbrowser +GenericName[el]=Περιηγητής Ιστοσελίδων +GenericName[en_CA]=Web Browser +GenericName[en_GB]=Web Browser +GenericName[es]=Navegador web +GenericName[et]=Veebilehitseja +GenericName[eu]=Web arakatzailea +GenericName[fi]=WWW-selain +GenericName[fr]=Navigateur Web @MOZILLA_NAME@ +GenericName[ga]=Brabhsálaí Lín +GenericName[gu]=વેબ બ્રાઉઝર +GenericName[he]=דפדפן אינטרנט +GenericName[hi]=वेब ब्राउज़र +GenericName[hr]=Web preglednik +GenericName[hu]=Webböngésző +GenericName[id]=Browser Web +GenericName[it]=Browser web +GenericName[ja]=GNOME ウェブ・ブラウザ +GenericName[ko]=웹 브라우저 +GenericName[li]=Wèb Browser +GenericName[lt]=Web naršyklė +GenericName[mk]=Веб прелистувач +GenericName[mn]=Веб хөтөч +GenericName[ms]=Pelungsur Web +GenericName[nb]=Nettleser +GenericName[nl]=Web-browser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ +GenericName[pl]=Przeglądarka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[ro]=Navigator Internet +GenericName[ru]=Веб-браузер +GenericName[sk]=WWW prehliadač +GenericName[sl]=Spletni brskalnik +GenericName[sq]=Shfletuesi Web +GenericName[sr]=Веб читач +GenericName[sr@Latn]=Veb čitač +GenericName[sv]=Webbläsare +GenericName[ta]=வலை உலாவி +GenericName[th]=เว็บบราวเซอร์ +GenericName[tk]=Web Ahtarçysy +GenericName[tr]=Web Tarayıcı +GenericName[uk]=Переглядач web-сторінок +GenericName[vi]=Trình duyệt Web +GenericName[wa]=Betchteu waibe +GenericName[zh_CN]=Web 浏览器 +GenericName[zh_TW]=網頁瀏覽器 +Comment=Browse the web +Comment[ar]=تصفح الانترنت +Comment[az]=Vebi gəzin +Comment[be]=Вандраваць па павуціньню +Comment[bg]=Сърфиране в интернет +Comment[bn]=ওয়েব ব্রাউজ করুন +Comment[bs]=Pregledaj na internetu +Comment[ca]=Navegueu per la web +Comment[cs]=Prohlížet WWW +Comment[cy]=Pori'r we +Comment[da]=Surf på internettet +Comment[de]=Im Web surfen +Comment[el]=Περιήγηση στον παγκόσμιο ιστό +Comment[en_CA]=Browse the web +Comment[en_GB]=Browse the web +Comment[es]=Navegar por la web +Comment[et]=Sirvi veebi +Comment[eu]=Arakatu web-a +Comment[fi]=Selaa WWW:tä +Comment[fr]=Naviguer sur Internet +Comment[ga]=Brabhsáil an Líon +Comment[gu]=વેબમાં શોધો +Comment[he]=גלוש ברשת +Comment[hi]=वेब ब्राउज़ करें +Comment[hr]=Pregledaj Web +Comment[hu]=A világháló böngészése +Comment[id]=Jelajah web +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧します +Comment[ko]=웹을 돌아 다닙니다 +Comment[li]=Blajere op internet +Comment[lt]=Naršyti internete +Comment[mk]=Прелистувајте на веб +Comment[ml]=വലക്കെട്ട് തിരയുക +Comment[mn]=Веб броузе хийх +Comment[ms]=Layari web +Comment[nb]=Surf på nettet +Comment[nl]=Websurfen +Comment[nn]=Surf på nettet +Comment[no]=Surf på nettet +Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ +Comment[pl]=Przeglądanie stron WWW +Comment[pt]=Navegar na web +Comment[pt_BR]=Navegar na web +Comment[ro]=Navigare Internet +Comment[ru]=Веб-браузер +Comment[sk]=Prehliadať internet +Comment[sl]=Brskaj po spletu +Comment[sq]=Eksploro web-in +Comment[sr]=Прегледај веб +Comment[sr@Latn]=Pregledaj veb +Comment[sv]=Surfa på nätet +Comment[ta]=வலையில் உலாவு +Comment[th]=ใช้งานเว็บบราวเซอร์ @MOZILLA_NAME@ +Comment[tk]=Webi Ahtar +Comment[tr]=Web'e Gözat +Comment[uk]=Програма перегляду web-сторінок +Comment[vi]=Duyệt web +Comment[wa]=Naivyî avå les waibes +Comment[zh_CN]=浏览 Web +Comment[zh_TW]=瀏覽網頁 +Exec=@MOZILLA@ %u +Icon=@FIREFOX_ICON@ +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; diff --git a/www/firefox17/files/firefox.sh.in b/www/firefox17/files/firefox.sh.in new file mode 100644 index 00000000000..5fae80f8fcf --- /dev/null +++ b/www/firefox17/files/firefox.sh.in @@ -0,0 +1,9 @@ +#! /bin/sh +# +# $NetBSD: firefox.sh.in,v 1.1 2013/01/10 16:20:09 ryoon Exp $ +# +# We currently overwrite the nsXULStub launcher with this wrapper script. +# The stub causes problems like HTTPS protocol not working. +# XXX to be investigated + +exec @PREFIX@/lib/xulrunner17/xulrunner @PREFIX@/lib/firefox17/application.ini "$@" diff --git a/www/firefox17/options.mk b/www/firefox17/options.mk new file mode 100644 index 00000000000..90c71fed986 --- /dev/null +++ b/www/firefox17/options.mk @@ -0,0 +1,17 @@ +# $NetBSD: options.mk,v 1.1 2013/01/10 16:20:09 ryoon Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.firefox +PKG_SUPPORTED_OPTIONS= official-mozilla-branding + +.include "../../mk/bsd.options.mk" + +PLIST_VARS+= nobranding +.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) +CONFIGURE_ARGS+= --enable-official-branding +LICENSE= mozilla-trademark-license +RESTRICTED= Trademark holder prohibits distribution of modified versions. +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +.else +PLIST.nobranding= yes +.endif |