Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Code style improvements (no bug). | wolfbeast | 2018-10-23 | -9/+18 |
| | ||||
* | Improve graph edge resolution code. | wolfbeast | 2018-10-23 | -17/+48 |
| | | | | This is a follow-up to ca7ecd37c94e268972697a37eec4e46771c6e6f2 further improving the DiD resolution for CVE-2018-12386. | |||
* | Merge pull request #844 from kn-yami/issue768 | Moonchild | 2018-10-23 | -0/+15 |
|\ | | | | | align Basilisk sidebar context menu behaviour with Pale Moon | |||
| * | align Basilisk sidebar context menu behaviour with Pale Moon | yami | 2018-10-20 | -0/+15 |
| | | ||||
* | | Fix reference to undefined property warnings in toolkit's browser.xml. | wolfbeast | 2018-10-21 | -4/+5 |
|/ | ||||
* | Merge pull request #843 from kn-yami/issue516 | Moonchild | 2018-10-20 | -1/+1 |
|\ | | | | | fix naming of getStartupChanges function | |||
| * | fix naming of getStartupChanges function | yami | 2018-10-20 | -1/+1 |
| | | ||||
* | | Merge pull request #839 from kn-yami/issue516 | Moonchild | 2018-10-20 | -163/+150 |
|\| | | | | | remove named function syntax in several TychoAM components | |||
| * | make style of amInstallTrigger.js more consistent | yami | 2018-10-04 | -1/+1 |
| | | ||||
| * | remove named function syntax in LightweightThemeManager.jsm | yami | 2018-10-04 | -15/+15 |
| | | ||||
| * | remove named function syntax in amWebInstallListener.js | yami | 2018-10-04 | -14/+14 |
| | | ||||
| * | remove named function syntax in AddonManager.jsm | yami | 2018-10-04 | -116/+107 |
| | | ||||
| * | remove named function syntax in addonManager.js | yami | 2018-10-04 | -17/+13 |
| | | ||||
* | | Merge pull request #841 from JustOff/PR_css_grid_shrink_wrap | Moonchild | 2018-10-20 | -3/+353 |
|\ \ | | | | | | | [css-grid] Don't shrink-wrap the inline size when we have an available size when measuring block size | |||
| * | | [css-grid] Reftests for 88671bcc3633af5a5e34715518e0804ca892fac7 | JustOff | 2018-10-20 | -0/+348 |
| | | | ||||
| * | | [css-grid] Don't shrink-wrap the inline size when we have an available size ↵ | JustOff | 2018-10-20 | -3/+5 |
| | | | | | | | | | | | | when measuring block size | |||
* | | | Merge pull request #838 from FranklinDM/notification-work | Moonchild | 2018-10-20 | -13/+0 |
|\ \ \ | |/ / |/| | | Pale Moon: Remove message manager property from tabbrowser.xml | |||
| * | | Remove superfluous message manager property | Franklin DM | 2018-10-20 | -13/+0 |
|/ / | ||||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-10-19 | -5146/+2690 |
|\ \ | ||||
| * \ | Merge pull request #837 from Ascrod/readerview | Moonchild | 2018-10-17 | -86/+165 |
| |\ \ | | | | | | | | | Reader Updates | |||
| | * | | Update Readability from mozilla-central release branch (FF 62.0.3). Tag #361. | Ascrod | 2018-10-15 | -85/+165 |
| | | | | ||||
| | * | | Remove unused import from AboutReader module. Tag #361. | Ascrod | 2018-10-15 | -1/+0 |
| | | | | ||||
| * | | | Merge pull request #836 from Ascrod/translation | Moonchild | 2018-10-17 | -3560/+2 |
| |\ \ \ | | |/ / | |/| | | Basilisk: Remove in-browser translation | |||
| | * | | Issue #832 Part 3: Remove strings. | Ascrod | 2018-10-11 | -131/+0 |
| | | | | ||||
| | * | | Issue #832 Part 2: Remove styling and images. | Ascrod | 2018-10-11 | -431/+2 |
| | | | | ||||
| | * | | Issue #832 Part 1: Remove modules, chrome, and preferences. | Ascrod | 2018-10-11 | -2998/+0 |
| | | | | ||||
| * | | | Update HSTS preload list | trav90 | 2018-10-12 | -1500/+2523 |
| |/ / | | | | | | | | | | Tag #447 | |||
* / / | Fix a test (#670) | wolfbeast | 2018-10-19 | -6/+0 |
|/ / | ||||
* | | Merge pull request #830 from trav90/media-work | Moonchild | 2018-10-10 | -75/+152 |
|\ \ | | | | | | | Several WebM/VPX fixes | |||
| * | | [webm] Don't reject seeks with EOS | trav90 | 2018-10-08 | -0/+4 |
| | | | | | | | | | | | | The MediaDecoderStateMachine treat seek's EOS as fatal errors, so instead we always resolve the seek promise, and let the next GetSample return EOS. | |||
| * | | [webm] Treat demuxing errors differently than EOS | trav90 | 2018-10-08 | -41/+75 |
| | | | | | | | | | | | | Otherwise the WebM demuxer makes no difference between a genuine EOS and encountering an error. | |||
| * | | Call VPXDecoder libvpx wrappers for WebM | trav90 | 2018-10-08 | -13/+14 |
| | | | | | | | | | | | | Use the new helper functions instead of calling libvpx directly. This simplifies adding other codecs in the future. | |||
| * | | Implement keyframe and framesize VPXDecoder helpers | trav90 | 2018-10-08 | -10/+46 |
| | | | | | | | | | | | | Encapsulate code from WebMDemuxer to query keyframe and frame resolution inside VPXDecoder, so we have a clean wrapper for all the libvpx functions we use. | |||
| * | | Add Span support to MediaRawData | trav90 | 2018-10-08 | -0/+3 |
| | | | ||||
| * | | [vpx] Store VPXDecoder codec as an enum | trav90 | 2018-10-08 | -4/+5 |
| | | | | | | | | | | | | Use the enum we already have here instead of converting to an int when we pass it around, giving us better type checking. | |||
| * | | [webm] Store LastSeenFrame dimensions as an nsIntSize | trav90 | 2018-10-08 | -8/+6 |
| | | | | | | | | | | | | This simplifies the comparison and update logic. | |||
* | | | Merge pull request #828 from g4jc/outlook_cve | Moonchild | 2018-10-10 | -8/+29 |
|\ \ \ | | | | | | | | | Fix unwanted navigation from D&D of an Outlook mail message. | |||
| * | | | backport m-c 1435319: CVE-2018-12381 - Dropping an Outlook email message ↵ | Gaming4JC | 2018-10-09 | -8/+29 |
|/ / / | | | | | | | | | | into the browser window will trigger a page navigation when the message's mail columns are incorrectly interpreted as a URL. | |||
* | | | Merge pull request #826 from MaxKoll/MaxKoll-patch-1 | Moonchild | 2018-10-09 | -61/+63 |
|\ \ \ | | | | | | | | | Fix in-tab close button behavior | |||
| * | | | Fix in-tab close button behavior | MaxKoll | 2018-10-08 | -61/+63 |
| | |/ | |/| | | | | Fixes #775 (non-responsiveness when closing multiple tabs by rapidly clicking in-tab close buttons). | |||
* | | | Merge pull request #827 from trav90/code-cleanup | Moonchild | 2018-10-09 | -662/+1 |
|\ \ \ | |_|/ |/| | | [ffvpx] Remove support for 32-bit Mac | |||
| * | | [ffvpx] Remove support for 32-bit Mac | trav90 | 2018-10-08 | -662/+1 |
|/ / | ||||
* | | Merge pull request #825 from MaxKoll/revert-811-MaxKoll-patch-1 | Moonchild | 2018-10-08 | -81/+61 |
|\ \ | | | | | | | Revert "Fix in-tab close button behavior" | |||
| * | | Revert "Fix in-tab close button behavior" | MaxKoll | 2018-10-08 | -81/+61 |
|/ / | ||||
* | | Merge pull request #824 from MoonchildProductions/revert-822-code-cleanup | Moonchild | 2018-10-08 | -1/+661 |
|\ \ | | | | | | | Revert "[ffvpx] Remove support for 32-bit Mac" | |||
| * | | Revert "[ffvpx] Remove support for 32-bit Mac" | Moonchild | 2018-10-08 | -1/+661 |
|/ / | ||||
* | | Expose browser.download.lastDir.savePerSite | wolfbeast | 2018-10-08 | -0/+3 |
| | | | | | | | | Resolves #823 (alternative suggestion) | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-10-08 | -1020/+3400 |
|\ \ | ||||
| * \ | Merge pull request #814 from Ascrod/nsis-cleanup | Moonchild | 2018-10-08 | -359/+13 |
| |\ \ | | | | | | | | | Clean up NSIS installer code | |||
| | * | | Basilisk Installer: Remove unused stub defines and strings. | Ascrod | 2018-10-06 | -162/+0 |
| | | | |