Ioi
unread,Jan 22, 2012, 3:44:06 PM1/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium OS discuss
Hello,
Is it possible to write the "browser Chrome", i.e., menus, scrollbars,
dialog boxes, window manager decorations, tabs, etc, using HTML? It
seems to me that this can be done with a stack of two renderers. The
bottom one is the main page you're browsing. The top one has a
transparent background, plus a bunch of iframes where you expect to
see the chrome elements.
With that, you can have a much more customizable system UI look. It
will look much nicer that "views", but less hassle to port than
traditional gui toolkits like GTK.
Any thoughts?