Commit graph

288 commits

Author SHA1 Message Date
janekptacijarabaci
e95eff8e11 [PALEMOON] Downloads - throws an error
Issue #121
2019-02-15 23:44:20 +08:00
janekptacijarabaci
65356126cc Fix: TypeError: "this._richlistbox.selectedItems.slice is not a function" in allDownloadsViewOverlay.js
Issue #121
2019-02-15 23:44:18 +08:00
JustOff
1f560c7d2f Use modern syntax to call NetUtil.newChannel() in _SessionFile.jsm 2019-02-15 23:44:17 +08:00
JustOff
e05e624eb8 Use document's principal for favicons in browser 2019-02-15 23:44:14 +08:00
wolfbeast
d37246737b Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
2019-02-15 23:44:10 +08:00
JustOff
53f6a692d3 Make JS callers of ios.newChannel call ios.newChannel2 in browser/ 2019-02-15 23:44:02 +08:00
janekptacijarabaci
e37a6016b9 Fix a comment: "DevEdition theme" vs "DevTools theme"
Issue #102
2019-02-15 23:44:00 +08:00
janekptacijarabaci
ef8ecc5bcd Fix: Developer Toolbar (the command: cookie; themes)
Issue #102
2019-02-15 23:43:59 +08:00
janekptacijarabaci
2b0e91b059 Fix typo in a property in tabbrowser.xml
Issue #138
2019-02-15 23:43:54 +08:00
janekptacijarabaci
fdeebefb1f Fix (to TODO): Findbar throws an error - "nsIPrefBranch.getBoolPref" is not exist in browser.js
Issue #138
2019-02-15 23:43:53 +08:00
janekptacijarabaci
25b7b3d1d3 Fix: Findbar broken (basic)
Issue #138
2019-02-15 23:43:51 +08:00
janekptacijarabaci
1476418612 Style clean up: saveImageURL() in nsContextMenu.js
Tag #139
2019-02-15 23:43:50 +08:00
janekptacijarabaci
df7ccbc7b5 Fix: DEPRECATION WARNING: saveImageURL should be passed the private state of the in nsContextMenu.js
Issue #121
2019-02-15 23:43:48 +08:00
janekptacijarabaci
a47dfd1d82 Fix: Using "View Source" from Browser Console
Issue #121
2019-02-15 23:43:06 +08:00
NTD
430c6c62ac [PALEMOON] Update handle-xul-text-link to deal with json source data 2019-02-15 23:43:02 +08:00
NTD
6bb8c2d3ab [PALEMOON] Remove the migrator 2019-02-15 23:42:59 +08:00
NTD
a2b532ed1a Maybe fix SyntaxError: non-generator method definitions may not contain yield in MigrationUtils.jsm 2019-02-15 23:42:49 +08:00
janekptacijarabaci
d42b40ac91 [PALEMOON] [Frontend vs Backend] Password Manager: InsecurePasswordUtils.checkForInsecurePasswords is not a function 2019-02-15 23:42:38 +08:00
janekptacijarabaci
a788d5946d [PALEMOON] [Frontend vs Backend] Password Manager - Implemented Popup Notifications (it is not complete) 2019-02-15 23:42:35 +08:00
janekptacijarabaci
0aaef1f312 [PALEMOON] Preferences - Security - Password Manager: Use LoginHelper.isMasterPasswordSet instead of _masterPasswordSet 2019-02-15 23:42:34 +08:00
janekptacijarabaci
6c1f35b378 [PALEMOON] [Frontend vs Backend] Login Manager: Bug 1045987 - Implemented "getBrowserForContentWindow" method in tabbrowser.xml 2019-02-15 23:42:32 +08:00
NTD
f091415fe1 [PALEMOON] Resolve issues with redeclaration according to ES6 2019-02-15 23:42:29 +08:00
NTD
ce786e442d Revert "[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu"
This reverts commit 6fde853fa8276926f30c7135bdd5f68de3afc35a.
2019-02-15 23:42:28 +08:00
NTD
de8779303a Revert "[PALEMOON] Use Components.interfaces directly in controller.js, history-panel.js, and treeView.js"
This reverts commit 8e9e05da3d770daab326621b0ce42eb15d1cb740.
2019-02-15 23:42:26 +08:00
janekptacijarabaci
b36083b4ec [PALEMOON] [DevTools] Fix preferences in preferences.inc
See:
http://xref.palemoon.org/uxp-trunk/source/devtools/client/webconsole/utils.js#269
2019-02-15 23:42:25 +08:00
adeshkp
e3a2586850 [PALEMOON] Fix depth for toolkit osx/shared.inc 2019-02-15 23:42:21 +08:00
NTD
4f4157b2fe [PALEMOON] Fix depth in baseMenuOverlay.xul 2019-02-15 23:42:17 +08:00
janekptacijarabaci
a1e92ba7ed [PALEMOON] Fix Sanitize (e.g. "Offline" - "Clear Recent History" - "Offline Website Data"): Quota Manager => Quota Manager Service
Issue #57
2019-02-15 23:42:16 +08:00
janekptacijarabaci
ff21114dcf [PALEMOON] [DevTools] Fix a path with Console.jsm (deprecated) - in sanitize.js
Issue #57
2019-02-15 23:42:14 +08:00
janekptacijarabaci
c08c8276b8 [PALEMOON] "Page Info" - "Permissions" - use uri.spec instead of uri in a new Error
Issue #112
Issue #57
2019-02-15 23:42:13 +08:00
janekptacijarabaci
ab1931ad43 [PALEMOON] "Page Info" - "Permissions": Fix - List of plugins
Issue #112
2019-02-15 23:42:08 +08:00
janekptacijarabaci
f96ddd6e75 [PALEMOON] "Page Info" - "Permissions": Quota Manager => Quota Manager Service
Issue #112
2019-02-15 23:42:07 +08:00
janekptacijarabaci
23dfb5f92e [PALEMOON] "Page Info" - "Permissions": Permission Manager - use URI instead of URI.host
Issue #112
2019-02-15 23:42:05 +08:00
janekptacijarabaci
c03236765c [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, extensions) 2019-02-15 23:42:04 +08:00
NTD
c94db0d1d0 [PALEMOON] Enable Devtools by default 2019-02-15 23:42:01 +08:00
NTD
000fd047f8 [PALEMOON] Preprocess organizer.css on Windows 2019-02-15 23:41:59 +08:00
NTD
243f9d9be0 [PALEMOON] Fix for loops in MigrationUtils.jsm
(SyntaxError: missing ] after element list)
2019-02-15 23:41:58 +08:00
NTD
eb05e51460 [PALEMOON] Fix for loops in allDownloadsViewOverlay.js
(SyntaxError: missing ] after element list)
2019-02-15 23:41:56 +08:00
NTD
0f3de472c4 [PALEMOON] Use Components.interfaces directly in controller.js, history-panel.js, and treeView.js 2019-02-15 23:41:55 +08:00
NTD
faf3884a6b [PALEMOON] Fix for loops in grid.js (included into newTab.js)
(SyntaxError: missing ] after element list)
2019-02-15 23:41:53 +08:00
NTD
bec27a534b [PALEMOON] Add an expected pref browser.newtabpage.enhanced 2019-02-15 23:41:52 +08:00
NTD
3a6779ae87 [PALEMOON] Use non-prefixed cancelAnimationFrame in browser-fullscreen.js 2019-02-15 23:41:49 +08:00
NTD
f0d4b2476b [DEVTOOLS] Resolve issues with dynamically created devtools menu items vs hardcoded vs overlay
Follow up to 1a36001
2019-02-15 23:41:45 +08:00
janekptacijarabaci
ec462508c2 [PALEMOON] [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)
Issue #102
2019-02-15 23:41:36 +08:00
janekptacijarabaci
7f901552dd [PALEMOON] [DevTools] Fix + Add some paths to DevTools (installer - package-manifest.in)
Issue #102
2019-02-15 23:41:34 +08:00
janekptacijarabaci
f17be5b452 [PALEMOON] [DevTools] Fix some paths to DevTools (themes)
Issue #102
2019-02-15 23:41:33 +08:00
janekptacijarabaci
54521c2066 [PALEMOON] [DevTools] Fix some paths to DevTools (sessionstore)
Issue #102
2019-02-15 23:41:31 +08:00
janekptacijarabaci
b25d89ad75 [PALEMOON] [DevTools] Fix a function "Inspect Element" (nsContextMenu.js)
Issue #102
2019-02-15 23:41:30 +08:00
janekptacijarabaci
8b48b8efaf [PALEMOON] [DevTools] Support for adding menuitems dynamically
Issue #102
2019-02-15 23:41:28 +08:00
NTD
6af2c1924e [PALEMOON] Fix dragging when tabs are on top and menubar is disabled 2019-02-15 23:41:18 +08:00