Firefox

18166 readers
25 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
1
2
3
4
 
 

Crossposted from a community manager's post: https://reddit.com/r/firefox/comments/1hwd6u7/join_mozilla_to_test_the_new_firefox_address_bar/

Hi r/firefox 👋,

The address bar is one of the most prominent areas in any browser, and Firefox is no exception. Understanding its importance, the Firefox team has been working on a set of complementary features designed to improve discoverability and security of the Firefox address bar.

With this set of features landing in Firefox Beta 135, we need your expertise to help us test these enhancements by participating in this campaign, which will be live on January 9th! 

The top 5 contributors will each receive a $50 voucher to shop at Mozilla’s swag stores as a thank-you for your efforts. 

Have any questions about this campaign? Join us on Matrix or comment down below!

5
 
 

Disclaimer: I'm not affiliated to the project.

Aside from the fact that it's relatively new and unknown, does this hold a candle to other Firefox-based projects? They seem to be competent by their own comparison tables.

Has anyone got any first-hand experience?

6
 
 
7
8
18
submitted 2 weeks ago* (last edited 2 weeks ago) by sgibson5150@slrpnk.net to c/firefox@lemmy.ml
 
 

TL;DR: Beware! Tried to send 32 tabs from Windows VM browser instance to Fedora browser instance. Entire VM crashed then browser process on Linux host crashed.

Before winter break I virtualized a Windows PC and set it up as a KVM/QEMU guest on Fedora running on the same hardware. Got IOMMU/Vfio passthrough working on guest. Loving the near-native performance. Seems really solid. Left it running continuously for several days, compiled multiple projects. Got over a week of usage with VM and had no issues.

Set up a new Firefox account for work to accommodate new workflow. Set it up to only sync certain items, but I forget which. Can't tell from account management page. Logged in on browser instances on both host and guest. I'd accumulated some tabs on guest instance that I wanted to bookmark on host instance. Tried a single tab using Send Tab to Device. Worked fine. Selected all tabs, did Send 32 Tabs to Device. Tabs appeared on host instance, appeared to be loading. Then my external monitor went black. VM had crashed. Browser instance on host stopped responding moments later, then closed itself after a brief time.

Both host and guest running 133.0.3. Host instance was installed from flatpak.

Nothing notable in Windows System log except for the usual "previous system shutdown was unexpected" EventLog and Kernel-Power events.

Edit: Was able to reproduce the VM crash with only 10 tabs. At 20 tabs, the VM crashed and the host browser process died as in the original incident.

9
10
11
 
 

From https://reddit.com/r/firefox/comments/1hokr0c/mozilla_chair_pay_vs_firefox_market_share_2023/m4aca4j/:

Total 2022 pay: $6,903,089
Total 2023 pay: $6,260,072 - a $643,017 decrease
Base chair pay: $600,000
2023 chair bonuses and other incentives: $5,622,600

Sources:

For comparison, here are other executive salaries ($0 bonuses for each)

Executive name Title Total Pay (2023)
MARK SURMAN PRESIDENT & EXECUTIVE DIRECTOR 715,143
J. BOB ALOTTA SVP, GLOBAL PROGRAMS 508,138
ANGELA PLOHMAN COO, SECRETARY & TREASURER 452,234
ASHLEY BOYD SVP, GLOBAL ADVOCACY 427,701
ZHILUN PANG DIRECTOR OF FINANCE 273,069
DAVID WALKER SENIOR COUNSEL 268,565
LAINIE DECOURSY DIRECTOR, ORG EFFECTIVENESS 267,028
JUAN BARANI SENIOR DIRECTOR, GIFT PLANNING 262,879
STEPHANIE WRIGHT SR PROGRAM MANAGER, MOZFEST 236,785
12
 
 

Solution: I just needed to disable Firefox Color in about:addons.

I set a theme with Firefox Color, I tried changing the theme in settings to light or dark but neither work. I'm wondering if there are other ways to do so in Firefox that I could try. I'm on zen browser which is why it may not have worked.

13
 
 
14
 
 

Solved: It turns out I needed to add https:// to the redirect URL. I now edited the redirect to be this:

{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2024-12-25T00:25:04.487Z",
    "redirects": [
        {
            "description": "sh.reddit.com submission page",
            "exampleUrl": "https://old.reddit.com/r/firefox/submit?selftext=true",
            "exampleResult": "https://sh.reddit.com/r/firefox/submit?selftext=true",
            "error": null,
            "includePattern": "https://.*?reddit.com/((r|u|user)/.*?/submit.*)",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://sh.reddit.com/$1",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }, 
    ]
}

Using the Redirector addon, I wrote a redirect from a Reddit submit page to the new new Reddit submit page but it doesn't work when I go to https://old.reddit.com/r/firefox/ and click "submit text", it just takes me to https://old.reddit.com/r/firefox/submit?selftext=true despite the link working in the example box.

Reproduction: Install the addon, save the following as a json file, click on addon icons and select "edit redirects", then click import to select the json file.

{
"createdBy": "Redirector v3.5.3",
"createdAt": "2024-12-22T15:43:42.356Z",
"redirects": [
{
"description": "sh.reddit.com submission page",
"exampleUrl": "https://old.reddit.com/r/tds_roblox/submit",
"exampleResult": "sh.reddit.com/r/tds_roblox/submit",
"error": null,
"includePattern": "[a-z]+?:\\/\\/.+?reddit.com\\/((r|u|user)\\/.+?\\/submit.*?$)",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "sh.reddit.com/$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Old Reddit",
"exampleUrl": "https://www.reddit.com/r/reddit",
"exampleResult": "https://old.reddit.com/r/reddit",
"error": null,
"includePattern": "[a-z]+?:\\/\\/.*?\\.reddit\\.com\\/(((r|u|user)\\/.*)|$)",
"excludePattern": "[a-z]+?:\\/\\/.+?reddit.com\\/((r|u|user)\\/.+?\\/submit.*?$)",
"patternDesc": "",
"redirectUrl": "https://old.reddit.com/$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}
15
16
 
 

Once upon a time, we could click an arrow in the address bar and see a list of our most visited sites.

How do we restore that functionality? Unlike the average modern internet user, I actually use more than just 5 sites pretty frequently.

Before "designers" were unleashed onto the world, we had the ability to scroll the list in the address bar so we rarely if ever have to type when it's a site we frequently visit.

Fast-forward to 10 years ago, and the hip/cool thing was apparently to remove as much functionality as possible if a certain competing browser did not support it.

I would like to move away from this "trend" of having to remember and type things out when in the past we had computers to do it for us.

In that effort, how can I restore the "old" (but better!) functionality of the firefox address bar? I don't need to see "recent searches," as I've legitimately never clicked on any of them. I just want the plain, simple, straightforward, functional dropdown menu back that our ancestors were able to use.

17
 
 
18
 
 

Not a new article (from 2022), but quite interesting.

19
 
 

cross-posted from: https://lazysoci.al/post/20273958

Tab Groups is getting enabled in desktop nightly by default. No news on mobile yet, but it's a step in the right direction.

20
 
 

Illustration of overlapping browser windows with Ecosia's logo, a tree graphic, Firefox's logo, and the text "Together for a better web," alongside a search bar with a green cursor.

Your tech choices matter more than ever. That’s why at Mozilla, we believe in empowering users to make informed decisions that align with their values. In that spirit, we’re excited to announce our partnership with Ecosia, a search engine that prioritizes sustainability, and social impact.

Did you know you could choose the search engine of your choice right from your Firefox URL bar? Whether you prioritize privacy, climate protection, or simply want a search experience tailored to your preferences, we’ve got you covered.

Ecosia goes beyond data protection by addressing environmental concerns. Every search made through the search engine contributes to tree-planting projects worldwide, helping to combat deforestation and regenerate the planet. Ecosia planted over 215 million trees, across the planet biodiversity hotspots, making a tangible difference in the fight against climate change. Just like Mozilla, they are committed to creating a better internet, and world, for everyone.

Together, Mozilla, Firefox and Ecosia are contributing to a web that is more open and inclusive, but above all — one where you can make an informed choice about what tech you use and why. Your tech choices make a difference.

As Firefox and Mozilla continue to champion user empowerment and innovation, we invite you to join us in shaping a web that makes the world better. Together, let’s make a positive impact — one search at a time.

21
 
 

There are no posts though

22
 
 

I don't want text to be unloaded from pages because then I can't see all the results on the CTRL F box. This happens on Discourse forums and New New Reddit (its too bad they removed the 2018 redesign).

23
 
 

I use YouTube in dark mode quite a while now and this was not an issue, until recently. For whatever reason the text for the comment I am writing is in black now, rather than white. Does anyone know why that is? Surely I can find some workaround by forcing the color for the domain, but it would be nicer to know the actual reason and fix the problem.

24
 
 

Does anyone have this issue were firefox becomes slow if left open for a long time. In my case after a couple of weeks rendering becomes slow and when I use youtube for example if is laggy, just trying to change volume taka few second to show the volume bar. It also happens to my laptop at work. I have around 30 tabs open.

25
 
 

Hey all,

i was wondering, how you are managing websites which clearly state they need chrome. Most of the time, switching the user agent works fine, but sometimes it does not. Implying you need to use them. Is there something like a wall of shame for said websites? I gladly report them.

Thank you!

view more: next ›