summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Expand)AuthorAgeLines
* Issue #325 Part 10: Remove non-Intl conditionals from installer files.wolfbeast2018-05-04-2/+0
* Merge pull request #318 from janekptacijarabaci/pm_places_keyword_1Moonchild2018-05-02-9/+12
|\
| * [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ...janekptacijarabaci2018-05-02-1/+1
| * [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty v...janekptacijarabaci2018-05-02-9/+12
* | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actuall...Matt A. Tobin2018-05-01-0/+2
|/
* [PALEMOON] Update error number for webextensions to match the platformMatt A. Tobin2018-05-01-3/+3
* [PALEMOON] Align the application with the updated fullscreen APIJustOff2018-05-01-8/+4
* [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in f...JustOff2018-05-01-89/+62
* [PALEMOON] Added padding to toolbar autohideJustOff2018-05-01-32/+18
* [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreenJustOff2018-05-01-21/+9
* Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1Moonchild2018-05-01-31/+24
|\
| * [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowser...janekptacijarabaci2018-04-30-31/+24
* | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipalMoonchild2018-05-01-15/+23
|\ \
| * | [PALEMOON] Replace serializing `nsISHEntry.owner` with `nsISHEntry.triggering...JustOff2018-04-30-11/+19
| * | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated UX...JustOff2018-04-30-4/+4
| |/
* / [PALEMOON] Fix feeds - "Subscribe to this page..."janekptacijarabaci2018-05-01-1/+1
|/
* Merge pull request #299 from janekptacijarabaci/pm_permissions_2_style-clean-upNew Tobin Paradigm2018-04-30-8/+0
|\
| * [PALEMOON] [frontend vs backend] Remove unused styles for Push Notificationsjanekptacijarabaci2018-04-30-8/+0
* | [PALEMOON] Add required gBrowserBundle lazy getter in nsBrowserGlue.jsMatt A. Tobin2018-04-30-3/+9
* | Merge pull request #300 from janekptacijarabaci/build_warnings_3New Tobin Paradigm2018-04-30-1/+1
|\ \
| * | The preprocessor will be used for content/browser/autocomplete.xmljanekptacijarabaci2018-04-30-1/+1
| * | Fix a build warning for autocomplete.css a autocomplete.xmljanekptacijarabaci2018-04-30-2/+2
| |/
* | [PALEMOON] Issue #283 - Pale Moon Shell Service is not invoking defalt client...Matt A. Tobin2018-04-30-15/+41
* | Reconfigure Pale Moon to short-circuit some undesired services/features.wolfbeast2018-04-30-6/+8
|/
* Merge pull request #291 from adeshkp/buildid-macMoonchild2018-04-29-2/+2
|\
| * [Pale Moon] Fix buildid on Macadeshkp2018-04-29-2/+2
* | Merge pull request #289 from janekptacijarabaci/pm_referrerPolicy_1Moonchild2018-04-29-22/+99
|\ \
| * | [PALEMOON] [frontend and backend] Added support for "referrerPolicy"janekptacijarabaci2018-04-29-22/+99
| |/
* / Fix the lexical scope of `gBrowser.gInitialPages`JustOff2018-04-28-1/+1
|/
* Merge pull request #282 from JustOff/PR_urlbarChangeTrackerMoonchild2018-04-28-29/+20
|\
| * Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ch...JustOff2018-04-28-29/+20
* | Merge pull request #279 from janekptacijarabaci/pm_devtools_storage_style-cle...Moonchild2018-04-28-1/+6
|\ \
| * | [PALEMOON] [DevTools] Storage inspector throws an error when url changesjanekptacijarabaci2018-04-28-1/+6
* | | Merge pull request #276 from janekptacijarabaci/pm_url_1Moonchild2018-04-28-284/+452
|\ \ \ | |_|/ |/| |
| * | [PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.jsjanekptacijarabaci2018-04-28-1/+2
| * | [PALEMOON] Fix typo in tabbrowser.xmljanekptacijarabaci2018-04-28-1/+1
| * | [PALEMOON] Style clean up in browser.jsjanekptacijarabaci2018-04-28-1/+1
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-28-397/+869
| |\|
| * | [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy Do...janekptacijarabaci2018-04-26-8/+3
| * | Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Libraryjanekptacijarabaci2018-04-25-0/+4
| * | Bug 945707 - Pausing a download fails when done after a retry + follow up (se...janekptacijarabaci2018-04-25-21/+16
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-25-3934/+9763
| |\ \
| * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-17-475/+190
| |\ \ \
| * | | | [PALEMOON] Remove unused Task.jsm in openLocation.jsjanekptacijarabaci2018-04-17-1/+0
| * | | | [PALEMOON] Fix conflict in openLocation.jsjanekptacijarabaci2018-04-17-2/+2
| * | | | Fix flags for "loadURIWithFlags" in openLocation.jsjanekptacijarabaci2018-04-15-1/+2
| * | | | Maybe fix openLocation.js (to Promise)janekptacijarabaci2018-04-15-2/+1
| * | | | Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xmljanekptacijarabaci2018-04-15-2/+3
| * | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped o...janekptacijarabaci2018-04-15-4/+8
| * | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped o...janekptacijarabaci2018-04-15-9/+12