summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeLines
* Issue #325 Part 11: Fix up build files.wolfbeast2018-05-04-2/+1
* Merge pull request #319 from janekptacijarabaci/debug_warning_1Moonchild2018-05-02-3/+3
|\
| * Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-3/+3
* | Merge pull request #320 from janekptacijarabaci/instanceof_negations_1Moonchild2018-05-02-14/+5
|\ \
| * | Fix unsafe "instanceof" negationsjanekptacijarabaci2018-05-02-14/+5
| |/
* | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actuall...Matt A. Tobin2018-05-01-23/+39
* | Un-depercate synchronous search initializationMatt A. Tobin2018-05-01-9/+0
* | [TychoAM] Make the Add-ons Manager conditionally devtools freeMatt A. Tobin2018-05-01-0/+27
* | Issue #316 - Always build heapsnapshot regardless of the rest of the devtools...Matt A. Tobin2018-05-01-2/+1
|/
* Only set and show the dual-guid indicators when dual-guid has been builtMatt A. Tobin2018-05-01-5/+18
* Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-c...janekptacijarabaci2018-05-01-1/+5
* Bug 1341589 - Set triggeringPrincipal on history entry for view-source loadsjanekptacijarabaci2018-04-30-0/+2
* Bug 1307736 - Store triggeringPrincipal with all history entriesjanekptacijarabaci2018-04-30-0/+5
* Merge pull request #301 from janekptacijarabaci/html_input_datetime_4Moonchild2018-04-30-2/+2
|\
| * Fix typo in variables in datetimepopup.xmljanekptacijarabaci2018-04-30-2/+2
* | [*AM] Expand the list for excluding internally used IDs from being sent to AUSMatt A. Tobin2018-04-29-4/+22
|/
* Merge pull request #281 from janekptacijarabaci/pm_devtools_storage_mapURIToA...Moonchild2018-04-29-13/+28
|\
| * Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURI...janekptacijarabaci2018-04-28-13/+10
| * Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathServicejanekptacijarabaci2018-04-28-0/+18
* | [TychoAM] Fix gCertBlocklistService.addRevokedCert is not a functionMatt A. Tobin2018-04-28-1/+1
* | Merge branch 'malloc-rewrite'wolfbeast2018-04-28-41/+0
|\ \ | |/ |/|
| * Remove jemalloc 4 from our tree.wolfbeast2018-04-27-41/+0
* | [PALEMOON] [frontend vs backend] Fix of non-existent CSS files (follow up - u...janekptacijarabaci2018-04-27-2/+2
* | [PALEMOON] [frontend vs backend] Fix of non-existent CSS filesjanekptacijarabaci2018-04-26-0/+347
* | Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-3/+17
|\ \ | |/ |/|
| * [Toolkit] Change button labels in password manageradeshkp2018-04-26-3/+17
* | Merge pull request #260 from janekptacijarabaci/plugins_placeholder_css_1Moonchild2018-04-24-2/+13
|\ \
| * | palemoon#583 and #1071: Fix: Plugin placeholder image/text (ask to activate) ...janekptacijarabaci2018-04-24-2/+13
* | | Merge pull request #258 from janekptacijarabaci/forgetAboutSite_1Moonchild2018-04-24-150/+171
|\ \ \
| * | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ...janekptacijarabaci2018-04-24-150/+171
| |/ /
* | | Merge pull request #244 from janekptacijarabaci/pm_toolbars_custom_persist_2New Tobin Paradigm2018-04-24-1/+1
|\ \ \
| * | | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribu...janekptacijarabaci2018-04-24-1/+1
| |/ /
* / / Fix accessing the bootstrap methods when they are declared in the new lexical...JustOff2018-04-23-3/+61
|/ /
* | Merge pull request #233 from janekptacijarabaci/webextensions_sandbox_sandbox...Moonchild2018-04-23-0/+2
|\ \
| * | moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxesjanekptacijarabaci2018-04-23-0/+2
* | | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1Moonchild2018-04-23-0/+10
|\ \ \
| * | | Bug 1329288: Allow content policy consumers to identify contentPolicy checks ...janekptacijarabaci2018-04-22-0/+10
| |/ /
* | | Merge pull request #234 from janekptacijarabaci/about_errors_1Moonchild2018-04-23-1/+5
|\ \ \
| * | | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23-1/+5
| |/ /
* | | Make sure to keep the safebrowsing entities valid.wolfbeast2018-04-22-2/+1
* | | Update about:rights legal text.wolfbeast2018-04-22-8/+12
* | | Remove NPAPI deprecation statement from about:plugins.wolfbeast2018-04-22-9/+0
|/ /
* | Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] ...Matt A. Tobin2018-04-22-1/+5
* | [PMkit] Fix the shim for 'sdk/ui/button'JustOff2018-04-22-3/+1
* | [PMkit] Mark 'sdk/panel' as compatible with Pale MoonJustOff2018-04-22-0/+1
* | Remove unused header file for MeeGo Touchwolfbeast2018-04-21-28/+0
* | Disallow E10S to run.wolfbeast2018-04-21-8/+4
* | Merge pull request #217 from janekptacijarabaci/webextensions_runtime_onMessa...New Tobin Paradigm2018-04-20-42/+262
|\ \
| * | moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConne...janekptacijarabaci2018-04-20-42/+262
* | | Merge pull request #220 from JustOff/PR_PMkit_part2New Tobin Paradigm2018-04-20-4/+10
|\ \ \