Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove content process sandbox code. | wolfbeast | 2018-05-02 | -1812/+1 |
| | ||||
* | Merge pull request #320 from janekptacijarabaci/instanceof_negations_1 | Moonchild | 2018-05-02 | -28/+19 |
|\ | | | | | palemoon#1173: Fix unsafe "instanceof" negations | |||
| * | Fix unsafe "instanceof" negations | janekptacijarabaci | 2018-05-02 | -28/+19 |
| | | | | | | | | 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 | -23/+43 |
| | | | | | | | | | | | | 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 | -9/+0 |
| | | ||||
* | | [TychoAM] Make the Add-ons Manager conditionally devtools free | Matt A. Tobin | 2018-05-01 | -0/+27 |
| | | ||||
* | | Issue #316 - Always build heapsnapshot regardless of the rest of the ↵ | Matt A. Tobin | 2018-05-01 | -16/+18 |
|/ | | | | devtools for now | |||
* | Only set and show the dual-guid indicators when dual-guid has been built | Matt A. Tobin | 2018-05-01 | -5/+18 |
| | ||||
* | [PALEMOON] Update error number for webextensions to match the platform | Matt A. Tobin | 2018-05-01 | -3/+3 |
| | ||||
* | Merge pull request #313 from JustOff/PR_fullscreen_fix_basic | Moonchild | 2018-05-01 | -139/+82 |
|\ | | | | | Align Pale Moon codebase with the updated fullscreen API | |||
| * | [PALEMOON] Align the application with the updated fullscreen API | JustOff | 2018-05-01 | -8/+4 |
| | | ||||
| * | [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in ↵ | JustOff | 2018-05-01 | -89/+62 |
| | | | | | | | | fullscreen mode and simplify related code | |||
| * | [PALEMOON] Added padding to toolbar autohide | JustOff | 2018-05-01 | -32/+18 |
| | | ||||
| * | [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen | JustOff | 2018-05-01 | -21/+9 |
|/ | ||||
* | Merge pull request #309 from janekptacijarabaci/build_warnings_4 | Moonchild | 2018-05-01 | -4/+5 |
|\ | | | | | 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 | -1/+1 |
| | | | | | | | | throw error | |||
| * | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 | -3/+4 |
| | | ||||
* | | Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1 | Moonchild | 2018-05-01 | -31/+24 |
|\ \ | | | | | | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js | |||
| * | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in ↵ | janekptacijarabaci | 2018-04-30 | -31/+24 |
| | | | | | | | | | | | | | | | | | | nsBrowserGlue.js Tag #273 | |||
* | | | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipal | Moonchild | 2018-05-01 | -15/+23 |
|\ \ \ | | | | | | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated API | |||
| * | | | [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵ | JustOff | 2018-04-30 | -11/+19 |
| | | | | | | | | | | | | | | | | `nsISHEntry.triggeringPrincipal` | |||
| * | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated ↵ | JustOff | 2018-04-30 | -4/+4 |
| |/ / | | | | | | | | | | UXP docshell | |||
* | | | Merge pull request #312 from janekptacijarabaci/pm_feeds_1 | Moonchild | 2018-05-01 | -1/+1 |
|\ \ \ | | | | | | | | | [PALEMOON] Fix feeds - "Subscribe to this page..." | |||
| * | | | [PALEMOON] Fix feeds - "Subscribe to this page..." | janekptacijarabaci | 2018-05-01 | -1/+1 |
| |/ / | | | | | | | | | | Issue #121 | |||
* | | | Merge pull request #311 from janekptacijarabaci/security_blocking_data_2 | Moonchild | 2018-05-01 | -197/+584 |
|\ \ \ | |/ / |/| | | Use asyncOpen2() for docshell loads | |||
| * | | Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within ↵ | janekptacijarabaci | 2018-05-01 | -11/+25 |
| | | | | | | | | | | | | utilityOverlay.js | |||
| * | | Bug 1333726 - use serializeToString instead of non-existant serializePrincipal | janekptacijarabaci | 2018-05-01 | -1/+1 |
| | | | ||||
| * | | Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵ | janekptacijarabaci | 2018-05-01 | -6/+32 |
| | | | | | | | | | | | | ctrl-click and open link in new tab | |||
| * | | Bug 1332595 - remove useless click handling | janekptacijarabaci | 2018-05-01 | -49/+3 |
| | | | ||||
| * | | Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private ↵ | janekptacijarabaci | 2018-04-30 | -0/+13 |
| | | | | | | | | | | | | window | |||
| * | | Bug 1359204 - Test view-source can open link is not blocked by security policies | janekptacijarabaci | 2018-04-30 | -0/+68 |
| | | | ||||
| * | | Bug 1359204 - Use SystemPrincipal as TriggeringPrincipal when loading page ↵ | janekptacijarabaci | 2018-04-30 | -0/+5 |
| | | | | | | | | | | | | as view-source | |||
| * | | Bug 1359204 - Do not query nested URI within CheckChannel in ↵ | janekptacijarabaci | 2018-04-30 | -7/+0 |
| | | | | | | | | | | | | ContentSecurityManager | |||
| * | | Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL | janekptacijarabaci | 2018-04-30 | -1/+3 |
| | | | ||||
| * | | Bug 1333147 - Do not use owner as triggeringPrincipal when creating session ↵ | janekptacijarabaci | 2018-04-30 | -5/+0 |
| | | | | | | | | | | | | history entry | |||
| * | | Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2() | janekptacijarabaci | 2018-04-30 | -1/+1 |
| | | | ||||
| * | | Bug 1334875 - Temporarily remove assertion that history loads pass a valid ↵ | janekptacijarabaci | 2018-04-30 | -7/+0 |
| | | | | | | | | | | | | triggeringprincipal | |||
| * | | Bug 1341754: Test SetURI in Location passes triggeringPrincipal | janekptacijarabaci | 2018-04-30 | -0/+110 |
| | | | ||||
| * | | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location | janekptacijarabaci | 2018-04-30 | -6/+14 |
| | | | ||||
| * | | Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads | janekptacijarabaci | 2018-04-30 | -0/+57 |
| | | | ||||
| * | | Bug 1341589 - Set triggeringPrincipal on history entry for view-source loads | janekptacijarabaci | 2018-04-30 | -0/+2 |
| | | | ||||
| * | | Bug 1337622 - Temporarily fall back to SystemPrincipal if History entry does ↵ | janekptacijarabaci | 2018-04-30 | -1/+1 |
| | | | | | | | | | | | | not have a valid triggeringPrincipal | |||
| * | | Bug 1307736 - Store triggeringPrincipal with all history entries | janekptacijarabaci | 2018-04-30 | -6/+22 |
| | | | ||||
| * | | Bug 1307736 - Ensure History loads pass valid triggeringPrincipal | janekptacijarabaci | 2018-04-30 | -5/+11 |
| | | | ||||
| * | | Bug 1332310 - Update AddState and CreateContentViewer to provide an accurate ↵ | janekptacijarabaci | 2018-04-30 | -2/+10 |
| | | | | | | | | | | | | triggeringPrincipal for creating a history entry | |||
| * | | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵ | janekptacijarabaci | 2018-04-30 | -22/+56 |
| | | | | | | | | | | | | hard e10s) | |||
| * | | Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test | janekptacijarabaci | 2018-04-30 | -2/+4 |
| | | | ||||
| * | | Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests | janekptacijarabaci | 2018-04-30 | -0/+18 |
| | | | ||||
| * | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-30 | -5/+18 |
| | | | ||||
| * | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-30 | -24/+47 |
| | | |