LWN.net Logo

Callaway: Chromium: Why it isn't in Fedora yet as a proper package

Callaway: Chromium: Why it isn't in Fedora yet as a proper package

Posted Dec 1, 2009 20:48 UTC (Tue) by robert_s (subscriber, #42402)
Parent article: Callaway: Chromium: Why it isn't in Fedora yet as a proper package

I'm afraid I gave up expecting Chromium to be an example of good engineering when I first heard they'd built the UI in win32 widgets.

And now I think I'm right in saying they use GTK for their X11 interface. For a C++ application that inherits Qt design methodology.


(Log in to post comments)

Callaway: Chromium: Why it isn't in Fedora yet as a proper package

Posted Dec 2, 2009 1:31 UTC (Wed) by SEJeff (subscriber, #51588) [Link]

What are you talking about? chromium and chrome use Skia[1] not gtk or win32.
Please don't spread nonsense if you are misinformed.

[1] http://www.atoker.com/blog/2008/09/06/skia-graphics-libra...
first-impressions/

Callaway: Chromium: Why it isn't in Fedora yet as a proper package

Posted Dec 2, 2009 2:34 UTC (Wed) by Sho (subscriber, #8956) [Link]

While Google uses Skia as their backend for WebKit, and presumably for parts of the UI, parts like the menus, settings dialogs and so on do use GTK+.

Callaway: Chromium: Why it isn't in Fedora yet as a proper package

Posted Dec 2, 2009 14:08 UTC (Wed) by drag (subscriber, #31333) [Link]

Yeah.
Chrome on Linux is definitely a GTK application.

from:
http://groups.google.com/group/chromium- dev/browse_thread/thread/d86faf0eff41b998/5e74522ae540adcd? lnk=gst&q=Why+is+Linux+Chrome+so+fast%3F#5e74522ae540adcd

Off the top of my head, the tabstrip and the floating bookmark bar are the only pieces of the linux UI drawn with skia.

And using GTK was one of the smarter moves on Google's part with the Linux port.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds