Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | | ||||
* | | Merge pull request #319 from janekptacijarabaci/debug_warning_1 | Moonchild | 2018-05-02 | -3/+3 |
|\ \ | |/ |/| | moebius#146: Building with "--enable-debug" - fix some warnings | |||
| * | Building with "--enable-debug" - fix some warnings | janekptacijarabaci | 2018-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_1 | Moonchild | 2018-05-02 | -14/+5 |
|\ \ | | | | | | | palemoon#1173: Fix unsafe "instanceof" negations | |||
| * | | Fix unsafe "instanceof" negations | janekptacijarabaci | 2018-05-02 | -14/+5 |
| |/ | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1173 | |||
* | | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵ | Matt A. Tobin | 2018-05-01 | -23/+39 |
| | | | | | | | | | | | | actually built This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support. | |||
* | | Un-depercate synchronous search initialization | Matt A. Tobin | 2018-05-01 | -9/+0 |
| | | ||||
* | | [TychoAM] Make the Add-ons Manager conditionally devtools free | Matt A. Tobin | 2018-05-01 | -0/+27 |
| | | ||||
* | | Issue #316 - Always build heapsnapshot regardless of the rest of the ↵ | Matt A. Tobin | 2018-05-01 | -2/+1 |
|/ | | | | devtools for now | |||
* | Only set and show the dual-guid indicators when dual-guid has been built | Matt A. Tobin | 2018-05-01 | -5/+18 |
| | ||||
* | Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵ | janekptacijarabaci | 2018-05-01 | -1/+5 |
| | | | | ctrl-click and open link in new tab | |||
* | Bug 1341589 - Set triggeringPrincipal on history entry for view-source loads | janekptacijarabaci | 2018-04-30 | -0/+2 |
| | ||||
* | Bug 1307736 - Store triggeringPrincipal with all history entries | janekptacijarabaci | 2018-04-30 | -0/+5 |
| | ||||
* | Merge pull request #301 from janekptacijarabaci/html_input_datetime_4 | Moonchild | 2018-04-30 | -2/+2 |
|\ | | | | | [regression] [follow up] Error: No such property on self-hosted object: "Intl_getDisplayNames" | |||
| * | Fix typo in variables in datetimepopup.xml | janekptacijarabaci | 2018-04-30 | -2/+2 |
| | | | | | | | | Issue #162 | |||
* | | [*AM] Expand the list for excluding internally used IDs from being sent to AUS | Matt A. Tobin | 2018-04-29 | -4/+22 |
|/ | ||||
* | Merge pull request #281 from ↵ | Moonchild | 2018-04-29 | -13/+28 |
|\ | | | | | | | | | janekptacijarabaci/pm_devtools_storage_mapURIToAddonId_1 [PALEMOON] [DevTools] Storage inspector throws "AddonPathService.mapURIToAddonId is not a function" when url changes | |||
| * | Bug 1263935 - Forward AddonManager.mapURIToAddonId to ↵ | janekptacijarabaci | 2018-04-28 | -13/+10 |
| | | | | | | | | | | | | AddonPathService.mapURIToAddonId Issue #102 | |||
| * | Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService | janekptacijarabaci | 2018-04-28 | -0/+18 |
| | | | | | | | | Issue #102 | |||
* | | [TychoAM] Fix gCertBlocklistService.addRevokedCert is not a function | Matt A. Tobin | 2018-04-28 | -1/+1 |
| | | | | | | | | Mozilla renamed it to revokeCertByIssuerAndSerial | |||
* | | Merge branch 'malloc-rewrite' | wolfbeast | 2018-04-28 | -41/+0 |
|\ \ | |/ |/| | | | This resolves #263. |