Earlier quoted context omitted.
Hahaha, you and me and about 1% of the browser users (well on HN, probably more like 10%) have particular habits of keeping much larger numbers of tabs open than everyone else. Have you imagined an alternate scheme to tabs, where there are 100s of thousands of potential "tabs" which can be organized, called up in groups, moved in clumps together, and shared? Imagine each group of tabs like soldiers in a Command and C…
I think there is an opportunity to blend the concepts of tabs and bookmarks. Tabs could/should be aggressively swapped out to disk, or even unloaded entirely if the state that they have is unnecessary. Obviously we can just bookmark then close a tab today if we don't care about it's state, but that is not a workflow that the standard tab/bookmark UI facilitates. (The standard tab UI also does not facilitate massive n…
Multiprocess Firefox
101–110 of 126 posts
Re: Multiprocess Firefox
#102Can this also solve the issue of flash objects taking over all keyboard input and breaking the standard hotkeys?
Re: Multiprocess Firefox
#103Earlier quoted context omitted.
> Interesting that they chose to share code with Chrome. Since the two are competitors, I would have thought that they'd use completely separate implementations. That's what open source is about: collaboration instead competition. Why compete when you can pool your resources together.
Mozilla does have a habit of rejecting code like WebDB/SQLite and PNaCl, so people are always surprised to see them reusing code, especially from Google.
Re: Multiprocess Firefox
#104My biggest problem with Firefox is its startup time. It takes much longer to start the firefox.exe then IE and Chrome which are both very fast. I am using Win7 on i7-3960X, intel SSD, 16 GB RAM. If I install any plugin then this thing is much worst. (For this reason I am not using any plugin which is a big loss). It is weird that this issue is seldomly mentioned, but I think that it is much more important then the ot…
http://www.tomshardware.com/reviews/chrome-27-firefox-21-ope...
Re: Multiprocess Firefox
#105Not sure why we need this. Without plugins (flash, java, silverlight) , firefox IS pretty stabled.
Re: Multiprocess Firefox
#106Earlier quoted context omitted.
I'll admit I wasn't a fan of process-per-tab originally either. However, since ever browser leaks memory, the ability to close some windows and reclaim the memory that was lost has been very useful to me (I tend to have 50+ tabs open at most times, and for many days at a time). That being said, I'd also be ok with process-per-window, as that would give me the same basic ability.
Hahaha, you and me and about 1% of the browser users (well on HN, probably more like 10%) have particular habits of keeping much larger numbers of tabs open than everyone else. Have you imagined an alternate scheme to tabs, where there are 100s of thousands of potential "tabs" which can be organized, called up in groups, moved in clumps together, and shared? Imagine each group of tabs like soldiers in a Command and C…
So yea, that behavior is quite possible today.
Re: Multiprocess Firefox
#107Earlier quoted context omitted.
> Interesting that they chose to share code with Chrome. Since the two are competitors, I would have thought that they'd use completely separate implementations. That's what open source is about: collaboration instead competition. Why compete when you can pool your resources together.
Mozilla does have a habit of rejecting code like WebDB/SQLite and PNaCl, so people are always surprised to see them reusing code, especially from Google.
They have used SQLite to store bookmarks since Firefox 3: http://kb.mozillazine.org/Places.sqlite
But that doesn't mean they haven't rejected it elsewhere. Was just curious.
Edit: I see now. The WebSQL de-facto standard, which Mozilla rejected, essentially said: "use SQLite." Here's a discussion: https://plus.google.com/+KevinDangoor/posts/PHqKjkcNbLU
Re: Multiprocess Firefox
#108Earlier quoted context omitted.
I think there is an opportunity to blend the concepts of tabs and bookmarks. Tabs could/should be aggressively swapped out to disk, or even unloaded entirely if the state that they have is unnecessary. Obviously we can just bookmark then close a tab today if we don't care about it's state, but that is not a workflow that the standard tab/bookmark UI facilitates. (The standard tab UI also does not facilitate massive n…
A slightly different workflow is to use the OneTab Chrome extension ( https://chrome.google.com/webstore/detail/onetab/chphlpgkkbo... ) which with a single clicks converts all of your tabs into a list that can later be reloaded.
Re: Multiprocess Firefox
#109Can this also solve the issue of flash objects taking over all keyboard input and breaking the standard hotkeys?
Most sites run flash in windowed mode, and for good reason - flash's performance sucks in windowless mode, and it cannot make use of hardware acceleration (IIRC). Since Adobe's NPAPI flash seems to be essentially in stability mode, it's unlikely this will be improved :(
Now, in current multiprocess mode, we actually force flash to use windowless mode -- because support for windowed mode isn't finished yet (bug 923746). But the aforementioned performance issues mean that we'll probably remove that restriction once we support windowed mode in multiprocess.
Re: Multiprocess Firefox
#110My biggest problem with Firefox is its startup time. It takes much longer to start the firefox.exe then IE and Chrome which are both very fast. I am using Win7 on i7-3960X, intel SSD, 16 GB RAM. If I install any plugin then this thing is much worst. (For this reason I am not using any plugin which is a big loss). It is weird that this issue is seldomly mentioned, but I think that it is much more important then the ot…
Tom's Hardware Guide's "Web Browser Grand Prix" measured Firefox's startup times being much faster than Chrome, for both cold and warm starts and single and multiple tabs. http://www.tomshardware.com/reviews/chrome-27-firefox-21-ope...