summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [PALEMOON] Restore strings mistakenly removed by [8be0c16be614d54183ee3d4877e...JustOff2018-09-21-0/+3
* Use SessionStore.promiseInitialized() to avoid race condition in "about:home"...PM28.1.0_ReleaseJustOff2018-09-18-5/+12
* Merge branch 'master' into Pale_Moon-releasewolfbeast2018-09-17-15579/+13509
|\
| * Merge pull request #770 from JustOff/PR_bgtab_notifyMoonchild2018-09-17-6/+35
| |\
| | * [BASILISK] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-3/+18
| | * [PALEMOON] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-3/+17
| |/
| * Merge pull request #767 from trav90/class-memaccess-errorsMoonchild2018-09-16-98/+77
| |\
| | * Don't memset-zero the BacktrackingAllocator::vregs array of non-trivial Virtu...trav902018-09-12-15/+11
| | * Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nont...trav902018-09-12-1/+1
| | * Initialize some asm.js structures using in-class initializers instead of PodZerotrav902018-09-12-9/+9
| | * Stop using PodZero in several places to initialize values of non-trivial typetrav902018-09-12-73/+56
| * | Fix wrong SVG sizes with non-integer values for viewBox width/height.wolfbeast2018-09-14-4/+180
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-09-12-1799/+3198
| |\|
| | * Update HSTS preload listtrav902018-09-11-1799/+3198
| * | Fix clang build bustage.wolfbeast2018-09-12-1/+1
| * | Flush some more buildlog output to screen when prudent.wolfbeast2018-09-12-0/+2
| |/
| * Merge branch 'fbgw'wolfbeast2018-09-11-126/+77
| |\
| | * Add findbar.termPerTabwolfbeast2018-09-09-1/+5
| | * Ensure the findbar target content browser follows the active tab.wolfbeast2018-09-09-0/+5
| | * Revert "Minimal easy fix -- move findbar getters to tabbrowser."wolfbeast2018-09-09-48/+14
| | * Revert "Transfer findbar data to torn-off tabs."wolfbeast2018-09-09-11/+0
| | * Revert "[PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in...wolfbeast2018-09-09-1/+30
| | * Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, remov...wolfbeast2018-09-09-47/+23
| | * Revert "Add tabbrowser findbar styling"wolfbeast2018-09-09-6/+0
| | * Revert "Add tabbrowser findbar styling for Linux and OSX"wolfbeast2018-09-09-12/+0
| * | Merge branch 'ported-upstream'wolfbeast2018-09-11-51/+229
| |\ \
| | * | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope.wolfbeast2018-09-11-0/+49
| | * | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope.wolfbeast2018-09-11-1/+17
| | * | Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver.wolfbeast2018-09-11-8/+9
| | * | Bug 1469309 - Remove an unused sensor type.wolfbeast2018-09-11-5/+5
| | * | Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08wolfbeast2018-09-11-2/+4
| | * | Release mapped surface memory on size check failure to plug a leak.wolfbeast2018-09-11-0/+2
| | * | Move surface data checking to a separate function to make it less "totally nuts"wolfbeast2018-09-11-12/+47
| | * | Bug 1467363 - Protect access to mTransparentSurface with a lock.wolfbeast2018-09-11-0/+14
| | * | Bug 1478575 - Unify CamerasChild shutdown paths.wolfbeast2018-09-11-0/+1
| | * | Bug 1473113 - Defer initializing the MAR index until it's needed.wolfbeast2018-09-11-4/+19
| | * | Cherry-pick libvpx upstream 52add5896661d186dec284ed646a4b33b607d2c7.wolfbeast2018-09-11-1/+39
| | * | Merge branch 'master' into ported-upstreamwolfbeast2018-09-10-104/+189
| | |\ \
| | * | | Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong r...wolfbeast2018-09-10-20/+21
| | * | | Bug 1470260 - Part 1: Ensure that 'this' stays alive for the duration of the ...wolfbeast2018-09-10-0/+4
| * | | | Remove some unnecessary dependencies from HAL.wolfbeast2018-09-11-4/+0
| * | | | Replace the custom logic in ObserverList with an nsTObserverArray which has a...wolfbeast2018-09-11-7/+7
| | |/ / | |/| |
| * | | Merge pull request #754 from trav90/class-memaccess-errorsMoonchild2018-09-10-104/+189
| |\ \ \ | | |/ / | |/| |
| | * | Fix build bustagetrav902018-09-02-1/+1
| | * | Call the relevant scope-data constructor when allocating it, and poison/mark ...trav902018-09-02-31/+72
| | * | Convert the trailing array of BindingNames at the end of the various kinds of...trav902018-09-02-64/+108
| | * | Make nsScannerIterator a trivial type in order to use memsettrav902018-09-02-9/+9
| * | | fix mozilla regression in search service (saving user-defined search engines)Ketmar Dark2018-09-10-5/+18
| | |/ | |/|
| * | Merge pull request #758 from trav90/buildsystem-workMoonchild2018-09-08-1/+4
| |\ \
| | * | Silence the -Wuninitialized warning in mozjemalloctrav902018-09-08-1/+4