wow23
|
2012-03-02
, 18:42
|
|
Posts: 45 |
Thanked: 56 times |
Joined on Aug 2011
@ Sevastopol, Cremea, Ukraine
|
#51
|
The Following User Says Thank You to wow23 For This Useful Post: | ||
|
2012-03-02
, 20:36
|
|
Posts: 45 |
Thanked: 56 times |
Joined on Aug 2011
@ Sevastopol, Cremea, Ukraine
|
#52
|
The Following 9 Users Say Thank You to wow23 For This Useful Post: | ||
|
2012-03-02
, 22:03
|
Posts: 40 |
Thanked: 265 times |
Joined on Aug 2007
|
#53
|
|
2012-03-02
, 22:14
|
Posts: 40 |
Thanked: 265 times |
Joined on Aug 2007
|
#54
|
The Following 32 Users Say Thank You to romaxa For This Useful Post: | ||
bocephus, Copernicus, Dead1nside, ejasmudar, freemangordon, fw190, GrimyHR, hgroove, imo, ivgalvez, jacktanner, Joseph9560, kent_autistic, kevloral, MartinK, Mentalist Traceur, mrsellout, mr_pingu, Netweaver, nkirk, pali, patemera, pierre032, reinob, retsaw, shanttu, SSLMM, stlpaul, szopin, Transcend, Wikiwide, wow23 |
|
2012-03-02
, 22:32
|
Posts: 112 |
Thanked: 26 times |
Joined on Sep 2009
|
#55
|
The Following User Says Thank You to Dead1nside For This Useful Post: | ||
|
2012-03-03
, 00:18
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#56
|
The Following 4 Users Say Thank You to jonwil For This Useful Post: | ||
|
2012-03-03
, 02:25
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#57
|
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 4 Users Say Thank You to szopin For This Useful Post: | ||
|
2012-04-10
, 20:54
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#58
|
#Install hildon-home which is compiled without osso-bookmarks wget http://cc.oulu.fi/~rantalai/maemo/freemantle/hildon-home_0.3.70-1+0m5_armel.deb dpkg -i hildon-home_0.3.70-1+0m5_armel.deb
#remove packages apt-get remove --purge browser-neteal osso-browser \ tablet-bookmark-manager \ tablet-browser-controls \ tablet-browser-daemon \ tablet-browser-default-plugin \ tablet-browser-dialogs \ tablet-browser-mediaplayer-plugin \ tablet-browser-ui \ tablet-browser-view \ tablet-browser-widgets \ osso-bookmark-engine \ tablet-browser-bookmarks-mr0 #purge should handle this... rm /etc/X11/Xsession.post/30tablet-browser-daemon
|
2012-04-10
, 21:03
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#59
|
https://wiki.mozilla.org/Embedding/IPCLiteAPI - here is a bit more info.
|
2012-04-10
, 21:09
|
|
Posts: 1,338 |
Thanked: 1,055 times |
Joined on Oct 2009
@ California, USA / Jordan
|
#60
|
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 bandora For This Useful Post: | ||