pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox68 www/firefox68: import firefox68-68.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b69bc2683c14
branches:  trunk
changeset: 340024:b69bc2683c14
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Sep 21 07:31:43 2019 +0000

description:
www/firefox68: import firefox68-68.1.0

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 provides Firefox 68 ESR.

diffstat:

 www/firefox68/DESCR                                                                              |    12 +
 www/firefox68/Makefile                                                                           |   112 +
 www/firefox68/PLIST                                                                              |  5771 ++++++++++
 www/firefox68/distinfo                                                                           |    40 +
 www/firefox68/files/cubeb_sun.c                                                                  |   752 +
 www/firefox68/files/desktop.in                                                                   |   191 +
 www/firefox68/mozilla-common.mk                                                                  |   246 +
 www/firefox68/options.mk                                                                         |   102 +
 www/firefox68/patches/patch-aa                                                                   |    80 +
 www/firefox68/patches/patch-browser_app_profile_firefox.js                                       |    20 +
 www/firefox68/patches/patch-build_moz.configure_old.configure                                    |    12 +
 www/firefox68/patches/patch-dom_base_nsAttrName.h                                                |    18 +
 www/firefox68/patches/patch-dom_media_CubebUtils.cpp                                             |    13 +
 www/firefox68/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp |    17 +
 www/firefox68/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h                |    16 +
 www/firefox68/patches/patch-gfx_gl_GLContextProviderGLX.cpp                                      |    17 +
 www/firefox68/patches/patch-gfx_skia_skia_src_core_SkCpu.cpp                                     |    15 +
 www/firefox68/patches/patch-ipc_chromium_src_base_lock__impl__posix.cc                           |    15 +
 www/firefox68/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc                     |    22 +
 www/firefox68/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc                     |    18 +
 www/firefox68/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc                |    31 +
 www/firefox68/patches/patch-ipc_glue_CrossProcessSemaphore.h                                     |    18 +
 www/firefox68/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp                            |   187 +
 www/firefox68/patches/patch-ipc_glue_GeckoChildProcessHost.cpp                                   |    21 +
 www/firefox68/patches/patch-js_src_threading_posix_Thread.cpp                                    |    15 +
 www/firefox68/patches/patch-js_src_util_NativeStack.cpp                                          |    32 +
 www/firefox68/patches/patch-media_libcubeb_gtest_moz.build                                       |    12 +
 www/firefox68/patches/patch-media_libcubeb_src_cubeb.c                                           |    58 +
 www/firefox68/patches/patch-media_libcubeb_src_cubeb__alsa.c                                     |   567 +
 www/firefox68/patches/patch-media_libcubeb_src_cubeb__oss.c                                      |   461 +
 www/firefox68/patches/patch-media_libcubeb_src_moz.build                                         |    34 +
 www/firefox68/patches/patch-media_libcubeb_update.sh                                             |    13 +
 www/firefox68/patches/patch-media_libpng_pngpriv.h                                               |    17 +
 www/firefox68/patches/patch-toolkit_components_terminator_nsTerminator.cpp                       |    27 +
 www/firefox68/patches/patch-toolkit_library_moz.build                                            |    17 +
 www/firefox68/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js               |    26 +
 www/firefox68/patches/patch-toolkit_moz.configure                                                |    23 +
 www/firefox68/patches/patch-toolkit_mozapps_installer_packager.mk                                |    15 +
 www/firefox68/patches/patch-toolkit_xre_glxtest.cpp                                              |    17 +
 www/firefox68/patches/patch-xpcom_base_nscore.h                                                  |    15 +
 www/firefox68/patches/patch-xpcom_build_BinaryPath.h                                             |    40 +
 www/firefox68/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                              |    15 +
 42 files changed, 9150 insertions(+), 0 deletions(-)

diffs (truncated from 9318 to 300 lines):

diff -r c9ca3143e19f -r b69bc2683c14 www/firefox68/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox68/DESCR       Sat Sep 21 07:31:43 2019 +0000
@@ -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 provides Firefox 68 ESR.
diff -r c9ca3143e19f -r b69bc2683c14 www/firefox68/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox68/Makefile    Sat Sep 21 07:31:43 2019 +0000
@@ -0,0 +1,112 @@
+# $NetBSD: Makefile,v 1.1 2019/09/21 07:31:43 ryoon Exp $
+
+FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
+MOZ_BRANCH=            68.1
+MOZ_BRANCH_MINOR=      .0esr
+
+DISTNAME=      firefox-${FIREFOX_VER}.source
+PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/}
+CATEGORIES=    www
+MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://www.mozilla.com/en-US/firefox/
+COMMENT=       Web browser with support for extensions (version ${FIREFOX_VER:C/\..*//})
+LICENSE=       mpl-1.1
+
+WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER:S/esr//}
+
+MOZILLA_DIR=   # empty
+
+# Note: when updating remember to conditionalise about-background.png in PLIST
+CONFIGURE_ARGS+=       --enable-application=browser
+
+CFLAGS+=       -I${PREFIX}/include/nspr
+# for lang/gcc6
+CFLAGS+=       -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+
+LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${PKGBASE}
+LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib
+LDFLAGS.DragonFly+=    -lplc4 -lnspr4
+LDFLAGS.FreeBSD+=      -lplc4 -lnspr4
+LDFLAGS.Linux+=                -lnspr4
+LDFLAGS.SunOS+=                -lm
+
+NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/${MOZILLA}
+NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/${MOZILLA}-bin
+NOT_PAX_MPROTECT_SAFE+=        lib/${PKGBASE}/plugin-container
+
+ALL_ENV+=              MOZ_APP_NAME=${MOZILLA}
+
+# Avoid ld "invalid section index" errors.
+BUILDLINK_TRANSFORM.SunOS+=    rm:-fdata-sections
+BUILDLINK_TRANSFORM.SunOS+=    rm:-ffunction-sections
+BUILDLINK_TRANSFORM.SunOS+=    rm:-pie
+
+SUBST_CLASSES+=                        dfly_malloc_h
+SUBST_STAGE.dfly_malloc_h=     pre-configure
+SUBST_MESSAGE.dfly_malloc_h=   Dont include malloc.h on dragonflybsd
+SUBST_SED.dfly_malloc_h=       -e 's,HAVE_MALLOC_H,HAVE_MALLOC_H \&\& !defined(__DragonFly__),g'
+SUBST_FILES.dfly_malloc_h+=    media/ffvpx/libavutil/mem.c
+
+.include "mozilla-common.mk"
+.include "options.mk"
+
+CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/header.py
+CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/typelib.py
+CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpidl.py
+CHECK_INTERPRETER_SKIP+=lib/firefox-sdk/sdk/bin/xpt.py
+
+CHECK_WRKREF_SKIP+=lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html
+
+MOZILLA=       ${PKGBASE}
+MOZILLA_ICON=  ${WRKSRC}/${OBJDIR}/dist/${MOZILLA}/browser/chrome/icons/default/default48.png
+.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
+MOZILLA_NAME=  Firefox
+.else
+MOZILLA_NAME=  Browser
+.endif
+
+post-extract:
+       ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
+       mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
+# XXX Hack taken from lang/rust.
+# patch(1) in NetBSD does not handle .cargo-checksum.json like long width file.
+# Replace checksum fields for following patches:
+# patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.1
+# patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs,v 1.1
+       ${CP} ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json \
+             ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json.orig
+       ${CAT} ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json.orig | \
+               ${SED} -e 's/4d9f7091af8e166943ac6f42ce85558909e5b6e61325039bff7adfbcf4b90212/7f3da734d5e2e9426051da4f406e46d9e9bed43ed2d7d048e8afc8af7ed44795/' | \
+               ${SED} -e 's/1cd66ed5967c788562d4ad626cfbeb1544f4b9267111de5f6790379b8327f28e/6ae549dd21581748b2f1d82880eaca3445c11e3354965e5b49b20342075a3e52/' \
+               > ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json
+
+pre-configure:
+       cd ${WRKSRC} && autoconf
+       cd ${WRKSRC}/js/src && autoconf
+       cd ${WRKSRC} && mkdir ${OBJDIR}
+       cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars
+
+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
+
+INSTALLATION_DIRS+=    share/applications share/pixmaps
+post-install:
+       ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+       ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \
+               ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+       ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+       ${INSTALL_DATA} ${WRKDIR}/desktop                               \
+         ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
+       ${INSTALL_DATA} ${MOZILLA_ICON}                                 \
+         ${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c9ca3143e19f -r b69bc2683c14 www/firefox68/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox68/PLIST       Sat Sep 21 07:31:43 2019 +0000
@@ -0,0 +1,5771 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/21 07:31:43 ryoon Exp $
+bin/firefox68
+lib/firefox68/actors/AudioPlaybackChild.jsm
+lib/firefox68/actors/AutoplayChild.jsm
+lib/firefox68/actors/BrowserChild.jsm
+lib/firefox68/actors/ControllersChild.jsm
+lib/firefox68/actors/DateTimePickerChild.jsm
+lib/firefox68/actors/ExtFindChild.jsm
+lib/firefox68/actors/FindBarChild.jsm
+lib/firefox68/actors/FinderChild.jsm
+lib/firefox68/actors/FormSubmitChild.jsm
+lib/firefox68/actors/KeyPressEventModelCheckerChild.jsm
+lib/firefox68/actors/PictureInPictureChild.jsm
+lib/firefox68/actors/PopupBlockingChild.jsm
+lib/firefox68/actors/PrintingChild.jsm
+lib/firefox68/actors/PurgeSessionHistoryChild.jsm
+lib/firefox68/actors/SelectChild.jsm
+lib/firefox68/actors/SelectionSourceChild.jsm
+lib/firefox68/actors/ThumbnailsChild.jsm
+lib/firefox68/actors/UAWidgetsChild.jsm
+lib/firefox68/actors/UnselectedTabHoverChild.jsm
+lib/firefox68/actors/WebChannelChild.jsm
+lib/firefox68/actors/WebNavigationChild.jsm
+lib/firefox68/actors/ZoomChild.jsm
+lib/firefox68/application.ini
+lib/firefox68/browser/actors/AboutLoginsChild.jsm
+lib/firefox68/browser/actors/AboutReaderChild.jsm
+lib/firefox68/browser/actors/BlockedSiteChild.jsm
+lib/firefox68/browser/actors/BrowserTabChild.jsm
+lib/firefox68/browser/actors/ClickHandlerChild.jsm
+lib/firefox68/browser/actors/ContentSearchChild.jsm
+lib/firefox68/browser/actors/ContextMenuChild.jsm
+lib/firefox68/browser/actors/DOMFullscreenChild.jsm
+lib/firefox68/browser/actors/FormValidationChild.jsm
+lib/firefox68/browser/actors/LightweightThemeChild.jsm
+lib/firefox68/browser/actors/LinkHandlerChild.jsm
+lib/firefox68/browser/actors/NetErrorChild.jsm
+lib/firefox68/browser/actors/OfflineAppsChild.jsm
+lib/firefox68/browser/actors/PageInfoChild.jsm
+lib/firefox68/browser/actors/PageStyleChild.jsm
+lib/firefox68/browser/actors/PluginChild.jsm
+lib/firefox68/browser/actors/RFPHelperChild.jsm
+lib/firefox68/browser/actors/SearchTelemetryChild.jsm
+lib/firefox68/browser/actors/SubframeCrashChild.jsm
+lib/firefox68/browser/actors/SubframeCrashParent.jsm
+lib/firefox68/browser/actors/URIFixupChild.jsm
+lib/firefox68/browser/actors/WebRTCChild.jsm
+lib/firefox68/browser/blocklist.xml
+lib/firefox68/browser/chrome.manifest
+${PLIST.nobranding}lib/firefox68/browser/chrome/browser/content/branding/about-background.png
+lib/firefox68/browser/chrome/browser/content/branding/about-logo.png
+${PLIST.branding}lib/firefox68/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
+lib/firefox68/browser/chrome/browser/content/branding/about-wordmark.svg
+lib/firefox68/browser/chrome/browser/content/branding/about.png
+lib/firefox68/browser/chrome/browser/content/branding/aboutDialog.css
+lib/firefox68/browser/chrome/browser/content/branding/aboutlogins.svg
+lib/firefox68/browser/chrome/browser/content/branding/horizontal-lockup.svg
+lib/firefox68/browser/chrome/browser/content/branding/icon128.png
+lib/firefox68/browser/chrome/browser/content/branding/icon16.png
+lib/firefox68/browser/chrome/browser/content/branding/icon32.png
+lib/firefox68/browser/chrome/browser/content/branding/icon48.png
+lib/firefox68/browser/chrome/browser/content/branding/icon64.png
+lib/firefox68/browser/chrome/browser/content/branding/identity-icons-brand.svg
+lib/firefox68/browser/chrome/browser/content/briefcase.svg
+lib/firefox68/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutDialog.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutDialog.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutDialog.xul
+lib/firefox68/browser/chrome/browser/content/browser/aboutFrameCrashed.html
+lib/firefox68/browser/chrome/browser/content/browser/aboutLibrary.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutNetError.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutNetError.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutRestartRequired.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutRestartRequired.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutRobots-icon.png
+lib/firefox68/browser/chrome/browser/content/browser/aboutRobots.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutRobots.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutRobots.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutSessionRestore.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutSessionRestore.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutTabCrashed.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutTabCrashed.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.html
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/copy-to-clipboard-button.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/copy-to-clipboard-button.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-item.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-item.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-list.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/login-list.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/modal-input.css
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/modal-input.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/components/reflected-fluent-element.js
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/icons/delete.svg
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/icons/edit.svg
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
+lib/firefox68/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
+lib/firefox68/browser/chrome/browser/content/browser/blockedSite.js
+lib/firefox68/browser/chrome/browser/content/browser/blockedSite.xhtml
+lib/firefox68/browser/chrome/browser/content/browser/browser-addons.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-allTabsMenu.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-captivePortal.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-contentblocking.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-ctrlTab.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-customization.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-development-helpers.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-fullZoom.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-gestureSupport.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-graphics-utils.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-media.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-pageActions.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-places.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-plugins.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-safebrowsing.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-sidebar.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-siteIdentity.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-siteProtections.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-sync.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-tabsintitlebar.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-thumbnails.js
+lib/firefox68/browser/chrome/browser/content/browser/browser-toolbarKeyNav.js
+lib/firefox68/browser/chrome/browser/content/browser/browser.css
+lib/firefox68/browser/chrome/browser/content/browser/browser.js
+lib/firefox68/browser/chrome/browser/content/browser/browser.xul
+lib/firefox68/browser/chrome/browser/content/browser/built_in_addons.json
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-browser-content-only.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-browser.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-devtools-inspectedWindow.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-devtools-network.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-devtools-panels.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-devtools.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-menus-child.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-menus.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-omnibox.js
+lib/firefox68/browser/chrome/browser/content/browser/child/ext-tabs.js
+lib/firefox68/browser/chrome/browser/content/browser/content-refreshblocker.js
+lib/firefox68/browser/chrome/browser/content/browser/content-sessionStore.js
+lib/firefox68/browser/chrome/browser/content/browser/content.js
+lib/firefox68/browser/chrome/browser/content/browser/contentSearchUI.css
+lib/firefox68/browser/chrome/browser/content/browser/contentSearchUI.js
+lib/firefox68/browser/chrome/browser/content/browser/contentTheme.js
+lib/firefox68/browser/chrome/browser/content/browser/customizableui/panelUI.js
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/1.header.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/1.icon.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/1.preview.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/2.header.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/2.icon.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/2.preview.jpg
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/3.header.png
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/3.icon.png
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/3.preview.png
+lib/firefox68/browser/chrome/browser/content/browser/defaultthemes/4.header.png



Home | Main Index | Thread Index | Old Index