Comment Javascript performance (Score 3, Informative) 284
As usual, Firefox performance on the v8 benchmark is pathetic where Chrome is more than 10 times faster.It is 24% faster than version 3.5.4 in V8 but it is clearly not enough. In the sunspider test, chrome is 2 times as fast as firefox. In this test, 3.6 is 17% faster than 3.5.4. Safari too comfortably beats Firefox in both these benchmarks
Comment Javascript Performance (Score 1) 2
Submission + - Mozilla Firefox 3.6 Released 2
Comment Re:Wha...? (Score 1) 251
Comment Re:Phoning home (Score 2, Insightful) 251
Comment Re:Wha...? (Score 4, Informative) 251
I'm not current on development for the Mac, but I've heard that multiple processes can't share a single window in OS/X.
Do you happen to know how Chrome works around this, or is this not an actual limitation?
I'm not a mac dev and what i'm posting here is gleaned from several svn log entries. So it might be wrong and inaccurate
What is happening here is that OS-X expects the additional processes to respond to UI events and since they don't mark them as "Not Responding". Two solutions have been proposed
1. have dummy code which responds to UI events to keep OS-X happy
2. Rip out the Cocoa code from the additional processes which will make OS-X not expect the process to respond to UI events.
Comment Re:Wha...? (Score 5, Informative) 251
What Works
* Almost All Websites
* Bookmark pages
* Most visited sites
* Open link in new tab
* Open new tabs
* Omnibox
* Back, Forward, Reload
* Open link in new window
* Drag a tab to make a window
* Launch new tab
* Cut, Copy, Paste
* Keyboard shortcuts
* about:version, about:dns, about:crash, about:histograms
* Find in page
* History with search
* Form Fill
* Delete Thumbnail in New Tab Page
* Window Positions Remembered
* View Source with synatx highlighting and clickable links
What Doesn't Work
* Plugins (No flash -> No youtube)
* Bookmarks Bar
* about:network, about:memory
* Web Inspector
* Input methods such as Kotoeri (Japanese)
* Preferences (Partial implementation)
* Full Screen Browsing
* Favicon (thanks brin)
Comment Re:Safari does clean up after itself. (Score 2, Interesting) 200
I have been keeping track of mac chrome and in the last two months it has become quite stable and only thing missing is flash. Some here would even consider that a feature.
Comment Re:just poke around in ~/.mozilla/* (Score 1) 200
Comment Re:Safari does clean up after itself. (Score 4, Informative) 200
before: 737M -Caches-
after: 571M -Caches-
This is seriously fucked up.
Comment Re:Windows Only (Score 1) 381