summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)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 - Fix: "Keyword" reset (to an empty value) does not work
| * [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ↵janekptacijarabaci2018-05-02-1/+1
| | | | | | | | | | | | entire function "onKeywordFieldBlur" Issue #121
| * [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty ↵janekptacijarabaci2018-05-02-9/+12
| | | | | | | | | | | | value) does not work Issue #121
* | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵Matt A. Tobin2018-05-01-0/+2
|/ | | | | | 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.
* [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 ↵JustOff2018-05-01-89/+62
| | | | fullscreen mode and simplify related code
* [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 nsBrowserGlue.js
| * [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in ↵janekptacijarabaci2018-04-30-31/+24
| | | | | | | | | | | | nsBrowserGlue.js Tag #273
* | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipalMoonchild2018-05-01-15/+23
|\ \ | | | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated API
| * | [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵JustOff2018-04-30-11/+19
| | | | | | | | | | | | `nsISHEntry.triggeringPrincipal`
| * | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated ↵JustOff2018-04-30-4/+4
| |/ | | | | | | UXP docshell
* / [PALEMOON] Fix feeds - "Subscribe to this page..."janekptacijarabaci2018-05-01-1/+1
|/ | | | Issue #121
* 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 Notifications
| * [PALEMOON] [frontend vs backend] Remove unused styles for Push Notificationsjanekptacijarabaci2018-04-30-8/+0
| | | | | | | | https://github.com/MoonchildProductions/UXP/pull/273#issuecomment-385267814
* | [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
|\ \ | | | | | | [PALEMOON] Fix a build warning for autocomplete.css
| * | The preprocessor will be used for content/browser/autocomplete.xmljanekptacijarabaci2018-04-30-1/+1
| | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/pull/300#issuecomment-385325335
| * | 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 ↵Matt A. Tobin2018-04-30-15/+41
| | | | | | | | client check on start
* | 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 Mac
| * [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 vs backend] Added support for "referrerPolicy"
| * | [PALEMOON] [frontend and backend] Added support for "referrerPolicy"janekptacijarabaci2018-04-29-22/+99
| |/ | | | | | | | | Issue #121 https://bugzilla.mozilla.org/show_bug.cgi?id=1113431
* / Fix the lexical scope of `gBrowser.gInitialPages`JustOff2018-04-28-1/+1
|/
* Merge pull request #282 from JustOff/PR_urlbarChangeTrackerMoonchild2018-04-28-29/+20
|\ | | | | [PALEMOON] Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar changes
| * Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ↵JustOff2018-04-28-29/+20
| | | | | | | | changes
* | Merge pull request #279 from ↵Moonchild2018-04-28-1/+6
|\ \ | | | | | | | | | | | | janekptacijarabaci/pm_devtools_storage_style-clean_up_1 [PALEMOON] [DevTools] Storage inspector throws an error when url changes
| * | [PALEMOON] [DevTools] Storage inspector throws an error when url changesjanekptacijarabaci2018-04-28-1/+6
| | | | | | | | | | | | Issue #102
* | | Merge pull request #276 from janekptacijarabaci/pm_url_1Moonchild2018-04-28-284/+452
|\ \ \ | |_|/ |/| | [PALEMOON] [frontend vs backend] Change a function "getShortcutOrURI" to "getShortcutOrURIAndPostData", fix Drag & Drop and a function "Copy Download Link"
| * | [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 ↵janekptacijarabaci2018-04-28-397/+869
| |\| | | | | | | | | | pm_url_1
| * | [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy ↵janekptacijarabaci2018-04-26-8/+3
| | | | | | | | | | | | | | | | | | Download Link" Issue #121
| * | Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Libraryjanekptacijarabaci2018-04-25-0/+4
| | | | | | | | | | | | Issue #121
| * | Bug 945707 - Pausing a download fails when done after a retry + follow up ↵janekptacijarabaci2018-04-25-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | (see the description) Issue #121 [follow up] Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-25-3934/+9763
| |\ \ | | | | | | | | | | | | pm_url_1
| * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-17-475/+190
| |\ \ \ | | | | | | | | | | | | | | | pm_url_1
| * | | | [PALEMOON] Remove unused Task.jsm in openLocation.jsjanekptacijarabaci2018-04-17-1/+0
| | | | |
| * | | | [PALEMOON] Fix conflict in openLocation.jsjanekptacijarabaci2018-04-17-2/+2
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858#diff-2f4cb31954d5857012f1452698b9bfce
| * | | | Fix flags for "loadURIWithFlags" in openLocation.jsjanekptacijarabaci2018-04-15-1/+2
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Maybe fix openLocation.js (to Promise)janekptacijarabaci2018-04-15-2/+1
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xmljanekptacijarabaci2018-04-15-2/+3
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads view in Library Window Issue #121
| * | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads button Issue #121