Slashdot Mirror


User: BZ

BZ's activity in the archive.

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

Comments · 2,318

  1. Re:Please add multithreading on Adobe and Mozilla Foundation Collaborate on ECMAScript · · Score: 1

    JavaScript supports multiple threads quite nicely.

    JavaScript IN A WEB CONTEXT does not. That's a problem that's hard to solve without breaking lots of existing pages that assume the single-thread run-to-completion semantics and depend on it.

    In Gecko, the DOM code is also effectively single-threaded. Changing that could be done, but would likely have significant performance impact...

  2. Re:This brings a question to mind... on Another Denial of Service Bug Found in Firefox 2 · · Score: 1

    In the case of Mozilla, for example, all patches require review by a well-established developer before being committed to the tree. Linux has a similar setup.

  3. Re:It still isn't production quality software! on Firefox 2 Downloads Top 2 million in 24 Hours · · Score: 1

    > I managed to file 3 different reports in 30 minutes

    Did you also file Bugzilla bugs on these? Talkback in general is used to isolate common crash bugs; one-off incidents will never get noticed in the mass of talkback data...

    On the other hand, if you file a bug on the crash and link to the talkback incident ID, it will be clear what the stack for the crash is so it can get fixed.

  4. Just loading the testcase not enough on Nine Reasons To Skip Firefox 2.0 · · Score: 1

    > "SecurityFocus reports an unpatched highly critical vulnerability in Firefox 2.0.

    SecurityFocus is lazy, basically.

    The testcases that shows the vulnerability in question actually showed two problems -- an exploitable crash and a non-exploitable stack-fills-up crash. The exploitable crash was fixed. The other crash is still being worked on, but it is _not_ a security vulnerability.

    Of course if all you do is load the testcase in question, you have no way to know which crash you're hitting. That's where someone who was actually trying to report correctly would put in a little more work, but that's too much to ask of SecurityFocus.

  5. Re:Attention Mac Users on Firefox 2.0 Officially Released · · Score: 1

    > you'll want to stick with Firefox 2.0 Beta 2 on OS X, like I do.

    The problem with that is the lack of security updates for said beta... not to mention security bugs fixes since beta that will be disclosed now that final has shipped.

  6. Re:This old exploit still crashes v2.0. on Firefox 2.0 Posted a Day Early · · Score: 1

    > All that being said, it's pretty ridiculous that Firefox 2.0 is still vulnerable to this.

    In all fairness, what it's "vulnerable" to is that the stack grows till the OS kills it. It's not exploitable.

    Now it's not pleasant either... but neither is:

        while (1) {
          alert('Gotcha');
        }

    Which from a user's point of view is equally bad.

  7. Re:*Yawn* on Details On IE7 CSS Changes · · Score: 1

    You mean the fact that in standards mode uses border-box sizing while uses content-box sizing?

    At the moment, pretty much anything we do here would be per CSS spec, and as it happens the current behavior is IE-compat (having them do the same sort of sizing broke various sites... and yes, we _are_ talking standards mode).

  8. Re:PLEASE stop linking to unreleased builds on Firefox 2.0 Posted a Day Early · · Score: 2, Insightful

    The problem is that it takes finite (and nontrivial) time to propagate the builds to all the mirrors. Otherwise there'd be no problem putting them up at the same time as the release announcement.

  9. Re:Software Update on Firefox 2.0 Posted a Day Early · · Score: 4, Informative

    It'll hit Software Update when it's actually been released.

  10. PLEASE stop linking to unreleased builds on Firefox 2.0 Posted a Day Early · · Score: 5, Informative

    See http://weblogs.mozillazine.org/preed/2006/10/the_a ntirelease.html for the Mozilla build team's take on articles like this one.

  11. Re:*Yawn* on Details On IE7 CSS Changes · · Score: 1

    > # Firefox: 100%

    You must be looking at just the last line of the table. Look at the table itself -- there's stuff there that Firefox doesn't support.

    Sorry, but claiming that Firefox has 100% CSS2.1 support is just bullshit. And I should know, since I work on said CSS support in Firefox... ;)

  12. Re:Two of my prayers for FireFox Improvement on Firefox 2.0 To Debut Tuesday · · Score: 1

    The difference is that Gecko 1.9 (the rendering engine for Firefox 3) has been under development for over year now... If things go as they are, Firefox 4 will have basically the same web page rendering as Firefox 3 and different UI stuff.

  13. Re:Probably a birth, not an immigrant on U.S. Population Hits 300 Million · · Score: 1

    Most new immigrants walk to the US nowadays. And they do it at night.

  14. Re:Funny how quickly Russia on U.S. Population Hits 300 Million · · Score: 3, Informative

    > What did they have, 350 million?

    More like 290 million, at the peak of the Soviet Union.

    > Didn't think the Baltics and Kazakhstan had that many people.

    Kazakhstan has about 15 million people.

    The three baltic republics together have about 7 million.

    For reference, Ukraine has about 50 million. That's the second biggest (after Russia) population of the ex-Soviet republics.

    As I recall, Kazakhstan was third. Then Belarus with close to 10 million. Then the others.

  15. Re:Ungrateful Bitching on Firefox 2.0 RC3 Released · · Score: 1

    > So this features list has some intriguing points but the one that
    > would make me squeal like a giddy school girl

    Historically, the Firefox changelists have tended to not list changes to the core code (like leak fixes) as much as "user-facing" changes. Sort of comes with who's compiling the changelists.

    There are in fact a bunch of memory usage fixes in Firefox 2 as compared to Firefox 1.5.

  16. Re:How about standards compliance? on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    > It would be nice for Firefox to understand basic HTML 4 from 1997 like em/foo/

    Sadly, doing this breaks lots of websites. Too many to be possible.

  17. Re:Merge patches quickly and release often on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    When distributions submit patches, the get merged. Debian did NOT in fact submit patches.

  18. Re:Better image map support? on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    So basically, "screw the HTML spec in this case", eh? ;)

  19. Re:Apparently on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    > I would like these FORCED into new tabs

    There's already a pref for this. See http://bonsai.mozilla.org/cvsblame.cgi?file=mozill a/browser/app/profile/firefox.js&rev=1.164&mark=25 1,254#250

    No UI, but you can set this with about:config.

  20. Re:Moving forward, not standing still on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    > Full SVG support

    Which "SVG"? 1.1? 1.2?

    1.1 is incredibly badly written, self-contradictory, and inconsistent with other W3C specs (making it impossible to implement both it and those other specs).

    1.2 has most of the same problems (to a lesser degree), _and_ built-in security holes (raw socket access APIs, anyone?).

    So implementing all of either one is just not happening. All thank the SVG (also known as "we need a Flash competitor for cell phones; screw everything else") working group.

  21. Re:Keep it simple ... on Firefox Accepting Feature Suggestions for Version 3 · · Score: 1

    This would sort of work, except for the fact that the renderings of different documents interact (see translucent iframes) and that cross-calls between the document and the UI are very common (see what happens to the status bar as you move around the page and hover links, for example).

    Combine this with all the synchronization mechanisms needed in all DOM code because there's no good way to tell whether you're accessing things in the same process, and the fact that DOM objects can be moved between documents (adoptNode), and the performance really will be t terrible...

  22. Re:it's bad either way on IceWeasel — Why Closed Source Wins · · Score: 1

    There's nothing preventing them from maintaining that patch set in a shared CVS repository (cvs.mozilla.org comes to mind, I admit) so other distros can get the benefits too... Yet I have not seen them sending these fixes upstream. Wonder why.

  23. Re:Debian vs. Mozilla.COM on IceWeasel — Why Closed Source Wins · · Score: 1

    I suspect that if you want them to do something (like set up a stable "unofficial" branding), you'd do better to actually like... suggest that to them. They might not think of it on their own, you know.

  24. Re:Oh for heaven's sake..... on Firefox To Be Renamed In Debian · · Score: 1

    > Currently to modify and distribute Firefox you need to take an effort
    > to remove the image and remove firefox references.

    Actually, no. The name and image are controlled by a configure flag, which defaults to NOT using "Firefox" and the fox/world logo.

    So in fact to create Firefox with the Firefox branding from the Mozilla.org source code you have to make an effort. Creating a freely modifiable build, on the other hand, takes less work -- no need for that non-default value of the configure switch.

  25. Re:Why iceweasel? on Mozilla vs Debian Analyzed · · Score: 1

    Patches that cause what's being shipped as Firefox to differ from what's in the mozilla.org CVS need approval. Patches that land in mozilla.org CVS (with the peer review that generally entails from the people familiar with the code being changed) don't need any additional review from Mozilla Corp.