pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Update to 37.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c51b600f3c
branches:  trunk
changeset: 649557:20c51b600f3c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Apr 05 12:54:11 2015 +0000

description:
Update to 37.0

* Bump nspr requirement.

Changelog:
New Heartbeat user rating system - your feedback about Firefox
New Yandex set as default search provider for the Turkish locale
New Bing search now uses HTTPS for secure searching
New Improved protection against site impersonation via OneCRL centralized certificate revocation
New Opportunistically encrypt HTTP traffic where the server supports HTTP/2 AltSvc
Changed Disabled insecure TLS version fallback for site security
Changed Extended SSL error reporting for reporting non-certificate errors
Changed TLS False Start optimization now requires a cipher suite using AEAD construction
Changed Improved certificate and TLS communication security by removing support for DSA
Changed Improved performance of WebGL rendering on Windows
HTML5 Implemented a subset of the Media Source Extensions (MSE) API to allow native HTML5 playback on YouTube (Windows only)
HTML5 Added support for CSS display:contents
HTML5 IndexedDB now accessible from worker threads
HTML5 New SDP/JSEP implementation in WebRTC
Developer Debug tabs opened in Chrome Desktop, Chrome for Android, and Safari for iOS
Developer New Inspector animations panel to control element animations
Developer New Security Panel included in Network Panel
Developer Debugger panel support for chrome:// and about:// URIs
Developer Added logging of weak ciphers to the web console
Fixed Various security fixes

Fixed in Firefox 37
    2015-42 Windows can retain access to privileged content on navigation to unprivileged pages
    2015-41 PRNG weakness allows for DNS poisoning on Android
    2015-40 Same-origin bypass through anchor navigation
    2015-39 Use-after-free due to type confusion flaws
    2015-38 Memory corruption crashes in Off Main Thread Compositing
    2015-37 CORS requests should not follow 30x redirections after preflight
    2015-36 Incorrect memory management for simple-type arrays in WebRTC
    2015-35 Cursor clickjacking with flash and images
    2015-34 Out of bounds read in QCMS library
    2015-33 resource:// documents can load privileged pages
    2015-32 Add-on lightweight theme installation approval bypassed through MITM attack
    2015-31 Use-after-free when using the Fluendo MP3 GStreamer plugin
    2015-30 Miscellaneous memory safety hazards (rv:37.0 / rv:31.6)

diffstat:

 www/firefox/Makefile                                                                                     |    7 +-
 www/firefox/PLIST                                                                                        |   71 +-
 www/firefox/distinfo                                                                                     |   59 +-
 www/firefox/mozilla-common.mk                                                                            |    4 +-
 www/firefox/patches/patch-aa                                                                             |  144 ++-
 www/firefox/patches/patch-accessible_atk_Platform.cpp                                                    |   97 +
 www/firefox/patches/patch-config_external_moz.build                                                      |   16 +-
 www/firefox/patches/patch-config_system-headers                                                          |   26 +-
 www/firefox/patches/patch-dom_media_moz.build                                                            |    8 +-
 www/firefox/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp                                          |   16 +-
 www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp                             |   16 +-
 www/firefox/patches/patch-gfx_layers_basic_BasicCompositor.cpp                                           |   64 +-
 www/firefox/patches/patch-gfx_layers_basic_BasicLayerManager.cpp                                         |   64 +-
 www/firefox/patches/patch-intl_unicharutil_util_moz.build                                                |   12 +-
 www/firefox/patches/patch-js_src_dtoa.c                                                                  |   12 -
 www/firefox/patches/patch-js_src_jit_MIR.cpp                                                             |   10 +-
 www/firefox/patches/patch-js_src_jit_none_Lowering-none.h                                                |   14 -
 www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c                                               |  108 +-
 www/firefox/patches/patch-media_webrtc_signaling_signaling.gyp                                           |   20 -
 www/firefox/patches/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp |   10 +-
 www/firefox/patches/patch-memory_build_mozjemalloc__compat.c                                             |   44 +-
 www/firefox/patches/patch-memory_jemalloc_src_configure                                                  |   36 +-
 www/firefox/patches/patch-memory_mozalloc_VolatileBufferOSX.cpp                                          |   22 -
 www/firefox/patches/patch-memory_volatile_VolatileBufferOSX.cpp                                          |   19 +
 www/firefox/patches/patch-mfbt_Attributes.h                                                              |   20 +-
 www/firefox/patches/patch-netwerk_wifi_moz.build                                                         |   13 -
 www/firefox/patches/patch-netwerk_wifi_nsWifiScannerFreeBSD.cpp                                          |   16 -
 www/firefox/patches/patch-toolkit_modules_GMPInstallManager.jsm                                          |   14 +-
 www/firefox/patches/patch-toolkit_mozapps_extensions_internal_GMPProvider.jsm                            |  126 ++
 www/firefox/patches/patch-toolkit_mozapps_extensions_internal_OpenH264Provider.jsm                       |  118 --
 www/firefox/patches/patch-widget_gtk_gtk2drawing.c                                                       |   22 +
 www/firefox/patches/patch-widget_gtk_gtk3drawing.c                                                       |  532 ++++++++-
 www/firefox/patches/patch-widget_gtk_gtkdrawing.h                                                        |   41 +
 www/firefox/patches/patch-widget_gtk_nsLookAndFeel.cpp                                                   |  207 ---
 www/firefox/patches/patch-widget_gtk_nsLookAndFeel.h                                                     |   32 -
 www/firefox/patches/patch-widget_gtk_nsNativeThemeGTK.cpp                                                |   21 +
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                                        |   18 +-
 37 files changed, 1167 insertions(+), 912 deletions(-)

diffs (truncated from 3273 to 300 lines):

diff -r 106c53ea6d79 -r 20c51b600f3c www/firefox/Makefile
--- a/www/firefox/Makefile      Sun Apr 05 12:52:25 2015 +0000
+++ b/www/firefox/Makefile      Sun Apr 05 12:54:11 2015 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.203 2015/03/31 10:59:43 martin Exp $
+# $NetBSD: Makefile,v 1.204 2015/04/05 12:54:11 ryoon Exp $
 
 FIREFOX_VER=   ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=    36.0
-MOZ_BRANCH_MINOR=      .4
+MOZ_BRANCH=    37.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff -r 106c53ea6d79 -r 20c51b600f3c www/firefox/PLIST
--- a/www/firefox/PLIST Sun Apr 05 12:52:25 2015 +0000
+++ b/www/firefox/PLIST Sun Apr 05 12:54:11 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.93 2015/02/28 04:30:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.94 2015/04/05 12:54:11 ryoon Exp $
 bin/firefox
 lib/firefox/application.ini
 lib/firefox/browser/blocklist.xml
@@ -76,6 +76,7 @@
 lib/firefox/browser/chrome/browser/content/browser/bookmarks/bookmarksPanel.js
 lib/firefox/browser/chrome/browser/content/browser/bookmarks/bookmarksPanel.xul
 lib/firefox/browser/chrome/browser/content/browser/bookmarks/sidebarUtils.js
+lib/firefox/browser/chrome/browser/content/browser/browser-eme.properties
 lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml
 lib/firefox/browser/chrome/browser/content/browser/browser.css
 lib/firefox/browser/chrome/browser/content/browser/browser.js
@@ -112,6 +113,9 @@
 lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg
 lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg
 lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-controller.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-inspector.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-panel.js
 lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.js
 lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.xhtml
 lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.js
@@ -257,6 +261,8 @@
 lib/firefox/browser/chrome/browser/content/browser/history/history-panel.xul
 lib/firefox/browser/chrome/browser/content/browser/license.html
 lib/firefox/browser/chrome/browser/content/browser/loop/conversation.html
+lib/firefox/browser/chrome/browser/content/browser/loop/css/contacts.css
+lib/firefox/browser/chrome/browser/content/browser/loop/css/panel.css
 lib/firefox/browser/chrome/browser/content/browser/loop/js/client.js
 lib/firefox/browser/chrome/browser/content/browser/loop/js/contacts.js
 lib/firefox/browser/chrome/browser/content/browser/loop/js/conversation.js
@@ -284,9 +290,7 @@
 lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/speaker-on.png
 lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/js/dynamic_config.min.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/common.css
-lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/contacts.css
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/conversation.css
-lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/panel.css
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/reset.css
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02.png
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02%2x.png@localhost
@@ -331,9 +335,11 @@
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackApiClient.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackStore.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackViews.js
+lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/fxOSActiveRoomStore.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/mixins.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/models.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/otSdkDriver.js
+lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStates.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStore.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/store.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/utils.js
@@ -343,7 +349,7 @@
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/backbone-1.1.2.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/jquery-2.1.0.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/lodash-2.4.1.js
-lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/react-0.11.2.js
+lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/react-0.12.2.js
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connected.ogg
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connecting.ogg
 lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/failure.ogg
@@ -521,6 +527,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/actionicon-tab.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/bad-content-blocked-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/bad-content-blocked-16%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/bad-content-blocked-64.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/bad-content-unblocked-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/bad-content-unblocked-64.png
@@ -551,6 +558,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/urlbar-history-dropmarker.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/animationinspector.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/add.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/connection-footer.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/default-app-icon.png
@@ -658,6 +666,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/newtab.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/newtab%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/noise.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/performance-icons.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/performance.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler-stopwatch-checked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler-stopwatch.svg
@@ -682,6 +691,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/storage.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline-filter.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools%2x.png@localhost
@@ -731,6 +741,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/engineManager.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png
@@ -741,6 +752,9 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-darknoise.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-icon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-lit.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-off.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active.png
@@ -800,8 +814,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/check.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/check%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/dialog.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/favicon.ico
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/icons.png
@@ -876,6 +888,8 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/undoCloseTab.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/warning16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/warning16%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-camera-white-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-microphone-white-16.png
@@ -905,12 +919,15 @@
 lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutSyncTabs.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
 lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
 lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
 lib/firefox/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties
 lib/firefox/browser/chrome/en-US/locale/browser/devtools/VariablesView.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.properties
 lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.properties
 lib/firefox/browser/chrome/en-US/locale/browser/devtools/appcacheutils.properties
@@ -1325,7 +1342,6 @@
 lib/firefox/browser/chrome/webide/skin/webide.css
 lib/firefox/browser/components/ChromeProfileMigrator.js
 lib/firefox/browser/components/DownloadsStartup.js
-lib/firefox/browser/components/DownloadsUI.js
 lib/firefox/browser/components/ExperimentsService.js
 lib/firefox/browser/components/FeedConverter.js
 lib/firefox/browser/components/FeedWriter.js
@@ -1360,11 +1376,11 @@
 lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
 lib/firefox/browser/icons/mozicon128.png
 lib/firefox/browser/modules/AboutHome.jsm
-lib/firefox/browser/modules/BrowserNewTabPreloader.jsm
 lib/firefox/browser/modules/BrowserUITelemetry.jsm
 lib/firefox/browser/modules/CastingApps.jsm
 lib/firefox/browser/modules/Chat.jsm
 lib/firefox/browser/modules/ContentLinkHandler.jsm
+lib/firefox/browser/modules/ContentObservers.jsm
 lib/firefox/browser/modules/ContentSearch.jsm
 lib/firefox/browser/modules/ContentWebRTC.jsm
 lib/firefox/browser/modules/CustomizableUI.jsm
@@ -1380,6 +1396,7 @@
 lib/firefox/browser/modules/Feeds.jsm
 lib/firefox/browser/modules/FormSubmitObserver.jsm
 lib/firefox/browser/modules/FormValidationHandler.jsm
+lib/firefox/browser/modules/HiddenFrame.jsm
 lib/firefox/browser/modules/MigrationUtils.jsm
 lib/firefox/browser/modules/NetworkPrioritizer.jsm
 lib/firefox/browser/modules/PanelFrame.jsm
@@ -1389,6 +1406,7 @@
 lib/firefox/browser/modules/RecentWindow.jsm
 lib/firefox/browser/modules/RemotePrompt.jsm
 lib/firefox/browser/modules/ScrollbarSampler.jsm
+lib/firefox/browser/modules/SelfSupportBackend.jsm
 lib/firefox/browser/modules/SitePermissions.jsm
 lib/firefox/browser/modules/Social.jsm
 lib/firefox/browser/modules/TabCrashReporter.jsm
@@ -1401,8 +1419,10 @@
 lib/firefox/browser/modules/devtools/Curl.jsm
 lib/firefox/browser/modules/devtools/DOMHelpers.jsm
 lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
+lib/firefox/browser/modules/devtools/FlameGraph.jsm
 lib/firefox/browser/modules/devtools/FloatingScrollbars.jsm
 lib/firefox/browser/modules/devtools/Graphs.jsm
+lib/firefox/browser/modules/devtools/GraphsWorker.js
 lib/firefox/browser/modules/devtools/Jsbeautify.jsm
 lib/firefox/browser/modules/devtools/Parser.jsm
 lib/firefox/browser/modules/devtools/SideMenuWidget.jsm
@@ -1466,6 +1486,7 @@
 lib/firefox/browser/modules/devtools/projecteditor/plugins/image-view/plugin.js
 lib/firefox/browser/modules/devtools/projecteditor/plugins/logging/logging.js
 lib/firefox/browser/modules/devtools/projecteditor/plugins/new/new.js
+lib/firefox/browser/modules/devtools/projecteditor/plugins/rename/rename.js
 lib/firefox/browser/modules/devtools/projecteditor/plugins/save/save.js
 lib/firefox/browser/modules/devtools/projecteditor/plugins/status-bar/plugin.js
 lib/firefox/browser/modules/devtools/projecteditor/project.js
@@ -1489,6 +1510,7 @@
 lib/firefox/browser/modules/devtools/shared/observable-object.js
 lib/firefox/browser/modules/devtools/shared/telemetry.js
 lib/firefox/browser/modules/devtools/shared/theme-switching.js
+lib/firefox/browser/modules/devtools/shared/theme.js
 lib/firefox/browser/modules/devtools/shared/undo.js
 lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierWidget.js
 lib/firefox/browser/modules/devtools/shared/widgets/FastListWidget.js
@@ -1535,6 +1557,7 @@
 lib/firefox/browser/modules/devtools/webconsole/webconsole.js
 lib/firefox/browser/modules/devtools/webide/addons.js
 lib/firefox/browser/modules/devtools/webide/app-manager.js
+lib/firefox/browser/modules/devtools/webide/build.js
 lib/firefox/browser/modules/devtools/webide/remote-resources.js
 lib/firefox/browser/modules/devtools/webide/runtimes.js
 lib/firefox/browser/modules/devtools/webide/tab-store.js
@@ -1613,6 +1636,7 @@
 lib/firefox/chrome/en-US/locale/en-US/global/about.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
+lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
@@ -1824,8 +1848,6 @@
 lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml
 lib/firefox/chrome/toolkit/content/global/aboutCache.js
 lib/firefox/chrome/toolkit/content/global/aboutCompartments.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutMedia.js
-lib/firefox/chrome/toolkit/content/global/aboutMedia.xhtml
 lib/firefox/chrome/toolkit/content/global/aboutMemory.css
 lib/firefox/chrome/toolkit/content/global/aboutMemory.js
 lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
@@ -1937,6 +1959,7 @@
 lib/firefox/chrome/toolkit/content/global/platformHTMLBindings.xml
 lib/firefox/chrome/toolkit/content/global/plugins.css
 lib/firefox/chrome/toolkit/content/global/plugins.html
+lib/firefox/chrome/toolkit/content/global/post-fork-preload.js
 lib/firefox/chrome/toolkit/content/global/preload.js
 lib/firefox/chrome/toolkit/content/global/printPageSetup.js
 lib/firefox/chrome/toolkit/content/global/printPageSetup.xul
@@ -1950,6 +1973,11 @@
 lib/firefox/chrome/toolkit/content/global/printdialog.xul
 lib/firefox/chrome/toolkit/content/global/printjoboptions.js
 lib/firefox/chrome/toolkit/content/global/printjoboptions.xul
+lib/firefox/chrome/toolkit/content/global/reader/JSDOMParser.js
+lib/firefox/chrome/toolkit/content/global/reader/Readability.js
+lib/firefox/chrome/toolkit/content/global/reader/aboutReader.html
+lib/firefox/chrome/toolkit/content/global/reader/aboutReader.js
+lib/firefox/chrome/toolkit/content/global/reader/readerWorker.js
 lib/firefox/chrome/toolkit/content/global/remote-test-ipc.js
 lib/firefox/chrome/toolkit/content/global/resetProfile.css
 lib/firefox/chrome/toolkit/content/global/resetProfile.js
@@ -1997,11 +2025,11 @@
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/gmpPrefs.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/list.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/list.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.xul
-lib/firefox/chrome/toolkit/content/mozapps/extensions/openH264Prefs.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.js
@@ -2066,6 +2094,7 @@
 lib/firefox/chrome/toolkit/skin/classic/global/aboutCache.css
 lib/firefox/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
 lib/firefox/chrome/toolkit/skin/classic/global/aboutMemory.css
+lib/firefox/chrome/toolkit/skin/classic/global/aboutReader.css
 lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css
 lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css
 lib/firefox/chrome/toolkit/skin/classic/global/alerts/notification-48.png



Home | Main Index | Thread Index | Old Index