1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Commit Graph

1093 Commits

Author SHA1 Message Date
Job Bautista c955ee0ac4 [Pale-Moon] Add id to viewToolbarsMenu's menupopup
This allows the menupopup to be overlaid easily from XUL.
2025-12-17 23:34:42 +08:00
Lootyhoof 442965e997 [Pale-Moon] Add Win11 styling in browser-title.css 2025-12-17 23:34:09 +08:00
Moonchild 549e05be0c [Pale-Moon] Issue #1992 - Correct default non-compositing color on Win 11 to RGB 243. 2025-12-17 23:33:33 +08:00
Moonchild cdd4d99499 [Pale-Moon] No Issue - http -> https for start.palemoon.org default. 2025-12-17 23:32:42 +08:00
Moonchild 4e3531ed96 [Pale-Moon] Issue #1992 - Part 8: Minor tweaks and update downloads button styling. 2025-12-17 23:29:30 +08:00
Moonchild 4af2abb312 [Pale-Moon] Issue #1992 - Part 7: Remove glass override for Win 10/11. 2025-12-17 23:23:23 +08:00
Moonchild ca7e904b27 [Pale-Moon] Issue #1992 - Part 6: Overhaul caption buttons and add win 11 specifics. 2025-12-17 23:21:21 +08:00
Moonchild 1843e173cf [Pale-Moon] Issue #1992 - Part 5: Slightly more breathing room for the window title. 2025-12-17 23:18:00 +08:00
Moonchild 5f2bc6123b [Pale-Moon] Issue #1992 - Part 4: Fix issues with the main toolbar.
- Don't use the Win 7 glass style on later versions, use the less heavily
  shadowed version instead.
- Fix ordering for toolbar icons on dark accent colors to use the inverted
  one in that case as-intended. I'm not really sure why nobody noticed
  this mistake for years >.>
2025-12-17 23:17:22 +08:00
Moonchild f61835829a [Pale-Moon] Issue #1992 - Part 3: Remove italic style from AppMenu edit label. 2025-12-17 23:14:43 +08:00
Moonchild 02fac4d52e [Pale-Moon] Issue #1992 - Part 2: Tweak Windows 10+ styling.
Remove the blue from the AppMenu secondary pane on Win10, and fix intended
toolbar border styling.
2025-12-17 23:14:06 +08:00
Moonchild 6933910ed5 [Pale-Moon] Issue #1992 - Part 1: Update AppMenu icons
This aligns the AppMenu icons with the main toolbar style
2025-12-17 23:05:00 +08:00
Moonchild f0d40ae44b [Pale-Moon] Update Windows version check caller after WindowsVersion.h updates. 2025-12-17 23:04:12 +08:00
Moonchild 58648a77ad [Pale-Moon] Issue #1991 - Add UI preference for reduced visual motion.
This also moves a few items around in the Advanced preferences pane to
have more logical grouping, and moves Captive Portal controls to Network.
2025-12-17 23:02:07 +08:00
Moonchild c167bc756f [Pale-Moon] Issue #1954 - Reset userTypedValue if fragment navigating within a doc. 2025-12-17 22:58:18 +08:00
Moonchild 88f220896b [Pale-Moon] Issue #1987 - Use overflow: clip
Use the new standard implementation instead of
`overflow: -moz-hidden-unscrollable`.

Resolves #1987
2025-12-17 22:57:41 +08:00
Moonchild 4265868605 [Pale-Moon] Remove Instagram SSUAO 2025-12-17 22:57:05 +08:00
Andy 06890bcb06 [Pale-Moon] Un-prefix -moz-user-select 2025-12-17 22:56:14 +08:00
Moonchild da35b48afd [Pale-Moon] Issue #1914 - Update several SSUAOs 2025-12-17 22:51:23 +08:00
Moonchild 7e23650580 [Pale-Moon] Issue #1979 - Use async callback to update cache UI
Resolves #1979
2025-12-17 22:50:19 +08:00
Moonchild a1d0cf1e05 [Pale-Moon] Issue #1972 - Follow-up: include Ci with nsIWebNavigation flag.
For code consistency.
2024-10-11 10:31:27 +08:00
Moonchild e1c64b1bb8 [Pale-Moon] Issue #1972 - Halt only closing tab activity before closing, not everything browser-wide. 2024-09-22 20:53:59 +08:00
Moonchild 03c56728d9 [Pale-Moon] Issue #1972 - Disable forcing GC on memory pressure. 2024-09-22 20:53:33 +08:00
Moonchild cf29319f78 [Pale-Moon] Issue #1972 - Make sure all tab activity is halted before removal. 2024-09-22 20:53:03 +08:00
Moonchild fa2fdbe24e [Pale-Moon] Issue #1972 - Implement ghostbuster 2024-09-22 20:52:34 +08:00
Moonchild d004b26d7f [Pale-Moon] Warn before using external handler for usenet protocols
We normally ask for confirmation before asking the operating system to
find an application to handle a scheme that the browser does not support.

It did not ask before doing so for the Usenet-related schemes news: snews:
and nntp:. Since most operating systems in 2024 don't have a trusted
newsreader installed by default, an unscrupulous program that the user
downloaded could register itself as a handler.
The website that served the application download could then launch that
application at will. Of course, all bets are off if a user runs such a
program to begin with, but in some situations (looking at you, MacOS!)
just downloading/unpacking could already result in registration as a
protocol handler without the user actually executing anything.
2024-09-22 20:50:49 +08:00
Moonchild 1d9b68afa8 [Pale-Moon] Issue #1967 - Enable prefetching and provide interface.
- Expose network.dns.disablePrefetch to UI.
- Set the pref to false by default (DNS prefetch enabled)

Resolves #1967
2024-09-22 20:50:12 +08:00
Basilisk-Dev 4a95f9d418 [Basilisk] fix bug with preferences not working 2024-05-16 22:53:06 +08:00
Basilisk-Dev 3fface9c03 [Basilisk] MoonchildProductions/UXP#2510 - Unprefix -moz-fit-content CSS keyword in Basilisk frontend 2024-05-08 21:24:12 +08:00
Basilisk-Dev 51091fd760 [Basilisk] Add error handling to MIME type processing in prefs.
Port of MoonchildProductions/Pale-Moon#1959
2024-05-08 21:23:30 +08:00
Basilisk-Dev 4f1fb965c6 [Basilisk] Enable dialog by default 2024-02-23 11:27:26 +08:00
Basilisk-Dev d0aae61395 [Basilisk] Guard against empty MIME types when dealing with plug-ins
Port of MoonchildProductions/Pale-Moon#1956
2024-02-23 11:26:43 +08:00
Basilisk-Dev 56de0d9596 [Basilisk] [SSUAO] Remove Amazon Prime Video override
Port of https://repo.palemoon.org/MoonchildProductions/Pale-Moon/commit/a26c6a396aa80a08a3e946eecab11283c4f57f3a
2024-02-23 11:26:10 +08:00
Basilisk-Dev 8171e8580a [Basilisk] [SSUAO] remove spotify user agent override 2024-02-23 11:24:38 +08:00
Basilisk-Dev 146451981c [Basilisk] [SSUAO] Add default override for Google Fonts served from wordpress.
Port of MoonchildProductions/Pale-Moon@31ba8fc398
2024-02-23 11:24:28 +08:00
Moonchild caf7590a10 [Pale-Moon] Issue #1959 - Add error handling to MIME type processing in prefs. 2024-02-23 11:22:02 +08:00
FranklinDM 7f0772e096 [Pale-Moon] No issue - Guard against empty MIME types when dealing with plug-ins 2024-02-23 11:21:03 +08:00
Moonchild 9d9d5c9b16 [Pale-Moon] [SSUAO] Remove Amazon Prime Video override 2024-02-23 11:20:23 +08:00
Moonchild 860f6f4151 [Pale-Moon] [SSUAO] Add default override for Google Fonts served from wordpress. 2024-02-23 11:18:30 +08:00
Basilisk-Dev ec4bbcb6f1 [Basilisk] [SSUAO] Update Slack override 2023-12-15 10:26:55 +08:00
Basilisk-Dev 08ac515a80 [Basilisk] No Issue - remove mozscreenshots
We dont use this at all.
2023-12-15 10:14:53 +08:00
Basilisk-Dev cdb2b0b0d9 [Basilisk] [SSUAO] Update Pale Moon version 2023-12-15 10:13:48 +08:00
Basilisk-Dev d3731275e1 [Basilisk] [SSUAO] Update Spotify Override
Backport of MoonchildProductions/Pale-Moon commit b9d7c77fea
2023-12-15 10:13:37 +08:00
Basilisk-Dev ce7af52551 [Basilisk] [SSUAO] Remove Netflix Overrides
Backport of MoonchildProductions/Pale-Moon commit 4c7186ba5d
2023-12-15 10:13:24 +08:00
Basilisk-Dev c5baecf1fb [Basilisk] Issue #47 - add checkboxes to toggle WebRTC and WASM 2023-12-15 10:07:58 +08:00
Basilisk-Dev b1ac786668 [Basilisk] Enable performance observer by default 2023-12-15 09:58:17 +08:00
Basilisk-Dev e6c4802491 [Basilisk] Issue MoonchildProductions/UXP#2053 - Disable DOM Performance API navigation timing by default.
Port of MoonchildProductions/Pale-Moon commit efb55a08c62ca736cff5535bc35236fc2b1cc21d
2023-12-15 09:57:44 +08:00
Moonchild 554172db3c [Pale-Moon] Remove twitter override because they flipped to bork on Gecko compat UA. 2023-12-15 09:50:52 +08:00
Moonchild 637ee512fd [Pale-Moon] Update privacy preferences category.
This makes it a tabbed page with "General" and "Tracking"
* Sec-GPC is moved to "Tracking"
* Adds canvas data poisoning, DOM performance observers and
  DOM navigation timing as options.
2023-12-15 09:50:08 +08:00
Moonchild 7121fc7844 [Pale-Moon] Revert "Issue #1936 - Optionally leave Bookmarks menu open when spawning new tab."
This reverts commit 72d882780643d2f11717525e342febe866b18880.
2023-12-15 09:44:47 +08:00