The Following 61 Users Say Thank You to romaxa For This Useful Post: | ||
accountvip, Acidspunk, aironeous, ajalkane, Artyom, bonapart, Bundyo, crisscross, Daneel, datjomp, don.edri, don_falcone, edgar2, ezameht, flopjoke, foobar, fw190, gexc, godofwar424, Hacker, HtheB, ibrakalifa, imo, ivgalvez, jalyst, jhwan, Jordi, kent_autistic, known, Kozzi, late88, latency, ljo, MaddogG, Makeclick, MartinK, mece, Mentalist Traceur, michaelmhk, MINKIN2, Morpog, nicodonte, optimaxxx, OVK, P@t, pedroesteban, pepitoe, Piotrek_PL, pycage, reinob, shanttu, shmerl, soryuuha, thedead1440, Transcend, turbovomit, vitaminj, Watchmaker, wicket, wolke, ZiiimZooon |
|
2012-09-05
, 16:00
|
Posts: 1,298 |
Thanked: 2,277 times |
Joined on May 2011
|
#42
|
The Following 7 Users Say Thank You to shmerl For This Useful Post: | ||
|
2012-09-05
, 16:39
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#43
|
The Following 3 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2012-09-05
, 19:21
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#44
|
|
2012-09-05
, 19:44
|
Posts: 1,298 |
Thanked: 2,277 times |
Joined on May 2011
|
#45
|
|
2012-09-05
, 20:04
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#46
|
The Following User Says Thank You to Morpog For This Useful Post: | ||
|
2012-09-06
, 00:11
|
Posts: 12 |
Thanked: 15 times |
Joined on Nov 2010
|
#47
|
|
2012-09-06
, 02:15
|
Posts: 1,298 |
Thanked: 2,277 times |
Joined on May 2011
|
#48
|
|
2012-09-09
, 22:27
|
Posts: 40 |
Thanked: 265 times |
Joined on Aug 2007
|
#49
|
@romaxa - both me and zeq tried to follow your build instructions here. Unfortunately both of us had no success, the patches don't apply. Mind to have a look when you have some spare time?
The Following 9 Users Say Thank You to romaxa For This Useful Post: | ||
|
2012-09-12
, 19:18
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#50
|
Hi2all,
Thanks for sending me e-mail, haven't noticed there is some interest about it....
Here is some explanation about what is going on and roadmap...
Originally I was doing embedding API's which would allow to share common functionality between different ports of Native Mobile Firefox (Android, Win8, IOS, Maemo et.c.), also allow to build "quick" browser using these embedding API's and make it works out of the box with IPC or OMTC(multi-thread rendering).
I did both in this patch queue: http://hg.mozilla.org/users/romaxa_g...e/file/default
embedhelper - OMTC
ipcembedding - IPC - patches
also here is test Qt embedding library which allow to embed this new embedding particularly into Qt/Qml scene.
http://hg.mozilla.org/users/romaxa_gmail.com/qtmozembed
Next step is to merge IPC and OMTC API's and make them similar, so qmozemedtest will work in IPC or OMTC mode just by pref change.
Two big tasks TODO:
1) Make this embedding API as part of mozilla native firefox browser (so it will be supported as part of the product)
2) Find and adopt native/QML UI which would work on top of these API's
This would be useful for Nokia N9, Qt environment and probably for future Jolla phone.
I've managed to make default Nokia N9 browser work with these IPC Lite API, and it actually works, but Default browser UI and source code is closed, so I need to find something working in opensource, or write new Qt/QML UI from scratch (too much nitky-pitky work need to be done).
(Now I'm traveling and we'll be back at end of September), sorry for bad response if such.
Br, Oleg