Commit graph

288 commits

Author SHA1 Message Date
JustOff
fe4cd1c6e2 [PALEMOON] Update fullscreen activation event to match UXP 2019-02-15 23:56:29 +08:00
NTD
b7158e06ac Use application specific application.ini 2019-02-15 23:56:27 +08:00
wolfbeast
b8114dcbc0 Issue #325 Part 10: Remove non-Intl conditionals from installer files. 2019-02-15 23:56:11 +08:00
JustOff
8524393860 Delay and shorten animation of transition to the full-screen 2019-02-15 23:55:49 +08:00
wolfbeast
48c807d319 Remove unused XREShellData 2019-02-15 23:55:44 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
wolfbeast
369378d566 Remove content process sandbox code. 2019-02-15 23:55:37 +08:00
janekptacijarabaci
575e9cc773 [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the entire function "onKeywordFieldBlur"
Issue #121
2019-02-15 23:55:32 +08:00
janekptacijarabaci
d0022b0f76 [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty value) does not work
Issue #121
2019-02-15 23:55:31 +08:00
NTD
a073130d31 [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't 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.
2019-02-15 23:55:26 +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
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
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
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
wolfbeast
cde07843c0 Reconfigure Pale Moon to short-circuit some undesired services/features. 2019-02-15 23:54:06 +08:00
adeshkp
b4e59a234c [Pale Moon] Fix buildid on Mac 2019-02-15 23:53:13 +08:00
janekptacijarabaci
3991e27340 [PALEMOON] [frontend and backend] Added support for "referrerPolicy"
Issue #121
https://bugzilla.mozilla.org/show_bug.cgi?id=1113431
2019-02-15 23:53:12 +08:00
JustOff
cc9da6628f Fix the lexical scope of gBrowser.gInitialPages 2019-02-15 23:53:10 +08:00
JustOff
ce9848de49 Use urlbarChangeTracker instead of userTypedClear to track address bar changes 2019-02-15 23:53:04 +08:00
janekptacijarabaci
8fb86c0396 [PALEMOON] [DevTools] Storage inspector throws an error when url changes
Issue #102
2019-02-15 23:52:59 +08:00
janekptacijarabaci
3092fc9902 [PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.js 2019-02-15 23:52:56 +08:00
janekptacijarabaci
5aa392974c [PALEMOON] Fix typo in tabbrowser.xml 2019-02-15 23:52:55 +08:00
janekptacijarabaci
b3ac5a3cd1 [PALEMOON] Style clean up in browser.js 2019-02-15 23:52:53 +08:00
janekptacijarabaci
e509b0d532 [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy Download Link"
Issue #121
2019-02-15 23:52:51 +08:00
janekptacijarabaci
45a39c1ff8 Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Library
Issue #121
2019-02-15 23:52:50 +08:00
janekptacijarabaci
fea1a4d195 Bug 945707 - Pausing a download fails when done after a retry + follow up (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
2019-02-15 23:52:48 +08:00
janekptacijarabaci
e40f171756 [PALEMOON] Remove unused Task.jsm in openLocation.js 2019-02-15 23:52:47 +08:00
janekptacijarabaci
30c6430c7c [PALEMOON] Fix conflict in openLocation.js
931950a880 (diff-2f4cb31954)
2019-02-15 23:52:45 +08:00
janekptacijarabaci
8c280d3f49 Fix flags for "loadURIWithFlags" in openLocation.js
Issue #121
2019-02-15 23:52:44 +08:00
janekptacijarabaci
63bf5c049c Maybe fix openLocation.js (to Promise)
Issue #121
2019-02-15 23:52:42 +08:00
janekptacijarabaci
9a8a5cb244 Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xml
Issue #121
2019-02-15 23:52:41 +08:00
janekptacijarabaci
04c959e619 Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
Issue #121
2019-02-15 23:52:39 +08:00
janekptacijarabaci
bafa57d4d6 Bug 92737 - Part 8: Download multiple files when multiple items are dropped on Downloads button
Issue #121
2019-02-15 23:52:37 +08:00
janekptacijarabaci
db85d0b733 Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on New Window button
Issue #121
2019-02-15 23:52:36 +08:00
janekptacijarabaci
e2409ebbc1 Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on New Tab button
Issue #121
2019-02-15 23:52:34 +08:00
janekptacijarabaci
8f66070f19 Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on Home button
Issue #121
2019-02-15 23:52:33 +08:00
janekptacijarabaci
eaf424b1c9 Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tab
+ Follow up:
Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped
on remote content area
- browser.js: "usercontextid" (default: 0)
2019-02-15 23:52:31 +08:00
janekptacijarabaci
cc008be0a7 Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on non-remote content area
browser.js:

// handleDroppedLink has the following 2 overloads:
//   handleDroppedLink(event, url, name)
//   handleDroppedLink(event, links)
function handleDroppedLink(event, urlOrLinks, name)
{
let links;
if (Array.isArray(urlOrLinks)) {
links = urlOrLinks;
} else {
links = [{ url: urlOrLinks, name, type: "" }];
}

...it is in the previous commit.
2019-02-15 23:52:30 +08:00
janekptacijarabaci
574c095a70 Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the new keywords API
Issue #121
2019-02-15 23:52:28 +08:00
janekptacijarabaci
f124289e28 Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed callback off a zero timeout
Issue #112
2019-02-15 23:52:27 +08:00