Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use SessionStore.promiseInitialized() to avoid race condition in ↵PM28.1.0_Release | JustOff | 2018-09-18 |
| | | | | | | | | "about:home" (#774) * Use SessionStore.promiseInitialized() to avoid race condition in "about:home" * Improve code style of [d6c3adb91c9f29786f8ed8d93baa14c076494017] | ||
* | Merge branch 'master' into Pale_Moon-release | wolfbeast | 2018-09-17 |
|\ | | | | | | | | | | | | | # Conflicts: # application/palemoon/config/version.txt # js/src/jit/x86-shared/AssemblerBuffer-x86-shared.h # toolkit/components/search/orginal/nsSearchService.js | ||
| * | Merge pull request #770 from JustOff/PR_bgtab_notify | Moonchild | 2018-09-17 |
| |\ | | | | | | | Skip notifications for background tabs when restoring a session in Pale Moon and Basilisk | ||
| | * | [BASILISK] Skip notifications for background tabs when restoring a session | JustOff | 2018-09-16 |
| | | | |||
| | * | [PALEMOON] Skip notifications for background tabs when restoring a session | JustOff | 2018-09-16 |
| |/ | |||
| * | Merge pull request #767 from trav90/class-memaccess-errors | Moonchild | 2018-09-16 |
| |\ | | | | | | | Fix more -Wclass-memaccess warnings (part 2) | ||
| | * | Don't memset-zero the BacktrackingAllocator::vregs array of non-trivial ↵ | trav90 | 2018-09-12 |
| | | | | | | | | | | | | VirtualRegister instances | ||
| | * | Call memset on a void*, not a T*, in js_delete_poison to avoid ↵ | trav90 | 2018-09-12 |
| | | | | | | | | | | | | memset-on-nontrivial warnings with gcc that don't matter for an object whose lifetime is about to end | ||
| | * | Initialize some asm.js structures using in-class initializers instead of PodZero | trav90 | 2018-09-12 |
| | | | |||
| | * | Stop using PodZero in several places to initialize values of non-trivial type | trav90 | 2018-09-12 |
| | | | |||
| * | | Fix wrong SVG sizes with non-integer values for viewBox width/height. | wolfbeast | 2018-09-14 |
| | | | | | | | | | | | | Includes a standalone reftest. | ||
| * | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-12 |
| |\| | |||
| | * | Update HSTS preload list | trav90 | 2018-09-11 |
| | | | | | | | | | | | | Tag #447 | ||
| * | | Fix clang build bustage. | wolfbeast | 2018-09-12 |
| | | | | | | | | | | | | Follow-up to 9830cd079d8306abc223461190553af64b6fd0ca | ||
| * | | Flush some more buildlog output to screen when prudent. | wolfbeast | 2018-09-12 |
| |/ | |||
| * | Merge branch 'fbgw' | wolfbeast | 2018-09-11 |
| |\ | |||
| | * | Add findbar.termPerTab | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | Allow the pref to switch between global search term and per-tab search term | ||
| | * | Ensure the findbar target content browser follows the active tab. | wolfbeast | 2018-09-09 |
| | | | |||
| | * | Revert "Minimal easy fix -- move findbar getters to tabbrowser." | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | This reverts commit fb291846a59f9b8eaf8bba29e0d9794893e895bf. | ||
| | * | Revert "Transfer findbar data to torn-off tabs." | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | This reverts commit 333142b5af61c3fd67ad4e79467c03efb3641b20. | ||
| | * | Revert "[PALEMOON] Findbar - remove unnecessary code (Findbar is no longer ↵ | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | | | | | | | in the gBrowser)" This reverts commit 38f30cdf759e4f6da96da777c3216b5047d672c1. | ||
| | * | Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, ↵ | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | | | | | | | remove "_fastFind", a better focus() for the method "updateCurrentBrowser"" This reverts commit 63b10a9b4f8644550a89022b8d0d53ee26fc150b. | ||
| | * | Revert "Add tabbrowser findbar styling" | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | This reverts commit c96d9e5bdd064252c2b6d303c1db9209bf4814c9. | ||
| | * | Revert "Add tabbrowser findbar styling for Linux and OSX" | wolfbeast | 2018-09-09 |
| | | | | | | | | | | | | This reverts commit e4b01ba84463fbaf5209ae8d2bb6a612f491bb5b. | ||
| * | | Merge branch 'ported-upstream' | wolfbeast | 2018-09-11 |
| |\ \ | |||
| | * | | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1469309 - Remove an unused sensor type. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08 | wolfbeast | 2018-09-11 |
| | | | | | | | | | | | | | | | | | | | | - imageDetails.format() needs a cast to SurfaceFormat - style nit: wrap long lines. | ||
| | * | | Release mapped surface memory on size check failure to plug a leak. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Move surface data checking to a separate function to make it less "totally nuts" | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1467363 - Protect access to mTransparentSurface with a lock. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1478575 - Unify CamerasChild shutdown paths. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Bug 1473113 - Defer initializing the MAR index until it's needed. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Cherry-pick libvpx upstream 52add5896661d186dec284ed646a4b33b607d2c7. | wolfbeast | 2018-09-11 |
| | | | | |||
| | * | | Merge branch 'master' into ported-upstream | wolfbeast | 2018-09-10 |
| | |\ \ | |||
| | * | | | Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong ↵ | wolfbeast | 2018-09-10 |
| | | | | | | | | | | | | | | | | | | | | ref on it on the stack when nsRefreshDriver::Tick can be reached. | ||
| | * | | | Bug 1470260 - Part 1: Ensure that 'this' stays alive for the duration of the ↵ | wolfbeast | 2018-09-10 |
| | | | | | | | | | | | | | | | | | | | | TickRefreshDriver call. | ||
| * | | | | Remove some unnecessary dependencies from HAL. | wolfbeast | 2018-09-11 |
| | | | | | |||
| * | | | | Replace the custom logic in ObserverList with an nsTObserverArray which has ↵ | wolfbeast | 2018-09-11 |
| | |/ / | |/| | | | | | | | | | | all the necessary logic for stable iteration over a potentially changing list of items. | ||
| * | | | Merge pull request #754 from trav90/class-memaccess-errors | Moonchild | 2018-09-10 |
| |\ \ \ | | |/ / | |/| | | Fix more -Wclass-memaccess warnings (GCC8) | ||
| | * | | Fix build bustage | trav90 | 2018-09-02 |
| | | | | |||
| | * | | Call the relevant scope-data constructor when allocating it, and poison/mark ↵ | trav90 | 2018-09-02 |
| | | | | | | | | | | | | | | | | as undefined the memory for the trailing array of BindingNames, ratther than impermissibly PodZero-ing non-trivial classes. | ||
| | * | | Convert the trailing array of BindingNames at the end of the various kinds ↵ | trav90 | 2018-09-02 |
| | | | | | | | | | | | | | | | | of scope data into raw unsigned chars into which those BindingNames are placement-new'd, rather than memcpy-ing non-trivial classes around and failing to comply with the C++ object model | ||
| | * | | Make nsScannerIterator a trivial type in order to use memset | trav90 | 2018-09-02 |
| | | | | |||
| * | | | fix mozilla regression in search service (saving user-defined search engines) | Ketmar Dark | 2018-09-10 |
| | |/ | |/| | | | | | | | | | | | | | this restores some API that is used by search engine management extensions, and tells "browser-search-engine-modified"/"engine-changed" signal to save user-defined search engines to "%PROFILE%/searchplugins", as it did in Good Old Times. | ||
| * | | Merge pull request #758 from trav90/buildsystem-work | Moonchild | 2018-09-08 |
| |\ \ | | | | | | | | | Silence the -Wuninitialized warning in mozjemalloc | ||
| | * | | Silence the -Wuninitialized warning in mozjemalloc | trav90 | 2018-09-08 |
| | | | | | | | | | | | | | | | | GCC 7+ warns about too many false positives. | ||
| * | | | Merge pull request #755 from g4jc/debugspam | Moonchild | 2018-09-08 |
| |\ \ \ | | | | | | | | | | | backport mozbug 1350090: Turn off the spammy warning that goes off every time we create an about:blank content viewer; r=mystor |