Slashdot Mirror


User: jesser

jesser's activity in the archive.

Stories
0
Comments
2,085
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,085

  1. Re:Firefox Compatibility on Firefox 3D Canvas FPS Engine · · Score: 1

    Oops, you're right. There are some bugs that cause the browser to leak if a page doesn't "clean up" before you leave the page, and those are bugs in the browser, but leaks-until-you-leave-the-page bugs are usually bugs in the pages.

  2. Re:Firefox Compatibility on Firefox 3D Canvas FPS Engine · · Score: 1

    Seems to me as if it might be specific websites you're visiting, sites that, for example, have javascript that's allocating and failing to deallocate memory. This is actually pretty common nowadays, since sites have started using Ajax; many web developers aren't accustomed to having to worry about memory management, and end up leaving references to XML objects sitting around so they're not garbage collected.

    Or maybe they're just tired of working around bugs in web browsers.

  3. Re:Qwantz on Firefox Plans Mass Marketing Drive · · Score: 2, Informative

    That's bug 45375. Fixing it correctly (so tooltips not only aren't truncated, but wrap when they need to) apparently requires a scary change to XUL layout, which is the main reason it hasn't been fixed yet. It looks to me like it will be fixed in Gecko 1.9 (Firefox 3).

    I think there are extensions you can use so you'll see a different kind of tooltip that doesn't suffer from the bug.

  4. Re:Marketing on Firefox Plans Mass Marketing Drive · · Score: 1

    Firefox is already better than IE (unless you look at a lot of p0rn)

    What advantages does IE have over Firefox when it comes to porn? Pornzilla's page about "Why Firefox is the best porn browser" lists some advantages Firefox has over IE, but I can't think of any advantages IE has over Firefox.

  5. Re:Are pop-ups fixed yet? on Mozilla Firefox 1.5 RC3 Released · · Score: 1

    Assuming:
    * You're using Firefox 1.5 RC2 or RC3 rather than Firefox 1.0.x.
    * You understand that pop-ups that occur when you click in the content area cannot be blocked without breaking half of the web.

    then the only bug I know about that you could be hitting is bug 313337. And fastclick is indeed taking advantage of that bug -- that's how I found out about it. I encourage you to check the site's code, though; if there are other ways for sites to get around pop-up blocking, we want to know about them.

  6. Re:Way to sensationalize - let me vent... on Mozilla Firefox 1.5 RC3 Released · · Score: 2, Informative

    Second the HTML specs do not say exactly how things should be rendered. This bug is open because it is some people are saying "I think the spec should work like this" where the spec does not absolute.

    There isn't any serious disagreement over what the HTML spec says here. The reason it hasn't been fixed yet is that fixing it requires fixing bug 228673, which is in a fragile part of Mozilla's code (XUL layout) whose original authors have probably left the project. I see a patch and "[reflow-refactor]" in 228673, so it (and the tooltip problem it causes) will probably be fixed early in the Gecko 1.9 cycle for Firefox 3.0.

  7. Re:Changelog on Firefox 1.5 RC2 Available · · Score: 4, Informative

    If you're going to copy information from The Burning Edge without attribution, at least get it right. You included several bugs that were only fixed on the trunk.

  8. Re:Changelog on Firefox 1.5 RC2 Available · · Score: 1

    The Mozilla Foundation only enables IDN in Firefox for top-level domains that have good anti-spoofing policies:

    "In order for us to display IDNs in a particular TLD, that registry concerned must have and keep a published policy stating which characters are permitted. If the set of characters contains pairs of homographic characters, the policy must specify a method to prevent two homographic domains being registered to different entities." (source)

    Firefox also includes a small blacklist to prevent the worst kinds of spoofing (such as characters that look like slashes or spaces) in case a TLD registry screws up.

  9. Re:Uhmmm on Google Paying for Firefox Installs · · Score: 1

    The buttons say things like "Get Firefox with Google Toolbar". If you're using IE and click, you get to download Firefox with the Google Toolbar. If you're already using Firefox and click one of those buttons, you get redirected to a page that lets you install just the Google Toolbar.

  10. Re:Firefox is on the up!! on Firefox Achieves 10% Global Market Share · · Score: 1

    The grandparent is suggesting zealotry *against* a specific browser. Does that annoy you too?

  11. Re:"security applications and systems" only?? on Security and Usability · · Score: 2, Informative

    Ka-Ping Yee also maintains a blog on the subject: usablesecurity.com.

  12. Re:General comments... on Firefox 1.5 RC1 Released · · Score: 1

    Windows users can make the Firefox 1.5 prefs panel even more MacOS-like by toggling the following prefs in about:config:

    browser.preferences.instantApply - apply prefs immediately, and show only a "Close" button instead of "OK" and "Cancel".

    browser.preferences.animateFadeIn - resize the prefs window when you switch panes and use a quick fade-in animation

    A while ago, I wrote a mostly useless extension that lets you toggle those two prefs without using about:config.

  13. Re:About extensions (Re:Changelog) on Firefox 1.5 RC1 Released · · Score: 1

    The changelog says there are no new features for extension developers, not that none of Firefox's internal APIs have changed in signature or behavior.

  14. Re:13 new things in flock on Firefox-based Social Browser Flock Launches · · Score: 1

    Flock's bookmark manager takes about 15 seconds to open for me, at least on Mac OS X. I have 1745 bookmarks.

  15. Re:Wow. It renders faster on OS X on Firefox-based Social Browser Flock Launches · · Score: 1

    Are you sure you're comparing Flock to the version of Firefox it was based on? I doubt Flock changed much core rendering code.

  16. Re:Problem with biometrics on Cell Phones Learn to Recognize Their Owners' Faces · · Score: 3, Interesting

    A criminal might find it easier to take a photograph of you than to steal your face.

  17. Silly on Banks to Use 2-factor Authentication by End of 2006 · · Score: 4, Insightful

    This will cost every Internet banking customer money, time, and convenience. (RSA fobs are not free; if your bank gave you one for free, it will have to pass the cost on to you in some way.) Meanwhile, it will not significantly reduce the impact of phishing or pharming attacks; it will just force attackers to use the information gleaned from such attacks before the fob's digits expire.

    How about requiring banks to use https correctly, which would at least reduce the impact of pharming attacks?

  18. Re:I discovered some kind of bug with Firefox on Firefox Tops 100 Million Downloads · · Score: 2, Interesting

    The main reason we want you to register before filing a bug is so we can ask followup questions if we can't reproduce the bug. A secondary reason is that requiring registration decreases the number of bug reports where reporters don't bother spending the 2 minutes it takes to make a bug report useful.

  19. Re:Changes coming to windows on Real And Microsoft Close to Settlement · · Score: 1

    Where "anything" is "any media player that uses DirectShow", such as Windows Media Player and WinAmp. VLC doesn't, which is often an advantage for VLC.

  20. Re:Incorrect title on IE Flaw Exposes Users To Spoof-Based Attacks · · Score: 1

    After skimming that paper I'm even more convinced that it's a problem with IE and not with proxies / shared servers. What am I missing?

  21. Re:You gotta love this part on IE Flaw Exposes Users To Spoof-Based Attacks · · Score: 1

    Without reading the article, I'd guess that the reporter decided to disclose the hole in IE quickly instead of giving Microsoft a month or two to fix it because the same hole was just fixed in Firefox and thus fresh in the mind of anyone who wanted to look for IE holes.

  22. Re:Right but... on Firefox Momentum Slows · · Score: 1

    The randomly named profile directory is a security measure. Why does it make deployment harder?

  23. Re:Firefox already can block flash popups on RIAA Suit Rejected With Prejudice · · Score: 1

    It is set to 2 by default in Firefox 1.5 Beta 1. Hopefully Macromedia will eventually release a version of Flash that plays nicely with Firefox's pop-up blocking so we aren't forced to choose between letting unrequested Flash pop-ups through and breaking links in Flash that open in a new window/tab.

  24. Re:Silly Speed Fetishes on Google Firefox Toolbar Out Of Beta · · Score: 1

    This is bug 40848, btw.

  25. Re:Silly Speed Fetishes on Google Firefox Toolbar Out Of Beta · · Score: 1

    It's possible that it has been made less annoying in 1.5, but it's definitely not fixed. Firefox still uses a single thread for layout and scripts in all tabs, and there are still circumstances under which layout or a script doesn't pause to let other events be processed by the main thread for a few seconds.