Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove VR hardware support. | wolfbeast | 2018-11-26 | -15647/+6 |
| | | | | This resolves #881 | |||
* | Merge pull request #879 from trav90/code-cleanup | Moonchild | 2018-11-24 | -44/+1 |
|\ | | | | | Remove leftover gonk bits in /dom/media | |||
| * | Remove OMX_PLATFORM_GONK | trav90 | 2018-11-21 | -22/+1 |
| | | ||||
| * | Remove remaining MOZ_GONK_MEDIACODEC code | trav90 | 2018-11-21 | -22/+0 |
| | | ||||
* | | Fix debug assertion. | wolfbeast | 2018-11-22 | -1/+1 |
| | | | | | | | | See: https://github.com/MoonchildProductions/UXP/commit/622098073e132995994fac4d61e3629d08ee1801#commitcomment-31390051 | |||
* | | Merge branch 'webp-update' | wolfbeast | 2018-11-21 | -558/+754 |
|\ \ | |/ |/| | ||||
| * | Fix blank pixel color for truncated GIFs | wolfbeast | 2018-11-21 | -1/+7 |
| | | ||||
| * | Split out FrameTimeout into its own header file for re-use. | wolfbeast | 2018-11-21 | -100/+119 |
| | | ||||
| * | Unrefactor mRawVeggies back to mVBuffMeat ;P | wolfbeast | 2018-11-21 | -4/+4 |
| | | | | | | | | (mRawSurface -> mVBuf) | |||
| * | Fix pasta error | wolfbeast | 2018-11-21 | -0/+2 |
| | | ||||
| * | Bug 1462355 - Part 1c. Make individual image decoders to use updated ↵ | wolfbeast | 2018-11-21 | -33/+49 |
| | | | | | | | | | | | | Decoder/SurfacePipe methods. Extend this change to nsWebPDecoder.cpp | |||
| * | Bug 1462355 - Part 1b. Update Decoder and SurfacePipe plumbing to use ↵ | wolfbeast | 2018-11-21 | -92/+84 |
| | | | | | | | | updated imgFrame methods. | |||
| * | Bug 1462355 - Part 1a. Make imgFrame animation parameters threadsafe. | wolfbeast | 2018-11-20 | -65/+91 |
| | | | | | | | | | | | | | | | | | | | | | | | | We currently choose to set the animation parameters (blend method, blend rect, disposal method, timeout) in imgFrame::Finish instead of imgFrame::InitForDecoder. The decoders themselves already have access to the necessary information at the time InitForDecoder is called, so there is no reason to do this. Moving the configuration to initialization will allow us to relax the mutex protection on these parameters. This part simply reorganizes imgFrame, and subsequent parts will introduce the necessary changes to SurfacePipe and decoders. | |||
| * | Port WebP decoder changes. | wolfbeast | 2018-11-20 | -273/+408 |
|/ | | | | | This breaks animated WebP for the moment, but adds QCMS color management and lexer changes. Tag #831 | |||
* | Update package.json | Moonchild | 2018-11-20 | -2/+2 |
| | | | Update request version dependency | |||
* | Add a nullcheck on pipelined HTTP connections' pushback. | wolfbeast | 2018-11-20 | -0/+5 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-19 | -17/+703 |
|\ | ||||
| * | Merge pull request #874 from FranklinDM/sound_indicator-work | Moonchild | 2018-11-19 | -17/+703 |
| |\ | | | | | | | Add mute/media playing indicator to tabs | |||
| | * | Hide mute menu item and disable mute hotkey with existing pref | FranklinDM | 2018-11-18 | -0/+39 |
| | | | ||||
| | * | Fix undefined isSameDocument | FranklinDM | 2018-11-17 | -0/+2 |
| | | | ||||
| | * | Follow-up: Add missing getTabFromAudioEvent method | FranklinDM | 2018-11-17 | -0/+16 |
| | | | ||||
| | * | Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others | FranklinDM | 2018-11-17 | -11/+11 |
| | | | | | | | | | | | | - alltabs => allTabs | |||
| | * | Issue #638 - Part 9: Add sound icon to all tabs menu | FranklinDM | 2018-11-17 | -1/+11 |
| | | | ||||
| | * | Issue #638 - Part 8: Add overlay sound icon for pinned tabs | FranklinDM | 2018-11-17 | -17/+163 |
| | | | | | | | | | | | | - This also moves some styles to tabbrowser.css | |||
| | * | Issue #638 - Part 7: Remove hover and active states for sound indicator | FranklinDM | 2018-11-17 | -277/+74 |
| | | | ||||
| | * | Issue #638 - Part 6: Fix up remaining references | FranklinDM | 2018-11-16 | -12/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Refactor _tabAttrModified to accept two parameters - Modify consumers of _tabAttrModified to pass details - Add missing _soundPlayingAttrRemovalTimer field - Add missing checks for mute/unmute around the tab browser - Tab sound icon should inherit 'selected' attribute instead of 'visuallyselected' | |||
| | * | Issue #638 - Part 5: Add mute/unmute option to tab context menu | FranklinDM | 2018-11-16 | -0/+46 |
| | | | ||||
| | * | Issue #638 - Part 4: Add tab sound icon to tab drop-down list | FranklinDM | 2018-11-16 | -0/+27 |
| | | | ||||
| | * | Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute state | FranklinDM | 2018-11-16 | -0/+4 |
| | | | ||||
| | * | Issue #638 - Part 2: Add tooltip to mute/unmute buttons | FranklinDM | 2018-11-16 | -3/+23 |
| | | | ||||
| | * | Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs | FranklinDM | 2018-11-16 | -1/+538 |
| | | | ||||
* | | | Belated new cycle version bump | wolfbeast | 2018-11-19 | -1/+1 |
|/ / | ||||
* | | Strip Inkscape data from toolbar SVGs and remove obsolete PNGs. | wolfbeast | 2018-11-19 | -2695/+2362 |
| | | | | | | | | Tag #576 | |||
* | | Merge pull request #873 from JustOff/PR_bm_folders_copy_paste | Moonchild | 2018-11-19 | -23/+34 |
|\ \ | | | | | | | [PALEMOON] Align the places component with the updated PlacesUtils API | |||
| * | | [PALEMOON] Align the places component with the updated PlacesUtils API | JustOff | 2018-11-16 | -23/+34 |
| |/ | ||||
* | | Merge pull request #876 from trav90/add-av1-support | Moonchild | 2018-11-19 | -0/+16 |
|\ \ | | | | | | | Add support for AV1 in MP4 container | |||
| * | | Add AV1 support to MP4Decoder. | trav90 | 2018-11-18 | -0/+8 |
| | | | ||||
| * | | Add support to libstagefright for AV1 FourCCs (part 2) | trav90 | 2018-11-18 | -0/+3 |
| | | | ||||
| * | | Add support to libstagefright for AV1 FourCCs | trav90 | 2018-11-15 | -0/+5 |
| |/ | ||||
* | | Merge pull request #877 from trav90/code-cleanup | Moonchild | 2018-11-19 | -9/+4 |
|\ \ | | | | | | | Cleanup some comments in our media code. | |||
| * | | Cleanup some comments in our media code. | trav90 | 2018-11-18 | -9/+4 |
|/ / | ||||
* / | Replace toolbar PNG bitmaps with SVG vectors. | wolfbeast | 2018-11-19 | -13/+4185 |
|/ | | | | | | | | This makes the main toolbar icon set use SVG vector images, so they are prepared for HiDPI use. The download indicator "attention" state (green arrow) has been folded into the main toolbar image. This is a direct replacement of the previous images (and not separate icon files) to have a direct drop-in replacement for the previously used files. Tag #576 | |||
* | Tell the cycle collector about nsScriptLoadRequest::mElement. | wolfbeast | 2018-11-15 | -2/+10 |
| | | | | Not doing this can cause a leak because there is a cycle between the load request and the script element. | |||
* | Fix build bustage. | wolfbeast | 2018-11-15 | -1/+0 |
| | | | | Tag #871 | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-14 | -1/+1 |
|\ | ||||
| * | Merge pull request #869 from FranklinDM/sync_notification-work | Moonchild | 2018-11-14 | -1/+1 |
| |\ | | | | | | | [Pale Moon] Fix missing icon for Sync notifications | |||
| | * | [Pale Moon] Sync notification widget's messageImage should inherit the ↵ | FranklinDM | 2018-11-14 | -1/+1 |
| | | | | | | | | | | | | 'type' attribute | |||
* | | | Split the content viewer marking function in CCUncollectable out, | wolfbeast | 2018-11-14 | -16/+23 |
|/ / | | | | | | | | | | | so a document-based marking function can be used separately. Tag #871 | |||
* | | [PALEMOON] Re-apply removal of unnecessary code (Findbar is no longer in the ↵ | janekptacijarabaci | 2018-11-14 | -30/+1 |
| | | | | | | | | | | | | gBrowser) This resolves #793 | |||
* | | Issue #861 - The bookmark properties window should focus on the Name Picker ↵ | Matt A. Tobin | 2018-11-14 | -0/+5 |
|/ | | | | text box on init |