summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Clamp resolution in PerformanceNavigationTiming.wolfbeast2018-07-01-8/+9
| |
| * Rework gfxFontUtils::MapCharToGlyphFormat4 to be more robust. DiDwolfbeast2018-07-01-42/+57
| |
| * WebRTC: Add DeleteStreams to media conduits.wolfbeast2018-07-01-4/+16
| |
| * Cherry-pick user sctp rev SVN8789a6da02e2c7c03522bc6f275b302f6ef977fePale Moon2018-06-30-0/+4
| |
| * Confirm launch of executables other than .exe on Windows.wolfbeast2018-06-30-14/+15
| |
| * Bug 1464039 - Only reject qcms transform with invalid grid size if the ↵Nicolas Silva2018-06-30-2/+8
| | | | | | | | transform function uses the grid size. r=Bas a=jcristau
| * Bug 1436241 - Check redirect status code before forwarding to NPAPI. r=jimm, ↵Kyle Machulis2018-06-30-9/+9
| | | | | | | | | | | | | | | | r=pauljt, a=jcristau 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.
| * Bug 1468217 - Add "SettingContent-ms" to the list of executable file ↵Paolo Amadini2018-06-30-0/+1
| | | | | | | | extensions. r=Gijs, a=RyanVM
| * Bug 1464039 - Reject some invalid transforms in qcms. r=mwoodrow, a=RyanVMNicolas Silva2018-06-30-0/+4
| |
| * Bug 1413868.wolfbeast2018-06-30-0/+466
| |
| * Bug 1464063 - Remove sdp_getchoosetok. r=bwc, a=RyanVMNils Ohlmeier [:drno]2018-06-29-78/+7
| | | | | | | | WebRTC
| * Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵Byron Campen [:bwc]2018-06-29-0/+12
| | | | | | | | a=RyanVM
| * Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵Byron Campen [:bwc]2018-06-29-1/+4
| | | | | | | | | | | | a=RyanVM WebRTC
| * Bug 1462912 - Fixed BufferList::Extract to handle the case where the call ↵Alex Gaynor2018-06-29-1/+20
| | | | | | | | consumes the entirety of the BufferList. r=froydnj, a=RyanVM
| * Bug 1456189 - Simplify BufferList::Extract to make the lifetimes clearer. ↵Alex Gaynor2018-06-29-47/+115
| | | | | | | | r=froydnj, a=RyanVM
* | [PALEMOON] Remove duplicate MOZ_PROFILE_MIGRATOR entry in confvars.wolfbeast2018-07-02-3/+1
| |
* | Disable Intersection Observers by default.wolfbeast2018-07-02-1/+1
| | | | | | | | This draft implementation does not play nice with several large sites (e.g. Facebook).
* | Issue #578: Applications cannot start without /proc (chroot).wolfbeast2018-07-02-3/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UXP uses the current stack frame address and the stack size as a sort of heuristic for various things in the JavaScript engine. The js::GetNativeStackBaseImpl() function is used to get the base stack address (i.e. the address from which the stack grows, so this can be either the first or last memory address of the stack memory space depending on the CPU architecture). On Linux, this function is implemented using the pthreads APIs. For non-main threads, the queried thread info is stored in memory. The main thread does not have this information on hand, so it gets the stack memory range via the /proc/self/maps file (see glibc's pthread_get_attr_np.c). Fortunately (per discussions with the firefox devs in #jsapi) the base address only needs to be approximate. In reality, environment variables, args, and other things are stored in stack space between the end/beginning of the mapped stack memory and the 'top' of the stack space used by stack frames. When using glibc, we can get the top of this usable stack from __libc_stack_end, which is a void* set by glibc during program initialization, avoiding the need to access /proc. Non-main threads still get their stack-base through the usual pthreads APIs. Other libc implementations like musl will fall back to the standard UNIX-like implementation which calls pthread's pthread_attr_getstack() also from the main thread, which may imply /proc access and not work in restricted environments.
* | Merge pull request #579 from JustOff/PR_pmkit_dyn_buttonsMoonchild2018-07-01-2/+21
|\ \ | | | | | | [PMkit] Keep the buttons position when they are placed right before space, flexible space or separator
| * | [PMkit] Keep the buttons position when they are placed right before space, ↵JustOff2018-07-01-2/+21
| | | | | | | | | | | | flexible space or separator
* | | Merge pull request #580 from ↵Moonchild2018-07-01-1/+1
|\ \ \ | |/ / |/| | | | | | | | janekptacijarabaci/devtools_locales_performance_typos-in-comments_1 Fix typo in a comment - performance.dtd
| * | Fix typo in a comment - performance.dtdjanekptacijarabaci2018-07-01-1/+1
|/ /
* | Merge pull request #572 from adeshkp/patch-8Moonchild2018-06-30-1/+1
|\ \ | | | | | | Quick fix to binary file path for Mac packaging
| * | Quick fix to binay file path for Mac packagingadeshkp2018-06-30-1/+1
|/ /
* | Merge pull request #567 from SpockMan02/moz-mac-lion-themeMoonchild2018-06-30-41/+74
|\ \ | | | | | | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media querySpockMan022018-06-27-41/+74
| | |
* | | Merge pull request #570 from trav90/code-cleanupMoonchild2018-06-30-7/+3
|\ \ \ | | | | | | | | Remove unnecessary GCC version checks
| * | | Remove unnecessary GCC version checkstrav902018-06-29-7/+3
| | | |
* | | | Merge pull request #569 from Lootyhoof/theme-textMoonchild2018-06-30-8/+29
|\ \ \ \ | | | | | | | | | | [Pale Moon] Fix a few default theme issues
| * | | | Add tabbrowser findbar styling for Linux and OSXLootyhoof2018-06-30-0/+12
| | | | |
| * | | | Only invert dropmarker by default on glassLootyhoof2018-06-30-8/+7
| | | | |
| * | | | Allow menubar items to inherit toolbar text stylingLootyhoof2018-06-30-0/+4
| | | | |
| * | | | Add tabbrowser findbar stylingLootyhoof2018-06-30-0/+6
| |/ / /
* | | | Merge pull request #566 from JustOff/PR_libwebp-1.0.0Moonchild2018-06-30-2312/+3898
|\ \ \ \ | |/ / / |/| | | Update libwebp to v1.0.0 + known security patches
| * | | Rename libwebp/MOZCHANGES to libwebp/UXPCHANGES and update itJustOff2018-06-29-3/+4
| | | |
| * | | Apply known security patches (webp:381,383,384) to libwebp-1.0.0JustOff2018-06-29-59/+90
| | | |
| * | | Add new files to libwebp/dsp/moz.buildJustOff2018-06-29-0/+4
| | | |
| * | | Sync libwebp sources with ↵JustOff2018-06-29-2250/+3796
| | | | | | | | | | | | | | | | https://chromium.googlesource.com/webm/libwebp/+/v1.0.0
| * | | Update libwebp/update.sh script for libwebp-1.0.0JustOff2018-06-29-0/+4
| | | |
* | | | Bump Pale Moon to beta 2PM28.0.0b2_Unstablewolfbeast2018-06-29-1/+1
|/ / /
* | | Revert "Remove unwanted newtab page code"wolfbeast2018-06-29-7/+4732
| | | | | | | | | | | | This reverts commit 277fa0afdc50b707b3227ca327c29766cdcd20f1.
* | | Restore Pale Moon's standalone image viewing style.wolfbeast2018-06-29-1/+8
| | |
* | | Remove SSL Error Reporting telemetrywolfbeast2018-06-29-462/+1
| | |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-06-29-2/+2
|\ \ \
| * \ \ Merge pull request #564 from ↵Moonchild2018-06-29-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_locales_animationinspector_typos-in-comments_1 Fix typos in comments - animationinspector.properties
| | * | | Fix typos in comments - animationinspector.propertiesjanekptacijarabaci2018-06-29-2/+2
| | | |/ | | |/|
* | / | Issue #562 Part 2: Remove unnecessary grid calculation code.wolfbeast2018-06-29-110/+11
|/ / /
* / / Remove unused code for managing physical audio devices.Gabriele Svelto2018-06-29-273/+0
|/ / | | | | | | This was only used in B2G/Gonk and can go.
* | WebRTC: Nullcheck DataChannel SendPacket calls.wolfbeast2018-06-29-2/+5
| |
* | Convert the button rect to device coordinates correctly instead of casting ↵wolfbeast2018-06-28-1/+3
| | | | | | | | | | | | CSS coordinates. This should the correct fix for #559