summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into js-moduleswolfbeast2018-08-05-60666/+30082
|\
| * Merge pull request #694 from adeshkp/patch-10Moonchild2018-08-04-4/+1
| |\ | | | | | | Fix constructor in nsHtml5AtomTable.cpp
| | * Fix constructor in nsHtml5AtomTable.cppadeshkp2018-08-04-4/+1
| | | | | | | | | Follow up to 2bc00ef to fix build bustage
| * | re-apply "Improve nsHtml5AtomTable performance (#693)" (#695)"wolfbeast2018-08-04-0/+20
| | | | | | | | | | | | This reverts commit ca87455cc5880897c8b921077819988feede90bd.
| * | Revert "Improve nsHtml5AtomTable performance (#693)" (#695)Moonchild2018-08-04-20/+0
| |/ | | | | This reverts commit 2bc00efe7bb826d683257264471878c05757f2bb.
| * Improve nsHtml5AtomTable performance (#693)adeshkp2018-08-04-0/+20
| | | | | | | | | | * cpp change * h change
| * Make AC option for devtools (client) an enable_bool to align with the default.wolfbeast2018-08-04-4/+4
| |
| * Merge pull request #691 from ↵Moonchild2018-08-04-53/+52
| |\ | | | | | | | | | | | | janekptacijarabaci/pm_preferences_applications_always-ask_1 [PALEMOON] Fix "Always ask" for Plugins (in Preferences - Applications)
| | * [PALEMOON] Bug 863773 - Changes the way plugin handlers are loaded at the ↵janekptacijarabaci2018-07-26-21/+12
| | | | | | | | | | | | preferences applications pane. Uses enabledPlugin attribute from each navigator.mimeTypes to find the actual plugin used to handle the mime type
| | * [PALEMOON] Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in ↵janekptacijarabaci2018-07-25-1/+1
| | | | | | | | | | | | applications pref pane
| | * [PALEMOON] Bug 480242 - "Always ask" doesn't work for Pluginsjanekptacijarabaci2018-07-25-24/+30
| | |
| | * [PALEMOON] Bug 757726 - Populate Preferences' Applications list using PluginHostjanekptacijarabaci2018-07-25-18/+20
| | |
| * | Merge pull request #690 from janekptacijarabaci/netwerk_cors_multiple_1Moonchild2018-08-04-1/+2
| |\ \ | | | | | | | | Fixed misleading console error message for multiple CORS headers
| | * | Fixed misleading console error message for multiple CORS headersjanekptacijarabaci2018-07-31-1/+2
| | | |
| * | | Merge pull request #692 from SpockFan02/masterMoonchild2018-08-04-0/+256
| |\ \ \ | | | | | | | | | | Restore Mac bookmark doorhanger styling
| | * | | Restore Mac bookmark doorhanger stylingSpockMan022018-08-03-8/+256
| | | | |
| * | | | Link to developer site from readme.wolfbeast2018-08-03-0/+3
| | | | |
| * | | | Fix theme/os mismatch with full screen/private browsing caption buttons on ↵Matt A. Tobin2018-08-01-8/+0
| |/ / / | | | | | | | | | | | | Macintosh
| * | | Merge pull request #688 from ↵Moonchild2018-08-01-29/+268
| |\ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/about-support_WebGL-information_expand_1 Expand about:support WebGL information
| | * | | Bug 1341957 - Add webgl.getSupportedExtensions() to about:supportjanekptacijarabaci2018-08-01-11/+23
| | | | |
| | * | | Bug 1335296 - Expand about:support WebGL informationjanekptacijarabaci2018-08-01-29/+256
| | | | |
| * | | | Update HSTS preload listtrav902018-08-01-1735/+1719
| | | | | | | | | | | | | | | | | | | | Tag #447
| * | | | Version bumpPM28.0.0b5_Unstablewolfbeast2018-08-01-1/+1
| |/ / /
| * | | Merge pull request #685 from trav90/default-pref-updatesMoonchild2018-08-01-1/+2
| |\ \ \ | | | | | | | | | | Disable battery API by default
| | * | | Disable battery API by default to reduce private data exposure to the webtrav902018-07-31-1/+2
| | | | |
| * | | | Tune the network stackwolfbeast2018-08-01-6/+21
| |/ / / | | | | | | | | | | | | This resolves #684
| * | | Merge pull request #681 from JustOff/PR_remove_helpviewer_skinMoonchild2018-07-31-1/+0
| |\ \ \ | | | | | | | | | | Remove dead Help Viewer skin mapping from Toolkit
| | * | | Remove dead Help Viewer skin mapping from ToolkitJustOff2018-07-29-1/+0
| | | | |
| * | | | Enable d3d9 accelerated layers as a fallback.wolfbeast2018-07-30-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | If d3d 11 can't be used for whatever reason (limited integrated/mobile chipset, etc.) we should fall back to d3d9. Mozilla blocked this based on experiences with Intel GPUs/drawing artefacts, but those drivers are blacklisted already. No reason to disable this path for everyone.
| * / / Remove dead WebApps code.wolfbeast2018-07-28-3/+0
| |/ /
| * | 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)