summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'release' into Basilisk-releasev2020.02.18Basilisk-releasewolfbeast2020-02-15
|\
| * [IndexedDB] Ensure that strong references to newly created cursors areSimon Giesecke2020-02-15
| | | | | | | | | | | | | | kept until the DOM Binding is created. This fixes random crashes on websites that use IndexedDB cursors. See also BZ bug 1599420
| * [Parser] Move setting context to null to the correct location.Henri Sivonen2020-02-15
| |
| * Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-02-15
| | | | | | | | | | | | This adds an addition to the environment set up for child processes (plugin container) so that it may still be able to pass the omni parameters there as-needed.
| * [Layers] Clear WrappingTextureSourceYCbCrBasic::mTexture correctlysotaro2020-02-15
| |
| * [CSP] Allow not having a Port for RessourceURI if the Scheme has nowolfbeast2020-02-15
| | | | | | | | Default Port
* | [SSUAO] Update YouTube overrides to switch to polymer v1v2020.02.06wolfbeast2020-02-06
| |
* | Merge remote-tracking branch 'origin/release' into Basilisk-releasewolfbeast2020-02-06
|\|
| * Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xmlMatt A. Tobin2020-02-02
| | | | | | | | MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
| * Fix whitespace.athenian2002020-01-27
| |
| * Issue #1349 - Stop 2xx FTP responses from causing browser to hang.athenian2002020-01-27
| | | | | | | | | | | | LIST and RETR still appear to work as intended on ftp:// URLs after my changes. I wasn't able to test STOR because the browser doesn't appear to support FTP uploads at this time (although our FTP implementation appears perfectly capable of doing an FTP upload.) If I understood the issue correctly, though, what we're doing is ensuring that we receive a preliminary 100 response from the FTP server for a given action before jumping to the 200 code describing what we do if the action was completed. Even though it makes no logical sense for a server to say an action was completed before it was initiated, someone could write a really annoying FTP server that takes advantage of this fact to crash the browser if they wanted.
| * Issue #1358 - Default to SSL/TLS when using the Account WizardMatt A. Tobin2020-01-20
| |
| * Issue #1362 - Revert "Implement regular expression lookbehind"wolfbeast2020-01-19
| | | | | | | | This reverts commit fa473930f424bf17a9e545b601c84dd2e61364e3.
| * Issue #1362 - Revert "Update js/src/builtin/TestingFunctions.cpp forwolfbeast2020-01-19
| | | | | | | | | | | | regex lookbehind changes" This reverts commit e79607a7a694dc2d48d65697b48138fa585145c9.
* | Merge branch 'release' into Basilisk-releasev2020.01.12wolfbeast2020-01-11
|\|
| * Simplify some alias sets in IonMonkey.wolfbeast2020-01-11
| |
| * Prefer file extension as-provided over default extension for mimetype towolfbeast2020-01-11
| | | | | | | | look up default applications on Windows
| * Update GTK clipboard handlingwolfbeast2020-01-11
| | | | | | | | | | | | | | | | - Store the clipboard even if it was set in a GTK dialog. - Fix a GtkTargetList leak. - Notify GTK that the data is no longer available for clipboard_get_cb(), so that GTK will no longer advertise nor attempt to store the data.
| * Handle missing base64 challenge in NegotiateAuth and NTLMAuth.wolfbeast2020-01-11
| |
| * Make copy of list before iterating over it.Yaron Tausky2020-01-11
| |
| * Be more consistent about decoding IP addresses in PSM.wolfbeast2020-01-11
| |
| * Simplify value setting.wolfbeast2020-01-11
| | | | | | | | | | This gets rid of unused boolean return values on setters and a level of indirection for calls to set values.
| * Issue #1348 - Part 3: Set IS_PRIVATE input scope in private browsing.wolfbeast2020-01-11
| | | | | | | | | | | | | | | | | | Microsoft IME on Windows 10 20H1 (build 19025+) supports IME private mode by input scope. Although previous Windows versions use an undocumented API for Edge and IE only, the next Windows 10 release will use a public API for it. We pre-empt this potential privacy concern by setting the IS_PRIVATE flag when in PB mode.
| * Issue #1348 - Part 2: Teach IMEState about Private Browsing mode.wolfbeast2020-01-11
| |
| * Issue #1348 - Part 1: Clean up input scope support for IMM32.Makoto Kato2020-01-11
| | | | | | | | Use AutoTArray to set input scope.
| * Reject sample rates that are out-of-range for libsoundtouch.wolfbeast2020-01-11
| | | | | | | | | | We never reach this with our normal use of this lib but adding the sanity check just in case. (ported from upstream)
| * Bug 1599054 - allow callers to ommit sending OAuth2 client_secret parameter.Gaming4JC2020-01-11
| |
| * Bug 1597933 - Use URLSearchParams for setting params for OAuth2 ↵Gaming4JC2020-01-11
| | | | | | | | authorization request.
| * Bug 1597933 - use fetch + URLSearchParms instead of Http.jsm to request ↵Gaming4JC2020-01-11
| | | | | | | | OAuth2 access token.
| * Bug 1597933 - don't pass string constants to determine OAuth refresh token ↵Gaming4JC2020-01-11
| | | | | | | | or not.
| * Bug 1597933 - improve OAuth2 params parsing.Gaming4JC2020-01-11
| |
| * Bug 1597933 - clean up OAuth2 code: remove responseType which is always code.Gaming4JC2020-01-11
| | | | | | | | Response type token is part of the OAuth 2.0 Implicit Flow which is not used in Mail Applications, but also discouraged by the OAuth Working Group: https://developer.okta.com/blog/2019/05/01/is-the-oauth-implicit-flow-dead
| * Bug 1453643 - Enable proper retry on oauth2 authenication failure.Gaming4JC2020-01-11
| | | | | | | | This prevents mail applications from attempting to use an unauthenticated connection to mailbox(s) and avoid unexpected deletion of local mbox files and subsequent re-download of mailbox content over imap.
| * Bug 1176399 - Multiple requests for master password when GMail OAuth2 is ↵Gaming4JC2020-01-11
| | | | | | | | enabled.
| * Merge branch 'master' into releasewolfbeast2019-12-09
| |\
| | * No Issue - Execute the precomplete command on *nix AltPackagingMatt A. Tobin2019-12-09
| | | | | | | | | | | | Windows does not need this as mar generation is dependent on the NSIS Installer which already contains the call
| * | Merge branch 'master' into releasewolfbeast2019-12-07
| |\|
| | * Merge branch 'release'wolfbeast2019-12-07
| | |\ | | |/ | |/|
| * | Merge branch 'master' into releasewolfbeast2019-12-06
| |\ \
| | | * Merge pull request #1314 from g4jc/mailnews_patchesNew Tobin Paradigm2019-12-06
| | |/| | | | | | | | | Mailnews Nov/Dec Updates
| | | * Bug 1571481 - Improve multipart/alternative.Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | w/ Fixup for 1464056 - Follow-up: rename pref to align with mailnews.p7m_external (which was already in 52.x but missing a single line) Tag #1311
| | | * Bug 1482248 - don't crash on empty file name in ↵Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag #1311
| | | * Bug 1509685 - Add more bounds checking in ↵Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | nsMsgDBView::UpdateDisplayMessage() to avoid crashes Tag #1311
| | * | Update NSS version.wolfbeast2019-12-06
| | | |
| | * | Add missing call to WaitForIsDebuggerRegisteredwolfbeast2019-12-06
| | | |
| | * | [NSS] Bug 1586176 - EncryptUpdate should use maxout not block size.Craig Disselkoen2019-12-06
| | | |
| | * | Check return value of PeerConnectionImpl::GetFingerprint.Christian Holler2019-12-06
| | | |
| | * | [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSessionJ.C. Jones2019-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SFTKSession objects are only ever actually destroyed at PK11 session closure, as the session is always the final holder -- and asserting refCount == 1 shows that to be true. Because of that, NSC_CloseSession can just call `sftk_DestroySession` directly and leave `sftk_FreeSession` as a no-op to be removed in the future.
| | * | Initialize all fields of GdkEvents in nsClipboard.cppwolfbeast2019-12-06
| | | |
| | * | Fix incorrect values for saving ordered lists as text.wolfbeast2019-12-06
| | | |