Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [places] Prevent some abuse of smart queries. | wolfbeast | 2019-05-27 | -4/+14 |
| | ||||
* | [media] Rewrite AudioConverter::DownmixAudio | wolfbeast | 2019-05-25 | -46/+62 |
| | | | | | - Structure the code better - Directly downmix to mono from multichannel | |||
* | [Basilisk/Pale Moon] Update region.properties. | wolfbeast | 2019-05-25 | -19/+12 |
| | | | | | | - Fix incorrect goanna prefix - Remove dead/insecure 30boxes service for webcal - Add preset order for Ecosia | |||
* | Avoid some useless ForgetSkippable handling while we're already dealing | wolfbeast | 2019-05-25 | -0/+5 |
| | | | | with snow-white objects. | |||
* | [IndexedDB] Call SendFailureResult if the actor has been destroyed. | wolfbeast | 2019-05-25 | -20/+26 |
| | | | | | | | | | | Normally we wouldn't need to send any notifications if the actor was already destroyed, but it can be a VersionChangeOp which needs to notify its parent operation (OpenDatabaseOp) about the failure. So SendFailureResult needs to be called even when the actor was destroyed. Normal operations redundantly check if the actor was destroyed in SendSuccessResult and SendFailureResult, therefore it's ok to call it in all cases here. | |||
* | [libpng] Backport an upstream libpng patch. | wolfbeast | 2019-05-25 | -2/+1 |
| | ||||
* | Make nsFind::Find handle empty string searches. | wolfbeast | 2019-05-25 | -0/+5 |
| | ||||
* | Add nullcheck. (uplift) | wolfbeast | 2019-05-17 | -0/+4 |
| | | | | This resolves #1088 | |||
* | Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵ | Matt A. Tobin | 2019-05-13 | -17/+3 |
| | | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809 | |||
* | Update sync clear history function to use new clear() API call. | Sean Greenslade | 2019-05-13 | -1/+1 |
| | ||||
* | [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all ↵ | Matt A. Tobin | 2019-05-11 | -7/+25 |
| | | | | windows have the AppMenu | |||
* | Issue #1084 - Add null check for URL Bar in the writePlaceholder() method | Franklin DM | 2019-05-11 | -0/+5 |
| | ||||
* | Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js | Matt A. Tobin | 2019-05-09 | -0/+21 |
| | | | | for Extension compatibility (uplift) | |||
* | Capture delayed events and cancel as necessary. (uplift)PM28.5.0_Release | wolfbeast | 2019-04-26 | -9/+20 |
| | | | | Resolves #1052 | |||
* | [PALEMOON] Remove errent extensions.blocklist.* from shared branding prefs | Matt A. Tobin | 2019-04-26 | -4/+0 |
| | ||||
* | Version bump for release 28.5.0 | wolfbeast | 2019-04-24 | -1/+1 |
| | ||||
* | Merge branch 'master' into Pale_Moon-release | wolfbeast | 2019-04-23 | -0/+0 |
|\ | ||||
| * | Update Twemoji Mozilla COLR font to 0.4.0 (TweMoji v11.4.0) | wolfbeast | 2019-04-23 | -0/+0 |
| | | ||||
* | | Merge branch 'master' into Pale_Moon-release | wolfbeast | 2019-04-22 | -461001/+146240 |
|\| | | | | | | | | | | | # Conflicts: # application/palemoon/config/version.txt # old-configure.in | |||
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-04-22 | -15/+29 |
| |\ | ||||
| | * | Merge pull request #1045 from ThosRTanner/patch-1 | New Tobin Paradigm | 2019-04-21 | -2/+1 |
| | |\ | | | | | | | | | Remove unused parameter from call | |||
| | | * | Remove unused parameter from call | ThosRTanner | 2019-04-20 | -2/+1 |
| | | | | | | | | | | | | Fixes #1043 | |||
| | * | | Issue #1049 - Show sync status via label of sync-button | Matt A. Tobin | 2019-04-21 | -6/+25 |
| | | | | ||||
| | * | | [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵ | Matt A. Tobin | 2019-04-21 | -6/+2 |
| | | | | | | | | | | | | | | | | Moon and replace the tryblock in Basilisk | |||
| | * | | Fix variable used before being declared in UpdateUtils.jsm | Matt A. Tobin | 2019-04-21 | -1/+1 |
| | | | | | | | | | | | | | | | | Fall out from #991 | |||
| * | | | Update platform version to reflect major changes in platform. | wolfbeast | 2019-04-22 | -1/+1 |
| |/ / | | | | | | | | | | Slightly belated but there it is. | |||
| * | | Version bump | wolfbeast | 2019-04-20 | -1/+1 |
| | | | ||||
| * | | Merge pull request #1047 from JustOff/PR_css3_url_token | Moonchild | 2019-04-20 | -16/+55 |
| |\ \ | | | | | | | | | Handle URL token in a closer way to the CSS3 spec | |||
| | * | | Handle URL token in a closer way to the CSS3 spec | JustOff | 2019-04-20 | -16/+55 |
| |/ / | ||||
| * | | Merge pull request #1041 from Ascrod/default-pref | Moonchild | 2019-04-20 | -811/+199 |
| |\ \ | | | | | | | | | Clean up try/catch blocks for preferences | |||
| | * | | Remove unused try/catch block. Tag #991. | Ascrod | 2019-04-18 | -3/+0 |
| | | | | ||||
| | * | | Merge branch 'master' into default-pref | Ascrod | 2019-04-18 | -62592/+1179 |
| | |\| | ||||
| | * | | Pref try/catch block fixup. Tag #991. | Ascrod | 2019-04-13 | -12/+18 |
| | | | | ||||
| | * | | Issue #991 Part 8: Toolkit everything else | Ascrod | 2019-04-13 | -216/+62 |
| | | | | ||||
| | * | | Issue #991 Part 7: Toolkit Components | Ascrod | 2019-04-13 | -204/+55 |
| | | | | ||||
| | * | | Issue #991 Part 6: Services | Ascrod | 2019-04-13 | -27/+5 |
| | | | | ||||
| | * | | Issue #991 Part 5: DOM and layout | Ascrod | 2019-04-13 | -110/+21 |
| | | | | ||||
| | * | | Issue #991 Part 4: Network and URILoader | Ascrod | 2019-04-13 | -35/+9 |
| | | | | ||||
| | * | | Issue #991 Part 3: Devtools | Ascrod | 2019-04-13 | -41/+12 |
| | | | | ||||
| | * | | Issue #991 Part 2: Basilisk | Ascrod | 2019-04-13 | -151/+36 |
| | | | | ||||
| | * | | Issue #991 Part 1: Pale Moon | Ascrod | 2019-04-13 | -73/+16 |
| | | | | ||||
| * | | | Stop building /accessible unified and fix deprot. | wolfbeast | 2019-04-20 | -18/+45 |
| | |/ | |/| | | | | | | | | | | | | | | | | Tag #80 Note: excludes changes to Mac-specific code because I can't build for OS X to check and fix deprot there. | |||
| * | | Merge branch 'Sync-weave' | wolfbeast | 2019-04-19 | -53530/+16 |
| |\ \ | ||||
| | * | | Remove Firefox Accounts service and tie-ins. | wolfbeast | 2019-04-19 | -51958/+9 |
| | | | | | | | | | | | | | | | | See previous commit for removal of browser identity module. | |||
| | * | | Remove various FxA tests | Moonchild | 2019-04-18 | -1522/+7 |
| | | | | ||||
| | * | | Remove FxAccounts front-end module references | Moonchild | 2019-04-18 | -50/+0 |
| | | | | ||||
| * | | | Merge branch 'Sync-weave' | wolfbeast | 2019-04-17 | -9085/+1161 |
| |\| | | ||||
| | * | | [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui ↵ | Matt A. Tobin | 2019-04-17 | -1/+3 |
| | | | | | | | | | | | | | | | | when it is disabled, duh. | |||
| | * | | [BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up | Matt A. Tobin | 2019-04-17 | -61/+44 |
| | | | | ||||
| | * | | Merge branch 'master' into Sync-weave | Matt A. Tobin | 2019-04-16 | -1/+2 |
| | |\ \ | | |/ / | |/| | |