For a personal project (well, an OS -- check out www.brevityos.org if
you're interested), I need something like test_shell in fullscreen
mode. The UI is basically an HTML-file with an iframe for every
document. CSS-classes are used to describe what application is active,
what documents are active etc.

The problem is that for my project, test_shell performs bad compared
to Chromium. I have compiled with mode set to release, but it's still
noticeably slower.

I've watched Darin Fisher and Brett Wilson's presentations about the
Chromium architecture on YouTube. If I've got it right, then
test_shell is below the layer that implements multi-processes. Brett
says that test_shell is based on WebKit glue.

What needs to be done to make test_shell perform as good as Chromium?
I'm not suggesting that test_shell needs to be changed. I'll probably
do this in a separate directory under chromium-dir/src, or as a Linux
port of Chromium Embedded Framework, if Marshall wants CEF to be
multi-processed.

-- 
Best regards,

Alexander Teinum

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to