Commit graph

1,069 commits

Author SHA1 Message Date
NTD
7c7a4bc6b8 Un-depercate synchronous search initialization 2019-02-15 23:55:25 +08:00
NTD
c9446a4319 [TychoAM] Make the Add-ons Manager conditionally devtools free 2019-02-15 23:55:23 +08:00
NTD
7a6b61c05f Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now 2019-02-15 23:55:22 +08:00
NTD
69920e72f2 Only set and show the dual-guid indicators when dual-guid has been built 2019-02-15 23:55:20 +08:00
NTD
2517dc59dc [PALEMOON] Update error number for webextensions to match the platform 2019-02-15 23:55:19 +08:00
JustOff
4656ff95ec [PALEMOON] Align the application with the updated fullscreen API 2019-02-15 23:55:17 +08:00
JustOff
211c4325ba [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in fullscreen mode and simplify related code 2019-02-15 23:55:15 +08:00
JustOff
3d8fca1220 [PALEMOON] Added padding to toolbar autohide 2019-02-15 23:55:13 +08:00
JustOff
f42005f392 [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen 2019-02-15 23:55:12 +08:00
janekptacijarabaci
5975ed3076 Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should throw error 2019-02-15 23:55:10 +08:00
janekptacijarabaci
5eca87831c Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection 2019-02-15 23:55:08 +08:00
janekptacijarabaci
5e4986611d [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js
Tag #273
2019-02-15 23:55:07 +08:00
JustOff
a964b09e43 [PALEMOON] Replace serializing nsISHEntry.owner with nsISHEntry.triggeringPrincipal 2019-02-15 23:55:05 +08:00
JustOff
ac6379189c [PALEMOON] Replace owner with triggeringPrincipal to match the updated UXP docshell 2019-02-15 23:55:04 +08:00
janekptacijarabaci
b23e47c51a [PALEMOON] Fix feeds - "Subscribe to this page..."
Issue #121
2019-02-15 23:55:02 +08:00
janekptacijarabaci
cf54612b55 Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js 2019-02-15 23:55:01 +08:00
janekptacijarabaci
c7e2043fa1 Bug 1333726 - use serializeToString instead of non-existant serializePrincipal 2019-02-15 23:54:59 +08:00
janekptacijarabaci
9b3581eddb Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab 2019-02-15 23:54:58 +08:00
janekptacijarabaci
f563201762 Bug 1332595 - remove useless click handling 2019-02-15 23:54:56 +08:00
janekptacijarabaci
f99258328c Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private window 2019-02-15 23:54:55 +08:00
janekptacijarabaci
5f39398ab7 Bug 1359204 - Test view-source can open link is not blocked by security policies 2019-02-15 23:54:53 +08:00
janekptacijarabaci
e31712c143 Bug 1359204 - Use SystemPrincipal as TriggeringPrincipal when loading page as view-source 2019-02-15 23:54:52 +08:00
janekptacijarabaci
69c0760b8b Bug 1359204 - Do not query nested URI within CheckChannel in ContentSecurityManager 2019-02-15 23:54:50 +08:00
janekptacijarabaci
c32aa9df5d Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL 2019-02-15 23:54:49 +08:00
janekptacijarabaci
fab9589713 Bug 1333147 - Do not use owner as triggeringPrincipal when creating session history entry 2019-02-15 23:54:47 +08:00
janekptacijarabaci
5bbef1bbc3 Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2() 2019-02-15 23:54:45 +08:00
janekptacijarabaci
3f7f553a82 Bug 1334875 - Temporarily remove assertion that history loads pass a valid triggeringprincipal 2019-02-15 23:54:43 +08:00
janekptacijarabaci
ec9f22177d Bug 1341754: Test SetURI in Location passes triggeringPrincipal 2019-02-15 23:54:42 +08:00
janekptacijarabaci
e45bad2c54 Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location 2019-02-15 23:54:40 +08:00
janekptacijarabaci
db41bf152a Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads 2019-02-15 23:54:39 +08:00
janekptacijarabaci
582f93fe09 Bug 1341589 - Set triggeringPrincipal on history entry for view-source loads 2019-02-15 23:54:37 +08:00
janekptacijarabaci
55c354f1c0 Bug 1337622 - Temporarily fall back to SystemPrincipal if History entry does not have a valid triggeringPrincipal 2019-02-15 23:54:36 +08:00
janekptacijarabaci
46ef98acf7 Bug 1307736 - Store triggeringPrincipal with all history entries 2019-02-15 23:54:34 +08:00
janekptacijarabaci
9fca6b7ced Bug 1307736 - Ensure History loads pass valid triggeringPrincipal 2019-02-15 23:54:33 +08:00
janekptacijarabaci
ea7e6d41a3 Bug 1332310 - Update AddState and CreateContentViewer to provide an accurate triggeringPrincipal for creating a history entry 2019-02-15 23:54:31 +08:00
janekptacijarabaci
dee826b7ee Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an hard e10s) 2019-02-15 23:54:30 +08:00
janekptacijarabaci
102550a483 Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test 2019-02-15 23:54:28 +08:00
janekptacijarabaci
99f4a52759 Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests 2019-02-15 23:54:27 +08:00
janekptacijarabaci
b7a396d49d Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 2019-02-15 23:54:25 +08:00
janekptacijarabaci
409656556b Bug 1182569 - Skip security check for plugins using newstream attribute 2019-02-15 23:54:23 +08:00
janekptacijarabaci
846daf6d3b Bug 1182569: Update ContentSecurityManager to handle docshell loads 2019-02-15 23:54:22 +08:00
janekptacijarabaci
e162907475 Bug 1182569: Use AsyncOpen2 for docshell loads 2019-02-15 23:54:20 +08:00
janekptacijarabaci
c67619d6cb [PALEMOON] [frontend vs backend] Remove unused styles for Push Notifications
https://github.com/MoonchildProductions/UXP/pull/273#issuecomment-385267814
2019-02-15 23:54:19 +08:00
NTD
d2d5b443b6 [PALEMOON] Add required gBrowserBundle lazy getter in nsBrowserGlue.js 2019-02-15 23:54:16 +08:00
janekptacijarabaci
25ff0bcf93 The preprocessor will be used for content/browser/autocomplete.xml
https://github.com/MoonchildProductions/UXP/pull/300#issuecomment-385325335
2019-02-15 23:54:15 +08:00
janekptacijarabaci
0bc082b23a Fix a build warning for autocomplete.css a autocomplete.xml 2019-02-15 23:54:13 +08:00
janekptacijarabaci
83cb9933ed Fix typo in variables in datetimepopup.xml
Issue #162
2019-02-15 23:54:12 +08:00
janekptacijarabaci
c4dabac726 [regression] [follow up] Error: No such property on self-hosted object: "Intl_getDisplayNames"
Issue #162 and #264
2019-02-15 23:54:10 +08:00
NTD
ec4c3105bd [PALEMOON] Issue #283 - Pale Moon Shell Service is not invoking defalt client check on start 2019-02-15 23:54:09 +08:00
NTD
89f2084eef [*AM] Expand the list for excluding internally used IDs from being sent to AUS 2019-02-15 23:54:07 +08:00