The Following User Says Thank You to geneven For This Useful Post: | ||
|
2012-04-18
, 12:21
|
Posts: 13 |
Thanked: 9 times |
Joined on Mar 2012
|
#62
|
The Following User Says Thank You to olibe For This Useful Post: | ||
|
2012-05-02
, 10:32
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#63
|
From other side, I'm made recently new IPC embedding based on mozilla-central source code. which is actually very nice alternative to MicroB IPC stack and Webkit2 IPC stack.
This IPC embedding is basically mix of Fennec(Chromium IPC approach) but without XUL/XPCOM/Gecko on UI side, and easily embeddable into any toolkit, Qt or GTK.
On N9 I have 60FPS scrolling + ~30% CPU free for simple scrolling zooming operations with Simple QML UI.
I guess if it is compiled on Maemo5 it should be not much slower.
Also Flash works/WebGL/CSS3/3D/ et.c
https://wiki.mozilla.org/Embedding/IPCLiteAPI - here is a bit more info.
Probably someday I'll find time and make build for Maemo5.
The Following User Says Thank You to pali For This Useful Post: | ||
|
2012-05-02
, 18:13
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#64
|
The Following User Says Thank You to Android_808 For This Useful Post: | ||
|
2014-11-14
, 18:40
|
Posts: 3 |
Thanked: 2 times |
Joined on Nov 2010
|
#65
|
The Following User Says Thank You to makis For This Useful Post: | ||
|
2015-11-09
, 05:30
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#66
|
I tested this one.
Maemo5 have only cairo 1.8.8, but 'cairo >= 1.10' needed. I got it configured (with risk)
configure:
-CAIRO_VERSION=1.10
+CAIRO_VERSION=1.8
And because our cairo aren't compiled with 'tee' (without more knowledge about this)
mozconfig:
-ac_add_options --enable-system-cairo
+ac_add_options --disable-system-cairo
And then I hit on the error:
ipclite/mozilla-central/gfx/skia/src/opts/SkBlitRow_opts_arm.cpp:780: error: fp cannot be used in asm here
(seems this has nothing to do with cairo)
I tested on scratchbox1 and followed 'Build instructions'.
All I want is 40 acres, a mule, and Xterm.