summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵janekptacijarabaci2018-07-29-39/+29
| | | | and remove now unneeded identifiers
* [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵janekptacijarabaci2018-07-29-422/+393
| | | | objects
* [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItemjanekptacijarabaci2018-07-29-209/+118
|
* [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Libraryjanekptacijarabaci2018-07-29-95/+137
|
* [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChangedjanekptacijarabaci2018-07-29-70/+12
|
* [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads ↵janekptacijarabaci2018-07-29-18/+5
| | | | without the target file name annotation
* [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads ↵janekptacijarabaci2018-07-29-20/+7
| | | | without the target file name annotation
* [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵janekptacijarabaci2018-07-29-98/+78
| | | | DownloadsView
* Merge pull request #680 from janekptacijarabaci/pm_principal_origin-triggering_1Moonchild2018-07-28-9/+102
|\ | | | | Port across "originPrincipal" and "triggeringPrincipal"
| * [PALEMOON] [frontend vs backend] Implemented "originPrincipal" and ↵janekptacijarabaci2018-07-28-9/+102
|/ | | | | | | "triggeringPrincipal" Issue #679 Follow up #311
* Merge pull request #678 from trav90/media-workMoonchild2018-07-27-2/+335
|\ | | | | [EME] Add support for sbgp and sgpd boxes
| * [EME] Add error handling in MoofParser for sbgp and sgpd boxestrav902018-07-25-17/+58
| |
| * [EME] Add support for sbgp and sgpd boxes occuring in the sampletabletrav902018-07-25-16/+51
| |
| * [EME] Add support for sbgp and sgpd boxes in the traf boxtrav902018-07-25-1/+258
| |
* | Merge branch 'thumbnailplaceholder'wolfbeast2018-07-27-8/+103
|\ \
| * | Convert trinary to more explicit statement.wolfbeast2018-07-26-3/+6
| | |
| * | Fix #include and potentially undefined Capture.options object.wolfbeast2018-07-26-2/+2
| | |
| * | Set up new blocklist infra URLswolfbeast2018-07-25-2/+2
| | |
| * | Use a fixed thumbnail placeholder for blank thumbs (failed to capture).wolfbeast2018-07-25-5/+97
| | |
* | | Update zlib to 1.2.11wolfbeast2018-07-26-969/+1668
| | | | | | | | | | | | This resolves #676
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-07-26-23/+0
|\ \ \
| * \ \ Merge pull request #677 from kn-yami/issue667Moonchild2018-07-26-23/+0
| |\ \ \ | | |_|/ | |/| | remove "learnMoreContainer" leftovers
| | * | remove "learnMoreContainer" leftovers (part 2)yami2018-07-26-3/+0
| | | |
| | * | remove "learnMoreContainer" leftoversyami2018-07-22-20/+0
| | | |
* | | | Bypass transparency optimization with HC themes.wolfbeast2018-07-26-1/+4
|/ / / | | | | | | | | | | | | | | | | | | Don't use transparency optimization for theme items in Windows 8 or later with a high contrast theme in use. See MoonchildProductions/Pale-Moon#1591
* | / Set up new blocklist infra URLswolfbeast2018-07-25-2/+2
| |/ |/|
* | Use try/catch in PageThumbs writeData to deal with null data from caller.wolfbeast2018-07-25-1/+9
| | | | | | | | Quick fix for #670
* | Merge pull request #674 from ↵Moonchild2018-07-25-0/+5
|\ \ | | | | | | | | | | | | janekptacijarabaci/toolkit_startup_instance-with-profile_1 about:profiles - fix "Launch profile in new browser" (added "-no-remote" for Windows)
| * | about:profiles - fix "Launch profile in new browser" (added "-no-remote" for ↵janekptacijarabaci2018-07-25-0/+5
| | | | | | | | | | | | Windows)
* | | Merge pull request #672 from alaviss/newmoon-desktopMoonchild2018-07-25-0/+352
|\ \ \ | |/ / |/| | palemoon/unofficial: provides .desktop file
| * | palemoon/unofficial: provides .desktop fileLeorize2018-07-25-0/+352
|/ /
* | ANGLE: Initialize uniform blocks before detaching shaderswolfbeast2018-07-24-1/+11
| | | | | | | | This resolves #668
* | Cater Pale Moon's about box to unofficial branding.wolfbeast2018-07-24-1/+8
| |
* | Update AUTHORSwolfbeast2018-07-24-2/+5
| |
* | Merge pull request #666 from kn-yami/issue605Moonchild2018-07-23-204/+24
|\ \ | | | | | | replace "certErrorCodePrefix2" with "certErrorCodePrefix"
| * | remove dead codeyami2018-07-22-200/+21
| | |
| * | replace "certErrorCodePrefix2" with "certErrorCodePrefix"yami2018-07-22-4/+3
| |/
* | Merge pull request #665 from trav90/media-workMoonchild2018-07-22-100/+467
|\ \ | |/ |/| Add some error handling when parsing MP4 files
| * Rework MoofParser to return an error when the underlying BufferReader ↵trav902018-07-21-82/+221
| | | | | | | | returns an error.
| * Copy ByteReader to BufferReader and add some error handlingtrav902018-07-21-0/+226
| |
| * Warn instead of assert if SPS value is incorrecttrav902018-07-20-18/+20
| |
* | Allow AsyncDrawing for plugins in all versions.wolfbeast2018-07-22-5/+0
| |
* | Remove incorrect debug assertion.wolfbeast2018-07-22-9/+1
| | | | | | | | solves #631, solves #664
* | Fix position and size of Permissions Manager main content area.wolfbeast2018-07-21-0/+10
| | | | | | | | This resolves #660
* | Merge pull request #662 from janekptacijarabaci/pm_places_controller_clean-up_2Moonchild2018-07-21-5/+0
|\ \ | | | | | | [PALEMOON] Places - remove unnecessary line from controller.js
| * | [PALEMOON] Places - remove unnecessary line from controller.jsjanekptacijarabaci2018-07-21-2/+0
| | |
| * | [PALEMOON] Places - remove unused @param from controller.jsjanekptacijarabaci2018-07-21-3/+0
| | |
* | | Fix position and size of Permissions Manager main content area.wolfbeast2018-07-21-1/+6
| | | | | | | | | | | | This resolves #660
* | | Merge pull request #656 from JustOff/PR_pdf.js_localeMoonchild2018-07-21-145/+0
|\ \ \ | |/ / |/| | [PALEMOON] Remove localization files for pdf.js
| * | [PALEMOON] Remove localization files for pdf.jsJustOff2018-07-20-145/+0
|/ /