Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Unconditionally switch on the INTL API on all platforms. | wolfbeast | 2018-05-03 |
| | |||
* | Merge pull request #322 from trav90/ffmpeg-work | Moonchild | 2018-05-03 |
|\ | | | | | Add support for FFmpeg 4.0/libavcodec 58 | ||
| * | Add support for libavcodec 58/FFmpeg 4.0 | trav90 | 2018-04-28 |
| | | |||
| * | Import FFmpeg 4.0 header files | trav90 | 2018-04-28 |
| | | |||
* | | Merge pull request #318 from janekptacijarabaci/pm_places_keyword_1 | Moonchild | 2018-05-02 |
|\ \ | | | | | | | [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 ↵ | janekptacijarabaci | 2018-05-02 |
| | | | | | | | | | | | | | | | | | | entire function "onKeywordFieldBlur" Issue mcp-graveyard/UXP#121 | ||
| * | | [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty ↵ | janekptacijarabaci | 2018-05-02 |
| | | | | | | | | | | | | | | | | | | value) does not work Issue mcp-graveyard/UXP#121 | ||
* | | | Merge pull request #319 from janekptacijarabaci/debug_warning_1 | Moonchild | 2018-05-02 |
|\ \ \ | | | | | | | | | moebius#146: Building with "--enable-debug" - fix some warnings | ||
| * | | | Building with "--enable-debug" - fix some warnings | janekptacijarabaci | 2018-05-02 |
| |/ / | | | | | | | | | | | | | 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 |
|\ \ \ | | | | | | | | | palemoon#1173: Fix unsafe "instanceof" negations | ||
| * | | | Fix unsafe "instanceof" negations | janekptacijarabaci | 2018-05-02 |
| |/ / | | | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | | |||
* | | | [TychoAM] Make the Add-ons Manager conditionally devtools free | Matt A. Tobin | 2018-05-01 |
| | | | |||
* | | | Issue mcp-graveyard/UXP#316 - Always build heapsnapshot regardless of the ↵ | Matt A. Tobin | 2018-05-01 |
|/ / | | | | | | | rest of the devtools for now | ||
* | | Only set and show the dual-guid indicators when dual-guid has been built | Matt A. Tobin | 2018-05-01 |
| | | |||
* | | [PALEMOON] Update error number for webextensions to match the platform | Matt A. Tobin | 2018-05-01 |
| | | |||
* | | Merge pull request #313 from JustOff/PR_fullscreen_fix_basic | Moonchild | 2018-05-01 |
|\ \ | | | | | | | Align Pale Moon codebase with the updated fullscreen API | ||
| * | | [PALEMOON] Align the application with the updated fullscreen API | JustOff | 2018-05-01 |
| | | | |||
| * | | [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in ↵ | JustOff | 2018-05-01 |
| | | | | | | | | | | | | fullscreen mode and simplify related code | ||
| * | | [PALEMOON] Added padding to toolbar autohide | JustOff | 2018-05-01 |
| | | | |||
| * | | [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen | JustOff | 2018-05-01 |
|/ / | |||
* | | Merge pull request #309 from janekptacijarabaci/build_warnings_4 | Moonchild | 2018-05-01 |
|\ \ | | | | | | | Build - throws a warning "interface 'nsISelectionPrivate' is scriptable but derives from non-scriptable 'nsISelection'" | ||
| * | | Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | throw error | ||
| * | | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 |
| | | | |||
* | | | Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1 | Moonchild | 2018-05-01 |
|\ \ \ | | | | | | | | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js | ||
| * | | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | nsBrowserGlue.js Tag mcp-graveyard/UXP#273 | ||
* | | | | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipal | Moonchild | 2018-05-01 |
|\ \ \ \ | | | | | | | | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated API | ||
| * | | | | [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵ | JustOff | 2018-04-30 |
| | | | | | | | | | | | | | | | | | | | | `nsISHEntry.triggeringPrincipal` | ||
| * | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated ↵ | JustOff | 2018-04-30 |
| |/ / / | | | | | | | | | | | | | UXP docshell | ||
* | | | | Merge pull request #312 from janekptacijarabaci/pm_feeds_1 | Moonchild | 2018-05-01 |
|\ \ \ \ | | | | | | | | | | | [PALEMOON] Fix feeds - "Subscribe to this page..." | ||
| * | | | | [PALEMOON] Fix feeds - "Subscribe to this page..." | janekptacijarabaci | 2018-05-01 |
| |/ / / | | | | | | | | | | | | | Issue mcp-graveyard/UXP#121 | ||
* | | | | Merge pull request #311 from janekptacijarabaci/security_blocking_data_2 | Moonchild | 2018-05-01 |
|\ \ \ \ | |/ / / |/| | | | Use asyncOpen2() for docshell loads | ||
| * | | | Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within ↵ | janekptacijarabaci | 2018-05-01 |
| | | | | | | | | | | | | | | | | utilityOverlay.js | ||
| * | | | Bug 1333726 - use serializeToString instead of non-existant serializePrincipal | janekptacijarabaci | 2018-05-01 |
| | | | | |||
| * | | | Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵ | janekptacijarabaci | 2018-05-01 |
| | | | | | | | | | | | | | | | | ctrl-click and open link in new tab | ||
| * | | | Bug 1332595 - remove useless click handling | janekptacijarabaci | 2018-05-01 |
| | | | | |||
| * | | | Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | window | ||
| * | | | Bug 1359204 - Test view-source can open link is not blocked by security policies | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1359204 - Use SystemPrincipal as TriggeringPrincipal when loading page ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | as view-source | ||
| * | | | Bug 1359204 - Do not query nested URI within CheckChannel in ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | ContentSecurityManager | ||
| * | | | Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1333147 - Do not use owner as triggeringPrincipal when creating session ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | history entry | ||
| * | | | Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2() | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1334875 - Temporarily remove assertion that history loads pass a valid ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | triggeringprincipal | ||
| * | | | Bug 1341754: Test SetURI in Location passes triggeringPrincipal | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1341589 - Set triggeringPrincipal on history entry for view-source loads | janekptacijarabaci | 2018-04-30 |
| | | | | |||
| * | | | Bug 1337622 - Temporarily fall back to SystemPrincipal if History entry does ↵ | janekptacijarabaci | 2018-04-30 |
| | | | | | | | | | | | | | | | | not have a valid triggeringPrincipal |