summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into 27.9_RelBranch27.9.4_Release27.9_RelBranchPale Moon2018-07-10
|\
| * Make nsAtomicFileOutputStream::DoOpen() fail if the file is read-only.Pale Moon2018-07-10
| | | | | | | | This means we don't leave behind prefs-<n>.js files when prefs.js is read-only.
* | Bump version for release.Pale Moon2018-07-02
| |
* | Merge branch 'master' into 27.9_RelBranchPale Moon2018-07-02
|\|
| * Fix typo (RefPtr -> nsRefPtr)Pale Moon2018-07-01
| |
| * Ensure the right anonymous element is focused when calling input.focus()Pale Moon2018-07-01
| |
| * Perform some sanity checks on nsMozIconURI.Pale Moon2018-07-01
| |
| * Update dimensions early in ClearTarget.Pale Moon2018-07-01
| |
| * Reject some invalid qcms transforms.Pale Moon2018-07-01
| | | | | | | | | | | | Note: Only reject qcms transform with invalid grid size if the transform function uses the grid size. Some transform functions don't use the table and grid size, and therefore are expected to work without valid values in these members, so we should not reject these.
| * Confirm launch of executables other than .exe on Windows.Pale Moon2018-06-30
| | | | | | | | Follow-up: pre-process DownloadsCommon.jsm for added XP_WIN check.
| * Confirm launch of executables other than .exe on Windows.Pale Moon2018-06-30
| |
| * Check redirect status code before forwarding to NPAPI.Pale Moon2018-06-30
| | | | | | | | | | | | NPAPI may handle a 307 redirect across different origins, while they should only happen on same origin requests. Have the browser check this _before_ forwarding to NPAPI.
| * Prevent various location-based hazards.Pale Moon2018-06-24
| |
| * Restrict web access to moz-icon:// schemePale Moon2018-06-24
| | | | | | | | This resolves #1685
| * Satisfy AMO's discrimination by UA.Pale Moon2018-06-13
| |
* | Bump version for release.27.9.3_ReleasePale Moon2018-06-10
| |
* | Merge branch 'master' into 27.9_RelBranchPale Moon2018-06-10
|\|
| * Add a nullcheck in DOMProxyHandler::EnsureExpandoObjectPale Moon2018-06-10
| |
| * Fix count of compacting update tasks started.Pale Moon2018-06-07
| |
| * Merge pull request #1682 from trav90/HSTS-preload-updateMoonchild2018-06-06
| |\ | | | | | | Update HSTS preload list
| | * Update HSTS preload listtrav902018-06-06
| |/ | | | | | | Tag #62.
| * Clarify status or repo in README.Pale Moon2018-06-05
| |
| * Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abfPale Moon2018-05-28
| |
| * Port libopus upstream patch.Pale Moon2018-05-28
| | | | | | | | Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b
| * Fix missing include in Skia SafeMathPale Moon2018-05-17
| |
* | Fix missing include in Skia SafeMath27.9.2_ReleasePale Moon2018-05-17
| |
* | Version bump for release.Pale Moon2018-05-15
| |
* | Merge branch 'master' into 27.9_RelBranchPale Moon2018-05-15
|\|
| * Add sanity checks in nsScriptableUConv.cppPale Moon2018-05-15
| |
| * Avoid calling SVGAnimatedEnumeration::AnimVal() from nsSVGUtils::GetBBox().Pale Moon2018-05-15
| | | | | | | | | | AnimVal() is a DOM getter and it flushes animations, which we don't want in GetBBox() which is called from display list building side and FrameLayerBuilder.
| * Consistently use PR memory functions.Pale Moon2018-05-15
| |
| * Change MOZ_ASSERT to MOZ_RELEASE_ASSERT.Pale Moon2018-05-15
| |
| * Add and use Skia's "Safe Math" (DiD)Pale Moon2018-05-15
| |
| * Bug 1409440.Pale Moon2018-05-15
| |
| * Check for infinite value in txFormatNumberFunctionCall.Pale Moon2018-05-15
| |
| * Drop invisible characters from downloads filename.Pale Moon2018-05-15
| |
| * Final version as per IRCPale Moon2018-05-14
| |
| * Update dialog strings for blocklist entry pop-up.Pale Moon2018-05-14
| |
| * Make soft-blocked wording more generic so people don't blow their top over it.Pale Moon2018-05-14
| |
| * Update blocklist pm112Pale Moon2018-05-10
| |
| * Remove SEE_MASK_FLAG_NO_UI for better Windows 10 compatibility.Pale Moon2018-05-10
| |
* | Version bump for release.27.9.1_ReleasePale Moon2018-05-03
| |
* | Merge branch 'master' into 27.9_RelBranchPale Moon2018-05-03
|\| | | | | | | | | # Conflicts: # browser/config/version.txt
| * Merge pull request #1669 from trav90/FFmpeg-workMoonchild2018-05-03
| |\ | | | | | | Add support for FFmpeg 4.0/libavcodec58
| | * Add support for FFmpeg 4.0/libavcodec58trav902018-05-01
| |/
| * Bump UI version in glue to clear sync migration with a last try.Pale Moon2018-05-01
| |
| * Implement mozilla::IsAsciiAlphaPale Moon2018-05-01
| | | | | | | | | | This implements what you think the function isAlpha() is. (and you were right until Windows 10 version 1803)
| * Adjust cairo mutex locks for Tycho targets.Pale Moon2018-04-30
| |
| * Use SRWlocks for mutexes in cairo on Windows.wolfbeast2018-04-29
| |
| * Port malloc improvements from UXP.Pale Moon2018-04-29
| |