Commit Graph

412 Commits

Author SHA1 Message Date
Moonchild 362bb20730 Merge pull request #530 from Lootyhoof/close-icon
Add new close icons and make current icons Basilisk-specific
2018-06-23 14:26:57 +02:00
Lootyhoof 87eaf44104 Add new close icons and make current icons Basilisk-specific 2018-06-22 22:30:54 +01:00
wolfbeast f583627901 Improve newtab styling
- De-duplicate controls
- Improve title text position
- Improve pinned site indicator
2018-06-22 16:53:06 +02:00
Moonchild 5f5523bffd Merge pull request #528 from g4jc/remove_browser_ui_telemetry
backport mozbug 1453667: Remove BrowserUITelemetry from Basilisk application
2018-06-22 13:03:45 +02:00
Moonchild 4b65237d5d Merge pull request #525 from MoonchildProductions/newtab-page-work
Newtab page work
2018-06-22 12:55:34 +02:00
wolfbeast 576124e629 Reinstate erroneously removed line. 2018-06-22 12:44:10 +02:00
wolfbeast be93f4a38f Prevent the Quickdial page from stealing focus from the address bar. 2018-06-22 12:14:05 +02:00
wolfbeast cadeea97bb Be more explicit about which browser content object is focused and when. 2018-06-22 12:13:20 +02:00
wolfbeast 65c98eda36 Update jar manifest for removed files. 2018-06-22 11:44:31 +02:00
wolfbeast 3ba661214d Remove unused files. 2018-06-22 11:26:17 +02:00
Gaming4JC e3719ec517 Remove BrowserUITelemetry from Basilisk application 2018-06-21 20:09:48 -04:00
wolfbeast b3fd353723 Issue #517 Part 7: Remove enhanced/sponsored links styling and page code 2018-06-21 12:13:12 +02:00
wolfbeast 072b81e0a5 Issue #517 Part 6: Restyle for Pale Moon.
This splits out common rules for different OSes to themes/shared and
applies new styling to the newtab page.
2018-06-21 11:32:13 +02:00
wolfbeast 79ad98f406 Fix typo. 2018-06-21 11:04:25 +02:00
wolfbeast 5d63c967f3 Issue #517 Part 5b: Remove configuration styles + leftovers. 2018-06-21 10:49:24 +02:00
wolfbeast 6caf73c8ce Issue #517 Part 5: Remove configuration menu 2018-06-21 00:54:09 +02:00
wolfbeast a593509d52 Issue #517: Remove leftover contentSearch include. 2018-06-21 00:53:29 +02:00
wolfbeast 475728c698 The Tomato's #507. 2018-06-20 18:50:33 +02:00
wolfbeast b5ef99dc4c Issue #517 Part 4: Fix tile pinning 2018-06-20 17:57:59 +02:00
wolfbeast c850e5ab02 Issue #517 Part 3b: Remove compact style pref 2018-06-20 17:46:33 +02:00
wolfbeast bcb0bf1c10 Issue #517 Part 3: Remove compact style 2018-06-20 17:44:20 +02:00
wolfbeast dd55381507 Remove Google logo from about:home search bar internals. 2018-06-20 16:28:55 +02:00
wolfbeast 56ddb90de1 Issue #517 Part 1: Fix newtab Search 2018-06-20 16:27:18 +02:00
wolfbeast 856d0c991c Issue #517 Part 1: Import newtab page from Basilisk (sans directory service provider module) 2018-06-19 19:44:40 +02:00
Moonchild 2546ae588f Merge pull request #520 from janekptacijarabaci/pm_permissions_clean-up_name-functions_1
[PALEMOON] Remove named function syntax in aboutPermissions.js
2018-06-19 11:47:16 +02:00
Moonchild ca40a51198 Merge pull request #519 from janekptacijarabaci/pm_permissions_2
[PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"
2018-06-19 11:46:40 +02:00
Moonchild 44df810335 Merge pull request #518 from janekptacijarabaci/pm_permissions_1
[PALEMOON] Fix "Permissions Manager" and get cookies
2018-06-19 11:46:15 +02:00
wolfbeast 7c6b5329c0 Fix typo in newtab transformations.js 2018-06-19 11:43:52 +02:00
wolfbeast d84b169e75 Stop using old-style promises module in about:newtab.
- Rewrite to arrow functions.
- Stop using .defer and .promised

Tag #517.
2018-06-19 11:43:12 +02:00
janekptacijarabaci b054fd689e [PALEMOON] Remove named function syntax in aboutPermissions.js
Issue #516
2018-06-19 10:45:48 +02:00
janekptacijarabaci ade2634f6e [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"
Follow up #273
2018-06-19 10:33:56 +02:00
janekptacijarabaci 7c1e280147 [PALEMOON] Fix "Permissions Manager" and cookies
Follow up #273
2018-06-19 10:13:35 +02:00
Moonchild 34302180b3 Merge pull request #509 from janekptacijarabaci/context-menu_save-link-as_principal_1
Added "nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD": The context menu - "Save Link As" feature should use the loading principal instead of the system principal
2018-06-18 13:22:25 +02:00
janekptacijarabaci 63b10a9b4f [PALEMOON] Findbar - added the listener also to tabbrowser.xml, remove "_fastFind", a better focus() for the method "updateCurrentBrowser"
Issue #513
2018-06-18 12:21:28 +02:00
wolfbeast d608016c32 Merge branch 'master' of https://github.com/MoonchildProductions/UXP 2018-06-17 23:55:19 +02:00
wolfbeast 982fd4ba12 [BASILISK] Align ChromeUI identity box label color with Basilisk branding.
This resolves #484
2018-06-17 23:54:52 +02:00
janekptacijarabaci 3cf5a82600 [PALEMOON] Fix "loadingPrincipal" in nsContextMenu.js 2018-06-17 13:14:07 +02:00
janekptacijarabaci 8eb2350e4f Remove a comment in nsContextMenu.js 2018-06-17 10:32:41 +02:00
janekptacijarabaci 1f6068bc69 Bug 1398229 - Save-link-as feature should use the loading principal - context menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD 2018-06-17 09:29:53 +02:00
Moonchild 5a50a171b9 Merge pull request #500 from trav90/uaoverrides-basilisk
[BASILISK] Add UA overrides for YouTube Live
2018-06-16 12:36:12 +02:00
Moonchild d25a51c8e3 Merge pull request #501 from trav90/uaoverrides-palemoon
[PALEMOON] Remove UA override for Google Fonts
2018-06-16 11:45:41 +02:00
janekptacijarabaci a97887a677 [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar text and history (Ctrl-Z)
Issue #502
2018-06-15 20:11:19 +02:00
trav90 5c5bac3508 [PALEMOON] Remove UA override for Google Fonts 2018-06-15 12:53:11 -05:00
trav90 65cd3df1b7 [BASILISK] Add UA overrides for YouTube Live 2018-06-15 12:44:48 -05:00
wolfbeast ec2e3bc027 Move native UA compatmode out of branding into app prefs. 2018-06-15 18:36:26 +02:00
Moonchild 6769a48cd4 Merge pull request #498 from adeshkp/patch-6
Add UA mode for unofficial branding
2018-06-15 18:22:11 +02:00
wolfbeast 0b2ad9c9dd Merge branch 'findbar-pertab' 2018-06-15 18:20:24 +02:00
wolfbeast 333142b5af Transfer findbar data to torn-off tabs. 2018-06-15 17:52:59 +02:00
adeshkp b336ab494c Add UA mode for unofficial branding 2018-06-15 15:12:32 +00:00
JustOff 3feeaf2098 [PALEMOON] Remove image/jxr from image.http.accept until JPEG-XR decoder is implemented 2018-06-13 23:45:44 +03:00