[X2Go-Commits] [pale-moon] branch master updated (a1c8564 -> 3ca7db1)

git-admin at x2go.org git-admin at x2go.org
Thu Apr 25 09:21:55 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository pale-moon.

      from  a1c8564   debian/patches: add new patch disabling offscreen image rendering when using the GTK2 backend.
      adds  ae971bf   Add hover state arrow images.
      adds  333c64e   Prevent loading of document subresources over FTP.
      adds  9676ebd   [Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
      adds  932ecf5   Remove unused SSL errorReporting prefs
      adds  38986a4   [PALEMOON] Add SSUAO override for firefox.com (native mode)
      adds  90a44b3   Remove harmless assertions by using IgnoredErrorResult.
      adds  80dfca4   Pref the use of unboxed plain objects in JS and disable by default.
      adds  5ec124c   Force expected crashes on unexpected magic values.
      adds  f8c7e32   Check for dead wrappers in CallerGetterImpl/CallerSetterImpl.
      adds  9d01447   Check child container count in NotifyRefreshDriverCreated.
      adds  aabb357   Clean up nsOSHelperAppService.
      adds  181cb52   Add nullcheck for frames in FindNearestCommonAncestorFrame
      adds  6478daf   Implement origin-clean algorithm for ImageBitmap.
      adds  2ae457f   Extend origin-clean algorithm (DiD).
      adds  9e3ca28   Restrict ExtractLinearSum to monotonous operation in infinite math space.
      adds  cc53748   Grab caching capturing content with local variable.
      adds  1af286f   Convert UI-dictating FTP errors to console errors.
      adds  3be7cb9   Escape '!' to '\041' in posix strings ($'...')
      adds  b4a65a3   Check for osint argument when checking for greomni and appomni arguments.
      adds  cee1324f  Disallow getUserMedia on null principals.
      adds  7243684   Check if CopyData succeeded.
      adds  a5b2695   Version bump
      adds  98bd23c   Add SSUAO for polyfill.io
      adds  9ffed6e   Simplify some alias sets in IonMonkey.
       new  8bac50b   Merge branch 'upstream/28.4.1+repack-1'
       new  ae8c5a8   debian: sync directory with Steven Pusser's palemoon_28.4.1+repack-1 version.
       new  3ca7db1   debian/changelog: update to 28.4.1.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 application/palemoon/app/profile/palemoon.js       |   3 +
 .../palemoon/branding/shared/pref/uaoverrides.inc  |   4 +
 application/palemoon/config/version.txt            |   2 +-
 debian/changelog                                   |  33 +++-
 debian/control.in                                  |   3 +-
 devtools/client/shared/curl.js                     |   1 +
 dom/canvas/CanvasRenderingContext2D.cpp            |  24 ++-
 dom/canvas/CanvasRenderingContext2D.h              |  12 ++
 dom/canvas/ImageBitmap.cpp                         | 101 ++++++-----
 dom/canvas/ImageBitmap.h                           |  12 ++
 dom/canvas/ImageBitmapRenderingContext.cpp         |   5 +
 dom/canvas/WebGLContext.h                          |   3 +-
 dom/canvas/WebGLTextureUpload.cpp                  |  22 ++-
 dom/canvas/test/test_imagebitmap.html              |  23 ++-
 dom/html/HTMLCanvasElement.cpp                     |   2 +-
 dom/html/HTMLCanvasElement.h                       |   4 +-
 dom/html/HTMLTableElement.cpp                      |  15 +-
 dom/html/HTMLTableSectionElement.cpp               |   2 +-
 .../en-US/chrome/security/security.properties      |   2 +
 dom/media/MediaManager.cpp                         |  11 +-
 dom/media/VideoFrameContainer.cpp                  |  12 +-
 dom/security/nsContentSecurityManager.cpp          |  56 ++++++
 dom/security/nsContentSecurityManager.h            |   1 +
 dom/smil/nsSMILAnimationController.cpp             |   2 +-
 js/public/Value.h                                  |   7 +-
 js/src/jit/AliasAnalysisShared.cpp                 |   3 +-
 js/src/jit/IonAnalysis.cpp                         |  21 ++-
 js/src/jit/JitOptions.cpp                          |   2 +-
 js/src/jit/MIR.h                                   |   7 +-
 js/src/jsapi.cpp                                   |   3 +
 js/src/jsapi.h                                     |  25 +--
 js/src/jsfun.cpp                                   |  58 ++-----
 js/xpconnect/src/XPCJSContext.cpp                  |   4 +
 layout/base/nsLayoutUtils.cpp                      |   4 +
 layout/base/nsPresShell.cpp                        |  10 +-
 modules/libpref/init/all.js                        |   1 +
 netwerk/base/security-prefs.js                     |   4 -
 netwerk/protocol/ftp/FTPChannelChild.cpp           |  41 +----
 netwerk/protocol/ftp/nsFtpConnectionThread.cpp     |  81 +--------
 toolkit/themes/shared/non-mac.jar.inc.mn           |   2 +
 .../themes/windows/global/arrow/arrow-lft-hov.gif  | Bin 0 -> 91 bytes
 .../themes/windows/global/arrow/arrow-rit-hov.gif  | Bin 0 -> 91 bytes
 toolkit/xre/nsAppRunner.cpp                        |  14 +-
 uriloader/exthandler/win/nsOSHelperAppService.cpp  | 192 ++++++---------------
 44 files changed, 416 insertions(+), 418 deletions(-)
 create mode 100644 toolkit/themes/windows/global/arrow/arrow-lft-hov.gif
 create mode 100644 toolkit/themes/windows/global/arrow/arrow-rit-hov.gif

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list