summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* Remove the obsolete `media.mediasource.format-reader` control from the ↵JustOff2018-05-11-30/+1
| | | | preferences UI
* [PALEMOON] Remove fullscreen and pointer-lock from permission managingJustOff2018-05-06-158/+2
|
* [PALEMOON] Replace fullscreen permission dialog with a warningJustOff2018-05-06-148/+13
|
* [PALEMOON] Update fullscreen activation event to match UXPJustOff2018-05-06-2/+2
|
* Use application specific application.iniMatt A. Tobin2018-05-05-0/+50
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-2/+0
|\
| * Issue #325 Part 10: Remove non-Intl conditionals from installer files.wolfbeast2018-05-04-2/+0
| |
* | Delay and shorten animation of transition to the full-screenJustOff2018-05-04-1/+2
| |
* | Merge pull request #323 from MoonchildProductions/nuke-sandboxMoonchild2018-05-04-48/+2
|\ \ | |/ |/| Nuke sandbox
| * Remove unused XREShellDatawolfbeast2018-05-03-3/+1
| |
| * Remove sandbox ductwork conditional code.wolfbeast2018-05-03-39/+1
| |
| * Remove content process sandbox code.wolfbeast2018-05-02-6/+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