summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check.wolfbeast2018-06-01-11/+11
|
* Add build config option to disable startup cache precompilation.wolfbeast2018-06-01-9/+10
| | | | This resolves #418.
* Merge pull request #415 from JustOff/PR_default_themeMoonchild2018-05-31-1/+1
|\ | | | | Fix default theme issues from #414
| * [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linuxJustOff2018-05-30-1/+1
| |
* | Remove Social API.Ascrod2018-05-30-40/+0
|/
* Merge pull request #412 from g4jc/hsts_priming_removal_backportMoonchild2018-05-30-27/+0
|\ | | | | Remove support and tests for HSTS priming from the tree. Fixes #384
| * Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-27/+0
| |
* | [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵Matt A. Tobin2018-05-29-2/+2
| | | | | | | | extensions.minCompatiblePlatformVersion for update.json
* | [PALEMOON] [frontend vs backend] Remove unused webapps-*.png ↵janekptacijarabaci2018-05-29-7/+0
| | | | | | | | | | | | (chrome://global/skin/icons/webapps-*.png) Issue #121
* | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | | | | | | | osx/global/icons) Issue #121
* | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵janekptacijarabaci2018-05-29-0/+0
| | | | | | | | | | | | osx/global/icons) Issue #121
* | [PALEMOON] [frontend vs backend] Added iconsjanekptacijarabaci2018-05-29-0/+13
| | | | | | | | Issue #121
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29-17/+19
|\ \ | | | | | | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
| * | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-17/+19
| |/ | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* | [WebExAM] Deduplicate toolkit/mozapps/webextensionsMatt A. Tobin2018-05-28-794/+20
| |
* | [WebExAM] Follow up to 351cf2703Matt A. Tobin2018-05-28-4/+4
| |
* | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of ↵Matt A. Tobin2018-05-28-5/+14
|/ | | | Toolkit
* Revert "Remove the Social API"Moonchild2018-05-25-0/+40
|
* Remove the Social APIAscrod2018-05-24-40/+0
|
* Remove SPS profiler.wolfbeast2018-05-24-182/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove the jprof profiler.wolfbeast2018-05-23-45/+0
| | | | This resolves #377.
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-36/+0
| | | | This resolves #376.
* Remove IPC CrashReporterClient/Hostwolfbeast2018-05-22-15/+1
| | | | Tag #20.
* Remove stubbed IPC CrashReporter(Parent/Child)wolfbeast2018-05-21-1/+0
|
* Remove GMP, Plugin and IPC crash reporter hooks.wolfbeast2018-05-21-16/+2
| | | | | | Stubs will be removed in follow-up Tag #20.
* Merge pull request #358 from janekptacijarabaci/notifications_settings_3Moonchild2018-05-16-8/+49
|\ | | | | [PALEMOON] Fix: The settings icon in the notification is missing (copy some files from webextensions)
| * [PALEMOON] Fix: The settings icon in the notification is missing (copy some ↵janekptacijarabaci2018-05-15-8/+49
| | | | | | | | | | | | | | files from webextensions) Issue #121 Pull #273
* | Merge pull request #368 from trav90/safebrowsing-workMoonchild2018-05-16-3/+33
|\ \ | | | | | | Make safebrowsing optional at build time
| * | Make safebrowsing optional at build time - Part 3: toolkit/trav902018-05-12-3/+33
| | |
* | | Change Reader API to use events, remove messaging.Ascrod2018-05-15-97/+49
| | |
* | | Initial updates for Reader View.Ascrod2018-05-15-1736/+1742
| | |
* | | Drop invisible characters from downloads filename.wolfbeast2018-05-15-0/+1
| | |
* | | Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklistMatt A. Tobin2018-05-15-1504/+42
| |/ |/|
* | [*AM] Make soft-blocked phrasing more generic so people will cry less when ↵Matt A. Tobin2018-05-14-10/+10
| | | | | | | | we do our job
* | Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-903/+131
| | | | | | | | Tag #288.
* | Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-387/+34
|/ | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-88/+4
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-5/+28
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* [follow up] moebius#154: Notifications - user settings - the immediate ↵janekptacijarabaci2018-05-05-2/+2
| | | | | | | duration of the alert https://github.com/MoonchildProductions/moebius/pull/154 https://github.com/MoonchildProductions/UXP/pull/132
* Merge pull request #330 from JustOff/PR_PMkit_empty_getElementByIdMoonchild2018-05-04-1/+1
|\ | | | | [PMkit] Fix Empty string passed to getElementById() warning in buttons.js
| * [PMkit] Fix Empty string passed to getElementById() warning in buttons.jsJustOff2018-05-04-1/+1
| |
* | Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-2/+1
|\ \ | |/ |/|
| * Issue #325 Part 11: Fix up build files.wolfbeast2018-05-04-2/+1
| |
* | Merge pull request #323 from MoonchildProductions/nuke-sandboxMoonchild2018-05-04-415/+2
|\ \ | |/ |/| Nuke sandbox
| * Remove unused sanbox l10n strings (about:support)wolfbeast2018-05-03-8/+0
| |
| * Remove sandbox ductwork conditional code.wolfbeast2018-05-03-132/+2
| |
| * Remove content process sandbox code.wolfbeast2018-05-02-275/+0
| |
* | Merge pull request #319 from janekptacijarabaci/debug_warning_1Moonchild2018-05-02-3/+3
|\ \ | |/ |/| moebius#146: Building with "--enable-debug" - fix some warnings
| * Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-3/+3
| | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/146 https://github.com/MoonchildProductions/Pale-Moon/pull/1400
* | Merge pull request #320 from janekptacijarabaci/instanceof_negations_1Moonchild2018-05-02-14/+5
|\ \ | | | | | | palemoon#1173: Fix unsafe "instanceof" negations