vote up 10 vote down star
1

Hi

While browsing with chrome, i noticed that it responds extremely fast ( in comparison with IE and firefox on my laptop) in terms of rendering pages, including javascript heavy sites like gmail.

This is what googlebook on chrome has to say

  1. tabs are hosted in process rather than thread.
  2. compile javascript using V8 engine as opposed to interpreting.
  3. Introduce new virtual machine to support javascript heavy apps
  4. introduce "hidden class transitions" and apply dynamic optimization to speed up things.
  5. Replace inefficient "Conservative garbage colllection" scheme with more precise garbage collection scheme.
  6. Introduce their own task scheduler and memory manager to manage the browser environment.

All this sounds so familiar, and Microsoft has been doing such things for long time.. Windows os, C++, C# etc compilers, CLR, and so on.

So why microsoft or any other browser vendor is not taking chrome's approach??. Is there a flaw in Chrome's approach?? If not, is the rest of browser vendor community caught unaware with google's approach??.. Just wondering..

flag

14% accept rate
to be quite honest I don't know why Chrome has mentioned any of their approaches as they all seem to be pretty unique and I think they should've kept that a secrect to make it easier to dominate the web with their browser ;) – baeltazor Aug 22 at 4:48
3  
@baeltazor - My guess: they don't care if they dominate the web. They want people to have better, faster, browsers so that they will use the web more (especially web apps). Whether that's Chrome or the competition is irrelevant, and the more they tell how they did it, the more people will clamor for other browsers to adopt the same techniques. It's already spurred a big speed-up in Javascript performance across the board. – Nathan Long Sep 3 at 9:43
Agree on the speed. With the release of 3.0, Chrome is blazing. – Jason Sep 17 at 15:22
Chrome is also released as the opensource Chromium, so it doesn't really matter as people would undoubtedly find out how it works anyway. – SeanJA Sep 28 at 4:17

16 Answers

vote up 0 vote down

Limitations of Chrome as I see it are: the lack of functionality, the lack of extensibility, the lack of an established 'library' of extensions.

Having said that, I'm actually using Chrome at the moment, as the latest version of Firefox is quite 'hangy'.

link|flag
vote up 2 vote down

Virtually all of these features existed in other browsers before Chrome. IE8 had process isolation for tabs. Firefox / Safari had most of the JavaScript stuff. Most browsers do their own memory management.

Chrome has a few unique features (hyperrestricted render processes, etc) which are difficult to put into other browsers due to add-on/application compatibility concerns.

The primary thing Chrome has going for it is an extremely hardcore focus on minimalism and high-performance. By focusing on these as their competitive advantages, they can appeal to users who find this area of focus compelling.

link|flag
vote up 2 vote down

As time passes, I'm sure you will see the homogenization of features as the browsers attempt to one-up each other.

In the meanwhile, I still stick with Firefox over Chrome for the simple reason that Firefox is (i) non-profit and has a (ii) huge addon community. Addons such as NoScript and AdBlockPlus are almost essential for me.

link|flag
Add-ons were more important to me than I would have thought. I tried Chrome when it first came out and instantly noticed annoying Flash adverts that FlashBlock had been hiding from me for ages. That was enough for me to give up Chrome. I haven't yet looked again to see if the feature has been added since. – Paul Stephenson May 7 at 19:08
Add-on support is now in the developer release of Chrome. I suspect that it will soon be brought to the community at large which will quickly spur the development of good add-ons. – Jason Sep 17 at 15:22
vote up 0 vote down

Many companies play a game of "What's the least we can do to get the leg up?" Marketing creates a laundry list of features needed to be better than the competitors. Project management ensures engineers stick to those features for fear that the project will exceed the time allocated... which of course it will. There's not a whole lot of room in such a system for a big picture leap-ahead. The incremental improvements you see in products, and browsers, is a consequence.

link|flag
vote up 0 vote down

One "flaw" about Chrome is that it uses more memory upfront than all of the other browsers. I'm just guessing that this is due to the overhead associated with all the separate tab management.

After it's been open for some time, however, it doesn't use more memory than other browsers.

link|flag
vote up 0 vote down

The biggest chink I've found is its lousy proxy support compared to IE, FF and Opera. So it's pretty much useless at work, render pages at random, and requesting authentication for the proxy, where the others pass it seamlessly.

That said on my home machine it works great, if it wasn't for the OTT EULA I'd use it now.

thing2k

link|flag
vote up 2 vote down

@pix0r but they added a little thing in the bottom right corner so you can expand the text box any direction you want, which I love because I use a wide display and prefer to type in a wider screen.

Thats actually a WebKit feature, Chrome just inherited it.

link|flag
vote up 0 vote down

@pix0r but they added a little thing in the bottom right corner so you can expand the text box any direction you want, which I love because I use a wide display and prefer to type in a wider screen.

I also wanted to point out that Google completely built Chrome from the ground up, with the exception of using webkit, so they have some of the advantages of not having to not deal with old-code. And of course there is the INSANLELY cool/smart developers.

link|flag
You don't work for Google by any chance... Do you? hehe :P – baeltazor Aug 22 at 4:53
No, unfortunately I don't. – Unkwntech Aug 22 at 22:37
vote up 2 vote down

IE8 uses a similar individual process per tab module, though they do not use a single process per tab, but instead spread all tabs across a process pool.

link|flag
so that's why it takes ages to open a new blank tab in IE8! Never had that problem with any other browser... – baeltazor Aug 22 at 4:50
1  
The real reason is that IE initializes new extensions on every tab. See blogs.msdn.com/ieinternals/archive/… for more on this. – EricLaw -MSFT- Sep 17 at 14:59
vote up -1 vote down

You have to keep in mind that Microsoft primary business is Rich environement (GUI) Application. Web tool is a threat to them as it is platform independant (not promoting they main product).

Of course the IE team probably had figured something like that but... Microsoft definetly won't invest a lot of money in IE if what they are selling is a Rich application platform.

link|flag
Untrue. Microsoft sells TONS of HTML/CSS/JS development tools. – EricLaw -MSFT- Sep 17 at 15:00
vote up 1 vote down

One chink in Chrome's armor is the fact that it renders these darned textareas on StackOverflow are so small that it's making my eyes bleed!

Yeah. I mentioned this on uservoice and got declined because the current size is evidently the default under webkit. Every other site I've tried with Chrome that uses textboxes to compose content manages to have a decent sized font. The default definitely doesn't work, but there's obviously some way to override it. Jeff needs to fix this!

Edit: Jeff was nice enough to point out how to fix this problem yourself.

link|flag
maybe he did; but your link has died! :) any chance you can repeat the explanation here? – Colin Pickard Jan 20 at 10:34
vote up -1 vote down

If the web model is so disconnected, why should microsoft or any one else need to grow their browsers from version to version carrying most of the old code forward?. Why cannot they ditch everything and start a brand new browser??

link|flag
1  
this isn't an answer; edit your question if you have followups. – Will Robertson Mar 10 at 4:23
Netscape tried that. It was a mistake. See joelonsoftware.com/articles/fog0000000069.html/… for discussion. – Brian Mar 15 at 3:13
vote up 0 vote down

One chink in Chrome's armor is the fact that it renders these darned textareas on StackOverflow are so small that it's making my eyes bleed!

link|flag
vote up -2 vote down

Does this mean google has a leg up on the "Legacy browser vendors" ?? :-)

link|flag
1  
this isn't an answer; edit your question if you have followups. – Will Robertson Mar 10 at 4:23
vote up 6 vote down

They have crossed over from a web browser as a tool to view web pages, to a tool optimized to to work for web applications. There may be some flaws in this initial release, but they are changing the game.

link|flag
vote up 14 vote down

Chrome's approach is difficult to write, and requires forethought from the developers. IE and Firefox are both attempting to move to a process-per-tab model, but due to backwards compatibility are not able to transition quickly. Chrome, being an entirely new browser build on a clean rendering engine (WebKit), was easier to write in this way.

link|flag
4  
In other words, Chrome started with a "blank slate", whereas other browsers are struggling to adapt existing codebases to new concepts without breaking them. – Ben Blank May 7 at 18:15
well said lol – baeltazor Aug 22 at 4:49
2  
Actually, IE8 was the first browser to use a process-per-tab model. The compatibility point is generally correct, however. – EricLaw -MSFT- Sep 17 at 14:58
1  
IE8 was released 2009-03-19, Chrome was released 2008-12-11. – John Millikin Sep 17 at 16:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.