Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #441 from janekptacijarabaci/pm_findbar_1 | Moonchild | 2018-06-03 | -3/+33 |
|\ | | | | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | |||
| * | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys | janekptacijarabaci | 2018-06-03 | -3/+33 |
| | | | | | | | | Issue #430 | |||
* | | Update Readability from mozilla-central release branch (FF 60.0). | Ascrod | 2018-06-02 | -33/+57 |
| | | ||||
* | | Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check. | wolfbeast | 2018-06-01 | -11/+11 |
|/ | ||||
* | Add build config option to disable startup cache precompilation. | wolfbeast | 2018-06-01 | -9/+10 |
| | | | | This resolves #418. | |||
* | Merge pull request #415 from JustOff/PR_default_theme | Moonchild | 2018-05-31 | -1/+1 |
|\ | | | | | Fix default theme issues from #414 | |||
| * | [PALEMOON] Fix missed `notifyPluginCrashed.png` on windows and linux | JustOff | 2018-05-30 | -1/+1 |
| | | ||||
* | | Remove Social API. | Ascrod | 2018-05-30 | -40/+0 |
|/ | ||||
* | Merge pull request #412 from g4jc/hsts_priming_removal_backport | Moonchild | 2018-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 #384 | Gaming4JC | 2018-05-26 | -27/+0 |
| | | ||||
* | | [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵ | Matt A. Tobin | 2018-05-29 | -2/+2 |
| | | | | | | | | extensions.minCompatiblePlatformVersion for update.json | |||
* | | [PALEMOON] [frontend vs backend] Remove unused webapps-*.png ↵ | janekptacijarabaci | 2018-05-29 | -7/+0 |
| | | | | | | | | | | | | (chrome://global/skin/icons/webapps-*.png) Issue #121 | |||
* | | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵ | janekptacijarabaci | 2018-05-29 | -0/+0 |
| | | | | | | | | | | | | osx/global/icons) Issue #121 | |||
* | | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵ | janekptacijarabaci | 2018-05-29 | -0/+0 |
| | | | | | | | | | | | | osx/global/icons) Issue #121 | |||
* | | [PALEMOON] [frontend vs backend] Added icons | janekptacijarabaci | 2018-05-29 | -0/+13 |
| | | | | | | | | Issue #121 | |||
* | | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 | Moonchild | 2018-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 ↵ | janekptacijarabaci | 2018-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/webextensions | Matt A. Tobin | 2018-05-28 | -794/+20 |
| | | ||||
* | | [WebExAM] Follow up to 351cf2703 | Matt A. Tobin | 2018-05-28 | -4/+4 |
| | | ||||
* | | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of ↵ | Matt A. Tobin | 2018-05-28 | -5/+14 |
|/ | | | | Toolkit | |||
* | Revert "Remove the Social API" | Moonchild | 2018-05-25 | -0/+40 |
| | ||||
* | Remove the Social API | Ascrod | 2018-05-24 | -40/+0 |
| | ||||
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -182/+0 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | Remove the jprof profiler. | wolfbeast | 2018-05-23 | -45/+0 |
| | | | | This resolves #377. | |||
* | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 | -36/+0 |
| | | | | This resolves #376. | |||
* | Remove IPC CrashReporterClient/Host | wolfbeast | 2018-05-22 | -15/+1 |
| | | | | Tag #20. | |||
* | Remove stubbed IPC CrashReporter(Parent/Child) | wolfbeast | 2018-05-21 | -1/+0 |
| | ||||
* | Remove GMP, Plugin and IPC crash reporter hooks. | wolfbeast | 2018-05-21 | -16/+2 |
| | | | | | | Stubs will be removed in follow-up Tag #20. | |||
* | Merge pull request #358 from janekptacijarabaci/notifications_settings_3 | Moonchild | 2018-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 ↵ | janekptacijarabaci | 2018-05-15 | -8/+49 |
| | | | | | | | | | | | | | | files from webextensions) Issue #121 Pull #273 | |||
* | | Merge pull request #368 from trav90/safebrowsing-work | Moonchild | 2018-05-16 | -3/+33 |
|\ \ | | | | | | | Make safebrowsing optional at build time | |||
| * | | Make safebrowsing optional at build time - Part 3: toolkit/ | trav90 | 2018-05-12 | -3/+33 |
| | | | ||||
* | | | Change Reader API to use events, remove messaging. | Ascrod | 2018-05-15 | -97/+49 |
| | | | ||||
* | | | Initial updates for Reader View. | Ascrod | 2018-05-15 | -1736/+1742 |
| | | | ||||
* | | | Drop invisible characters from downloads filename. | wolfbeast | 2018-05-15 | -0/+1 |
| | | | ||||
* | | | Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist | Matt A. Tobin | 2018-05-15 | -1504/+42 |
| |/ |/| | ||||
* | | [*AM] Make soft-blocked phrasing more generic so people will cry less when ↵ | Matt A. Tobin | 2018-05-14 | -10/+10 |
| | | | | | | | | we do our job | |||
* | | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -903/+131 |
| | | | | | | | | Tag #288. | |||
* | | Remove MOZ_WIDGET_GONK [2/2] | wolfbeast | 2018-05-13 | -387/+34 |
|/ | | | | Tag #288 | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -88/+4 |
| | ||||
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -5/+28 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | [follow up] moebius#154: Notifications - user settings - the immediate ↵ | janekptacijarabaci | 2018-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_getElementById | Moonchild | 2018-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.js | JustOff | 2018-05-04 | -1/+1 |
| | | ||||
* | | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-04 | -2/+1 |
|\ \ | |/ |/| | ||||
| * | Issue #325 Part 11: Fix up build files. | wolfbeast | 2018-05-04 | -2/+1 |
| | | ||||
* | | Merge pull request #323 from MoonchildProductions/nuke-sandbox | Moonchild | 2018-05-04 | -415/+2 |
|\ \ | |/ |/| | Nuke sandbox | |||
| * | Remove unused sanbox l10n strings (about:support) | wolfbeast | 2018-05-03 | -8/+0 |
| | | ||||
| * | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 | -132/+2 |
| | | ||||
| * | Remove content process sandbox code. | wolfbeast | 2018-05-02 | -275/+0 |
| | |