This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch tor-browser-91.13.0esr-11.5-1 in repository tor-browser.
from d5af74fa1bd2 fixup! Bug 10760: Integrate TorButton to TorBrowser core new 4c2181c10c70 Bug 1782211 - Init feature policy; r=ckerschb, a=RyanVM new c70f1d687f32 Bug 1787633 - Make nsTextToSubURI::UnEscapeNonAsciiURI static. r=m_kato, a=RyanVM new 6b11a0a00ce6 Bug 1779993 - Reject cookies with no name and a __Secure- or __Host- prefix r=necko-reviewers,kershaw a=RyanVM new 61fc2cfa6d99 Bug 1770094 r=freddyb,emilio a=RyanVM new 97dc7924d1a3 Bug 1767360 - use correct image size retrieved from the output type to create video frames buffer. r=media-playback-reviewers,jolin a=RyanVM new 954750b1e67e Bug 1776655 - Allocate input report context for each gamepad. r=mccr8, a=RyanVM new aae8a38c9aaf Bug 1785109, mark CustomElementRegistry as multizone holder, r=mccr8 a=RyanVM new 1b2bdfec0911 Bug 1786502 - Lock access to DeviceInfo devicechange callbacks. r=webrtc-reviewers,jib a=RyanVM new e2491522e54d Bug 1789440 - Track reply message IDs for MessageChannel async replies, r=ipc-reviewers,mccr8 a=RyanVM
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: docshell/base/nsDocShell.cpp | 2 + dom/base/CustomElementRegistry.cpp | 3 +- dom/base/Document.cpp | 8 +++- dom/base/Document.h | 1 + dom/gamepad/cocoa/CocoaGamepad.cpp | 48 ++++++++++++++-------- dom/html/HTMLFormSubmission.cpp | 3 +- dom/html/HTMLSharedElement.cpp | 8 ++-- .../security/nsIContentSecurityPolicy.idl | 11 ++--- dom/jsurl/nsJSProtocolHandler.cpp | 12 ++---- dom/media/platforms/wmf/WMFVideoMFTManager.cpp | 38 ++++++++++------- dom/media/platforms/wmf/WMFVideoMFTManager.h | 11 ++++- dom/media/systemservices/CamerasParent.h | 2 +- dom/security/nsCSPContext.cpp | 11 ++--- intl/uconv/moz.build | 1 + intl/uconv/nsITextToSubURI.idl | 1 + intl/uconv/nsTextToSubURI.cpp | 14 +++++-- intl/uconv/nsTextToSubURI.h | 10 ++++- ipc/glue/MessageChannel.cpp | 7 ++-- ipc/glue/MessageChannel.h | 38 +++++++++-------- ipc/glue/ProtocolUtils.cpp | 6 ++- ipc/glue/ProtocolUtils.h | 8 ++-- ipc/ipdl/ipdl/lower.py | 10 ++++- netwerk/cookie/CookieService.cpp | 33 ++++++++++++++- netwerk/cookie/CookieService.h | 1 + netwerk/test/gtest/TestCookie.cpp | 26 ++++++++++++ parser/html/nsHtml5TreeOpExecutor.cpp | 40 ++++++++++++++++-- .../webrtc/modules/video_capture/video_capture.h | 8 +++- uriloader/exthandler/win/nsMIMEInfoWin.cpp | 11 ++--- 28 files changed, 263 insertions(+), 109 deletions(-)